• News
  • 29 June, 2010
Share

The LG Ally Gets Rooted!

This device has been flying low on the radar since its release in May, but developers have been hard at work trying to achieve root on this device. Thanks to some dedicated developers over at AndroidForums, they made this happen. Unfortunately, the method is done through Linux so far.

LINUX

Mount SD Card

(at this point your $ prompt should be a # meaning you are root, if not, type exit and then begin over, when you open the new ./adb shell you will be # root)

When you get # shell, UNMOUNT the sdcard!!!!! This will make the correct link available. Then continue on.

  • mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
  • cat /sdcard/Superuser.apk > /system/app/Superuser.apk
  • cat /sdcard/su > /system/bin/su

Head HERE for more information.

Source: AndroidForums

Feel free to leave your comments below.