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

Root [S-OFF][Xploit] S-OFF for HTC Desire C Rumrunner method

disciplexone

Well-Known Member
S-OFF for HTC Desire C
Yep you heard it right :D ;)


It means flashing of Splashscreens, Radio in Hboot, and kernel Boot.img through CWM recovery is possible..also SuperCID 111111111

2014_03_26_08_18_24_PM.jpg



Requirements:

ADB and Fastboot set in windows PATH, HTC Drivers installed on PC
HTC Desire C with htcdev.com unlocked bootloader
HTC Desire C with custom ROM with root and custom kernel - works on my roms and kernels =)
HTC Sync has to be removed from your computer
Internet connection
USB 2.0 ports are preferred

Instructions:
1.USB Debugging enabled by default
2.Disable Screen lock on Security and fastboot on Power Options
3.Connect Phone to PC USB cable
4.run soju.exe
5.type Yes and Yes
6.wait 4-8mins to finish


Download:
Code:
http://rumrunner.us/rumrunner_downloads/rumrunner_proto_0.7.1.zip

WARNING: This device has a known bug where it will vibrate several times on EVERY boot after using rumrunner. This is NOT reversible. You've been warned!!!

Thank you to beaups and Fuses and jcase for Making Rumrunner xploit


I AM NOT RESPONSIBLE IF YOU BRICK / RUIN YOUR PHONE IN ANY WAY
 
Last edited:
HERE'S A CMD WINDOWS LOG WHEN IT'S FINISHED:

=================== rumrunner S-OFF ==============================

rumrunner S-OFF comes with NO WARRANTY (express or implied)
and NO GUARANTEE OF FITNESS for any particular task.
We have made every effort we can to make this a safe process for users
however the authors disclaim any liability for damage to your phone
or other materials or devices used during this process.

The entire risk of running rumrunner S-OFF lies with you, the user.
By using this software you acknowledge and accept that the authors
are not liable for any loss, material or otherwise howsoever caused.

Do you understand the implications of this warning?
(Yes/No)
Yes

Dear User: We will expect that YOU:
(1) Know how to use ADB and FASTBOOT binaries
---- [Yes, use these tools to test USB connection BEFORE running rumrunner] ----

(2) Realize that rumrunner S-OFF cannot support every CUSTOM rom in this world
(3) Understand that irc support IS NOT A GENERAL HELPDESK
(4) Are able to identify and download the CORRECT package for YOUR device
(5) Know how to enable USB-debugging on YOUR device (Yes, do that now)
(6) Understand that you may NOT repack or redistribute rumrunner S-OFF

Ok?
(Yes/No)
Yes
!! Do NOT for any reason taunt, unplug, drop, eat or pet your device !!
Please wait....
..........
Checking for updates......
Test 1: Rebooting into bootloader
Waiting for fastboot (14/120)
Waiting
Test 2: Booting device
Waiting for ADB (21/120)
must ferment longer...

must sanitize, skunky rum is nasty
hold please............................................ .................
[------------------------------------------------------------]
Rebooting into bootloader (again)
Waiting for fastboot (14/120)
Waiting for ADB (20/120)
must ferment longer...

chilling..................
it's a little stinky here, hmm....

heh, just a shot glass for this one....
bottles are packed, here we go, shhhhhh....

hmm, cap is on tighter than I expected........
heh, just a shot glass for this one....
pouring (1).................................
pouring (2)........................
pouring (3).................
Waiting for ADB (24/120)
must ferment longer...

what's that in the bottle still? rum foul, sloppy, real sloppy...
heh, just a shot glass for this one....
wait for it.........
yep, done. Hope you enjoyed the rum!
Don't forget to send us all your money - rumrunnerdevs@gmail.com
Press ENTER to exit
 
After S-OFF you could do this

Set CID to 11111111(superCID):


adb reboot bootloader
fastboot getvar cid
fastboot oem writecid 11111111 - wait until it's finished setting SuperCID don't unplug device
fastboot reboot-bootloader
fastboot getvar cid
fastboot reboot

Flashing Splashscreens:

adb reboot bootloader
fastboot oem rebootRUU
fastboot flash zip splash.zip
fastboot reboot

droidskeletone.jpg

SAMPLE:
Splash.zip

Flashing Hboot:

adb reboot bootloader
fastboot oem rebootRUU
fastboot flash zip Hboot.zip
fastboot reboot

2.00.401.2 Desire C GSM(Golfu) Hboot
Hboot.zip - no red HTC disclaimer text on splashscreen
StockHboot.zip - Stock Hboot with with red text

Change UNLOCKED in bootloader to LOCKED:

NOTE: You must not have custom Hboot with the red text removed
to do this or you might brick, flash stock Hboot. Advice by ckpv5.

adb shell
su
echo -ne '\x00\x00\x00\x00' | dd of=/dev/block/mmcblk0p7 bs=1 seek=32256
exit
adb reboot bootloader


For warranty purpose visit this thread to return to Factory status HTC Desire C, it's for HTC One V but the commands are identical.
 
Back
Top Bottom