android.rst
changeset 1578 c97cd8248a24
parent 1576 33d2941a5c73
child 1582 1551e7edcfa0
equal deleted inserted replaced
1577:7b6721b1c308 1578:c97cd8248a24
     9 
     9 
    10   http://developer.android.com/sdk/index.html
    10   http://developer.android.com/sdk/index.html
    11     Get the Android SDK
    11     Get the Android SDK
    12   http://developer.android.com/guide/index.html
    12   http://developer.android.com/guide/index.html
    13     Introduction to Android
    13     Introduction to Android
       
    14   https://android.googlesource.com/platform/system/core/+/master/init/readme.txt
       
    15     init.rd file syntax.
    14 
    16 
    15 Show screencast from Android.
    17 Show screencast from Android.
    16 =============================
    18 =============================
    17 
    19 
    18   http://droid-at-screen.ribomation.com/
    20   http://droid-at-screen.ribomation.com/
    32 
    34 
    33   http://xda-university.com/
    35   http://xda-university.com/
    34     How to mod.
    36     How to mod.
    35   http://www.cyanogenmod.org/about
    37   http://www.cyanogenmod.org/about
    36     CyanogenMod
    38     CyanogenMod
       
    39   https://www.clockworkmod.com/
       
    40     ClockworkMod
       
    41 
       
    42 Recovery.
       
    43 =========
       
    44 
       
    45 To enter phone to recovery mode press ``VolumeDown``+``Power`` button or::
       
    46 
       
    47   adb reboot recovery
       
    48 
       
    49 See:
       
    50 
       
    51   http://teamw.in/project/twrp2
       
    52     Custom recovery built.
       
    53 
       
    54