DevTech101

DevTech101

Andriod

Amazon fire HD 8 (Root) / remove / disable fire launcher

Below are notes on how to root your fire Amazon HD 8 (and what I have used successfully). then disabling ota and the fire launcher. I was lucky that my device was only updated to 5.3.2 and not 5.3.2.1, which can’t be rolled back and is/was unrootable at the time of this writeup. Most of …

Amazon fire HD 8 (Root) / remove / disable fire launcher Read More »

How to use libGDX with Android Studio (gradle)

First create a gradle.properties file Note: Change the ip and port below systemProp.http.proxyHost=10.10.10.10 systemProp.https.proxyHost=10.10.10.10 systemProp.http.proxyPort=3120 systemProp.https.proxyPort=3120 systemProp.http.proxyUser= systemProp.http.proxyPassword= systemProp.https.proxyUser= systemProp.https.proxyPassword= systemProp.http.nonProxyHosts= systemProp.http.proxyStrictSSL=false Point the environment the gradle file # Add gradle proxy settings export GRADLE_USER_HOME=/root/.gradle Now lets install libGDX in Android Studio Download the latest setup libGDX app. java -jar gdx-setup.jar Only change the SDK …

How to use libGDX with Android Studio (gradle) Read More »