User Tools

Site Tools


software:android

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
software:android [2012/03/22 16:23] Michele Porellisoftware:android [2017/02/16 09:47] – [Compile (for) Android] Michele Porelli
Line 8: Line 8:
  
 ===== How-Tos ===== ===== How-Tos =====
 +==== Safe mode ====
 +=== Enter in safemode ===
 +  - Hold down the physical power button on your device.
 +  - Long-press the “Power off” option that appears.
 +=== Start a third-party app ===
 +  * <code>$ adb shell am start -n com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity</code>
 +
 ==== Compile (for) Android ==== ==== Compile (for) Android ====
   * [[http://android-dls.com/wiki/index.php?title=Compiling_for_Android]]   * [[http://android-dls.com/wiki/index.php?title=Compiling_for_Android]]
   * [[http://whyandroid.com/android/221-compile-android-kernel-from-the-source.html|Compile Android kernel from the source]]   * [[http://whyandroid.com/android/221-compile-android-kernel-from-the-source.html|Compile Android kernel from the source]]
   * [[http://source.android.com/download|Android source code]]    * [[http://source.android.com/download|Android source code]] 
-  * [[http://forum.xda-developers.com/showthread.php?t=466487|Building a Kernel for Dream]]+  * [[http://forum.xda-developers.com/showthread.php?t=466487|Building a Kernel for HTC Dream]]
   * [[http://wiki.github.com/planetbeing/iphonelinux/building-toolchain|Toolchain]]   * [[http://wiki.github.com/planetbeing/iphonelinux/building-toolchain|Toolchain]]
   * [[http://android-tricks.blogspot.com/2009/02/hello-world-in-c-on-android.html]]   * [[http://android-tricks.blogspot.com/2009/02/hello-world-in-c-on-android.html]]
   * [[http://android-tricks.blogspot.com/2009/02/hello-world-c-program-on-using-android.html]]   * [[http://android-tricks.blogspot.com/2009/02/hello-world-c-program-on-using-android.html]]
 +==== Kernel ====
 +  * [[http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack%2C_Edit%2C_and_Re-Pack_Boot_Images|Unpack, Edit, and Re-Pack Boot Images]]
 ==== Android Apps Development ==== ==== Android Apps Development ====
   * [[http://www.vogella.de/articles/Android/article.html|Vogella]] - Introducing Android programming   * [[http://www.vogella.de/articles/Android/article.html|Vogella]] - Introducing Android programming
Line 27: Line 36:
 ==== Other ==== ==== Other ====
   * [[http://forum.xda-developers.com/showthread.php?t=522498|ppp over adb (for linux/unix users)]] - share internet connection on laptop with android phone   * [[http://forum.xda-developers.com/showthread.php?t=522498|ppp over adb (for linux/unix users)]] - share internet connection on laptop with android phone
-  * [[http://forum.xda-developers.com/showthread.php?t=645802|Reverse wired tethering]] - another thread with some ppp alternatives to share internet connection on your pc with your android phone+  * [[http://forum.xda-developers.com/showthread.php?t=645802|Reverse wired tethering]] - another thread with some ppp alternatives to share internet connection of your pc with your android phone
   * [[http://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp|adb over wifi]]   * [[http://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp|adb over wifi]]
   * [[http://www.pulseaudio.org/wiki/Android|PulseAudio Android porting]]   * [[http://www.pulseaudio.org/wiki/Android|PulseAudio Android porting]]
software/android.txt · Last modified: 2017/02/16 09:48 by Michele Porelli