If you're into analyzing the traffic of your Joomla website (as
you should be IMHO), you will probably need to add some tracking
software to your site. The most obvious one is Google...
Wednesday, May 27, 2015
Saturday, May 16, 2015
Virtuemart - Change the content of the Terms of Service
Administrator > Virtuemart > Shop
Going down you will see big text area for "Terms Of Servi...
Joomla 3.x. - How to edit registration page
Changing registration form fields titles
In order to change Registration page title, follow the steps below:
Log into your Joomla admin panel.
Open User Registration menu item under Menus >...
Thursday, May 14, 2015
Android studio - “Cannot start internal HTTP server”
Android studio is also starting without any problems. But then I get two messages:
Internal HTTP server disabled: Cannot start internal HTTP server.
Git integration, JavaScript debugger and LiveEdit may operate with
errors. Please check your firewall settings and restart Android Studio
Gradle 'Nieuwproject'...
Friday, May 1, 2015
Android - Decompile APK + eclipse to debug SmalI
Never thought of APK decompiler is so convenient, and also can be
modified to compile and run, this is easier than modifying the PE in win
much, thanks to apktool and SmalI tools the author provides...
Android - From APK to readable java source code in 3 easy steps
Android applications are packed inside a APK file, which is just a ZIP file containing among other things a compact Dalvik Executable (.dex) file.
First step is to extract the “classes.dex” file from the APK:
$ unzip program.apk classes.dex
Archive: program.apk
inflating: classes.dex
Now, we use...
Android - Decompiling DEX into Java sourcecode
decompiling DEX into Java sourcecode
1How can one decompile Android DEX (VM bytecode) files into corresponding Java sourcecode?
[Related]: android - decompiling DEX into Java sourcecode How can one decompile Android DEX (VM bytecode) files into corresponding Java sourcecode?
2
It's easy
Get...
Android - Decompile/Recompile an apk & basic editing
Android application package file (APK) is the package file format used to distribute applications for Google’s Android operating system.
An APK file is an archive that usually contains the following directories:
assets: a directory containing applications assets, which can be retrieved...
Android - MyMobiler - View, capture, control, and browse files of your Android device via USB/WiFi.
The MyMobiler desktop application controls your Android device
through USB connection or WiFi. It allows you to see your mobile device
remotely and capture the screen or video. What you see in the desktop
application is mirroring your device screen and you can interact with
your device using...
Android - Use your Android from a web browser or desktop
How to Set Up and Use Mobizen Screen Recording
Your Android, Anywhere
https://www.mobizen.com/
Setup
1. Install Mobizen onto your Android device.
2. Run Mobizen. During the first run,...