[Q] Galaxy Nexus reboot loop - Samsung Galaxy Nexus

Greetings:
I'm trying to help a friend to fix her Galaxy Nexus (SC-040 from Japan). Her phone would boot past the Google logo (with the unlocked icon at bottom), then freezes a second and restart at the "Franco Kernel" screen. The only hint I have is that her storage is getting somewhat full around 100MB or so left when the phone suddenly go into this mode without her touching anything system related.
I'm an IT person but don't have experience using android phones or rooting them, so appreciate your help here. Checked online and played a bit with the phone and here's what I tried:
1) Tried booting into the CWM recovery mode (v.5.5.0.2) - Wipe cache partition, as well as wipe Dalvik cache, reboot again same issue
2) Since there is no easy way to get the phone working, I plan to backup the user data (pictures, app and messages) and restore to factory settings. I tried mouintg USB storage - and get "E:Unable to open ums lunfile (No such file or directory)". Read on here somewhere that it is an issue with CWM and/or Galaxy Nexus doesn't support this (can someone confirm)? Perhaps using the more updated version 6 would help, which leads to next issue
3) Tried to flash to the latest CWM mod for Galaxy Nexus, but then I realize that the Galaxy Nexus has no external SD card option. Then I tried the "install zip from sd card" > "choose zip from sd card" just to see what comes up, and it appears to show me the internal flash storage folders (contains folder such as Android, DCIM, Download, etc...). Since it can "see" the internal storage, I can assume the flash storage seems to be working ok (at least at reading the folders)
4) Since I cannot transfer from an external SD card into the Nexus, I tried downloading the SkipSoft Android Toolkit. After playing around with it a little, it appears to have the option to let me: a) push and pull file from Nexus, b) flash CWM. However, after I tried using the options (and installing all files necessary at the prompt), it's telling me my phone is not in developer / debug mode and that I need to enable that after booting into Android (which I can't)
So here's my 3-4 hours of playing with the phone / online to try to fix it to no avail. My question is:
1) Is there another tool that will let me access the internal storage while in the CWM recovery mode so I can backup the files to my PC
2) Anything else I can try to get pass the reboot loop without getting to storage (step 1)?
Many many thanks!!!!

Just download fastboot and adb. Then download the latest cwm (6.0.4.5 i think) and flash it via fastboot. After that boot into CWM and type: adb pull /sdcard/ C:/ to get all the files from the phone into the root of the C: drive. If you need any explanation or guides just let me know
Sent from my Galaxy Nexus using XDA Premium HD app

Thank!
mrgnex said:
Just download fastboot and adb. Then download the latest cwm (6.0.4.5 i think) and flash it via fastboot. After that boot into CWM and type: adb pull /sdcard/ C:/ to get all the files from the phone into the root of the C: drive. If you need any explanation or guides just let me know
Sent from my Galaxy Nexus using XDA Premium HD app
Click to expand...
Click to collapse
Thanks man for your prompt response. Will try it tonight

Related

[Q] Cannot format virtual SD card

I am trying to wipe my virtual SD card on my LTE Galaxy Nexus and it is acting weird.
If I do a factory reset via the settings on the phone, it says it erases all of the files on the SD card. When I hook the phone up to my computer and view the files in explorer, it shows a stock directory structure and root. However, if I try and copy over a file that existed on the SD card before formatting, it says the file is already there and asks me if I want to replace it. If I view the SD card in root explorer, it shows all of the old folders and files, even though they dont show up in windows explorer. Also, if I boot into Clockwork and choose a .zip to flash, it shows all of the old folders and files as well.
I have tried using the super wipe lite script that comes with Android revolution. I have also factory reset the phone a few times via the settings. I previously had Android Revolution installed and I am currently running GummyNex 0.4.2.
No matter what I do, I cannot for the life of me get the SD card to truly reformat.
Am I doing something wrong? Is there an ADB command I can do to reformat it?
oRAirwolf said:
I am trying to wipe my virtual SD card on my LTE Galaxy Nexus and it is acting weird.
If I do a factory reset via the settings on the phone, it says it erases all of the files on the SD card. When I hook the phone up to my computer and view the files in explorer, it shows a stock directory structure and root. However, if I try and copy over a file that existed on the SD card before formatting, it says the file is already there and asks me if I want to replace it. If I view the SD card in root explorer, it shows all of the old folders and files, even though they dont show up in windows explorer. Also, if I boot into Clockwork and choose a .zip to flash, it shows all of the old folders and files as well.
I have tried using the super wipe lite script that comes with Android revolution. I have also factory reset the phone a few times via the settings. I previously had Android Revolution installed and I am currently running GummyNex 0.4.2.
No matter what I do, I cannot for the life of me get the SD card to truly reformat.
Am I doing something wrong? Is there an ADB command I can do to reformat it?
Click to expand...
Click to collapse
Try formatting with cwm recovery. Reboot into recovery, go to mounts and storage, and select format sdcard
Sent from my Galaxy Nexus using xda premium
There is not an option in CWM to format the SD card
oRAirwolf said:
There is not an option in CWM to format the SD card
Click to expand...
Click to collapse
Sorry, I meant format system
Sent from my Galaxy Nexus using xda premium
http://forum.xda-developers.com/showthread.php?p=20999408#post20999408
There isn't any "SD Card" partition.
EDIT: Format /data cannot be done in adb, if you really want to do so just make a CWMR flashable zip with
Code:
format("ext4", "EMMC", "/dev/block/platform/omap/omap_hsmmc.0/by-name/userdata", "0");
in the updater-script.
I'm sorry man, I really appreciate the help but my Google-fu has failed me. Is there a template or something I can create the script from?
bumping this... same issue and its driving me crazy. i can't see any of my files unless i use a file explorer (or if i'm in recovery)
mendy817 said:
bumping this... same issue and its driving me crazy. i can't see any of my files unless i use a file explorer (or if i'm in recovery)
Click to expand...
Click to collapse
If you are having an issue finding your files from your PC it's due to the way Android exposes your "internal sdcard" via MTP. Download an app from the Market called SDrescan which will force the media services on your phone to re-index your files on the phone. Then they will show up on your PC.
thanks, but i've already tried that. it just sits on "scanning" for literally hours (i left it up overnight once just to make sure). any other advice?
oRAirwolf said:
I'm sorry man, I really appreciate the help but my Google-fu has failed me. Is there a template or something I can create the script from?
Click to expand...
Click to collapse
I do not recommend doing this indeed. To be failsafe just delete everything in the /sdcard folder with an explorer app.
I use
fastboot /w
To do a full wipe. This will wipe /sdcard.
Sent from my Galaxy Nexus using XDA App
mendy817 said:
thanks, but i've already tried that. it just sits on "scanning" for literally hours (i left it up overnight once just to make sure). any other advice?
Click to expand...
Click to collapse
Are you on a ROM and/or modified kernel? If you are using Franco's kernel he has made modifications to how the "sdcard" works.
silow said:
Are you on a ROM and/or modified kernel? If you are using Franco's kernel he has made modifications to how the "sdcard" works.
Click to expand...
Click to collapse
yeah, i'm on the latest CND and using franco's latest too... but i've flashed other kernals and had the same problem (but are you saying this might have started the first time i flashed a franco kernal?)
anyway to fix it that you know of?

[Q] usb sorage dosen't work in CWM? Can i push files to sd cards?

Hi!
My problem is that i flashed a mod and my phone went crazy, so i booted back to cwm.
But i can't use "mount USB storage". Is says "unable to open ums lunfile ( no such file or directory). Got cwm 5.5.0.2, So how can i send files to my phone?
P.S I forgot to make a backup so i can't restore :/ and i can't boot into cwm from the phone. I must connect it to my pc and open Galaxy Nexus ToolKit and launch it from there?
You can't mount USB storage in cwm because the phone does not support USB mass storage. You can push files in cwm using ADB.
Sent from my Galaxy Nexus using xda premium
joshnichols189 said:
You can't mount USB storage in cwm because the phone does not support USB mass storage. You can push files in cwm using ADB.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Okay but how do i push files from adb?
tried this but dosen't work?
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push C:\Galaxy Nex
us ToolKit\put_files_to_push_here/build21.zip /mnt/sdcard/Roms/
Just give me a list of commands
And if i try adb device, then i can see that my device is connected
jullejul said:
Okay but how do i push files from adb?
tried this but dosen't work?
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push C:\Galaxy Nex
us ToolKit\put_files_to_push_here/build21.zip /mnt/sdcard/Roms/
Just give me a list of commands
And if i try adb device, then i can see that my device is connected
Click to expand...
Click to collapse
Got it to work Thanks!
Sorry had baseball practice but glad you got it working
Sent from my Galaxy Nexus using xda premium
I need of serious help
Okay so i have CWM and i had backups or so i thought i did. I was using cyanogenmod 9 then tried out AOKP well didnt care for it so i was going to access my last backup and after wiping everything on my Galaxy Nexus i went into recovery mode and tried to install my back up. When i did that it said nothing was found SOOOOO now i have nothing and im stuck in recovery mode. I tried to "mount USB storage" so i can put a ZIP on there but i get the well know message of "Unable to open ums lunfile (no such file or directory)" Does anyone know of how i can get into my phones SDcard on my mac so i can put a ROM on there to flash. Yes i knew so if you start saying MTP and ADP i do not know what that means im sorry. PLEASE HELP!
Do you have ADB set up?
If so you can ADB push a rom.zip to your SD card and flash it.
Edit:
Actually...just flash any available ROM.
Even one you didn't like.
At least then you can boot up and access your SD card.
See thats the thing i thought i could do from my back ups so i didnt put any new ROM on there. And adb i do not know how to do that at all so im assuming no i dont

[Q] Samsung Galaxy Nexus system Damage

Good Evening everyone, I have a very big problem with my samsung galaxy nexus. It started 2 weeks ago when I tried to turn ON my phone, and it randomly can't Load the system (Jelly Bean 4.2.2). When I try to Turn it ON, the Nexus Picture stock up (the green red blue yellow moving image suddenly stop) and then a MATRIX like will appear on the screen (sometimes around the nexus image there will be green lines and dots. And sometimes the whole screen will have green pixels/Dots). I thought that the system is damaged, after many trials of recovering the system, I Decided to do a factory reformat/ return to factory settings.
Since I can't access the system, I unlocked the phone , installed teamwin recovery system, and did a wipe of all the things inside the internal memory (that was the most stupid decision ever) since I lost the backup system image inside the internal sd card.
I decided all of that all because that the Galaxy Nexus don't have a external SD CARD. And since I can't do a recovery of my files (because I need to be inside Android to have a DB connection to the phone). I had no option than to wipe all System, Dalvik, Cache, and Data. Now I can't flash any android system since the Clockwork and teamwin need the android image to be inside the SD CARD. And I can't send/receive any file from/to the SD card. I already tried "Nexus Root Toolkit" and "Galaxy Nexus Toolkit". But there is no hope.
One good thing is I did install an "ICE CREAM SANDWICH image" using "Odin" (Since that was the only image I found in the internet that can be installed using Odin, but there is no luck also, when the animation is loading, the animation suddenly stop and the phone restarts.
Anyone please kindly help meif you encountered this problem before. Life without Android is so lonely. :crying::crying::crying:
abo0badr said:
Good Evening everyone, I have a very big problem with my samsung galaxy nexus. It started 2 weeks ago when I tried to turn ON my phone, and it randomly can't Load the system (Jelly Bean 4.2.2). When I try to Turn it ON, the Nexus Picture stock up (the green red blue yellow moving image suddenly stop) and then a MATRIX like will appear on the screen (sometimes around the nexus image there will be green lines and dots. And sometimes the whole screen will have green pixels/Dots). I thought that the system is damaged, after many trials of recovering the system, I Decided to do a factory reformat/ return to factory settings.
Since I can't access the system, I unlocked the phone , installed teamwin recovery system, and did a wipe of all the things inside the internal memory (that was the most stupid decision ever) since I lost the backup system image inside the internal sd card.
I decided all of that all because that the Galaxy Nexus don't have a external SD CARD. And since I can't do a recovery of my files (because I need to be inside Android to have a DB connection to the phone). I had no option than to wipe all System, Dalvik, Cache, and Data. Now I can't flash any android system since the Clockwork and teamwin need the android image to be inside the SD CARD. And I can't send/receive any file from/to the SD card. I already tried "Nexus Root Toolkit" and "Galaxy Nexus Toolkit". But there is no hope.
One good thing is I did install an "ICE CREAM SANDWICH image" using "Odin" (Since that was the only image I found in the internet that can be installed using Odin, but there is no luck also, when the animation is loading, the animation suddenly stop and the phone restarts.
Anyone please kindly help meif you encountered this problem before. Life without Android is so lonely. :crying::crying::crying:
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1812959
http://forum.xda-developers.com/showthread.php?t=1626895
Learn before using a toolkit.
Sent from my Nexus
bk201doesntexist said:
http://forum.xda-developers.com/showthread.php?t=1812959
http://forum.xda-developers.com/showthread.php?t=1626895
Learn before using a toolkit.
Sent from my Nexus
Click to expand...
Click to collapse
I know I had to learn. but I didn't. Because almost all of the people is saying the same thing, that's why I followed what almost all said.
And now I am stocked. Please someone help me. I tried following Sir Efrants procedure but I was stocked with the image flashing. Since I cannot transfer the images to my internal SD Card. Now I have no solution. Someone pls help.
Read the DRIVERS part first.
Sent from my Nexus
bk201doesntexist said:
Read the DRIVERS part first.
Sent from my Nexus
Click to expand...
Click to collapse
My drivers are good and good to go. but the method requires the image to be inside the internal sd card. And I don't have the image inside it. it is just stored in my laptop. I can't drop it to the sd card since the adb mode requires the phone to be inside the android system. Any help guys?
adb doesn't require the phone to be in Android, custom recoveries allow adb.
Also, as long as you can get into the bootloader, with it unlocked you can try flashing stock images via fastboot.
abo0badr said:
My drivers are good and good to go. but the method requires the image to be inside the internal sd card. And I don't have the image inside it. it is just stored in my laptop. I can't drop it to the sd card since the adb mode requires the phone to be inside the android system. Any help guys?
Click to expand...
Click to collapse
Indeed, if you had read the thread like you're told to, you would know that ADB works in a custom recovery.
Just flash a stock image and lock the bootloader...
https://developers.google.com/android/nexus/images
And oh, don't ever unlock the bootloader.
Mach3.2 said:
Just flash a stock image and lock the bootloader...
https://developers.google.com/android/nexus/images
And oh, don't ever unlock the bootloader.
Click to expand...
Click to collapse
Lol. most people learn from their mistakes...
faxed from my nexus

[Q] Stuck ...

I have a new T-Mobile Note 2. I installed TWRP and SuperSU using the toolkit. I then used Root Browser and deleted a bunch of apps ("bloatware", I thought), and apparently removed too much, as the phone no longer boots android.
I downloaded the two Tweaked 2.4.1 Rom files, checked Md5sums, OK, and coped same to external SD card. I did the recommended wipes using TWRP. Thereafter, also using TWRP, BasicInstall finishes with success, but the Tweaked.2.4.1.UVBMD1.073113.zip install fails with "E: Unable to open zip file". Then I try to reboot, and get a message "your phone does not appear to be rooted", and take the option "Install SuperSU? That also fails.
I think maybe I can't install Tweaked.2.4.1.UVBMD1.073113.zip because the phone isn''t rooted? Is that right? But I can't figure out how to root the phone either. I'm stuck in a loop. Recommendations to fix appreciated.
Thx, Gus
gus_zernial said:
I have a new T-Mobile Note 2. I installed TWRP and SuperSU using the toolkit. I then used Root Browser and deleted a bunch of apps ("bloatware", I thought), and apparently removed too much, as the phone no longer boots android.
I downloaded the two Tweaked 2.4.1 Rom files, checked Md5sums, OK, and coped same to external SD card. I did the recommended wipes using TWRP. Thereafter, also using TWRP, BasicInstall finishes with success, but the Tweaked.2.4.1.UVBMD1.073113.zip install fails with "E: Unable to open zip file". Then I try to reboot, and get a message "your phone does not appear to be rooted", and take the option "Install SuperSU? That also fails.
I think maybe I can't install Tweaked.2.4.1.UVBMD1.073113.zip because the phone isn''t rooted? Is that right? But I can't figure out how to root the phone either. I'm stuck in a loop. Recommendations to fix appreciated.
Thx, Gus
Click to expand...
Click to collapse
If you got an unable to open zip file error - even though the md5s check out the only thing I can think of is the zip has become corrupted somehow. Did you check the md5 on a computer and move the file over? Might be worth checking it on the phone (you can use the terminal interface in twrp fwiw - just use the md5sum command).
Bottom line recommendation - try to copy the full zip over to the sdcard again. Also, just to sate my curiosity - did you wipe /system before flashing?
RE: Stuck
dwitherell said:
If you got an unable to open zip file error - even though the md5s check out the only thing I can think of is the zip has become corrupted somehow. Did you check the md5 on a computer and move the file over? Might be worth checking it on the phone (you can use the terminal interface in twrp fwiw - just use the md5sum command).
Bottom line recommendation - try to copy the full zip over to the sdcard again. Also, just to sate my curiosity - did you wipe /system before flashing?
Click to expand...
Click to collapse
I did recopy the two Tweaked .zip files to the sdcart - repeated attempt to install on phone, same problems.
I also unzipped the two Tweaked files on linux, and although I don't know exactly what I'm supposed to see, there's no errors and a bunch of directories and files that generally look reasonable
I think I did wipe /system on the phone before flashing - could that be my problem? Also, when I go into terminal mode in TWRP on the phone, I get a hang at "Updating partition details"
Is it possible I've accidentally deleted the unzip program on the phone?
Is there stuff I could/should do from an adb shell on my PC through a USB hookup to the phone?
thx, Gus
You could flash stock rom with odin and start over.
Tweaked Out
gus_zernial said:
I did recopy the two Tweaked .zip files to the sdcart - repeated attempt to install on phone, same problems.
I also unzipped the two Tweaked files on linux, and although I don't know exactly what I'm supposed to see, there's no errors and a bunch of directories and files that generally look reasonable
I think I did wipe /system on the phone before flashing - could that be my problem? Also, when I go into terminal mode in TWRP on the phone, I get a hang at "Updating partition details"
Is it possible I've accidentally deleted the unzip program on the phone?
Is there stuff I could/should do from an adb shell on my PC through a USB hookup to the phone?
thx, Gus
Click to expand...
Click to collapse
Hmm... maybe reflash recovery? That's very strange - especially if the first zip worked fine and the second had the issues...
rail205 said:
You could flash stock rom with odin and start over.
Tweaked Out
Click to expand...
Click to collapse
I wish I could! But when I try that it hangs at "Waiting for USB debugging to be enabled". And that's even if the phone is booted into download mode.
Gus
Odin back to stock. Twrp started failing everything I tried to flash also. That's why I stopped using it. But you need to Odin to stock
Sent from my SGH-T889 using xda premium
[SOLVED] Stuck ...
dwitherell said:
Hmm... maybe reflash recovery? That's very strange - especially if the first zip worked fine and the second had the issues...
Click to expand...
Click to collapse
Finally got it working. dwitherell was more or less right about the problem. Here's my steps: 1) did a low-level format on the external sda card 2) recopied the two Tweaked zip files onto the external sda card 3) Cheked md5sums for both files on the external sda card 4) ainstalled from TWRP, as before. BUT - this time it worked.
I'm guessing either the external sda card or one of the zip files was corrupted - as dwitherell had suggested. Thanks to him and other forum members for helping out.
Gus

[Fixed] Soft Bricked SPH-L710

Team,
I have been researching for hours and am quite confused on which avenue to take to recover my soft brick. Information overload:crying:
Here is what happened and I will provide as much info as I can so please bare with me. After OTA upgrading to 4.3 and rooting successfully using the CF Auto Root. I was attempting to get my wifi hotspot working again using the Wifi mod and mucked around and installed the wrong mod (Odexed MK4). This rendered me stuck at the glowing samsung screen and it goes no further. Ive tried to factory reset, wiped cache and rebooted several times. Boots fine into recovery and download mode.
So after hours of searching, reading (its 3:50am est) and testing solutions I am no closer to a fix than I was when I started. I am currently waiting on a stock rooted rom to download in an attempt to flash back to stock but its taking hours to download.
However I just noticed, as I am typing this thread, that I can no longer
1. Mount as an usb external drive in recovery (TWRP v 2.3.1.0) I have Samsung drivers installed (1.5.14.0) so I get the indicator sound from windows that I sees the phone.
2. If I attempt to manually browse through my files using the recovery there are no files inside my internal sdcard directories.
/sdcard There are three directories there
/0 /obb /TWRP and the only folder that has files inside is the TWRP folder.
Im floundering here. I cannot even mount and install files on the phone to even attempt to flash back to stock. Can I get some fresh angles ladies and gents? I am at a loss.
signalsoldier said:
Team,
I have been researching for hours and am quite confused on which avenue to take to recover my soft brick. Information overload:crying:
Here is what happened and I will provide as much info as I can so please bare with me. After OTA upgrading to 4.3 and rooting successfully using the CF Auto Root. I was attempting to get my wifi hotspot working again using the Wifi mod and mucked around and installed the wrong mod (Odexed MK4). This rendered me stuck at the glowing samsung screen and it goes no further. Ive tried to factory reset, wiped cache and rebooted several times. Boots fine into recovery and download mode.
So after hours of searching, reading (its 3:50am est) and testing solutions I am no closer to a fix than I was when I started. I am currently waiting on a stock rooted rom to download in an attempt to flash back to stock but its taking hours to download.
However I just noticed, as I am typing this thread, that I can no longer
1. Mount as an usb external drive in recovery (TWRP v 2.3.1.0) I have Samsung drivers installed (1.5.14.0) so I get the indicator sound from windows that I sees the phone.
2. If I attempt to manually browse through my files using the recovery there are no files inside my internal sdcard directories.
/sdcard There are three directories there
/0 /obb /TWRP and the only folder that has files inside is the TWRP folder.
Im floundering here. I cannot even mount and install files on the phone to even attempt to flash back to stock. Can I get some fresh angles ladies and gents? I am at a loss.
Click to expand...
Click to collapse
Good morning (not really, I assume, sorry). So where are you at? Not sure what you mean that you cannot install files on the phone... Can you get into download mode and your computer recognizes the phone? If yes, can you do what you started to say - odin stock rooted? Or... if you can get into a custom recovery but your internal sd card has been wiped, can you put a stock rooted ROM in zip format on an external sd card, put that sd card into your phone, and flash in custom recovery?
erikalin said:
Good morning (not really, I assume, sorry). So where are you at? Not sure what you mean that you cannot install files on the phone... Can you get into download mode and your computer recognizes the phone? If yes, can you do what you started to say - odin stock rooted? Or... if you can get into a custom recovery but your internal sd card has been wiped, can you put a stock rooted ROM in zip format on an external sd card, put that sd card into your phone, and flash in custom recovery?
Click to expand...
Click to collapse
Here is the problem...the ROM I have is in zip format and based on what I have been reading I cannot install via Odin. Due to the fact that the phone refuses to mount as an external storage device I have no way of placing data on the the internal or external card. The only recourse I have now it to attempt to find an adapter to be able to mount this microsd card to my PC. I am out of town and have no idea where I could find one.....uggggh. Ill keep you posted.
signalsoldier said:
Here is the problem...the ROM I have is in zip format and based on what I have been reading I cannot install via Odin. Due to the fact that the phone refuses to mount as an external storage device I have no way of placing data on the the internal or external card. The only recourse I have now it to attempt to find an adapter to be able to mount this microsd card to my PC. I am out of town and have no idea where I could find one.....uggggh. Ill keep you posted.
Click to expand...
Click to collapse
Walmart. .. target. ... and most any office store you should be able to find one. http://forum.xda-developers.com/showthread.php?t=2538543 ... This thread gives you the stock unrooted rom in a flashable zip. To my knowledge no one has put out a stock rooted zip, but I will check around.
http://i.imgur.com/qrByUGN.jpg
signalsoldier said:
Team,
I have been researching for hours and am quite confused on which avenue to take to recover my soft brick. Information overload:crying:
Here is what happened and I will provide as much info as I can so please bare with me. After OTA upgrading to 4.3 and rooting successfully using the CF Auto Root. I was attempting to get my wifi hotspot working again using the Wifi mod and mucked around and installed the wrong mod (Odexed MK4). This rendered me stuck at the glowing samsung screen and it goes no further. Ive tried to factory reset, wiped cache and rebooted several times. Boots fine into recovery and download mode.
So after hours of searching, reading (its 3:50am est) and testing solutions I am no closer to a fix than I was when I started. I am currently waiting on a stock rooted rom to download in an attempt to flash back to stock but its taking hours to download.
However I just noticed, as I am typing this thread, that I can no longer
1. Mount as an usb external drive in recovery (TWRP v 2.3.1.0) I have Samsung drivers installed (1.5.14.0) so I get the indicator sound from windows that I sees the phone.
2. If I attempt to manually browse through my files using the recovery there are no files inside my internal sdcard directories.
/sdcard There are three directories there
/0 /obb /TWRP and the only folder that has files inside is the TWRP folder.
Im floundering here. I cannot even mount and install files on the phone to even attempt to flash back to stock. Can I get some fresh angles ladies and gents? I am at a loss.
Click to expand...
Click to collapse
You always have the Factory Reset/Wipe Data option inside your Recovery. But if that doesnt work use your downoad mode and Reset in KIES. but whatever you do, now that you have upgraded to 4.3 DO NOT try and dowgrade. it will cause a hard brick.
You did the ota update which put KNOX on your phone which is bad especially if you have a warranty. There is currently no way to get rid of it. I read a while ago the peoples phones has been getting bricked because they were trying stuff.
Anyway the only option I guess you have is to use your computer and reset your phone using kies. It will flash your phone back to stock in download mode.
Sent from my GT-N5110 using xda app-developers app
Ok team here is the latest
I was able to grab an adapter for my micro and I attempted to install the stock rom posted above located here
http://forum.xda-developers.com/showthread.php?t=2538543
That was a no-go and gave me the following error during installation.
assert failed: apply_rename_check("/system/app/ALLSHAREPLAY.apk","/system/app/ALLSHARECASTPLYER.apk","f90c86cf5423131dcd04f9a5b169df5f83ab9170" "81dbc5115c7c1121f70ada147f7297e192af4d38")
E: Error in /external_sd/cffb350e111c431bcd19eea86e0d0e6816950053.USER_L710_SPR_MD4_to_MK3_Update_FWD.zip
Click to expand...
Click to collapse
I attempted to connect to Kies 2.6.1 via download mode. Kies will timeout attempting to connect after about 8 to 10 mins.
"Device does not respond. Reboot to Resolved the Issue."
Click to expand...
Click to collapse
at this point I am still able to get into Recovery and Download. I really hosed this **** up
Here is the stock tar thread....You can use this to Odin back to stock. http://forum.xda-developers.com/showthread.php?t=2565972
Good luck!
http://i.imgur.com/qrByUGN.jpg
Thanks bro.....Ill download it and give it a try. I have nothing to lose at this point. Ill be back with praise or tears.
Problem resolved I was able to go back to stock using the link posted above by Bigpappa!!!
Thank you all so much for you help!
Congratulations
I am glad you were able to get use of your phone back. I wish I had seen this thread sooner. I was in exactly the same boat a couple of weeks ago, only mine lasted 3 days. I even bought a new GS4 when I thought my phone was dead. Took it back when someone finally helped me do what you did. It's a helpless feeling when you have been rooting and Romming for years safely. Sure seems like a sticky thread is in order for this specific issue. As you can see, I haven't got enough history for credibility on this forum since I rarely post. Oh well.

Categories

Resources