android.rst
changeset 2190 f589976b8876
parent 2187 1eedb185a54d
child 2192 8aab56aeb0b8
equal deleted inserted replaced
2189:345cc428daf4 2190:f589976b8876
     7    :local:
     7    :local:
     8 
     8 
     9 Official docs.
     9 Official docs.
    10 ==============
    10 ==============
    11 
    11 
    12   http://developer.android.com/sdk/index.html
    12 http://developer.android.com/sdk/index.html
    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 
    18 
    19 Android stats
    19 Android stats
    20 =============
    20 =============
    21 
    21 
    22 CPU::
    22 CPU::
    29   $ cat /proc/meminfo
    29   $ cat /proc/meminfo
    30 
    30 
    31 Android API levels.
    31 Android API levels.
    32 ===================
    32 ===================
    33 
    33 
    34   http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
    34 http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
    35     "Platform Version / API Level" table.
    35   "Platform Version / API Level" table.
    36 
    36 
    37 Package repositories.
    37 Package repositories.
    38 =====================
    38 =====================
    39 
    39 
    40   https://play.google.com/
    40 https://play.google.com/
    41     Google package repository.
    41   Google package repository.
    42   https://f-droid.org/
    42 https://f-droid.org/
    43     Free software repository.
    43   Free software repository.
    44   http://www.appbrain.com/
    44 http://www.appbrain.com/
    45     AppBrain, alternative catalog to Google Play. Packages is backed via lisnk
    45   AppBrain, alternative catalog to Google Play. Packages is backed via lisnk
    46     to Google Play.
    46   to Google Play.
    47 
    47 
    48 Link to package description page::
    48 Link to package description page::
    49 
    49 
    50   https://play.google.com/store/apps/details?id=com.google.android.talk
    50   https://play.google.com/store/apps/details?id=com.google.android.talk
    51 
    51 
    52 See also:
    52 See also:
    53 
    53 
    54   http://android.stackexchange.com/questions/216/what-are-the-alternative-android-app-markets/
    54 http://android.stackexchange.com/questions/216/what-are-the-alternative-android-app-markets/
    55     What are the alternative Android app markets?
    55   What are the alternative Android app markets?
    56 
    56 
    57 Mods.
    57 Mods.
    58 =====
    58 =====
    59 
    59 
    60   http://xda-university.com/
    60 http://xda-university.com/
    61     How to mod.
    61   How to mod.
    62   http://www.cyanogenmod.org/about
    62 http://www.cyanogenmod.org/about
    63     CyanogenMod
    63   CyanogenMod
    64   https://www.clockworkmod.com/
    64 https://www.clockworkmod.com/
    65     ClockworkMod
    65   ClockworkMod
    66 
    66 
    67 Connect to Android via USB by adb in Linux
    67 Connect to Android via USB by adb in Linux
    68 ==========================================
    68 ==========================================
    69 
    69 
    70 Add ``udev`` rule for fix permission issues::
    70 Add ``udev`` rule for fix permission issues::
    80 
    80 
    81   $ sudo service udev force-reload
    81   $ sudo service udev force-reload
    82 
    82 
    83 See:
    83 See:
    84 
    84 
    85   http://developer.android.com/tools/device.html
    85 http://developer.android.com/tools/device.html
    86     Setting up a Device for Development.
    86   Setting up a Device for Development.
    87 
    87 
    88 Connect to Android via USB by adb in Windows
    88 Connect to Android via USB by adb in Windows
    89 ============================================
    89 ============================================
    90 
    90 
    91 Get latest official Google drivers from:
    91 Get latest official Google drivers from:
   169 
   169 
   170   adb reboot recovery
   170   adb reboot recovery
   171 
   171 
   172 See:
   172 See:
   173 
   173 
   174   http://teamw.in/project/twrp2
   174 http://teamw.in/project/twrp2
   175     Custom recovery built.
   175   Custom recovery built.
   176 
   176 
   177 ADB tips.
   177 ADB tips.
   178 =========
   178 =========
   179 
   179 
   180 List available devices::
   180 List available devices::
   337  * http://androidwebkey.com/
   337  * http://androidwebkey.com/
   338 
   338 
   339 Show screencast from Android.
   339 Show screencast from Android.
   340 =============================
   340 =============================
   341 
   341 
   342   http://droid-at-screen.ribomation.com/
   342 http://droid-at-screen.org/
   343                 Easily show the screen of an Android device on a computer/laptop
   343   Easily show the screen of an Android device on a computer/laptop (PC, Mac,
   344                 (PC, Mac, Linux, ...) and then project the desktop using a
   344   Linux, ...) and then project the desktop using a LCD-projector.
   345                 LCD-projector.
   345 http://droid-at-screen.ribomation.com/
       
   346   Old DNS name.
       
   347