Confirmed users
3,376
edits
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
* Fix DHCP on eth0 by loading Settings app on device, click "Ethernet Configuration" under "Wireless & Networks", click "Ethernet Configuration", then click on the list under "Ethernet Devices" and select "eth0". Click "Save". | * Fix DHCP on eth0 by loading Settings app on device, click "Ethernet Configuration" under "Wireless & Networks", click "Ethernet Configuration", then click on the list under "Ethernet Devices" and select "eth0". Click "Save". | ||
* Replace su command (from adb shell): | * Replace su command (from adb shell): | ||
** mount -o remount,rw -t ext4 /dev/block/mmcblk0p2 /system | ** wget people.mozilla.com/~wlachance/su # https://github.com/wlach/orangutan/blob/master/su.c | ||
** cp /system/xbin/su /system/xbin/su.old | ** adb remount # this is the same as: mount -o remount,rw -t ext4 /dev/block/mmcblk0p2 /system | ||
** | ** adb shell cp /system/xbin/su /system/xbin/su.old | ||
** adb push su /system/xbin/su | |||
** adb shell chmod 4755 /system/xbin/su | |||
** adb reboot | |||
* To get rid of annoying live wallpaper, install http://code.google.com/p/black-npe-live-wallpaper/ (wallpaper images fail due to not enough gfx memory) | * To get rid of annoying live wallpaper, install http://code.google.com/p/black-npe-live-wallpaper/ (wallpaper images fail due to not enough gfx memory) | ||
* Install SUTAgent and Watcher | * Install SUTAgent and Watcher (http://people.mozilla.org/~jmaher/sutagent/) | ||