init.rd file syntax.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 11 May 2014 23:18:42 +0300
changeset 1578 c97cd8248a24
parent 1577 7b6721b1c308
child 1579 70096c1070db
init.rd file syntax.
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.
+
+