|
||||
Re: HOW TO ROOT A SAMSUNG MOMENT Thread (help me find out)
The sprint logo doesn't play when the phone starts up anymore is it supposed to do that if not is it passable for me to get it back and if so how.
|
|
||||
Re: HOW TO ROOT A SAMSUNG MOMENT Thread (help me find out)
You have to rename "playlogo_real" back to "playlogo". Hope that helps you.
__________________
Antwan
|
|
||||
Re: HOW TO ROOT A SAMSUNG MOMENT Thread (help me find out)
I just want to figure out how to get it back ive sat there in adb shell for hours doing everything i can think of trying to get it back.
|
|
||||
Re: HOW TO ROOT A SAMSUNG MOMENT Thread (help me find out)
Quote:
Code:
/system/bin/btld_testmode Quote:
Code:
/system/bin/mount -o remount,ro /dev/stl5 /system;; Code:
/system/bin/mount -o remount,rw /dev/stl5 /system;; Also, the trailing $ after esac is not necessary any may cause the script to not run at all. I'm not sure why that's there but your other script has the same problem below. Quote:
Also, you might want to throw a: Code:
/system/bin/chmod 1777 /media And finally, this last one makes me really nervous. I think we should probably leave the normal commands in /system/bin mostly unmolested. It's not a huge deal to pull up Better Terminal Emulator and type /media/bin/su to become root instead of using /system/bin/su in the PATH. And it also means that if /media disappears for some reason in the future, this base system command is still there in some form or fashion, even if it's mostly useless. Otherwise, I concur. |
|
|
|