Tag: android
-
Android modify APK files (decompile classes.dex)
Decompress APK file Use 7zip to decompress the APK file (this is a ZIP compressed container) Decompile classes.dex Method 1: dex -> jar -> java classes The file “classes.dex” can be converted to a JAR file with the following tool: dex2jar dex2jar.bat classes.dex Decompress the JAR file using 7zip again. Now you will get Java class…
-
Android on Windows with VirtualBox
Download Android ISO 4.4 How to install Android 4.4 Genymotion
-
XBMC + MediaPortal TVServer + Android
Install Mediaportal TVServer Plugin (see also HowTo): TVServerXBMC download XBMC on Android (see HowTo): ARM version download Devices Minix Neo X8-H (Amazon.de) Tronsmart Vega S89-H Orbsmart® S82 Remote: Mele F10 PRO
-
VPN – OpenVPN – Ubuntu (Server) – Windows (Client) – Android (Client)
Ubuntu Install sudo apt-get install openvpn sudo apt-get install easy-rsa