04 April 2014

Android cmd



  • pm
    • pm install /sdcard/myapk.apk
    • pm list packages | grep my
    • pm path com.myapk
  • top
  • ps
  • mount
    • mount -o rw,remount -t "filesystem" "Device" "Mount Point"
      • mount -o rw,remount -t rootfs /
      • mount -o rw,remount -t yaffs2 /dev/block/mtdblock4 /system

      • busybox mount -o remount,rw /system
      • mount -o loop /sdcard/myimage.img myimage
    • getprop


    ref : http://android.stackexchange.com/questions/11052/what-useful-android-shell-commands-do-you-know

    No comments:

    Post a Comment

    Terima kasih