# HG changeset patch # User Oleksandr Gavenko # Date 1399839522 -10800 # Node ID c97cd8248a244a4a798c06f47f452d3d1920da70 # Parent 7b6721b1c30836b5bbf741339e7a7a4689a28e03 init.rd file syntax. diff -r 7b6721b1c308 -r c97cd8248a24 android.rst --- a/android.rst Sat May 03 19:39:40 2014 +0300 +++ b/android.rst Sun May 11 23:18:42 2014 +0300 @@ -11,6 +11,8 @@ Get the Android SDK http://developer.android.com/guide/index.html Introduction to Android + https://android.googlesource.com/platform/system/core/+/master/init/readme.txt + init.rd file syntax. Show screencast from Android. ============================= @@ -34,3 +36,19 @@ How to mod. http://www.cyanogenmod.org/about CyanogenMod + https://www.clockworkmod.com/ + ClockworkMod + +Recovery. +========= + +To enter phone to recovery mode press ``VolumeDown``+``Power`` button or:: + + adb reboot recovery + +See: + + http://teamw.in/project/twrp2 + Custom recovery built. + +