Im new-ish. I read the forums everyday. Im addicted
I have a question regarding the emulator and some code:
copy Dock.odex and Settings.apk to your sdcard
then with a terminal emulator
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
busybox cp /system/app/Dock.odex /system/app/Dock.obak **To Backup**
busybox cp /system/app/Settings.odex /system/app/Settings.obak **To Backup**
busybox cp /sdcard/Dock.odex /system/app/Dock.odex
busybox cp /sdcard/Settings.odex /system/app/Settings.odex
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
-When typing in the code, do I need to type "**To Backup**" or is that part of the instructions?
Thank you![]()

LinkBack URL
About LinkBacks
Reply With Quote

to the forums


