Tips of the trade [Motorola Defy Specific]
  • HandlerExploitHandlerExploit November 2010

    How to remount system partition:
    adb shell mount -o remount,rw -t ext3 /dev/block/mmsblk1p21 /system

    How to view partition sizes and names:
    adb shell cat /proc/partitions

    How to flash to the boot partition: Stock images only at the moment
    adb shell cat /sdcard/image.img > /dev/block/mmcblk1p15

    How to push a file to the system partition:
    adb push file.apk /data/local/
    adb shell
    su
    mount -o remount,rw -t ext3 /dev/block/mmsblk1p21 /system (Or use a remount script)
    cp /data/local/file.apk /system/app/ (Or whatever system directory of your choice)
    rm /data/local/file.apk (Optional)

    Partitions Table:

  • jrodsl1jrodsl1 December 2010

    I can't wait to see what you do with the Defy, @HandlerExploit

  • rbeier1221rbeier1221 December 2010

    Nice!

Hey are you new here?!

Welcome to the best Ad-Free Android Community around! Create your profile, and start posting now! New features are being added all the time!

Login with Facebook Sign In with OpenID Sign In with Google Sign In with Twitter

Sign In! Sign Up!

Categories

In this Discussion

Tagged