android.rst
changeset 1694 46dd85e3d6c6
parent 1669 12f6f6b95b7c
child 1695 67e3552bd7f6
equal deleted inserted replaced
1693:e40f276a944b 1694:46dd85e3d6c6
    13     Get the Android SDK
    13     Get the Android SDK
    14   http://developer.android.com/guide/index.html
    14   http://developer.android.com/guide/index.html
    15     Introduction to Android
    15     Introduction to Android
    16   https://android.googlesource.com/platform/system/core/+/master/init/readme.txt
    16   https://android.googlesource.com/platform/system/core/+/master/init/readme.txt
    17     init.rd file syntax.
    17     init.rd file syntax.
    18 
       
    19 Show screencast from Android.
       
    20 =============================
       
    21 
       
    22   http://droid-at-screen.ribomation.com/
       
    23                 Easily show the screen of an Android device on a computer/laptop
       
    24                 (PC, Mac, Linux, ...) and then project the desktop using a
       
    25                 LCD-projector.
       
    26 
       
    27 Controlling Android from PC.
       
    28 ============================
       
    29 
       
    30  * http://code.google.com/p/androidscreencast/
       
    31  * http://code.google.com/p/android-screen-monitor/
       
    32  * http://androidwebkey.com/
       
    33 
    18 
    34 Mods.
    19 Mods.
    35 =====
    20 =====
    36 
    21 
    37   http://xda-university.com/
    22   http://xda-university.com/
   117 Show system log::
   102 Show system log::
   118 
   103 
   119   $ adb logcat
   104   $ adb logcat
   120   $ adb logcat "*:W"
   105   $ adb logcat "*:W"
   121 
   106 
       
   107 Controlling Android from PC.
       
   108 ============================
       
   109 
       
   110  * http://code.google.com/p/androidscreencast/
       
   111  * http://code.google.com/p/android-screen-monitor/
       
   112  * http://androidwebkey.com/
       
   113 
       
   114 Show screencast from Android.
       
   115 =============================
       
   116 
       
   117   http://droid-at-screen.ribomation.com/
       
   118                 Easily show the screen of an Android device on a computer/laptop
       
   119                 (PC, Mac, Linux, ...) and then project the desktop using a
       
   120                 LCD-projector.