Since I'm kind of a newbie, this isn't so much a HowTo as it is a HowIDidIt. Follow at your own risk...
I had to send in my Atrix for a warranty replacement because the WiFi inexplicably died. Kept saying "error" and wouldn't connect anywhere. Very annoying.
I used Motorola's software update tool on a windows box to flash to the .141 update, which removed the "unlocked" bit. Somehow, though, it dorked up the OS to the point where the status bar was disappearing, phone wouldn't auto switch to incoming calls, etc. Also very annoying. So when the replacement phone came, and I put my SIM card and SD card in, it had the same issues with that. Basically it was barely usable.
Using my linux box, I booted the phone into RSD mode and used sudo ./sbf_flash to flash the 4547-fix-try2.sbf file onto the phone, which allowed me to reboot the phone into fastboot mode and use sudo ./moto-fastboot oem unlock the phone. At that point, I got stuck with the "Failed to boot" business. See http://forum.xda-developers.com/showthread.php?t=1528729.
Then I realized I needed some sort of recovery app installed, and didn't have one, so I found this guy's work http://forum.xda-developers.com/showthread.php?t=1204500 and used moto-fastboot to flash the recovery program into the recovery partition.
Next I needed a ROM to install, and I took the http://forum.xda-developers.com/showthread.php?t=1528729 poster's recommendation to use Neutrino. Downloaded the zip, pulled the SD card out of the phone and stuck the zip on it, put the SD card back into the phone and booted the phone into recovery mode. Then I chose install from SD card, and installed the zip.
After install it gave me a slight scare when it didn't get past the opening motorola screen without rebooting itself, but that must have been part of the process cause it worked fine after that and booted into Neutrino. Which, I'd like to add, is pretty nice. I added a bunch of the add-ons that I use (various syncs, google stuff, and the alarm clock) by downloading them, putting the zips on the SD card by USB, and installing through booting the phone into recovery mode as with installing the ROM itself.
Now I have a usable phone again, yay!
Did the same thing yesterday when I bought a used Atrix to replace my out of warranty atrix's wifi radio. Even reloaded my cwm backup
xandr115 said:
Did the same thing yesterday when I bought a used Atrix to replace my out of warranty atrix's wifi radio. Even reloaded my cwm backup
Click to expand...
Click to collapse
So do you think it was a hardware issue and not a software issue? I could never get a solid answer on that in reading online. Some folks swore up and down that it was not hardware, but I couldn't see how my CM7 suddenly just broke for no apparent reason. I don't THINK I added any funky apps. Maybe I got a virus somewhere?
Related
I thought I should share this with everyone in case it helps someone out there. I might have gotten lucky, so YMMV.
Basically like everyone else my SGS (I9000M from Bell) died due to an internal SD error, but in my case I haven't updated the phone since I got it in September 2010 (it had the JG9 firmware). The good thing is I was able to flash it to the stock Froyo 2.2, and I'm currently using it as normal and can access the internal SD without problems.
Summary of steps that most likely fixed the problem:
Go into recovery mode and "wipe data/factory reset". If your phone boots (but still have problems accessing the SD card) then it's a good indication that you maybe able to fix it.
Flash JL2 (from samfirmware.com) using ODIN. Not sure if this is needed, but you may need to ask ODIN to Re-partition. You still get an error "Can't mount DBDATA", and the phone won't boot. That's ok.
Flash the SpeedMod Kernel using ODIN (I used SpeedMod K12J with HZ=256). Your phone should boot into JL2 and the SD card should be accessible again.
At this point your internal SD card is fixed and you should be able to flash whatever you want. Just note that Kies will sometimes not work properly with the SpeedMod installed. In my case I flashed 2.1 (JH2) again (this won't work if you have 2.2 without speedmod kernel), then used Kies to update to 2.2 (JL2).
For those who are interested in the details, please read on.
Bought the phone in September, it's a Samsung Galaxy S I9000M from Bell. It says 10.07 on the back of the phone, and it had the JG9 firmware on it.
Since the 2.2 update came out I've been following closely the problem of the internal SD failures and the grief it's causing to a lot of people. So I decided to hold off updating until Samsung gets their act together. (I know it's better to update as soon as possible in case it dies so that I can use the warranty, but I had 9 months remaining so I decided to wait a little more.)
Close to the end of 2010 I noticed that my Android Market has changed, and that it now allows me to "Update All", so I just hit that and noticed that after updating several apps, all the remaining updates failed. I knew this wasn't a good sign. My SD card was still fine though.
After the above incident the phone felt a bit sluggish and less responsive than it used to be. I hadn't correlated this to anything yet, but now I know it was most probably due to the internal SD on its way to die.
On January 7 the phone suddenly died. When I rebooted it, I got the infamous symptom of seeing the S logo animation then black screen, then if I touch the two buttons at the bottom they light up indefinitely. At that point I knew it was the internal SD card.
I put the phone into recovery mode and confirmed my guess when I saw the red error message "Can't mount SDCARD".
I took the phone to the Bell store, the guy told me Bell now has an expedited shipping process for this problem and gave me a number to call to get a new replacement phone.
I called the number and they verified the symptoms with me, and said they're going to send me a new phone. I asked for the $100 credit but I was told I can't get it since I didn't update to 2.2. Apparently they only give you the credit if you actually tried to update and the update caused the phone to die (which doesn't make any sense to me).
So, while waiting for the new phone to arrive, I decided to try a few things. Here's what I did:
First thing I did was going into recovery mode and doing a "wipe data/factory reset". To my surprise, the phone actually booted after I did that, but I got force closes on almost all apps, and when I checked the internal SD card it wasn't mounted at all. The phone response was extremely slow and barely usable. I was able to make phone calls though.
I wondered if the SD problem is a corrupt partition rather than a physical error. After searching for a while I found someone posted a solution to fix a problem with his internal SD card by using the "parted" tool to mkfs the partition. Unfortunately I couldn't copy the tool using adb; my phone wasn't rooted and I couldn't access the SD card, so there was no place to copy the binary to. I get either a read-only error when trying to copy to the root, or a permission denied error when trying to copy to other mounted partitions.
Then I figured if I could flash 2.2 somehow (even if it doesn't work) I can try to ask Bell for the $100 credit Kies was useless as it couldn't recognize the phone, so I grabbed the stock JL2 firmware from samfirmware.com and used ODIN 1.7 to flash it. I asked it to Re-partition (not sure if this was needed). After reboot I saw another red error message, but this time it was complaining "Can't mount DBDATA" (as opposed to SDCARD). Then all reboots after that resulted in the same problem (S logo then black screen).
I searched for the "Can't mount DBDATA" error and found a post on xda that shows a method that should fix this by first using a 512 PIT file to repartition (no ROM involved), then flashing a stock firmware. I did that but it didn't help.
Then I found a site called "AKA skriller" that shows a way to reflash a stock firmware after the phone is bricked. So I followed the instructions by flashing a "nobrick" image (apparently made by someone called eugene), and then flashing a stock firmware. I flashed nobrick then JH2 in attempt to go back to 2.1. After doing this the phone went into a boot loop where it keeps showing the I9000M screen then rebooting. At that point I couldn't go into recovery mode, but I could go into download mode.
After searching again I found out that this was due to a new bootloader in 2.2 that prevents going back to a 2.1 firmware. I wanted to stop the boot loop so I flashed JL2 again, which stopped the boot loop but still the phone won't boot (black screen).
After more searching I found that I could go back to a 2.1 firmware only if I flash a custom kernel, someone suggesting the SpeedMod kernel (not sure if it has to be SpeedMod or any other kernel). So I flashed SpeedMod (I used SpeedMod K12J with HZ=256) using ODIN 1.52. First thing I got is a custom recovery menu with more options, I just skipped it and rebooted. THE PHONE ACTUALLY BOOTED this time into 2.2. Not only that, but the SDCARD problem was FIXED, and the phone was responsive and fast again.
I wanted to load my contacts again using Kies from a backup I made earlier. Kies recognized the phone but for some reason the contacts widget keep saying "please connect your phone" and I couldn't copy back my contacts.
I thought this might be due to the custom kernel and I was right. I flashed a stock 2.1 (JH2) with a bootloader included using ODIN. It just worked. I could copy my contacts again back to the phone.
I was also able to update to 2.2 (JL2) again using Kies this time, and it even kept my contacts. This is what I have now on the phone.
P.S. I can't post external links due to a restriction by the forum (since I'm new).
I had my doubts when I opened this thread... I've gone through 5 phones already and just finished killing my sixth...
I had tried flashing JL2 stock after killing it through the usual process (transferring over my music collection)... and got the EXACT same errors you wrote about.
What I didn't try was then flashing the custom kernel... so I tried that...
and it was too good to believe... didn't work for me. after the boot animation, display goes blank and buttons off... you can tell it's not going to work if it starts vibrating during boot.
I'm sorry it didn't work for you. As I said I might have been lucky.
Although that I just found another thread on androidforums where the guy managed to fix his sd card in a very similar way to what I described*. I actually haven't seen his post before I fixed my card, so it was independent.
Here are the commonalities between what I did and what he did:
* We both flashed a 2.2 firmware with a PIT file and Re-partition (using ODIN)
* We both got the black screen afterwards
* We both then flashed a custom kernel with no Re-partition
* We both got recovery menu right after flashing the kernel
* We both ended up in Android 2.2 aftwerwards with the SD card fixed
Here are the differences between us:
* I used JL2 firmware while he used JPM
* I used a 512 PIT while he used an 803 PIT (that's just what samfirmware.com said to use for each firmware)
* I flashed the firmware using ODIN 1.7 while he used ODIN 1.3
* I used the SpeedMod kernel while he used the YAOK kernel. He flashed using ODIN 1.3 while I flashed using ODIN 1.52.
* Once in the recovery menu I rebooted right away into 2.2, while he "ended up selecting every option that had something to do with mounting, formating, erasing. Anything to do and sounding to do with the SD card [he] pressed." then rebooted successfully with no SD card errors.
(*)http: //androidforums.com/samsung-galaxy-s/235987-clueless.html
what slaman encountered was REAL hardware failure, like I did
what you encountered was just a Corrupt SD card, which can be fixed all the time, using the process you described, and many other methods.
Real hardware failure, even if you manage to boot into the OS, it will show no internal SD, or 0 available space, or simply an error message complaining about the internal SD
You can only see that with custom ROMs, with a stock ROM you wont even get past the black and white SGS logo screen
internal SD card
Hi,
I have followed a few discussions on this board as also my internal and external SD card was "gone". I couldn't access or mount it any more after flashing with Odin to european JPY 2.2.1 ... and I found out where at least my internal memory has gone.
In fact the internal memory couldn't be accessed after installing an exchange email account. My OWA account requires security like password protection and NO external SD card.... but it seems that version 2.2.1 does not make a difference between internal and external SD card and removes the access to both away. It looks like disappeared but it comes back after uninstalling your exchange email account.
May be this is all known and logic but I couldn't find the explanation to it therefore I would like to post the information.
Thanks
Thank you very much for this! I indeed had the mpbk01 (whatever) error, and did exactly what was posted above (using 512 pit, and 1.7 odin) and now have my pone working just fine.
Again, thanks a lot for the post!
Edit: While all this is true.. seems like i have 0.00b of internal phone storage available, so I cannot install any apps. The internal SD card space is reporting normal at 13.03gb though.
Glad it worked for you. Hope you can solve the internal phone storage problem though.
As I mentioned I might have been lucky, I don't expect everyone to be able to fix the internal SD card problem by just flashing custom roms/kernels. If it works for a few people then I'm happy I saved them the hassle of going through Bell to replace the phone.
just a suggestion to send it out for repair, before you run out of warranty
Uss_Defiant said:
Thank you very much for this! I indeed had the mpbk01 (whatever) error, and did exactly what was posted above (using 512 pit, and 1.7 odin) and now have my pone working just fine.
Again, thanks a lot for the post!
Edit: While all this is true.. seems like i have 0.00b of internal phone storage available, so I cannot install any apps. The internal SD card space is reporting normal at 13.03gb though.
Click to expand...
Click to collapse
uys I have a very serious problem. I'm on Darkkys latest rom...
I took out my battery for 1 hour... put battery back in and the phone did not boot up.
All I got was the screen saver and the phone kept on virbarting...
I tried wiping cache through clock work recovery, resetting to factory settings via clock work.. still nothing..
I just updated phone via odin to latest JPY...the phone goes to black screen and keeps vibrating... It won't boot.
Guys what's wrong with my phone? I am really worried...and I need to use it
I appreciate your help.
Ps. Phone can go into download mode..
Edit: XWJM8 worked
jUsT2eXy said:
uys I have a very serious problem. I'm on Darkkys latest rom...
I took out my battery for 1 hour... put battery back in and the phone did not boot up.
All I got was the screen saver and the phone kept on virbarting...
I tried wiping cache through clock work recovery, resetting to factory settings via clock work.. still nothing..
I just updated phone via odin to latest JPY...the phone goes to black screen and keeps vibrating... It won't boot.
Guys what's wrong with my phone? I am really worried...and I need to use it
I appreciate your help.
Ps. Phone can go into download mode..
Edit: XWJM8 worked
Click to expand...
Click to collapse
well I have this problem and cant get it sorted at all, it seems to have also created another partion and i have no idea how to wipe the sd card clear of all partions so it can recreate them!!!!
please help !!!
Hii there,
this thread seems to be very helpful, so I want to value your help with something in return. if any of you can get me out of this mess I will donate you appropriately so that you can constantly offer this helps to others too.
some details are as follow:
1. my Galaxy S (korean) M110s was on USB downloading Market update when I disconnected it abruptly to make a call. It was downloading some updates then.
2. moment than its showing SD card damage error and even showing 00 for external SD card which I inserted post that.
3. this means neither internal nor external SD card are being detected. Though it shows that ext SD card is mounted when I insert in and also let me unmoutn it.
BTW I have tried flashiing using odin and eclair 2.1 version which didnt help much.
Need urgent help
usb jig only gets me into download mode. and not recovery mode
so can Odin still get it to work while in download mode instead
It worked for me but I can't access the internal memory nor the external one. Hence, I can't use the camera or install any app. I don't have any kind of warranty so I believe this is the best I can get, right?! At least I can use as a phone and browse the internet!
Thanks for your help, even though it worked half-way for me!
http://forum.xda-developers.com/showthread.php?t=1020278
Please take a look of this thread:
http://forum.xda-developers.com/showthread.php?t=1188482
It may fix your internal sd card problem permanently.
Hi All,
Please HELP.
I was a complete noob to rooting until I started this but spurred on by successfully rooting and overclocking / undervolting my defy I thought I would try to install Gingerbread so I can use the stupid stupid sky+ app which no longer supports 2.2.2.
Its all gone horribly wrong and I still dont know why as I checked and rechecked the prep but S..t happens so they say.
I have pretty much given up on this and will buy a new phone tomorrow if I cant sort today but would like to ask everyone that has more knowledge than myself on this subject (which doesn't narrow the field much!) if they have any ideas.
Well where do I start, I bricked my defy.
Apart from when I flash shadows rom (see below) I have only black screen, white led on usb connection, no recovery boot. phone is visible to rsd lite but nothing else. This happened after I lost sd card availability after reset / wipe trying to install a fixed gingerbread rom using RSD lite.
I could not flash back to froyo and every other recovery sbf i tried wouldn't work until I found an old sbf from shadow which actually booted up! YESS!! but then Nooo!. phone screen looks very nice - not sure what version it is but assume ICS (its got spareparts folder which I`ve not seen before) - and works as alarm clock and web browser but no phone function at all - no signal, no call or end call buttons - just not there! this (http://forum.xda-developers.com/showpost.php?p=14762402&postcount=143) is the link where I found shadows version, couldn't wipe in between each step so just flashed 3 files in turn using rsd lite and it seemed to work - phone booted up after 3rd sbf was flashed. The rom is set up for developers and has some developing tools included acr, api demo,dev tools, hstcmd & redlinecap
Main problems:-
The rom is a tmobile version and I`m on vodaphone so maybe this is why there's no phone service but I wasn't prompted for an unlock code so assume its not locked.
The 2nd boot recovery no longer works even after reroot and reinstall (see below). I can surf the web very well via wifi - much quicker than before but downloads dont seem to work but only tried shortfuse.org and that site is apparently down atm and anything that requires google wont work as Gapps got deleted. I cant install GAPPS without boot menu.
recovery from main boot menu is unavailable and zip from sd just reboots.
I also cant connect my phone to my pc via usb and have the sd card available at the same time, as soon as the USB is connected the sd card is not available to the phone, I can see it on the pc and can read / write / delete from the pc - (usb debugging is disabled). when I access the sd card via file manager on phone (with usb disconnected) I can install some programmes that I have transferred from my pc; 2ndinit installed and said 2nd init installed ok again (after re-rooting) but still no blue led on reboot.
I've since tried everything I can think of or search for - After loosing the sd card availability I copied card contents to pc and reformatted sd card on pc. copied back the files immediately before flash attempt to sd as well as the rooted froyo backup I had and nothing changes. I have a titanium backup on the card but have so far been unable to install titanium again to try and restore it. no play acces as no gapps and when I try to access via pc and send it to phone it says installed but its not on the phone. every other file on the sd card results in error parsing file or file type not supported.
BTW when I say originally that I lost sd card availability I have now realised that it was the problem with having the usb installed at the same time which caused it and if I had unplugged it may have worked but still dont understand where this problem came from but I did have usb debugging turned on at the time.
I have scoured these holy pages for 2 whole days and tried several fixes which have probably really messed up everything even more but nothing has changed with the usability (or not) of the phone. A lot of the old links found were dead or taken over by a fake install of filemanager that my antivirus caught was a trojan. Due to this I may have missed an avenue or 2 but think I`ve tried everything I can.
At this stage I do not know exactly what I`ve tried as the list is endless but it includes reflashing the green lense kernel, attempting to reflash the original rom and any other recovery, fixed or stock roms I have found which don't specifically say only for defy+ and the only rom that allows the phone to boot is shadows above and that has no functionality.
I would love to install the latest cm10 build but cant get into the 2ndinit menue so unless someone knows away to flash it using RSD lite I`m stuck.
I do not even know if the cm10 would work as I`ve probably messed up the kernel and the original rom so the 2nd init may not get a look in.
Any help would be greatly appreciated. You'll find me under the stairs mumbling to myself and probably dribbling a bit - my wife thinks I`ve gone mad and is not talking to me until I get another phone or fix this one but I hate admitting defeat on technical problems.:crying:
PS I dont mind if I fix the issues with shadows rom, go back to any stable build or get cm10 working I just need the phone.
Thanks in advance, Tim
update
Hi All,
Just a quick update on this thread as I`ve had a bit more of a play and think I`m getting somewhere possibly.
I have now eliminated the problem of not being able to see the sd card files in file manager when the usb is connected.
How? - i haven't got a clue, i just unsuccessfully tried flashing a few more roms and when I reinstalled shadows rom i could view files whilst connected.
Also the 2ndinit now gives me the green led when it installed the 2nd boot but unfortunately I still dont get the blue led on reboot.
Another strange thing is I dont get the round M logo on boot but motorola written in white??
If I could just get to the CW recovery on boot I could install cm10.
Any suggestions?
Thanks
Tim
fixed by flashing with JDGC_U6_2.13.0
YESS FIXED BY FLASHING JDGC_U6_2.13.0 SBF using RSD lite.
Many thanks to everyone that helped via another thread http://forum.xda-developers.com/showthread.php?t=1217016&page=2, I thought they were far too many issues with this phone to repair but the latest froyo rom and kernal in the above sbf worked fabulously.
As has been said on several posts flashing this SBF will not allow you to return to the uk stock rom after (to return a phone under warranty etc) but if you're stuck with a brick then this should clean up your phone to original settings to allow the install of cm10 or another rom of your choosing (as long as its build 6 or later)
Sometime last night, my AT&T G2 (D800) decided to go from being powered on and idling, to going into TWRP recovery mode. All by itself. I saw this, unplugged it from USB, and tried to reboot into system mode. But it simply won't do anything except boot into recovery. Powering off, trying to get to the bootloader, none of that works.
This is not a custom ROM, it's 4.2.2 stock from LG. I only rooted the phone, which was several weeks ago, and haven't had any problems, aside from TWRP not wanting to back up anything. I've been using Android since the original TMO G1 with JesusFreke's ROM, so I have a pretty good idea of what I'm doing, hopefully.
The only recent changes I've made are:
I updated busybox about 3 days ago (but have rebooted fine since)
I grabbed several legit apps from the market last night
Last night I also DL'ed, but did not apply, a ~50MB OTA update that has been pending. I don't think that would install without explicit permission anyway, which I didn't give it?
This phone was encrypted from the start. Maybe that;'s what prevents TWRP backups,, but right now I'm seeing TWRP errors/logs saying something like "Unable to mount \data". And yet I can browse to other folders, and see filenames in \etc for example. However, I don't see any files at all in \boot.
Since this phone has no external memory, and it's customized and has numerous configured apps, I really really don't want to have to wipe it. Although at this point, that may not even fix the problem? Even if it did, since I haven't been able to make backup images, it would be a Bad Thing™ either way. (Yes, I do have a secondary plan with Titanium, with backups going to cloud storage, but these are tedious and now a few weeks old. And wouldn't restore the ROM & system en masse.)
Please help.
Solved?
I'm not sure what caused this to occur, but I found somewhat of a solution after digging deep into my Google-fu.
I followed the instructions in this XDA thread and it actually worked. I didn't have adb access, but I was able to use dd successfully. It allowed me to boot into the device, unencrypt it, then arrive at the lock screen.
However, when I put in the lock code, it went apesh!t and played multiple notification sounds, with a blue circular wait symbol. It also flashed the LED from green to blue, as it normally only does during boot. Once I pressed the power button, I was back back into TWRP.
So then I followed Step 2 again, and once in the phone, I used terminal to run the dd command from inside the OS. This might be what it ultimately needs, because the prior attempt in TWRP had an error to the effect of "no space left on device".
I can't call it Solved yet, but it looks good to at least be able to get in and use the phone. I'm backing up with Titanium before I do anything else and will reboot and test its permanency later.
I'm gonna close this thread now that I think I have a handle on what is going on. The fix does survive a reboot, so I believe it's possible to repair the issue permanently per the instructions above. I also ran the phone for 3 hours with heavy app usage and no problems.
I believe what may have happened is my OTA decided to override my choice to NOT update the ROM, as some have reported in this Reddit thread. There's a lot of good info in that one, including how to stop getting nagged by turning the OTA notifications off, or to freeze it entirely with Titanium Backup if rooted.
Anyway, what apparently happens is that when the OTA/upgrade goes to reboot, and encounters a custom recovery, it gets confused... when you try to power cycle or reboot again, it sees the stock recovery still hasn't run whatever it wanted, so it starts recovery again Lather, rinse, repeat.
Fun times.
This is somewhat urgent because I am leaving the country for two weeks on Friday, and need a working phone. I am not sure what happened today, but my Sprint Galaxy S4 (SPHL720TBK) wouldn't connect to WIFI at my house. My tablet would, so I know it was a phone issue. I rebooted then was going through settings, and just checking things. The phone rebooted itself, and when it came back up, it went through a couple of screens, one of which asked about activation. It seemed like it was installing an update from Sprint, which it had been trying to do for a week or so. But it kept failing, saying it didn't have enough space for the download, despite there being several GB free internally and on the SD card. (I figured it must be because it was rooted). After a couple of additional screens on which I could only answer OK, the phone rebooted again, and that was it. It would not boot again. I decided to power off the phone and deal with it tonight. I can boot into recovery, and connect with Odin. I can boot to recovery and connect with ADB (in sideload mode). I know I could just do a factory reset, but unfortunately, I do not have a full backup since the end of January, and I would rather not lose everything. The phone was running v 4.4.2. I had rooted the phone several months ago with CF Auto Root using CF-Auto-Root-jfltespr-jfltespr-sphl720.tar.md5, so it was essentially stock, but rooted. Is there anything I can do to get the phone back on its feet that will not lose everything? Or anyway to copy data from the phone with it in this state? Any assistance will be VERY much appreciated! Thanks!
Fixed it myself
andrewt2323 said:
This is somewhat urgent because I am leaving the country for two weeks on Friday, and need a working phone. I am not sure what happened today, but my Sprint Galaxy S4 (SPHL720TBK) wouldn't connect to WIFI at my house. My tablet would, so I know it was a phone issue. I rebooted then was going through settings, and just checking things. The phone rebooted itself, and when it came back up, it went through a couple of screens, one of which asked about activation. It seemed like it was installing an update from Sprint, which it had been trying to do for a week or so. But it kept failing, saying it didn't have enough space for the download, despite there being several GB free internally and on the SD card. (I figured it must be because it was rooted). After a couple of additional screens on which I could only answer OK, the phone rebooted again, and that was it. It would not boot again. I decided to power off the phone and deal with it tonight. I can boot into recovery, and connect with Odin. I can boot to recovery and connect with ADB (in sideload mode). I know I could just do a factory reset, but unfortunately, I do not have a full backup since the end of January, and I would rather not lose everything. The phone was running v 4.4.2. I had rooted the phone several months ago with CF Auto Root using CF-Auto-Root-jfltespr-jfltespr-sphl720.tar.md5, so it was essentially stock, but rooted. Is there anything I can do to get the phone back on its feet that will not lose everything? Or anyway to copy data from the phone with it in this state? Any assistance will be VERY much appreciated! Thanks!
Click to expand...
Click to collapse
Since I didn't spark enough interest for anyone to offer advice, had to spend most of the afternoon/evening fixing these problems myself. Everything seems to be working, so I thought I would pass along key parts of this hard-learned lesson in case anyone else finds himself in such a situation.
First I booted into adb sideload mode, which is all I could do anyway. I installed philz_touch_6.23.9-jflte.zip and the aromafm.zip. I was then able to boot into a "normal" recovery mode. Aromafm was troublesome, and I eventually had to manually put the zip into place for it to work consistently. These are both WONDERFUL , and I highly recommend them both. Thanks very much to the creators! I used the file manager to find the files that I didn't want to lose, and used ADB to pull the files over to my PC. (ADB pull <source> <target>) Then I did a full wipe and factory reset. That did little other than delete all my data, which I had already copied anyway. The phone still would not boot past recovery.
I tried to use ADB to install a new ROM, but got a variety of errors. My phone being an L720T, there are not many ROM's available, at least not for which I could find functioning links. I finally found a TAR, L720TVPUBNG5_L720TSPTBNG5_L720TVPUBNG5_HOME.tar.md5, and used ODIN v3.09 to install that.
I still need to go back and re-root the phone, and install lots of APPS and restore data, but at least I have a functioning phone, and I can do the rest on my plane ride tomorrow.
I found the information I needed in a variety of posts here on xda developers, and would not have been able to get through this without all the helpful advice posted to other threads. So thanks to all of you for the wealth of information available here!
So, I have gotten myself in a bit of a pickle I however think I can get out of it by sideloading using EXT. SD, Im not sure what to flash to solve the dillemma however. So this is the situation. I have a (had) a rooted Galaxy s4 (sgh-i337 ucufnc1) with 4.4.2 android. It had safestrap installed and back ups of everything else in sd card and other locations just in case. The phone was acting buggy, so I formatted the phone with safestrap, the problem persisted, ill get into the issue a bit further down. So I booted back into safestrap, and did a complete wipe, however my sd card must've bumped out, because it didnt delete any media files or so it said, and then after the wipe it crashed. and refuses to boot into safestrap or even past the splash logo. I can get into download mode, but usb debugging isnt on anymore since i wiped it, I can get into the other mode as well ( cant for the life of me remember the name of it atm although i use it frequently) with some luck. I also happen to have all .md5 files from a backup i did about 4 months ago in tact, I cannot for the life of me get them to convert properly to apply them to the phone without safestrap however, if anyone has any insight to this please let me know also.
I can/will list any other information I have if anyone needs it, and if anyone can help it would safe a life!
The reason i reformatted it to begin with, was because media would stall, and when i plugged in the audio jack it'd freeze the entire app using it, then the whole phone would freeze. I believe it was due to lucky patcher but im unsure. The issue began when I altered the auto update file, and even after i rectified it, it persisted. At this time i have a phone soft bricked because it didnt delete all the media files and I assume something bugged onto the kernel image but Im not sure. If I can simply try to restore it to stock kernel then im fine with that.
Ghujii said:
So, I have gotten myself in a bit of a pickle I however think I can get out of it by sideloading using EXT. SD, Im not sure what to flash to solve the dillemma however. So this is the situation. I have a (had) a rooted Galaxy s4 (sgh-i337 ucufnc1) with 4.4.2 android. It had safestrap installed and back ups of everything else in sd card and other locations just in case. The phone was acting buggy, so I formatted the phone with safestrap, the problem persisted, ill get into the issue a bit further down. So I booted back into safestrap, and did a complete wipe, however my sd card must've bumped out, because it didnt delete any media files or so it said, and then after the wipe it crashed. and refuses to boot into safestrap or even past the splash logo. I can get into download mode, but usb debugging isnt on anymore since i wiped it, I can get into the other mode as well ( cant for the life of me remember the name of it atm although i use it frequently) with some luck. I also happen to have all .md5 files from a backup i did about 4 months ago in tact, I cannot for the life of me get them to convert properly to apply them to the phone without safestrap however, if anyone has any insight to this please let me know also.
I can/will list any other information I have if anyone needs it, and if anyone can help it would safe a life!
The reason i reformatted it to begin with, was because media would stall, and when i plugged in the audio jack it'd freeze the entire app using it, then the whole phone would freeze. I believe it was due to lucky patcher but im unsure. The issue began when I altered the auto update file, and even after i rectified it, it persisted. At this time i have a phone soft bricked because it didnt delete all the media files and I assume something bugged onto the kernel image but Im not sure. If I can simply try to restore it to stock kernel then im fine with that.
Click to expand...
Click to collapse
UPDATE: I resolved the issue, by rooting, safestrapping, ripping the image files, from another galaxy s4 with alike descriptions. then i managed to side load it, then it booted properly, i then reformatted it completely back to 100% factory everything. Now my original problem persists, and i cant help feel that google services is causing it. (examnples of issues" proccess.gapps has stopped. anotrher process error code. phone calls can be made, but not recieved as it seems the server is too busy to n otice it, massive battery drain, audio takes several seconds to play, while video continues to play fine, audiojack is mostly unresponsive, phone calls that are made cannot recieve or send audio during call session, phone may freeze at unlock screen, or any time during operation, may even reboot from process overloading" now keep in mind. i removed every system file and app that the natural reformat will allow. so nothing applied by the user is on the phone, other than natural factory applications. Im digging a bit into the phone as i can but its a slow process whenit starts freezing. if anyone has any idea of what can be causing this, or how to fix this please inform me lol.
Ghujii said:
UPDATE: I resolved the issue, by rooting, safestrapping, ripping the image files, from another galaxy s4 with alike descriptions. then i managed to side load it, then it booted properly, i then reformatted it completely back to 100% factory everything. Now my original problem persists, and i cant help feel that google services is causing it. (examnples of issues" proccess.gapps has stopped. anotrher process error code. phone calls can be made, but not recieved as it seems the server is too busy to n otice it, massive battery drain, audio takes several seconds to play, while video continues to play fine, audiojack is mostly unresponsive, phone calls that are made cannot recieve or send audio during call session, phone may freeze at unlock screen, or any time during operation, may even reboot from process overloading" now keep in mind. i removed every system file and app that the natural reformat will allow. so nothing applied by the user is on the phone, other than natural factory applications. Im digging a bit into the phone as i can but its a slow process whenit starts freezing. if anyone has any idea of what can be causing this, or how to fix this please inform me lol.
Click to expand...
Click to collapse
The best solution must be installing the stock firmware via odin. Since you are on NC1 , You can installed the stock NB1.
Here is guide explaining you using odin, installing NB1, root with towel root, updated NC1, install the safestrap. The guide was not specifically written for that but you can find those steps in the guide.
I will attempt to do this, since nothing since has work. I am about to get a new logic board for the system in the next 2 weeks. Towel root DOES typically work on this system, however the last time I attmpted it it failed to work outright. Im not sure what has changed with the device, but i believe reflashing stock is the best method. The phone now, will boot up, then skip the lock screen and go straight to the home screen, which is black with no pull down bar, or with no signal and there is no way to rectify it. Even if there were, it boots back down and launches back up and becomes locked at the ATT logo.
After a fair bit of messing with it, and recovery mode it will sometimes boot normally where it tells me that processes has failed and askes me to cancel the ''app''. This is the best option to update the phone and attempt root, but getting it here is so difficult because it reboots itself and the mode is rare to acquire. This problem either is due to the kernel, or the rom i believe. I also am to believe the powercell may have some issue, as i replaced the battery a few weeks back and it worked fine for about 1 week.
Booting into safemode doesnt work either as it skips over the lock screen straight to the home screen. Outsidce of replacing the logic board, or attempting another flash im at the end of the short rope i was already on in terms of options.
sway8966 said:
The best solution must be installing the stock firmware via odin. Since you are on NC1 , You can installed the stock NB1.
Here is guide explaining you using odin, installing NB1, root with towel root, updated NC1, install the safestrap. The guide was not specifically written for that but you can find those steps in the guide.
Click to expand...
Click to collapse
UPDATE: I found therein two methods to flashback to stock. I did so, then proceeded to attempt to flash from nb1 to nj4. Progress stopped there when it flung an error 7 at me. So this means either something in my phone is corrupted or the file i downloaded from the above mentioned forum is corrupted. I also attempted flashfire, but seen as it STILL crashes at random due to process errors thats almost impossible to attempt.