REQ Prime Super Wipe! - Asus Eee Pad Transformer Prime

Can someone zip up a Prime SuperWipe? Im having some problems with roms not functioning the correct way after flash i still cant use home key or tap the time for the setting shortcut. I was flashing my phone just now and i saw it also formats the .android secure. and I realized that i dont remember seeing that get wiped with the current reset clears. anyone know how to do it manually?
Thanks in Advance

stealthee said:
Can someone zip up a Prime SuperWipe? Im having some problems with roms not functioning the correct way after flash i still cant use home key or tap the time for the setting shortcut. I was flashing my phone just now and i saw it also formats the .android secure. and I realized that i dont remember seeing that get wiped with the current reset clears. anyone know how to do it manually?
Thanks in Advance
Click to expand...
Click to collapse
+1 on this one

Not unlocked yet, but I certainly +1
Will need a SuperWipe.

I could never understand whole superwipe, thing. How is it different to wipe from recovery?
And chefs could always include a script to get wipe done automatically in the rom, if wipe is required.
Sent from my Transformer Prime TF201 using XDA Premium HD app

tinky1 said:
I could never understand whole superwipe, thing. How is it different to wipe from recovery?
And chefs could always include a script to get wipe done automatically in the rom, if wipe is required.
Sent from my Transformer Prime TF201 using XDA Premium HD app
Click to expand...
Click to collapse
Because then it's just 1 process to wipe everything.
And some things that may need clearing out aren't in cache/data?
And as to the cooking in auto-wipe, that would be OK if it was used only when needed, but most likely something like that would then be included regardless and then you'd wipe even if you didn't need to.

lol, have to say. I regularly check back on these forums and cannot believe how many posts you post in. Your everywhere! Get a job! I've been here since 2006 and only have 50 odd.
Kidding mate, but it makes me laugh.....

buxtahuda said:
Because then it's just 1 process to wipe everything.
And some things that may need clearing out aren't in cache/data?
And as to the cooking in auto-wipe, that would be OK if it was used only when needed, but most likely something like that would then be included regardless and then you'd wipe even if you didn't need to.
Click to expand...
Click to collapse
It takes more clicks to get to siperwipe and start it than to wipe data and caches manually. I don't get the point, but each to its own I guess.
Sent through the wormhole from my CoinInserted Sensation OG.

Full Format
stealthee said:
Can someone zip up a Prime SuperWipe? Im having some problems with roms not functioning the correct way after flash i still cant use home key or tap the time for the setting shortcut. I was flashing my phone just now and i saw it also formats the .android secure. and I realized that i dont remember seeing that get wiped with the current reset clears. anyone know how to do it manually?
Thanks in Advance
Click to expand...
Click to collapse
Not sure what a "SuperWipe" does exactly, but here is a script I made when I was having issues switching from different ROMS... It formats:
/dev/block/mmcblk0p1 - /system
/dev/block/mmcblk0p2 - /cache
/dev/block/mmcblk0p8 - /data
*** WARNING ***
Use this file at your own risk...
Be sure to backup any data you would like to keep, this script formats your internal SD and anything that lives on /dev/block/mmcblk0p8 (/data)

Doesn't CWM include every command you need to completely wipe your TFP before flashing a new rom?
I just got my TFP and I am going to wait a month or so before voiding my warranty by flashing a rom so I do not know what CWM options show for the TFP. On my phone, CWM can wipe user data/factory reset/format; wipe cache partition; wipe Dalvik cache; clear battery stats.

Joe-retired said:
Doesn't CWM include every command you need to completely wipe your TFP before flashing a new rom?
I just got my TFP and I am going to wait a month or so before voiding my warranty by flashing a rom so I do not know what CWM options show for the TFP. On my phone, CWM can wipe user data/factory reset/format; wipe cache partition; wipe Dalvik cache; clear battery stats.
Click to expand...
Click to collapse
Nope It did not in my situation, I tried CWM "wipe user data/factory reset", cleared all stats and cache.. there was still stuff left over in "/data" I believe..
And all the ROMS I have come across do not format "/dev/block/mmcblk0p8",
it's Most likely because:
"/data (which is mmcblk8) contains also /data/media/" which actually is your sdcard. So wiping /data also wipes the sdcard - @Diamondback
Click to expand...
Click to collapse

I'm a little nervous for formatting with that. Wont it also format the internal SD? Would kind of delete the rom i was trying to flash?

Ok tried it and got an error.
-- Installing: /sdcard/Roms/signed_ful-format_tf201.zip
Finding update package...
Opening update package...
Installing update...
E:Error in /sdcard/Roms/signed_ful-format_tf201.zip
(Status 0)
Installation Aborted.

stealthee said:
Ok tried it and got an error.
-- Installing: /sdcard/Roms/signed_ful-format_tf201.zip
Finding update package...
Click to expand...
Click to collapse
Hmm strange..
What ROM are you trying to install? I can make a update-script for it that will do the wipe then install the ROM in one shot if you like..?
Or you can just do it your self...
INSTRUCTIONS:
1. open the ROM(zip file) up with 7-zip or something comparable
2. browse to: META-INF\com\google\android\
3. extract the update-script file to your desktop
4. open the "update-script" with text editor (I use Notepad++)
5. Find the section where it does the formating (You will see something like: format("ext4", "MMC", "/dev/block/mmcblk0p1"); )
6. Now add the following lines from the quotes (before the section that formats the system):
CACHE
ui_print("Formatting cache: /dev/block/mmcblk0p2 ext4");
format("ext4", "MMC", "/dev/block/mmcblk0p2");
run_program("/sbin/tune2fs", "-m", "0", "/dev/block/mmcblk0p2");
Click to expand...
Click to collapse
DATA
ui_print("Formatting data: /dev/block/mmcblk0p8 ext4");
format("ext4", "MMC", "/dev/block/mmcblk0p8");
run_program("/sbin/tune2fs", "-m", "0", "/dev/block/mmcblk0p8");
Click to expand...
Click to collapse

wont that also delete the /Roms directory on my SD card? Trying to flash jermaine151_9.4.2.15.zip

stealthee said:
wont that also delete the /Roms directory on my SD card? Trying to flash jermaine151_9.4.2.15.zip
Click to expand...
Click to collapse
Just the internal SDcard, you would need to use a "external sdcard" which is located somewhere in "/dev/block/vold/" (It won't touch the external sd)

snakeybidder said:
lol, have to say. I regularly check back on these forums and cannot believe how many posts you post in. Your everywhere! Get a job! I've been here since 2006 and only have 50 odd.
Kidding mate, but it makes me laugh.....
Click to expand...
Click to collapse
?? At least quote so we can understand who you're talking about.
tinky1 said:
It takes more clicks to get to siperwipe and start it than to wipe data and caches manually. I don't get the point, but each to its own I guess.
Sent through the wormhole from my CoinInserted Sensation OG.
Click to expand...
Click to collapse
I install tons of apps and therefore it takes an unknown amount of time every time I manually wipe all three. I don't want to have to baby-sit my phone for 5 minutes just to wipe three directories, so I run SuperWipeG2+; then my phone can be unattended and will vibrate me to alert me the format is finished and recovery is rebooting. Then I proceed with flashing/restoring/whatever.
Sent from my Transformer Prime TF201 using XDA Premium HD via my tethered HTC Vision

Ok i was under the impression that you could not flash a rom from external sdcard.
\MicroSD\Rom\jermaine151_9.4.2.15.zip is where it is on my external sd card.

ryun33 said:
Just the internal SDcard, you would need to use a "external sdcard" which is located somewhere in "/dev/block/vold/" (It won't touch the external sd)
Click to expand...
Click to collapse
here is a update script ONLY for: jermaine151_9.4.2.15
It will format /data
Just remove the ".txt" extension and drag it into the zip file:
jermaine151_9.4.2.15.zip\META-INF\com\google\android\

I was able to get my pad working again by modifing that jermaine151 updater-script. i changed the mmcblk1 to 2 and i did not see a format for the mmcblk08 so i changed the mount to a format and added the run command. Crossed my fingers and prayed i did not end up with a huge brick lol. It seemed to flash really fast. then i realized i had keys back to working and rom functioning correctly again. i then factory reset and went to flash the jermaine again but the sdcard was empty lol. had to go back and move a unmodified copy of jermaine to my now factory restored sdcard and reflashed all is well in the Stealtheee house again ! YAY ! Thanks so much. all the normal formats in the world were doing jack didily.

Related

ClockWorkMod Recovery With a2sd Partition & Root Package

This is koush ClockWorkMod Recovery with a Few Edit's
This will Work on any Phone That currently can Use this Recovery, but was edited for the MyTouch 3g Slide
Download here > http://www.4shared.com/file/KzYHr4U_/update.html
You at your own Risk!!
- Contains Auto Root ( Su / Superuser.apk ) If already Root, this will not effect Root & Safe to use!
See how-to Root the Slide Thread for more info.
-Contains Dusty51 script for Partitioning the a2sd & Swap
-fstab so swap will work
-Default partition table's are:
-Linux Swap @ 32mb
-ext2 a2sd partition @ 512mb
-Fat32 Partition is based on the size after the 2 above
How-to Use:
Once You load the Recovery via update.zip, Unplug & Plug the USB to make sure the Device is Seen..
- Open Command Prompt from Computer
- Adb shell
- sdparted
- Next Follow the Command, y = Y to confirm..
Note: Backup your SDCARD first, only thing should be on it is the update.zip then Follow the above to Format for a2sd support!
Thanks man.1 question tho. How do I choose which size I want the partion I have the stock 8gb card and only want to use 500mb for the swap since I watch mostly videos on my phone and don't store to many apps
richierich118 said:
Thanks man.1 question tho. How do I choose which size I want the partion I have the stock 8gb card and only want to use 500mb for the swap since I watch mostly videos on my phone and don't store to many apps
Click to expand...
Click to collapse
500mb for Swap!!
There is never a reason to have that Much Swap.. Honestly Swap isn't needed & the Current Settings are honestly perfect for the Phone.. Even with an 8GB Sdcard
Eugene, thanks for the work on this.
I ran through the steps and formatted the SDcard, but then all my apps were gone (market too!). I'm wondering if I should have wiped first?
So I wiped, re-flashed SlideMeRoot5r1.zip, and it never comes out of the black screen/script. I waited 10 minutes (timed it) and then tried again. Still nothing.
Thoughts? Am I missing something?
eugene373 said:
500mb for Swap!!
There is never a reason to have that Much Swap.. Honestly Swap isn't needed & the Current Settings are honestly perfect for the Phone.. Even with an 8GB Sdcard
Click to expand...
Click to collapse
Ok I didn't know I thought the format was for 3 parts. Regular storage,ext,and swap. Cool tho thanks
bournefusion said:
Eugene, thanks for the work on this.
I ran through the steps and formatted the SDcard, but then all my apps were gone (market too!). I'm wondering if I should have wiped first?
So I wiped, re-flashed SlideMeRoot5r1.zip, and it never comes out of the black screen/script. I waited 10 minutes (timed it) and then tried again. Still nothing.
Thoughts? Am I missing something?
Click to expand...
Click to collapse
Okay Do this!
Boot the Rom until you get a Black Screen & follow like so..
adb shell
cd /system/sd/dalvik-cache
rm -r *
cd /system/sd/app-private
rm -r *
exit
Click to expand...
Click to collapse
with the cmd prompt still open, type:
adb reboot recovery
Click to expand...
Click to collapse
From stock Recovery.. Do a Factory Reset
next,
Run the Update.zip to enter into ClockworkMod recovery..
Choose to install the Rom you wish... slide5 w/ a2sd Correct?
Once Install is complete
Do the Following from cmd prompt once more
adb reboot recovery
Click to expand...
Click to collapse
Boot back into Clockwork, Then using cmd prompt type:
sdpart
Just Hit Y until install Complete
Next Reboot normally.....
I hate to drag that out for you, but that is 100% going to get you to boot
More information from when I try to wipe:
-- Wiping data...
Formatting Data:...
Formatting Cache:...
Formatting SDEXT:...
E:Can't mount /dev/block/mmcblk0p2
(no such device)
Error mounting /sd-ext/!
Data wipe complete.
bournefusion said:
More information from when I try to wipe:
-- Wiping data...
Formatting Data:...
Formatting Cache:...
Formatting SDEXT:...
E:Can't mount /dev/block/mmcblk0p2
(no such device)
Error mounting /sd-ext/!
Data wipe complete.
Click to expand...
Click to collapse
ignore Error mounting /sd-ext/!
Ok one more question I am on slidemeroot2 should I do this before updating to slidemeroot5 or after.
I just ran this in prep to upgrade to slideme5, I'm on 2 now.
it was painless (I'm currently restoring my sdcard contents).
I'm going to try a slide5 update without wiping to see if it works, if it doesnt then i'll just wipe but I wanteed to see first without losing my settings and stuff
The whole Reason I removed 5 & replaced with 5r1 was due to issue & error's.
If you don't wipe you will still have those same error's & issue's.
eugene373 said:
The whole Reason I removed 5 & replaced with 5r1 was due to issue & error's.
If you don't wipe you will still have those same error's & issue's.
Click to expand...
Click to collapse
I didn't install 5 yet.
I'm on *2* still -> going to 5r1.
Anwyays I wiped first.
eugene373 said:
The whole Reason I removed 5 & replaced with 5r1 was due to issue & error's.
If you don't wipe you will still have those same error's & issue's.
Click to expand...
Click to collapse
you think the fix permissions script could work on the slide? I know i went from cupcake to donut to eclair with out ever wiping the g1 with the latest fix permissions
WORKED like a charm..now have 115mb free
turboyo said:
you think the fix permissions script could work on the slide? I know i went from cupcake to donut to eclair with out ever wiping the g1 with the latest fix permissions
Click to expand...
Click to collapse
or you can just download Koush Rom Manager app that has that included.
sorry for the noob question, but what is this for exactly?
Hot diggity, now everything is being installed to SD by default. I like that.
I am going to guess that for those apps that dont play well with apps2sd, we manually move them to /data/apps/ ?
Does your latest support ext4?
Maybe that is the problem with black screen.
Clay
sheek360 said:
sorry for the noob question, but what is this for exactly?
Click to expand...
Click to collapse
To help out internal phone storage.
htcclay said:
Does your latest support ext4?
Maybe that is the problem with black screen.
Clay
Click to expand...
Click to collapse
No it don't support ext4.

Bricked Photon... formatted internalsd

In a formatting frenzy, I, without thinking, formatted my entire internalsd card while in bootstrap recovery. My heart dropped right after I hit "YES" and realized what I had done. I sat there in agony while I hopelessly watched my phone delete itself entirely along with any potential backups or roms I had. I was trying to get a good clean install to fix my wifi issues with skinny4g but I may have made it a little too squeaky clean.
I am currently flashing 198-7 through RSD support but I'm not sure if that is going to work. I figured I would post this while I wait anxiously. Will this work?
TLDR: Noob lurker formats entire phone along with backups. Will a 198-7 rsd flash fix this?
EDIT: It worked!!!!! Yay!! Just bought a sd card online too, figured its probably good practice.
Ouch. I've panicked over lesser situations.
Good to know that works.
I am still new with this Photon, so I am glad to see posts like this, of what not to do, but also how to fix it lol.
Only one wipe is necessary. Just wipe system then factory format one( data, and cache)
dlungs said:
In a formatting frenzy, I, without thinking, formatted my entire internalsd card while in bootstrap recovery. My heart dropped right after I hit "YES" and realized what I had done. I sat there in agony while I hopelessly watched my phone delete itself entirely along with any potential backups or roms I had. I was trying to get a good clean install to fix my wifi issues with skinny4g but I may have made it a little too squeaky clean.
I am currently flashing 198-7 through RSD support but I'm not sure if that is going to work. I figured I would post this while I wait anxiously. Will this work?
TLDR: Noob lurker formats entire phone along with backups. Will a 198-7 rsd flash fix this?
EDIT: It worked!!!!! Yay!! Just bought a sd card online too, figured its probably good practice.
Click to expand...
Click to collapse
Sent from my MB855 using XDA App
jokersax11 said:
Only one wipe is necessary. Just wipe system then factory format one( data, and cache)
Click to expand...
Click to collapse
Hmmm, I'm still getting the WiFi error. I format the system > wipe data/cache (factory reset) > flash skinnyrev14gedition.zip > wipe dalvik cache > reboot. Is this process correct or am I missing something? I have also granted all permissions to dhd.ko after the install with Root Explorer but that didn't help. I read a mention about swapping in the old dhd.ko from yays 10/24 .zip but that link is down and my 198-7 file is in .sbf.
With the wifi error i tried using root explorer and putting the dhd.ko in after install but it didn't fix it, but when i put the 198-7 dhd.ko in the install zip and installed it everything worked fine.

How To full wipe all scripts/mods

Fellow Users,
I wiped:
- Factory/Wipe data
- Dalvik
- Cache
- Every storage
did a fixed permission
- Switched different roms Stock and Custom
- Switched different kernels stock and custom
- Flashed with Odin and with CWM Recovery.
How can i get rid of the nasty scripts or mods that are stuck ??
Is there a way to clean everything harder and deeper than what i did ?
How about init file or something?? i dont have ADB
I think this is how. follow these.
1. Factory reset / Wipe data
2. Wipe Cache partition
3. Wipe Dalvik
4. Go to mount & storage
5. Fix Permissions
6. format /cache
7. format /system
8. format /data
9. format /preload
10. format /sdcard
Try these. But make sure you have a rom to flash on external sdcard. because formatting these will remove system and you will not start phone without flashing a rom.
dimi22 said:
Fellow Users,
I wiped:
- Factory/Wipe data
- Dalvik
- Cache
- Every storage
did a fixed permission
- Switched different roms Stock and Custom
- Switched different kernels stock and custom
- Flashed with Odin and with CWM Recovery.
How can i get rid of the nasty scripts or mods that are stuck ??
Is there a way to clean everything harder and deeper than what i did ?
How about init file or something?? i dont have ADB
Click to expand...
Click to collapse
To fully format the phone you could also use megawipe. It is a flashable zip for cwm which will remove anything, also your sd card. Hence better have a flashable rom on your external sd. You can find it in the dev section or search for mega wipe.
Sent from my GT-I9300 using xda app-developers app
Thanks for help,
I try the method rl421403 says but it didnt help, i also flashed the mega wipe zip file and did the wipe but that also didn't work.
Maybe it is hardware related? is there a way to test this?
dimi22 said:
Thanks for help,
I try the method rl421403 says but it didnt help, i also flashed the mega wipe zip file and did the wipe but that also didn't work.
Maybe it is hardware related? is there a way to test this?
Click to expand...
Click to collapse
Maybe let us now what you want to delete exactly.
Usually the mega wipe well erase any file and leave a blank slate.
Sent from my GT-I9300 using xda app-developers app
chrismast said:
Maybe let us now what you want to delete exactly.
Usually the mega wipe well erase any file and leave a blank slate.
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
i dont know but some file must be conflicting, the problem is that the phone keeps rebooting after the screen is of ... i have no other problem ....
dimi22 said:
i dont know but some file must be conflicting, the problem is that the phone keeps rebooting after the screen is of ... i have no other problem ....
Click to expand...
Click to collapse
did you maybe flash a custom kernel? if so try a stock rom with stock kernel
i did i did not working :crying::crying::crying::crying::crying:

Recovery problems. HELP!

Hey all. Can anyone tell me exactly what "success rebooting by reason oem-00" means? And why is it every time I boot into recovery I get can't mount cache/recovery/command. I believe its my sdcard. Thanks!
Sent from my PG86100 using xda app-developers app
AGoogleUser said:
Hey all. Can anyone tell me exactly what "success rebooting by reason oem-00" means? And why is it every time I boot into recovery I get can't mount cache/recovery/command. I believe its my sdcard. Thanks!
Sent from my PG86100 using xda app-developers app
Click to expand...
Click to collapse
I doubt it's your SDcard. Its mount point is at /sdcard, not /cache. Sounds like you either need to wipe your cache or you're trying to do something with s-off when you're still s-on.
This is making the assumption that you're trying to flash an update via recovery. If not, please ignore.
Tourney3p0 said:
I doubt it's your SDcard. Its mount point is at /sdcard, not /cache. Sounds like you either need to wipe your cache or you're trying to do something with s-off when you're still s-on.
This is making the assumption that you're trying to flash an update via recovery. If not, please ignore.
Click to expand...
Click to collapse
I'm completely stock. Just when I make a selection in recovery I get a bunch of errors. I can't factory reset, well I can but it won't fix the problem. I can run an ruu over and over and still get the same errors. I'm just wondering what the success reboot means and why it won't let me choose anything in recovery. Should I flash 4ext?
Sent from my PG86100 using xda app-developers app
Ya me to think its sd card problem i recomennd format card ree root re install clock work mod it will fix it .....
HOPE SO
DONT JUST SAY THANKS CLICK IT..
Sent from my LG-P500 using xda premium t from my LG-P500 using xda premium
harshgpt816 said:
Ya me to think its sd card problem i recomennd format card ree root re install clock work mod it will fix it .....
HOPE SO
DONT JUST SAY THANKS CLICK IT..
Sent from my LG-P500 using xda premium t from my LG-P500 using xda premium
Click to expand...
Click to collapse
I've already formatted, without backing up my picture music ect.., and still won't fix. What could be causing the ruu not to fix my phone?
Sent from my PG86100 using xda app-developers app
It still sounds to me like it's not an SDcard issue since the mountpoint isn't /sdcard, but after looking at some Google results I could be wrong. Do you still get the error if you boot with the SDcard removed?
Tourney3p0 said:
It still sounds to me like it's not an SDcard issue since the mountpoint isn't /sdcard, but after looking at some Google results I could be wrong. Do you still get the error if you boot with the SDcard removed?
Click to expand...
Click to collapse
I'm not sure. But I really don't wanna pull the sd. That requires taking the battery out and if I do that I'm stuck in a boot loop.
Sent from my PG86100 using xda app-developers app
I believe you can unseat the SD card without entirely removing it or the battery. If not, no big deal.
What method are you using to flash the RUU? It seems to me like the installer would automatically wipe the /cache directory, but that's probably not a safe assumption to make. At this point it couldn't hurt to install 4ext and make absolutely sure all partitions other than sdcard are wiped. Also, do you get any mount errors other than /cache/recovery/command?
I would try the following, seeing if there is progress after each step:
1) Unseat the sdcard without removing the battery, if possible. If not then skip this step.
2) Install 4ext and wipe cache (all cache, not just davlik)
3) Remove battery and remove sdcard. I know this sucks and you'll get boot loops, but it doesn't matter because the next step is:
4) Wipe all partitions other than sdcard. Even wipe sdcard if you've got a backup. Then attempt an RUU install.
If none of these work, I'm out of ideas. Maybe someone else can chime in. I know there used to be a lot of reports from other devices about /cache/recovery/command and some other directories not being mountable when the eMMC died. It's possible yours is dying and the cache is getting corrupted by hardware failure. That's a worst case scenario, but we gotta eliminate all other possibilities before we make that call.
Tourney3p0 said:
I believe you can unseat the SD card without entirely removing it or the battery. If not, no big deal.
What method are you using to flash the RUU? It seems to me like the installer would automatically wipe the /cache directory, but that's probably not a safe assumption to make. At this point it couldn't hurt to install 4ext and make absolutely sure all partitions other than sdcard are wiped. Also, do you get any mount errors other than /cache/recovery/command?
I would try the following, seeing if there is progress after each step:
1) Unseat the sdcard without removing the battery, if possible. If not then skip this step.
2) Install 4ext and wipe cache (all cache, not just davlik)
3) Remove battery and remove sdcard. I know this sucks and you'll get boot loops, but it doesn't matter because the next step is:
4) Wipe all partitions other than sdcard. Even wipe sdcard if you've got a backup. Then attempt an RUU install.
If none of these work, I'm out of ideas. Maybe someone else can chime in. I know there used to be a lot of reports from other devices about /cache/recovery/command and some other directories not being mountable when the eMMC died. It's possible yours is dying and the cache is getting corrupted by hardware failure. That's a worst case scenario, but we gotta eliminate all other possibilities before we make that call.
Click to expand...
Click to collapse
Yes when I try to wipe the cache in stock recovery I get a bunch of mourning errors. Recovery.log last.log and a few others. I'll try yo get the SD out. If not I'll install 4ext and try to wipe cache. How would I go about wiping my partitions? I can use 4ext without root correct? Thanks!
Sent from my PG86100 using xda app-developers app
AGoogleUser said:
Yes when I try to wipe the cache in stock recovery I get a bunch of mourning errors. Recovery.log last.log and a few others. I'll try yo get the SD out. If not I'll install 4ext and try to wipe cache. How would I go about wiping my partitions? I can use 4ext without root correct? Thanks!
Sent from my PG86100 using xda app-developers app
Click to expand...
Click to collapse
Installing 4ext without root should be no problem. Just make sure the device is unlocked using the HTC Dev Tool (mandatory). Then go through the flashboot process for recovery.img. It couldn't hurt to install SuperSU while you're in there, though that's outside the scope of what we're trying to repair right now. Once you're in 4ext, under the Wipe menu, there should be an option for "Wipe all partitions other than sdcard" (paraphrased). Go with that. Though if the stock recovery didn't do it, I don't have high hopes for 4ext to be able to.
The fact that you're getting multiple mounting errors leads me to believe you have a bad eMMC. If all the steps from the previous post fail, that'll tell you for sure.
Tourney3p0 said:
Installing 4ext without root should be no problem. Just make sure the device is unlocked using the HTC Dev Tool (mandatory). Then go through the flashboot process for recovery.img. It couldn't hurt to install SuperSU while you're in there, though that's outside the scope of what we're trying to repair right now. Once you're in 4ext, under the Wipe menu, there should be an option for "Wipe all partitions other than sdcard" (paraphrased). Go with that. Though if the stock recovery didn't do it, I don't have high hopes for 4ext to be able to.
The fact that you're getting multiple mounting errors leads me to believe you have a bad eMMC. If all the steps from the previous post fail, that'll tell you for sure.
Click to expand...
Click to collapse
Okay. Just gotta wait since I let my dad borrow my laptop. Should be home soon. If it is emmc, where does that put the phone? Beyond repair? If so I'm not to worried since I'm upgrade eligible soon. Just worried that I'm gonna get stuck in a bootloop and have to use the recovery option from fast boot since thats the only thing that cures the bootloop (until next battery pull) and start over again. Pain in the butt!
Sent from my PG86100 using xda app-developers app
I would recommend that you do a Titanium Backup, but since you don't have root that's out of the question. Kind of an unfortunate situation. I've never done this, but it seems like you could probably use Online Nandroid to make a nandroid backup of your working system. Then if you ever get stuck in a boot loop, you could restore the backup to your current (hopefully) working configuration. It doesn't help you right now, but it might help in the future. Just make sure to root it while you're doing all this.
I believe eMMC is on the main logic board. You might want to call Sprint to confirm, but it stands to reason that you could probably swap in another one. I'm noticing a couple on eBay in the 30-40 dollar range. Not sure if there are any phone-specific values on the logic board that make the board unswappable, but hopefully Sprint could tell you for sure.
Maybe you'll get lucky and that's not the problem anyway.
Tourney3p0 said:
I would recommend that you do a Titanium Backup, but since you don't have root that's out of the question. Kind of an unfortunate situation. I've never done this, but it seems like you could probably use Online Nandroid to make a nandroid backup of your working system. Then if you ever get stuck in a boot loop, you could restore the backup to your current (hopefully) working configuration. It doesn't help you right now, but it might help in the future. Just make sure to root it while you're doing all this.
I believe eMMC is on the main logic board. You might want to call Sprint to confirm, but it stands to reason that you could probably swap in another one. I'm noticing a couple on eBay in the 30-40 dollar range. Not sure if there are any phone-specific values on the logic board that make the board unswappable, but hopefully Sprint could tell you for sure.
Maybe you'll get lucky and that's not the problem anyway.
Click to expand...
Click to collapse
Normally i use App Monster Pro. No root. Im going to back up and and flash the recovery right now. Ill let you know what happens. Hopefully this works.
well i removed the battery and sd card and replaced the battery and she booted up fine! no bootloop this time. Maybe its the sd after all? but i think your right cause i get cant mount cache recovery command and thats not on the sd like you said. Im going to boot back down, remove battery reinstall sd and then see if it boots up.
EDIT: reinserted sdcard and it booted up fine AGAIN. Why phone?! haha. Wonder what was causing the bootlooping when the battery was removed?
I checked for those locations in my cache directory and they don't exist for me either. That probably means they're created dynamically during recovery, but I know very little about what happens behind the scenes there. Maybe certain parts of your cache are unwriteable. Just to clarify, the mount errors happened even while the sd card was out and continued to exist even after it was put back in, right? Maybe it's the sd card after all if not. Any errors while wiping all the partitions?
Glad to hear that it's at least sort of working for now. Couldn't hurt to do a nandroid backup anyway just in case it happens again while you're out and about and don't have time to do a full manual reinstall.
Tourney3p0 said:
I checked for those locations in my cache directory and they don't exist for me either. That probably means they're created dynamically during recovery, but I know very little about what happens behind the scenes there. Maybe certain parts of your cache are unwriteable. Just to clarify, the mount errors happened even while the sd card was out and continued to exist even after it was put back in, right? Maybe it's the sd card after all if not. Any errors while wiping all the partitions?
Glad to hear that it's at least sort of working for now. Couldn't hurt to do a nandroid backup anyway just in case it happens again while you're out and about and don't have time to do a full manual reinstall.
Click to expand...
Click to collapse
Haven't flashed the recovery just yet. My primary goal was to get this boot looping to stop. Success! I will flash recovery tonight. And I haven't checked the recovery.
Sent from my PG86100 using xda app-developers app

[Q] How do I flash the radio?

Hey folks! Quick stupid question that most of you will say "answered many times before, use the search" to:
What are the exact steps to flash a new radio? I have an MB860 running CM7-MROM connected to the Bell Canada network in Toronto, and every time an app tries to access the GPS, the data connection dies, and I have to reboot to get the data/H+/3G back. I read that someone else had the exact same problem, and fixed it by flashing "N_01.77.33P_can_bell.zip". My phone says it is currently running "N_01.07.05P" (under Baseband version).
I am assuming that I can use this radio because it says "bell canada" in the filename, but how exactly would I go about flashing it? I searched the forums, and some people are saying to use CWM to "install zip from sdcard" just like I would when I update MROM, while others say to first "wipe cache" <- what cache are they talking about? The dalvik cache?
Thanks for your help!
There is the "cache" partition too, you know...
You won't find any detailed instructions on how to flash radio since it is EXACTLY the same as flashing a ROM.
ravilov said:
There is the "cache" partition too, you know...
Click to expand...
Click to collapse
Yes, I know, that's why I'm asking which cache they are telling me to wipe.
ravilov said:
You won't find any detailed instructions on how to flash radio since it is EXACTLY the same as flashing a ROM.
Click to expand...
Click to collapse
Well I've found lots of detailed instructions, but some are saying to install it exactly like you would when flashing a ROM update (don't wipe any cache), and some are saying to "wipe cache" without specifying which cache.
moeburn said:
Yes, I know, that's why I'm asking which cache they are telling me to wipe.
Well I've found lots of detailed instructions, but some are saying to install it exactly like you would when flashing a ROM update (don't wipe any cache), and some are saying to "wipe cache" without specifying which cache.
Click to expand...
Click to collapse
Normally its wipe both. Easier way is extract the radio.img, make sure its called radio.img, fastboot flash radio radio.img
Sent from my MB860 using xda app-developers app
The /cache partition holds a part of dalvik-cache, so when you wipe /cache, you wipe a part of dalvik-cache too. (The other part is on /data.)
I'm not quite sure why so many questions about it though. If unsure, just wipe all the caches you come across. By definition, a "cache" is something that holds temporary information which can be easily rebuilt, so there's no harm in wiping it. You're just making it unnecessarily complicated...
ravilov said:
The /cache partition holds a part of dalvik-cache, so when you wipe /cache, you wipe a part of dalvik-cache too. (The other part is on /data.)
I'm not quite sure why so many questions about it though. If unsure, just wipe all the caches you come across. By definition, a "cache" is something that holds temporary information which can be easily rebuilt, so there's no harm in wiping it. You're just making it unnecessarily complicated...
Click to expand...
Click to collapse
Welp, apparently the people telling you to wipe the cache are making it unnecessarily complicated too, because I flashed the new radio ROM without wiping any cache, and it worked just fine!
And OH MY GOD I had no idea my Atrix could get a GPS lock so fast! It locks in under 5 seconds, EVERY TIME now! It used to take 2-5 minutes, it took so long that if I wanted to GPS track my ride, I'd first turn on the GPS mapping app and put the phone out on the patio table, and let it get a fix while I got ready to leave.
And best of all? I can use data/H+/3G AT THE SAME TIME as GPS! It used to be that as soon as an app started the GPS, the data connection died, and I had to reboot to get it back. Now I can actually use my phone like it was designed!

Categories

Resources