[Q] Double Recovery Install - Arg (stupid mistake) - Motorola Atrix 2

I goofed up. :cyclops:
I was on a nice custom 2.3.6 ROM, and now I'm just on needles.
I was ...um, let's just say,.. barely conscious. So, anyhow I'm not 100% positive what I did -- but this is my best guess.
I am fairly sure I was fiddling with system settings (just looking around, no changes), and probably because of the apps I had installed, things became unstable.
What's strange now, is that I don't recall pausing on CWM recovery, which is VERY odd indeed, because I WAS really happy to have installed JW Daddy's CWM on every boot installed, and I've still got several full CWM backups that should work fine.
This much is 100% certain, after several failed attempts to stabilize (even long enough to uninstall the most recent apps), I decided to just restore a CWM backup. But I had forgotten that I had the CWM on every boot mod installed (because it wasn't working anymore, for some reason), and still didn't remember, even after I failed to find the Bootstrap app (which I had uninstalled, just after installing the CWM on every boot mod).
I must have just figured it was probably some ROM or backup of a ROM that I had put on that was clean I guess. Of course, on the next cycle up, it stayed up just long enough, so that I finally got the BootStrap installed again, but before I could hit the button to reboot into CWM, the phone crashed back down into a loop again, and this time, never came back up at all, not even for a second. Factory reset, & clearing Dalvik cache didn't help either.
The problem is that I didn't have a chance to reboot into CWM Recovery after installing the bootstrap and now that it won't boot at all, I'm just stuck looping without an easy way to get into CWM recovery. I am able to get into the useless stock recovery and/or fastboot, but I'm not sure what to do, now that I've got (I think) 2 additional goof-ball mods potentially in there --- one for the old faithful A2 Bootstrap, that is used to reboot into CWM recovery, and of course, the CWM on every boot mod, which was for whatever reason, broken by some other cause (possibly the apps I was fiddling with?) even before I 'worsened' things up.
I'd rather not go all the way back to stock 2.3.5 via RSD but I may have to? What say thee?
===================================================
SPECS PRIOR TO SCREW-UP:
AT&T Best Buy
Model Number: MB8656
Android version : 2.3.6
Display : SuperCharged_V_5_Update_2

Yeah, it sounds like a goof up to me.
You're probably going to have to FXZ the 2.3.5 and then upgrade to the 2.3.6 and use the FXZ fix to get your phone back to where it was. The problem that probably occurred was that you had both the bootstrap and the cwm on boot at the same time. You shouldn't use both of them, only 1 or the other.
If you read the posts, it tells you to un-allow the bootstrap app after installing the cwm on every boot. In fact, the roms that come with the cwm on boot on them don't even have the bootstrap app.

DusThis said:
If you read the posts, it tells you to un-allow the bootstrap app after installing the cwm on every boot. In fact, the roms that come with the cwm on boot on them don't even have the bootstrap app.
Click to expand...
Click to collapse
Oh well. I was hoping to at least only FXZ to 2.3.6 and maybe skip a step, since I was already there. ugh.
Thanks DusThis (hitting the Thanks Button now ;-)
Is there a single criteria that defines when we can FXZ back to 2.3.6 versus 2.3.5?

Yeah I would FXZ back to 2.3.5 and do the OTA, then restore your CWM backup using the bootstrap.
There is not currently a way to FXZ back to 2.3.6. Our 2.3.5 was something a very nice XDA member went and got off of a moto server for us. Since this phone ships with 2.3.5, and not 2.3.6 I am sure we will not see a 2.3.6 FXZ unless we make our own which is totally possible, but more work that it may be worth.

jimbridgman said:
Since this phone ships with 2.3.5, and not 2.3.6 I am sure we will not see a 2.3.6 FXZ unless we make our own which is totally possible, but more work that it may be worth.
Click to expand...
Click to collapse
<-- ahh, this makes sense now. There is more to an FXZ than just what comes OTA (I had forgotten that ;-)

Once you FXZ back to 2.3.5 you can just simply reroot, install A2 bootstrap and then perform a backup. I have done this several times and have never had any ill effects. Just make sure your backup is GOOD

To get rid of your errors now you must have to restore FXZ then update to 2.3.6 and restore CWM backup after that
To restore FXZ follow:
http://forum.xda-developers.com/showthread.php?t=1721218

jimbridgman said:
Yeah I would FXZ back to 2.3.5 and do the OTA, then restore your CWM backup using the bootstrap.
There is not currently a way to FXZ back to 2.3.6. Our 2.3.5 was something a very nice XDA member went and got off of a moto server for us. Since this phone ships with 2.3.5, and not 2.3.6 I am sure we will not see a 2.3.6 FXZ unless we make our own which is totally possible, but more work that it may be worth.
Click to expand...
Click to collapse
people seem to want it though. I will make it. I just have to pull all the images from the updated phone then write the XML with the same format right.
Sent from my MB865 using xda premium

lkrasner said:
people seem to want it though. I will make it. I just have to pull all the images from the updated phone then write the XML with the same format right.
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
Yes, but getting the boot image will be a challenge, I think. Let me know if you run into an issue and I might be able to point you in the right direction.
The rest are east but, you HAVE to cat the device for each image, you can't dd it.
I would use the SAME xml file, just update the md5 sums.
The rest of the changes you already know.

I'm no expert at that kind of stuff by any means, but wouldn't it be easier to do if you FXZ your phone to 2.3.5 and then download the OTA. Don't install it right away and pull the update.zip and use that to make the 2.3.6 FXZ??

DusThis said:
I'm no expert at that kind of stuff by any means, but wouldn't it be easier to do if you FXZ your phone to 2.3.5 and then download the OTA. Don't install it right away and pull the update.zip and use that to make the 2.3.6 FXZ??
Click to expand...
Click to collapse
Nope, an ota is just basically linux patch files that are then applied to the apks and kernel and os files on your phone, it is not a whole new firmware that writes over the one on your phone.
Linux/UNIX patch:
http://en.m.wikipedia.org/wiki/Patch_(Unix)

Oh ok. That makes sense. I'm pretty much self teaching myself on this kind of stuff and I know that for instance the cheesecake stuff can be looked at and checked so I didn't know if an OTA update could be done the same way. Thanks for the link Jim.

DusThis said:
Oh ok. That makes sense. I'm pretty much self teaching myself on this kind of stuff and I know that for instance the cheesecake stuff can be looked at and checked so I didn't know if an OTA update could be done the same way. Thanks for the link Jim.
Click to expand...
Click to collapse
the cheesecake stuff and otas are the same thing. you can tell some stuff by looking inside the zips. for example they often contain a build.prop, which lets us see if it is ics, or what has changed.

Related

[RUU] Official 2.31.651.7 in ZIP Format, Flashable from Fastboot

As the title says, here's the Rom.zip extracted from RUU_Hero_C_Sprint_2.31.651.7_signed_release.exe for those that don't use Windows, or prefer to have their RUU in zip format.
This will flash your phone to 2.31.651.7 STOCK.
http://www.mediafire.com/?m6x4sr682ruk027
Simply rename this to HERCIMG.zip and place on the root of your SDCard.
Power your phone completely off.
Press and Hold VOL DOWN and POWER until your phone boots into HBoot mode.
Wait for it to verify the zip, then click <ACTION> (Trackball) to update, or <SEND> (Green Call) to cancel.
Enjoy!
Here's my guide to rooting .7:
http://forum.xda-developers.com/showthread.php?t=804296
Personally..I want to say THANK YOU, THANK YOU, THANK YOU.
I have spent the last four hours searching for this. This needs to be stickied. I'm bookmarking it for sure. This got my phone unbricked..I thought all hope was lost and I would have to call in for warranty support (I got mine refurbed through Sprint last October..so I don't even know if I would still have any warranty support), and see if I could try my luck and getting it replaced, since that is what others have said to do as apparently this file from OP, did not exist.
And so for future reference, so that others don't go mindlessly searching through the forums.
If you
a.) Managed to overwrite your Recovery some how or completely delete it. (I did..and from searching this and many other forums over the past couple hours..I can see I wasn't the only one), and also have no boot (or a corrupted boot loop)
b.) Still have S-ON (You can find this out by powering off your phone and then pressing and holding the power button and the lower volume button), I recommend you turn S-Off for future reference if you're going to be dealing with customer ROMs a lot (so you don't have to go through the hell I just did..). See here..
http://forum.xda-developers.com/showthread.php?t=759955
c.) Have an updated Hboot (1.47) (you can also find this info. in part b.)
....then you KNOW that you are stuck. Because you
a.) Cannot flash a ROM in Recovery because you cannot access it.
b.) You cannot access ADB because your phone won't go that far and will only go into fastboot..
c.) But even though you have access to fastboot you can't do ANYTHING like flash a recovery image or a ROM..or anything for that matter..because S is still ON. (this is the "not allow" messages you will see pop up.)
d.) You have bootloader 1.47 so if you for example, were like me couldn't use this file here.. (http://forum.xda-developers.com/showthread.php?t=657086), because it would say there was a newer version and wouldn't install it.
So this file right here..was the only thing getting my phone back to a usable state. And considering that my searches have shown to pretty much give up all hope and have it sent it for warranty repair, then I think this thread deserves a bump for all those that have screwed up.
Yeah..I have to start ALL OVER now from a stock ROM (thank god for nandroid), but at least my phone isn't a dead brick.
Just thought this needed a well deserved bump.
I wonder if there is a RUU for the latest .2?
Wanted to say BIG THANKS. This worked like a charm to update prl/profile. Keeping two copies of this one on the sd and on the laptop. Thanks again.
Yea it's me Again. With the
Modified .HERO.
laie1472 said:
Wanted to say BIG THANKS. This worked like a charm to update prl/profile. Keeping two copies of this one on the sd and on the laptop. Thanks again.
Yea it's me Again. With the
Modified .HERO.
Click to expand...
Click to collapse
Forgive me for seeming NOOBish... but I can use this to do the same, then restore Nandroid back and it will keep the PRL/Profile update?
Just wondering... lolz, thanks!
Yup But you will have to reroot. This takes root from you. You will have to reroot with the Hero rooter from Reg or Z4 or one click root. But read read read. And as far as the prl/profile yup it will stick. When your phone boots up after running this just go into settings and updates and choose update profile and update prl don't update firmware. I repeat don't update firmware. After that just reboot and check your prl should be 60675. After that reroot, then flash a recovery and then nand restore. Hope this helps good luck
Remember this returns you to stock you will loose root and recovery..
Yea it's me Again. With the
Modified .HERO.
Why don't you guys just flash NFX's or LS's already rooted and way faster stock sense ROM to update PRL, etc?
Running stock ROM has to be one of the worst things ever after being on custom ROMs for so long.
I tried flashing almost ever sense rom on here pmgrands port, ninfintes stock odex and deodex and his apps 2 sd builds he has like 4 or 6 different builds. Tried flashing liquids builds beta and stable. All gave me a error. So I had to use this. I couldn't flash any sense rom
and it was easier to use this than try to figure out y. If he can flash a sense rom then yea that's the easier way but if not this is a for sure way to get back to stock.
Yea it's me Again. With the
Modified .HERO.
laie1472 said:
I tried flashing almost ever sense rom on here pmgrands port, ninfintes stock odex and deodex and his apps 2 sd builds he has like 4 or 6 different builds. Tried flashing liquids builds beta and stable. All gave me a error. So I had to use this. I couldn't flash any sense rom
and it was easier to use this than try to figure out y. If he can flash a sense rom then yea that's the easier way but if not this is a for sure way to get back to stock.
Yea it's me Again. With the
Modified .HERO.
Click to expand...
Click to collapse
I still have my original nandroid from before I flashed any ROMs and it takes me back to stock Sprint, where I do my updating. Is this faster than that?
jckeyser said:
I still have my original nandroid from before I flashed any ROMs and it takes me back to stock Sprint, where I do my updating. Is this faster than that?
Click to expand...
Click to collapse
Yup. That's way better and faster. Just go into settings / updates. Then just update prl and profile. Don't update firmware. After you confirm that your updated just nand restore and you should be good.
Edit not sure if you would have to reroot.
Yea it's me Again. With the
Modified .HERO.
Thanks for the reply's all... I like Sense and have NFX rom on my Hero, loaded a few ROMS but they won't update, so no worries, when I have some free time I'll sit and do it then. I don't like the one click rooters nor the clockwork recovery, I guess I'm old school and do it the hard way, lol, but thanks for letting me know it'll work (prl update) and stay on the handset!
Regards!
Without opening a huge can of worms I would like to know whats the best newest rom out there with sense I just searched for like 3 hours and lot of threads are old and I want what ever is new with sense also would like to upgrade to 2.2 im on Honeybun v.-2 lite firmware 2.1 update1
Gelladuga69 said:
Why don't you guys just flash NFX's or LS's already rooted and way faster stock sense ROM to update PRL, etc?
Running stock ROM has to be one of the worst things ever after being on custom ROMs for so long.
Click to expand...
Click to collapse
you got a link ? Im searching now
laie1472 said:
Yup. That's way better and faster. Just go into settings / updates. Then just update prl and profile. Don't update firmware. After you confirm that your updated just nand restore and you should be good.
Edit not sure if you would have to reroot.
Yea it's me Again. With the
Modified .HERO.
Click to expand...
Click to collapse
No need to reroot because it was a nandroid. Can't make a nandroid if you're not rooted.
Sent from my HTC Hero CDMA running Android 2.3
Does anybody have the original MD5 checksum for this file? I wanna make sure this file downloaded properly. Thanks in advance!
EDIT: efa439da700b5fad7ea49915ef7d2866
Sent from my HTC Hero CDMA running Android 2.3
does this work with any version of HBOOT? The phone I am dealing with has stock 1.5
mrtimo said:
does this work with any version of HBOOT? The phone I am dealing with has stock 1.5
Click to expand...
Click to collapse
What? Is your phone even rooted? Sprint upgraded to 2.1 a LONG time ago, the update is available at www.htc.com
It worked for me a while ago, but my dad just got a new hero so I tried using this, and it wouldn't recognize the image file.. any thoughts?
systemshock869 said:
It worked for me a while ago, but my dad just got a new hero so I tried using this, and it wouldn't recognize the image file.. any thoughts?
Click to expand...
Click to collapse
yeah, this only works if he has an S-off bootloader, which he doesn't have if it's a new hero.
il Duce said:
yeah, this only works if he has an S-off bootloader, which he doesn't have if it's a new hero.
Click to expand...
Click to collapse
According to the OP this one was extracted from the RUU, so it *should* work S-ON.

Rooted giingerbread leak available on TBH app

Just wanted to tell everyone that TBH released the rooted gingerbread leak on their app a while ago, here's the steps to install it:
1. Sbf to be completely stock, you must have all the stock apps and be on the 2.4.330, so if you sbf to the .29 firmware, update it to the .330 firmware
2. Root your phone and install bootstrap, don't boot into recovery yet!
3. Install the TBH app (if you don't have it, donate to team black hat to get it) and download the 2 files for gingerbread, there's a part 1 and part 2, don't rename them.
4. Boot into clockwork recovery using bootstrap
5. In bootstrap, flash part one of the update, then immediately after without restarting, flash part 2.
6. Restart, you should get the red M logo and boot into gingerbread, if you bootloop boot into recovery by holding the x button on your keyboard when you turn it on and then hold the vol up+down buttons to unlock the menu, once in the menu do a factory reset.
Rooted GB is pretty fast and stable, haven't encountered any bugs yet, battery life is pretty solid (a bit better than froyo), I'm in the process of freezing apps, its difficult now that they added a lot more bloatware that, I have to figure out which of the new apk's to freeze without breaking anything, just a heads up.
Hope you all enjoy your leaked gingerbread!
Sent from my DROID2 GLOBAL running Leaked Rooted Gingerbread!
I installed the non rooted version of this and it's been working perfectly since last night. No issues at all so far and the battery life seems better but it's still too soon to tell.
All in all, I'd say this is a great release and appears to be better than Froyo even with a ROM. I'm just currently waiting for a way to root it that doesn't involve me having to flash it again and starting from scratch.
You may wait a long time. ..
Any method that can root this without using TBH's files will require a new exploit for GB.
Dumb question, since I'm currently running a DINC2. What's the bootstrap? I've still got my old D2G, and want to put it to use now that this is leaked, but need to learn some of the terminology over here.
Thanks!
sk0t said:
Dumb question, since I'm currently running a DINC2. What's the bootstrap? I've still got my old D2G, and want to put it to use now that this is leaked, but need to learn some of the terminology over here.
Thanks!
Click to expand...
Click to collapse
Lol I know the feeling sk0t. I had to learn everything cause my wife has a d2g. I'm running the rooted leak on her phone and hitting 2000 on quadrant
Sent from my ADR6350 using XDA Premium App
sk0t said:
Dumb question, since I'm currently running a DINC2. What's the bootstrap? I've still got my old D2G, and want to put it to use now that this is leaked, but need to learn some of the terminology over here.
Thanks!
Click to expand...
Click to collapse
Guess it would help to answer you question. Bootstrap is how you reboot into CWR. Its cuz of the locked bootloader from what I gather that its needed
Sent from my ADR6350 using XDA Premium App
http://www.mydroidworld.com/forums/...veryone-4-5-606-rooted-unrooted-versions.html
rooted leaked
mention DX but it is D2G
War-Rasta said:
I installed the non rooted version of this and it's been working perfectly since last night. No issues at all so far and the battery life seems better but it's still too soon to tell.
All in all, I'd say this is a great release and appears to be better than Froyo even with a ROM. I'm just currently waiting for a way to root it that doesn't involve me having to flash it again and starting from scratch.
Click to expand...
Click to collapse
not gonna happen, currently the only way to get a rooted version on the other moto droids (except the OG droid) are to install a rooted version, theres no way to root from within gingerbread.
Hmm... I didn't know that last part there... I guess I should install the TBH version now then before I do any more customization on it. That way It doesn't hurt so much to SBF again.
haroldz123 said:
http://www.mydroidworld.com/forums/...veryone-4-5-606-rooted-unrooted-versions.html
rooted leaked
mention DX but it is D2G
Click to expand...
Click to collapse
so basically no need for the TBH root app?
I've seen that posted on some other sites as well since this morning. Apparently it's the same files from the TBH app. I believe you only needed the app initially to download them and nothing else so now you can flash them on your own.
the rooted version on the tbh app was released first, if you know tbh you know that when they have a leak, they like to release it on the app first, then maybe a day or so later release it to the public, when i made this post it was only available on the app.
I've been asking on My Droid World, but I haven't gotten any replies yet. I need the /system/etc/security/cacerts.bks from the new release, because I altered my cacerts.bks to add CAcert's root and now the checksum doesn't match, and therefore this won't install. Can someone send me their cacerts.bks?
There you go.
But this is from stock 2.4.330 version which I presume is what you actually need for the verification to complete.
Gasai Yuno said:
There you go.
But this is from stock 2.4.330 version which I presume is what you actually need for the verification to complete.
Click to expand...
Click to collapse
Thank you so much!! I have Gingerbread running beautifully on my phone now!
when im copying zip files to sd and go recovery, those files r missing. when extracted part 1 on pc it has many files. can u elaborate on this?
thx
Runs fast and smooth but for some odd reason it killed nfs shift game ... whats up with that...
the-light said:
when im copying zip files to sd and go recovery, those files r missing. when extracted part 1 on pc it has many files. can u elaborate on this?
thx
Click to expand...
Click to collapse
Which files are missing? You don't need to extract the ZIP files on your PC, just flash them.
use the 2nd mirror i had no trouble with it
Way to go Team Black Hat... GB is such an upgrade over Android 2.2!
For anyone else having trouble booting CWM: I finally realized I needed to ditch DroidX bootstrap for Droid2. I'm quite happy TBH gets to keep my second donation/payment on Market.
Make sure you root with Z4root first!
Sent from my DROID2 GLOBAL using XDA App

Atrix 2 ics leak #2 stuck on cm10 boot!

Okay, so here's a long story short. I flashed AT&T ICS leak #2 when I first got my replacement due to a brick. I ran SCV7 for a week or so and decided to try out CM10. I restored my backup of stock/rooted backup. Uninstalled highjacks, packages and app (bootmenu) itself. I then installed our OG A2 bootstrap, installed fine, installed CM10, played around with it for awhile. Realized I didnt reinstall the OG A2 Bootstrap so went ahead and did that. (without booting into recovery yet) I then later in the day decided to REBOOT my phone to only find me stuck on the CM10 boot animation. I battery pulled, plugged in to see if any recovery would show, none, just the battery charge percentage. I then battery pulled again, got into stock recovery, tried a data and cache wipe to no effect. My problem is, there is NO FXZ for the AT&T leak #2, I have no recovery besides stock and the only thing I can do is take my 32GB SD card out and add/delete files/everything. I saddly did not make a copy of the system.img but was wondering if anyone else possibly did? This would be greatly appreciated as I am stuck with a soft brick until then or a new FXZ to work with AT&T leak #2. Any suggestions or help is very much appreciated. Thanks all for reading and I'm praying for a miracle in my phone right about now lol!
DX2Trip said:
Okay, so here's a long story short. I flashed AT&T ICS leak #2 when I first got my replacement due to a brick. I ran SCV7 for a week or so and decided to try out CM10. I restored my backup of stock/rooted backup. Uninstalled highjacks, packages and app (bootmenu) itself. I then installed our OG A2 bootstrap, installed fine, installed CM10, played around with it for awhile. Realized I didnt reinstall the OG A2 Bootstrap so went ahead and did that. (without booting into recovery yet) I then later in the day decided to REBOOT my phone to only find me stuck on the CM10 boot animation. I battery pulled, plugged in to see if any recovery would show, none, just the battery charge percentage. I then battery pulled again, got into stock recovery, tried a data and cache wipe to no effect. My problem is, there is NO FXZ for the AT&T leak #2, I have no recovery besides stock and the only thing I can do is take my 32GB SD card out and add/delete files/everything. I saddly did not make a copy of the system.img but was wondering if anyone else possibly did? This would be greatly appreciated as I am stuck with a soft brick until then or a new FXZ to work with AT&T leak #2. Any suggestions or help is very much appreciated. Thanks all for reading and I'm praying for a miracle in my phone right about now lol!
Click to expand...
Click to collapse
Hey, and sort of welcome back...
But I hate to be the bearer of bad, bad news... you have a softbrick, and there is NOTHING you can do.
Next time, read everything in an OP... LOL, look who I am telling this to....
The CM10 installs come with their own CWM built in, and flashing bootstrap is what bootlooped you, so after you get another warranty replacement (yes, you HAVE to do this), I would install leak #1 ONLY, then flash cm10 with bootstrap, then do not reinstall any boot hijacks or CWM "like" recovery (bootmenu), because all you have to do it hit the vol down button right as you see the blue led flash during the M dual core logo.
Or enter the CM10 recovery menu and so on and so forth.
This is how I got out of a cm10 boot-loop.
I just restored from bootmenu backup via adb.
tcf38012 said:
Or enter the CM10 recovery menu and so on and so forth.
This is how I got out of a cm10 boot-loop.
I just restored from bootmenu backup via adb.
Click to expand...
Click to collapse
he can't, he installed bootstrap while on cm10m, so he can't get to cwm anymore.
Scratch that ----- Deleted
Well, thanks everyone. Specially you jim. Anyone wanna throw me an fxz they think MIGHT work for the second ICS leak? I'm willing to take the risk since I have nothing else to lose. Ill be most likely calling AT&T tomorrow and give some excuse. Soft brick or hard brick...Ill get a replacement...
Sent From My Eclipsed DROID X2!
DX2Trip said:
Well, thanks everyone. Specially you jim. Anyone wanna throw me an fxz they think MIGHT work for the second ICS leak? I'm willing to take the risk since I have nothing else to lose. Ill be most likely calling AT&T tomorrow and give some excuse. Soft brick or hard brick...Ill get a replacement...
Sent From My Eclipsed DROID X2!
Click to expand...
Click to collapse
I will get with alteredlikeness and see if we can possibly think of something together on this one. The first thought would be to try an mearet/searet fxz for 2.3.6 since they can fxz back with out any mods to thier 2.3.6 or 2.3.5 fxz from thier ICS leaks, but I am thinking that will still brick you, but interested to see anyhow.
So I will see if alteredlikeness and I can think of some other way to try. He or I will PM you either way.
jimbridgman said:
I will get with alteredlikeness and see if we can possibly think of something together on this one. The first thought would be to try an mearet/searet fxz for 2.3.6 since they can fxz back with out any mods to thier 2.3.6 or 2.3.5 fxz from thier ICS leaks, but I am thinking that will still brick you, but interested to see anyhow.
So I will see if alteredlikeness and I can think of some other way to try. He or I will PM you either way.
Click to expand...
Click to collapse
he can flash just a system. img from ics though, And that should recover it
Sent from my MB865 using xda premium
lkrasner said:
he can flash just a system. img from ics though, And that should recover it
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
You know, I was seeing in recovery how youbcan flash an update through sd AND system which has a lost and found folder and recovery folder. Dont know if this is of any info but either way because I wouldnt know how to put anything in system since I cant seem to get adb to recognize or moto-fastboot...I'm in a very confused state of mind and almost came to the point of hard brick but I refuse. I'll leave it up to ya devs. Thanks againg everyone.
Sent from my MB870 using xda premium
i have same issue , any way to flash system img, and where whould i get system img from? i have preiviously backed up thru cwm
justdrew said:
i have same issue , any way to flash system img, and where whould i get system img from? i have preiviously backed up thru cwm
Click to expand...
Click to collapse
Try following this:
http://forum.xda-developers.com/showthread.php?t=1926873
First Softbrick it seems In Trouble
jimbridgman said:
Try following this:
http://forum.xda-developers.com/showthread.php?t=1926873
Click to expand...
Click to collapse
Guys need your urgent help i am into a trouble what is it called technically may be a Soft brick but this is what has happened.
I was trying the Magic mod the installation went superb booted the phone it worked properly and then i used the bootstrap :silly: and tried starting the phone in recovery after which my phone is now stuck at magic mod boot animation. PLEASE HELP.
I am upto a point where have installed drivers latest rsd lite 6.0 ready with the extracted fxz 6.7.2_EDEM-18-SEARET_cfc.xml but phone is not showing up in rsd lite so that i can flash my phone. Phone says USB connected in AP Fastboot mode have a look at the attachment of my desktop. Please HELP guys....
Thanks & Regards,
Beginner Android (Ravi D)
havent you just posted this in the any question answered here thread and getting help there ??
Wow, almost forgot I made this thread lol. But sounds like your drivers need a good updating. Reboot PC after updating and try again is all I can say. Hope this helps.
Sent from my MB865 using xda premium

RSD Lite freezes at 14/21 flash system

Well, i recently installed the MIUI rom to see if the battery bug was fixed, but its not.
So, i was triyng to go back to the ics leak, as always.
But now, i don't know why, when i'm in the step 14/21 the program doesn't move.
I mean, the '>>' is still moving, but i left it about an hour and it's still there.
Any ideas?​
brianmoyano said:
Well, i recently installed the MIUI rom to see if the battery bug was fixed, but its not.
So, i was triyng to go back to the ics leak, as always.
But now, i don't know why, when i'm in the step 14/21 the program doesn't move.
I mean, the '>>' is still moving, but i left it about an hour and it's still there.
Any ideas?
Click to expand...
Click to collapse
Wait, you installed MIUI and now you're trying to use RSDLite to flash the ICS leak? That won't work. Which leak are you trying to flash? You're teetering on the verge of a soft brick if you go down this road. Not good...
Apex_Strider said:
Wait, you installed MIUI and now you're trying to use RSDLite to flash the ICS leak? That won't work. Which leak are you trying to flash? You're teetering on the verge of a soft brick if you go down this road. Not good...
Click to expand...
Click to collapse
Oh crap ^^
Firts i flash the '5.5.1-EDEM-27-MEARET_cfc.xml' with RSD lite. Then, when i'm on 2.3.6 i uptadte something via OTA. And then, i flash via recovery 'Blur_Version.55.28.37.MB865.MERetail.en.06.zip'
So, what should i do now?
brianmoyano said:
Oh crap ^^
Firts i flash the '5.5.1-EDEM-27-MEARET_cfc.xml' with RSD lite. Then, when i'm on 2.3.6 i uptadte something via OTA. And then, i flash via recovery 'Blur_Version.55.28.37.MB865.MERetail.en.06.zip'
So, what should i do now?
Click to expand...
Click to collapse
Uh oh... you installed an OTA from 2.3.6? Do you know what the update was for? If it was for the OTA to ICS, and you tried to flash a GB .xml or something lower than the official OTA to ICS, you likely have yourself one of those fancy non-FXA'able soft bricked devices...
Edit: If you were on MEARET you may stand a chance to FXZ back to GB, and try to re-OTA to ICS, as some users have noted success with. But, I'm not making any promises in your case...
@Apex, i tried the back to GB from ICS utility and I'm stuck at the dual core screen. I can access AP fastboot however. I was on the stock ICS leak, and i deleted safestrap, and logwrapper and logwrapper.bin files, and upon rebooting i was stuck at boot screen, now after trying the utility I am still in the same position... any help??
No, no. I doesn't installed anything yet. That was the steps that i do to go into ICS Leak, but now, y cant pass throught the first the step. When i flash the .xml it freeze at 14/21.
But, my other problem is that i don't have enough battery, and i think i'm going to the warrancy service.
Enzopreme said:
@Apex, i tried the back to GB from ICS utility and I'm stuck at the dual core screen. I can access AP fastboot however. I was on the stock ICS leak, and i deleted safestrap, and logwrapper and logwrapper.bin files, and upon rebooting i was stuck at boot screen, now after trying the utility I am still in the same position... any help??
Click to expand...
Click to collapse
If you were on the first leak, and tried to FXZ back to GB, you still have a fighting chance. It's only when on the 2nd leak (as was my case) that's there's no known way out of that soft brick. I'm sure Jim or alteredlikeness will see this and figure out how to bring you back out. Sorry, I'm not much help without my knowledge of FXZ'ing back from ICS leak #1. You shouldn't worry too much, I think you're situation is 'fixable'...
Sent from my rooted Mayan Calendar
Apex_Strider said:
If you were on the first leak, and tried to FXZ back to GB, you still have a fighting chance. It's only when on the 2nd leak (as was my case) that's there's no known way out of that soft brick. I'm sure Jim or alteredlikeness will see this and figure out how to bring you back out. Sorry, I'm not much help without my knowledge of FXZ'ing back from ICS leak #1. You shouldn't worry too much, I think you're situation is 'fixable'...
Sent from my rooted Mayan Calendar
Click to expand...
Click to collapse
how can i be sure whether i was on the first or second leak? i used the Blur_Version.55.13.25.MB865.ATT.en.US to get ICS, is that the 1st leak?
Can you give us a link to a thread where you downloaded it from? It did you ota to it?
Sent from my SAMSUNG-SGH-I727 using xda premium
http://www.grupoandroid.com/topic/52205-ics-filtrado-version-no-att/
This is the tutorial that i use. Is in spanish, but i guess that was extracted from here.
And, i use this MIUI.
http://forum.xda-developers.com/showthread.php?t=1914096&page=11
Made it to ICS without looking at this thread
I ran into the same issue freezing at 14/21 and failing at 16/21. Being stubborn I continued installing updates.
When an update is ready to install and my phone restart and say flash failure, I would hold both volume buttons and press the power button, once to exit and again to reenter. Next I would scroll to recovery and the installation would continue.
First update 2.3.6 then ICS. During ICS update I had flash failure a couple time but I just redo the button combination the scroll to recovery, thinking everything would be wonderful.
Well I now have ICS installed but my ringtones and notifications won't stick. When I shut down my phone is goes back to the flash failure screen and will not charge automatically while off. These are the only issues I've noticed, I'm sure there is more...
Please help!

[Q] Where to start...

Ok so I have a rooted infuse 4G and am a complete noob when it comes to flashin roms and mods... I am still on the froyo 2.2.1and hate it lol. Which brings me to my first query, I know its possible to upgrade my android version to the GB and JB with multiple methods but I'm extremely scared that I'm going to brick my phone. It was some forums on here that helped me decide to root my phone so now I'm hoping that you guys can help me take the next step. So whats the safest, easiest way to upgrade my os.. Odin didnt work and I no longer have a computer, so heimdall is out as well. Oh not sure if this is important but I'm not registered on any network nor have I unlocked my phone's sim. Well that's a start. I really hate froyo 2.2.1 so please if anyone can help I definitely could use it.
treyserits said:
Ok so I have a rooted infuse 4G and am a complete noob when it comes to flashin roms and mods... I am still on the froyo 2.2.1and hate it lol. Which brings me to my first query, I know its possible to upgrade my android version to the GB and JB with multiple methods but I'm extremely scared that I'm going to brick my phone. It was some forums on here that helped me decide to root my phone so now I'm hoping that you guys can help me take the next step. So whats the safest, easiest way to upgrade my os.. Odin didnt work and I no longer have a computer, so heimdall is out as well. Oh not sure if this is important but I'm not registered on any network nor have I unlocked my phone's sim. Well that's a start. I really hate froyo 2.2.1 so please if anyone can help I definitely could use it.
Click to expand...
Click to collapse
From Froyo 2.2.1, there is an official build GB 2.3.6 UCLB3 out for the Infuse.
You will need a computer though. Without a computer to restore your phone to stock from soft bricking, you should not be flashing anything. It may be possible for you to bring your phone to an AT&T store and have them update you if you don't have a PC. You will need a computer to root the GB UCLB3.
Where to start? Read the Q/A as much as you can. Then move into the Development section.
http://forum.xda-developers.com/showthread.php?t=1437548 - read it all
thanks
qkster said:
From Froyo 2.2.1, there is an official build GB 2.3.6 UCLB3 out for the Infuse.
You will need a computer though. Without a computer to restore your phone to stock from soft bricking, you should not be flashing anything. It may be possible for you to bring your phone to an AT&T store and have them update you if you don't have a PC. You will need a computer to root the GB UCLB3.
Where to start? Read the Q/A as much as you can. Then move into the Development section.
http://forum.xda-developers.com/showthread.php?t=1437548 - read it all
Click to expand...
Click to collapse
Thanks qkster.. I really appreciate your help. I follow alot of your threads and am so hapoy thst there are infuse users that actually are willing to take the device to the next lvl. Now for another question.
Will it be easier to flash the jellybean 4.1.1 from the froyo or the gb? Or would it be possible to just flash a higher kernel? I'm not syre if that would help me or not, I really want to speed up my infuse and stop it from rebooting so much.
treyserits said:
Thanks qkster.. I really appreciate your help. I follow alot of your threads and am so hapoy thst there are infuse users that actually are willing to take the device to the next lvl. Now for another question.
Will it be easier to flash the jellybean 4.1.1 from the froyo or the gb? Or would it be possible to just flash a higher kernel? I'm not syre if that would help me or not, I really want to speed up my infuse and stop it from rebooting so much.
Click to expand...
Click to collapse
You cannot flash JB from Froyo and need to go to Gingerbread, then ICS then JB.
http://forum.xda-developers.com/showthread.php?t=1878458
Kies?
psal217050 said:
You cannot flash JB from Froyo and need to go to Gingerbread, then ICS then JB.
http://forum.xda-developers.com/showthread.php?t=1878458
Click to expand...
Click to collapse
Would it be best to use kies to update to GB? I'm a little concerned as to what would happen to my Infuse all around.. What will need backed up?
I have titanium backup but if the app gets wiped wont i lose all my back-ups? For some reason it wont sync to my dropbox app force closes every time I try. Sorry about all the questions I'm just short on the amount of time I am able to browse threads at the moment but I do have use of a computer for awhile so that kinda helps.
I personally prefer using odin or heimdall. Don't quite trust kies and it often gives issues.
all mayor changes will occur on system partitions. Your internal sd will remain untouched, and there you will titanium backups. Just reinstall TB app later and restore apps, not data.
Sent from my SGH-I997 using xda app-developers app
Ok well here goes nothing.
andros11 said:
I personally prefer using odin or heimdall. Don't quite trust kies and it often gives issues.
all mayor changes will occur on system partitions. Your internal sd will remain untouched, and there you will titanium backups. Just reinstall TB app later and restore apps, not data.
Sent from my SGH-I997 using xda app-developers app
Click to expand...
Click to collapse
Well I'm going to install and give it a try with Heimdall. I'll let you know how it goes. Thanks everyone for all your help. I'm sure I'll have more questions before long. XD
andros11 said:
I personally prefer using odin or heimdall. Don't quite trust kies and it often gives issues.
all mayor changes will occur on system partitions. Your internal sd will remain untouched, and there you will titanium backups. Just reinstall TB app later and restore apps, not data.
Sent from my SGH-I997 using xda app-developers app
Click to expand...
Click to collapse
Will this even work if i'm not registered to a network with the phone still locked? And I see that it will also unroot my phone which isnt a problem I'm just curious whether or not I can still root with super one click or if i need a different root tool?
treyserits said:
Will this even work if i'm not registered to a network with the phone still locked? And I see that it will also unroot my phone which isnt a problem I'm just curious whether or not I can still root with super one click or if i need a different root tool?
Click to expand...
Click to collapse
It doesn't matter if your phone is unregistered and locked. You cannot use SuperOneClick on Gingerbread. What you should do is (this is the Heimdall version):
Flash this rooted version of stock GB:
http://forum.xda-developers.com/showpost.php?p=25526643&postcount=2
You do that and you already have root.
If you want to then graduate on to Jelly Bean you must:
Flash ICS (follow directions carefully!):
http://forum.xda-developers.com/showpost.php?p=24901014&postcount=1
Once you've done that, flash any of the JB ROMs you like, but make sure to read the directions carefully. I strongly recommend that you consult the Super Everything Thread for links to the ROMs and tweaks you need, particularly if you are interested in unlocking your phone.
http://forum.xda-developers.com/showthread.php?t=1610374
I'm feeling kinda stupid..
Can somebody give me the right link for downloading Heimdall One-click w/root? For some reason I'm not able to get any to work on this computer.. I downloaded the ink provided labeled UCLB3 -DEBLOATED-ODEX - ROOTED - BUSYBOX- STOCK KERNEL on
http://forum.xda-developers.com/showpost.php?p=25526643&postcount=2
but am unsure if that actually is the one containing Heimdall or just the rom i'm flashing or both.. I'm extremely sorry about my noobishness of just posting all these already answered questions. I've gone and confused myself and have like ten tabs with different threads open please don't hate me. I have a bad habit of asking questions..
Oh and what apps do i need on my phone in order to flash? And I mean absolutely need. I've also noticed that most threads say to format my mounted sd card But i really dont want to do that if i dont need to.
It should all be bundled together. Heimdall is a java based interface so it should just open up. Sorry, it's been a long time and I'm an Odin person!
You don't need any apps on your phone. When you flash, everything on the small partition will be wiped (apps, app data, etc). Flashing will not usually wipe your pictures, videos etc. but it's always a good idea to back up. For now, don't worry about formatting anything. When you get to ICS, you'll need to format as it says in the instructions. Otherwise, if it works, don't fix it!
When you flash ICS and JB, all you need to do is to put the zip files on to your internal SD card (not the one you can take out). You can then flash from CWM (which will already be on your phone - don't download Rom Manager).
Once again thank you all. I'm running GB and loving it. My fiance is shocked at how much help I needed though usually I'm the person everyone comes to with their tech issues LOL. But I absolutely did not want to mess my infuse up. I thought I did but the issue was such a noob mistake that I had to smack myself in the face at my stupidity. Forgot to unzip the cwm ect folder I downloaded. XD not sure I'm ready to try ICS or JB yet though.
Sent from my SAMSUNG-SGH-I997 using xda app-developers app
The odd thing is you could have updated to GB through AT&T and used mini kies. But at least you are now rooted and able to go to ICS and JB.
Read the instructions on the next step before moving on.
Sent from my SGH-I997 using xda premium
Kinda wish I would have done it that way... I wanted to get some practice flashing roms tho. And now my phone is bootlooping, computer says the device is incompatible I can only get into the samsung recovery even tho the rom i flashed had cwm packaged in. I tried to change my boot animation following the steps provided in my boot animation thread then again with the steps in tsqers rom thread I apologise if thats mispelled. I tried updating from sd but get a sign error Can get into download mode but same issue with it being incompatible usb device. I tried holding down the power button for 1 minute and then rebooting no luck there. I tried wiping data/fact. reset,... nothing. I tried wipe cache partition,...still looping.
The loop samsung screen two seconds, black screen 1 1/2 seconds,... over and over and over...
My battery is full. Any advice???
treyserits said:
Kinda wish I would have done it that way... I wanted to get some practice flashing roms tho. And now my phone is bootlooping, computer says the device is incompatible I can only get into the samsung recovery even tho the rom i flashed had cwm packaged in. I tried to change my boot animation following the steps provided in my boot animation thread then again with the steps in tsqers rom thread I apologise if thats mispelled. I tried updating from sd but get a sign error Can get into download mode but same issue with it being incompatible usb device. I tried holding down the power button for 1 minute and then rebooting no luck there. I tried wiping data/fact. reset,... nothing. I tried wipe cache partition,...still looping.
The loop samsung screen two seconds, black screen 1 1/2 seconds,... over and over and over...
My battery is full. Any advice???
Click to expand...
Click to collapse
Which ROM did you flash and which CWM recovery can you see (which version)?
I used the http://forum.xda-developers.com/show...43&postcount=2 thread to get the rooted rom UCLB3 -DEBLOATED-ODEX - ROOTED - BUSYBOX- STOCK KERNEL.
Saved I think.
So I finally Got it to connect to my comp and re-flashed the rom can i get a link to an ICS heimdall one click package to flash before restoring anything and this happening again?
You should be able to find it on the ISET page.
http://forum.xda-developers.com/showthread.php?p=32876425
Sent from my SGH-I997 using xda premium

Categories

Resources