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

Root No 4g... Please help!

MIGzNYC

Member
So I did something really dumb. I flashed a zip in cwm called superwipe before a flashed a Rom. Superwipe was a file I got when I had my thunderbolt. It wipes everything off the phone including system. This is the only thing I did out side the norm. Now I have no 4g service. When I dial ##3282# WiMAX is not in the list. I tried flashing a backup I made when I first rooted my phone and no luck there. Every Rom I've tried won't restore this setting. I have no idea what else to do. Can some one help with this issue? Thankx in advance for any info and suggestions.
 
Lol sorry I am using da taptalk app n thought I was there... Still getting use to this app... Should I repost there or can an admn move this?

I have the boost mobile evo design 4g
 
Look at what mount points the updater script formatted on the norm only partitions 26 & 27 (data and system) should be your concern if you touched the wimax partition or your keys you are pretty much screwed....

You should always check what a script is doing before running it...

Just noticed not for this device.

Sent from my kingdom using Tapatalk 2
 
Ok so I unzipped n copied this from da updater-script file

ui_print("Formatting System");
format("ext3", "EMMC", "/dev/block/mmcblk0p25");
ui_print("Wiping cache");
delete_recursive("/cache");
ui_print("Formatting data");
format("ext3", "EMMC", "/dev/block/mmcblk0p26");

I have no idea what I'm looking at here

But if it didn't mess with my keys how will I go about restoring my WiMAX?
 
Thanks for moving the thread.

Im wondering if I were to unroot and return back to complete stock would this help me out?
 
What device you on?

Sent from my kingdom using Tapatalk 2

boost mobile evo design 4g

Oh yeah you did format your wimax partition if you are on the EVO Design 4G or Hero S

25 is the wimax partition that script is for another device.

Here is our partition table


https://github.com/cookiefrog/Evervolv-android_device_htc_kingdom

Look at the recovery.fstab

Sent from my kingdom using Tapatalk 2

so im screwed?!?!?!?!?!?!?!?!?!

this suks @ss big time!!!!
 
Well pretty much. I have no option for you. Always check your updater-scripts.

Hard lesson to learn it this way.

Sent from my kingdom using Tapatalk 2
 
deff a lesson learnd. cant believe i did this... well guess there goes a reason to get the gs2 when it comes out next month...

lesson your the kiddies a dont drink and flash...!!!
 
i just looked at my backup there is a file there called wimax.ht26tmb00284.img would that be useful to me???
 
yea i just now flashed my back up again just to see... wimax is now in the list at the EPST settings but when i go into the normal setting i click and turn on 4G. i get that icon on in the notification bar saying 4g antenna is on tap to scan for 4g service... I tap and nothing happens
 
I don't believe restoring your backup will restore the wimax partition. How ever if you have the keys before you messed them up you can restore them to fix the issue. How ever I will have to look to see how to do it. Which won't be till probably sunday.
 
i wish i had those keys.. nothing i can do... about to call boost to find out if i can get a replacement ot something... shhh dont tell them wha i did!!!... lol
 
Did you do a backup before you wiped the keys? If so they are in the backup. I just don't believe cwm will restore them.
 
if u mean did a backup in cwm then yes i did that back up as soon as i flash cwm b4 i did anything else to the phone.
 
so just messing around I connected da phone to my pc... Ran adv command "fastboot flash WiMAX (wimax image I had from backup)" it pushed to the phone but no dice as it didn't pass the certificate verification.
 
Probably will have to use dd to write to if the partition is unlocked that is.

so if i have the file in .IMG format i would transfer that file or extract the files and what transfer them 1 by 1 or will the command read the whole folder i extract the files to and transfer them over? also just to see if i have the comand correct

dd if=/sdcard/(folder of files or just the wimax.img) of=/dev/block/mmcblk0p25
 
Back
Top Bottom