android.rst
changeset 2046 ea76b2532bcd
parent 1946 d10215ae7eaa
child 2051 b517b191156b
equal deleted inserted replaced
2045:dfd5cad0b9fc 2046:ea76b2532bcd
   227   android# su
   227   android# su
   228   android# mount | grep /system
   228   android# mount | grep /system
   229   ...
   229   ...
   230   android# mount -o remount,rw /system
   230   android# mount -o remount,rw /system
   231 
   231 
       
   232 Working with apk files
       
   233 ======================
       
   234 
       
   235 Getting package name, version, API requirements and permissions::
       
   236 
       
   237   $ aapt dump badging $FILE.apk
       
   238 
   232 Controlling Android from PC.
   239 Controlling Android from PC.
   233 ============================
   240 ============================
   234 
   241 
   235  * http://code.google.com/p/androidscreencast/
   242  * http://code.google.com/p/androidscreencast/
   236  * http://code.google.com/p/android-screen-monitor/
   243  * http://code.google.com/p/android-screen-monitor/