Below you will find pages that utilize the taxonomy term “android”
Android and Ubuntu
June 12, 2014The easiest way to flash your Smartphone: First install the android tools sudo apt-get install android-tools-adb android-tools-fastboot reboot your phone into recovery For my nexus 4 it is holding down the powerbutton and the volume down key since the recovery appears.
plug the phone into your computer and sideload your android image adb sideload cm-11-*.zip adb sideload gapps-*.zip
have fun! :)
How to enable sshd on Android
April 28, 2014If you love android as much as me for it’s customizing capabilities you will love this tutorial. I try to do much on the commandline and use as many automation as possible for this purpose. I got the Code references from the CM Wiki. So here it is, my sshd on Android Tutorial.
Why use this long tutorial when there is an app for it? Because there is an APP for it.