• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [S-Off] Facepalm S-Off for HTC Evo 4g LTE

you should be fine by re-locking the bootloader with a custom recovery. i never heard of that. if you re-lock the bootloader i believe that it will go away.

but that is not to disway you on getting s-off though. we can still help you with that, if that is what you wish as well.


I got an S3 as a replacement for now and am just worried Sprint will determine my problems are self inflicted after realizing i had root.
 
I got an S3 as a replacement for now and am just worried Sprint will determine my problems are self inflicted after realizing i had root.

well if you want we can start a new thread and trouble shoot what is wrong with your phone. there might not be a need to take it in.

or you can continue here and we can try and get you s-off first before you take it in......but that will be up to you how you want to proceed.
 
well if you want we can start a new thread and trouble shoot what is wrong with your phone. there might not be a need to take it in.

or you can continue here and we can try and get you s-off first before you take it in......but that will be up to you how you want to proceed.


I already got my S3 and I just want the splash screen to be normal i have to send sprint my Evo within 14 days. I know in bootloader it will say relocked but that's the only sign. There is a zip script that sets your main version to generic 1.0.0.0 and supposedly lets you run the 3.15 RUU if you are 3.16 like me. You never heard of this?
 
I already got my S3 and I just want the splash screen to be normal i have to send sprint my Evo within 14 days. I know in bootloader it will say relocked but that's the only sign. There is a zip script that sets your main version to generic 1.0.0.0 and supposedly lets you run the 3.15 RUU if you are 3.16 like me. You never heard of this?

yes i have.....its just that you need to be s-off for that to happen.
 
you should be fine by re-locking the bootloader with a custom recovery. i never heard of that. if you re-lock the bootloader i believe that it will go away.

but that is not to disway you on getting s-off though. we can still help you with that, if that is what you wish as well.
Hi ocnbrze :).

Yeah, relocking with a custom recovery causes a Security Warning in the bootloader which won't let you do anything but flash an RUU. I told him that (because it's true) ;). But feel free to try it and see what happens.

yes i have.....its just that you need to be s-off for that to happen.
And misctool simply changes the main version on the misc partition. The misc partition isn't protected, and is writeable even while S-ON, as long as the device is unlocked.
 
Hi ocnbrze :).

Yeah, relocking with a custom recovery causes a Security Warning in the bootloader which won't let you do anything but flash an RUU. I told him that (because it's true) ;). But feel free to try it and see what happens.


And misctool simply changes the main version on the misc partition. The misc partition isn't protected, and is writeable even while S-ON, as long as the device is unlocked.

hey captain do you have the 3.16 RUU by chance? i think you link one earlier, but i can't find it now.

also is this the misc tool?
http://forum.xda-developers.com/showthread.php?p=23169557&nocache=1
 
Noob here when it comes to rooting and s-off w/ a question. If I already have unlocked bootloader and root can I use facepalm for s-off w/o losing my data? Would suck to reload phone again.
 
Noob here when it comes to rooting and s-off w/ a question. If I already have unlocked bootloader and root can I use facepalm for s-off w/o losing my data? Would suck to reload phone again.

welcome to the forums!!!!!

i'm not sure if this will wipe data. if anything since you are unlocked and hopefully have a recovery you can just make a nandroid backup and then use facepalm to get s-off and then nandroid restore back if data was wiped. or you can use tb to back your apps data as well and then restore if need be once s-off has been accomplished. i do not think that it does wipe data, but i'm not sure.
 
Hey guys I'm trying to do the Facepalm s-off method, but for some reason everytime I try thr first step i get denied. I've flashed 4 different Roms from stock sence with root to CM-10.1 no mater what i do i get the same outcome. heres what is says.
C:\Users\Brandon\Desktop\adt-bundle-windows-x86-20130219\adt-bundle-windows-x86-
20130219\sdk\platform-tools>adb devices
List of devices attached
HT261S400532 device


C:\Users\Brandon\Desktop\adt-bundle-windows-x86-20130219\adt-bundle-windows-x86-
20130219\sdk\platform-tools>adb shell
shell@android:/ $ su
su
Permission denied
1|shell@android:/ $

could you guys please help me out. I'm tired of being stuck s-on ... oh yeah im on Hboot 1.19 and CM-10.1 unofficial , don't think that should make a diffidence but this the info.
 
I thought you had to be on a Sense ROM, but that might not be correct. It looks like you're not getting superuser(admin for those that only speak Windows) permissions. Are you making sure to enter the password 100% correctly? The $ at the beginning of the line will change to # if you get superuser permissions.

After typing in su, hit enter. It will look like nothing happened and the cursor will be blinking on the line below. Enter password now and hit enter. Now you can proceed with s-off. This will save you from typing sudo too.
 
sorry guys im kinda a noob at this stuff. i dont use ADB very offend.
so if i understand right after i type "adb shell" you want me to type "-" then hit enter? sorry...
 
sorry guys im kinda a noob at this stuff. i dont use ADB very offend.
so if i understand right after i type "adb shell" you want me to type "-" then hit enter? sorry...

Code:
adb shell
Code:
su
Code:
echo -ne "22222222" | dd of=/dev/block/mmcblk0p5 bs=1 seek=20

basically each line you see you hit "enter" after each command.
 
Code:
adb shell
Code:
su
Code:
echo -ne "22222222" | dd of=/dev/block/mmcblk0p5 bs=1 seek=20

basically each line you see you hit "enter" after each command.

yeah thats what i keep doing everytime. heres what it gives me.

C:\Users\Brandon\Desktop\adt-bundle-windows-x86-20130219\adt-bundle-windows-x86-
20130219\sdk\platform-tools>adb shell
shell@android:/ $ su
su
Permission denied
1|shell@android:/ $ echo -ne "22222222" | dd of=/dev/block/mmcblk0p5 bs=1 seek=2
0
dev/block/mmcblk0p5 bs=1 seek=20 <
/dev/block/mmcblk0p5: cannot open for write: Permission denied
1|shell@android:/ $

edit
 
I thought you had to be on a Sense ROM, but that might not be correct. It looks like you're not getting superuser(admin for those that only speak Windows) permissions. Are you making sure to enter the password 100% correctly? The $ at the beginning of the line will change to # if you get superuser permissions.

After typing in su, hit enter. It will look like nothing happened and the cursor will be blinking on the line below. Enter password now and hit enter. Now you can proceed with s-off. This will save you from typing sudo too.
I'm not really sure what your talking about with the password stuff. As far as the roms go I'm pretty sure its not only sence roms, but I could be wrong. I really cant get sence roms to boot anymore through so i hope i don't have to go back .... :(
 
I'm not really sure what your talking about with the password stuff. As far as the roms go I'm pretty sure its not only sence roms, but I could be wrong. I really cant get sence roms to boot anymore through so i hope i don't have to go back .... :(

To get a sense rom to boot you have to fastboot flash the boot.img before flashing it.

Some will have an s-on kernel installer that will prevent you from having to do the above.

Once I get home I can dive into this problem more. Its been awhile since I tried this method


Question: is the phone booted when you arw trying this? Or is it in recovery or fastboot?
 
ok have you flashed su? i think you should try and go back to a stock rooted rom first before trying facepalm.

if su is getting denied then you are not on a rooted rom.
 
To get a sense rom to boot you have to fastboot flash the boot.img before flashing it.

Some will have an s-on kernel installer that will prevent you from having to do the above.

Once I get home I can dive into this problem more. Its been awhile since I tried this method


Question: is the phone booted when you arw trying this? Or is it in recovery or fastboot?
Well i did that with the stock sence rom and with another moded sence rom and the flash boot.img went through fine but when i was flashing the rom it cut out half way through . and on the ones where it takes to its own flash sort of thing it gets to about 1.59% and the screen cuts out and goes to htc devloper screen, then gets stuck and won't reboot untill I hold down the button. Also on occasion when i go back to the bootloader the screen cuts out and i have to reboot back to the bootloader and hold down power and volume down then very qucikly press power on fastboot or on revocery. then it just works like normal again.

When im doing the ADB unlock stuff the phone is booted , and when im doing fastboot to flash the boot.img the phone is in the bootloader fastboot mode.
 
ok have you flashed su? i think you should try and go back to a stock rooted rom first before trying facepalm.

if su is getting denied then you are not on a rooted rom.
how do i do that? flash the SU? its been a while lol.. i think im still rooted i have seeder and lagfree installed along with titumim back up and all of those are working fine.
 
Back
Top Bottom