[Q] Odin stock ROM file DIY (JB4.2.1) for Mobile ODIN? - Samsung Galaxy Nexus

Hi Folks,
sorry I'm having trouble finding instructions on how to do this, for maguro I was only able to find Odin 4.0.4 restore, which doesn't seem to be working for me, tried to flash 4.0.4 ODIN ROM img on rooted 4.2.1 GNEX - after flash 4.2.1 boots up, still rooted, also recovery doesn't work, surprise of the century
My question is following:
1. Can I simply go here: --->developers.google.com/android/nexus/images<---- and download what I need,
2. Then unpack the TGZ, put all the files in single TAR while renaming them to look like 4.0.4 ODIN files do,
3. upload the TAR to /mnt/sdcard
and flash it with Mobile ODIN?
background is I noticed this morning micro USB port in my GNEX/i9250 died completely, so looking on how to do this via Mobile ODIN... then I can bring the phone back to repair shop.
Rgds,
Y.

some success....
hmm, impatient but force is strong in me, so I just went for it. looks like the anwer is YES and NO
YES because it takes the prepped file and says it's going to flash it, reboots, saying flashing blahblah (quickscroll, tough to read) etc
NO because it doesn't do anything except bringing your boot ROM to factory defaults...
sort of YES because I tried flashing only one img at a time, for obvious reasons needed recovery restored, so clicked on recovery (partition) option in Mobile Odin and it allowed me to select the full TAR file, flashed it and I got my recovery back!
so all good, but the remaining question is:
which way/which order to flash the factory image (all img files in the TGZ) with Mobile Odin to have a "unrooted-stock-like" install and not to loose mobile Odin too early (during wipe/reinstall of img files)?
Thx for any responses!
Rgds,Y.

You don't need ODIN, just flash the factory image using fastboot

EddyOS said:
You don't need ODIN, just flash the factory image using fastboot
Click to expand...
Click to collapse
ahuh, great...how do I do that without USB?
btw. I think I figured out the problem why mobile odin didn't work. I will post the step-by-step/summary later

YogiCrusher said:
ahuh, great...how do I do that without USB?
btw. I think I figured out the problem why mobile odin didn't work. I will post the step-by-step/summary later
Click to expand...
Click to collapse
I'm having the same problem. How did you figure it out?

Tried pm'ing the developer?

sorry I only thought I did, but noooo.... anyway I used fastboot in the end
...but still learned a few interesting things...
yeah I guess PMing dev is the best...need to get my money back....or try to resuscitate your usb port like I did - similar to this yt video, needle method: -->www-you-tube-com/watch?v=R6p0Eg-yq3A<--- , it died again 2 mins after 'fastboot oem lock'
mobile odin...do note: I was able to flash single partition, done this for recovery partition, still it's quite risky or even impossible this way?
verified as much that state of the bootloader lock has no affect on odin, i.e it doesn't work whatever the setting and how you set it, I used bootunlocker, here on the forums there is a "dd method" which does exactly the same (flipping 1 bit in 1 place).
btw. flash/mix of different rom / boot / loader / recovery versions... in case sbd would get the idea to mix boot 4.0 with rom 4.2, might not always be a good idea I guess
one last thing: seems essentially the update files for mobile odin can be created exactly in the way described in the first post.

Related

Did I brick my Galaxy s3?

Well.. in a nutshell, I installed CWM recovery, rooted the phone by installing the update from the "SD Card" when it was really the phone's internal memory, and all worked well. The original idea was to edit some .prop file in /system through a root file explorer. Basically, I changed a value as one stupid tutorial suggested which ended up causing the phone to boot in to a black screen. The phone goes in to recovery and D/l mode, but the problem is flashing ANY type of ROM to the phone. Odin is useless because you can only attach .tar, .gzip, .smd,... etc.. and the roms are usually in a .zip format. This means I need to get the .zip rom on to the phone's "Sd card" which is just internal memory and should clearly specify so. I can't exactly access my phone's memory afaik since.. you know.. the phone doesn't have any OS to boot up.
Now what is it that I can do to get a rom on the phone? Android commander is another useless program right now, also. Aside from the program always telling me my rooted phones aren't rooted, the program doesn't even detect the phone while it's in dl mode, recovery mode, bricked mode, garabge mode,... you get the point. I'm just a little irritated after trying for two days to get in to my own internal storage. If anyone has anything to share, and decides to share it, thanks a lot.
bump it would be nice for someone to help....
Nothing is flashing because you changed the ro.build props. There are stock Odin roms floating atound, or you can remove the device check from the updater script in the zips you download and then try to flash.
Sent from my SGH-T999 using xda premium
Or if you have adb you can push back stock build prop back to /system
Sent from my SGH-T999 using xda premium
All these suggestions I read on googled pages from people having similar issues are just such perfect ideas. I wish they worked, though. I have tried pretty much everything.
Since my last post I:
- Wiped every cache you can dream of
- Flashed boot-stock-tmobile-sgh-t999 probably 4 different times, and did the above step after each failure.
- Tried every possible way to get in the "external sd card" meaning "my phone's internal memory"
- Tried pulling the build.props, however without a valid operating system, I'm not going to get very far.
- Looked ALL OVER the internet for a STOCKY RECOVERY ROM in a .tar format. I don't see why it's too much to ask to be able to simply flash a rom from the pc odin since I'm pretty sure I won't be using odin mobile without first getting adroid booted up some how.
Yes, I disabled auto reboot in odin, I've tried pretty much everything and I really don't know where else to turn.
In android updater scripts there is a check into make sure you're flashing the correct phone. If the file is missing, it's going to fail this check and not flash.
If you unzip a Rom and modify this it should work.
On second thought,
You should follow the thread about returning to stock. That has an Odin flash able image that should get you booting again and then you can restart the process to root your phone.
Sent from my SGH-T999 using xda premium
I had that same problem I was only able to go to download mode so I used Odin and flashed stock tmo file to unroot the phone I can't remember exactly what it was called and it worked just fine and now I'm rooted again on cm10 and it works perfectly
Sent from my SGH-T999 using xda app-developers app
boot into recovery with the phone plugged into your computer. then open cmd (if in windows) and cd to the directory with a different rom then do
adb push xxx.zip /sdcard/
wait for it to finish then reboot recovery and flash the rom.
jellydroid13 said:
boot into recovery with the phone plugged into your computer. then open cmd (if in windows) and cd to the directory with a different rom then do
adb push xxx.zip /sdcard/
wait for it to finish then reboot recovery and flash the rom.
Click to expand...
Click to collapse
It's failing getprop ro.build.device
It's gonna do that even with pushing a new Rom to the sdcard unless those lines are removed from updater script.
Sent from my SGH-T999 using xda premium
similar problem, but long story short I can't boot into recovery and flashing through ODIN gets me an "unsupport dev_type" message and no results. Any suggestions?
The super obvious suggestion is to just restore your nandroid backup. Before any mod always make one that's in good shape. Every guide tells you to do this but you didn't mention it. Did you not make one? If you can get into recovery and/or DL mode then I'm pretty sure you are not bricked though.
the-Mike_D said:
If you can get into recovery and/or DL mode then I'm pretty sure you are not bricked though.
Click to expand...
Click to collapse
exactly. something's not being done right.
dyuhas1 said:
similar problem, but long story short I can't boot into recovery and flashing through ODIN gets me an "unsupport dev_type" message and no results. Any suggestions?
Click to expand...
Click to collapse
After seeing this OP, are you saying you can NOT get into d/l mode? also, look under devices on win machine, do you see an entry QLOAD*** if so you can NOT and will not get to d/l mode. It is hard bricked. time to get a jtag service. Stop wasting time looking for an answer and get it fixed. again, if you can not get into d/l mode, this is my suggestion. I HAVE BEEN THERE, DONE THAT. BTW, I have the usb jig, IT WILL NOT WORK on hard brick. hehe used it several times on soft bricks though.
Good luck.
Here is a French company doing that rescue service for bricked Galaxy S3 by JTAG
Réparer brick Galaxy S3
Wow, here is a quick and fast service. Get the usbjiig also for future soft-bricks.
MobileTechVideos.COM
http://mobiletechvideos.mybigcommerce.com/

Has my phone bitten the dust?

Really hope somebody can help.
I have had a galaxy note 2 for about 6 months on Vodafone UK N7100.
Today while i was at work i felt something hot in my pocket, my phone was very hot (i was not doing anything with it) The phone was stuck on the Samsung boot screen.
After a few minutes of looking at this i realised it was stuck and removed the battery. SInce then i have been unable to get past the boot screen, i can't get into download mode or reboot mode. The only things to note. When i turn my phone on a red light flashes. When i plug my charger in the charge icon appears on screen but it does not charge.
Really hoping somebody can help.
I had rooted my phone if that helps (it did not cause this problem and has been functioning rooted for months)
Update
Just managed to get to a screen which warned me about installing custom software and did i want to continue. I said yes and it is now downloading something
How did you get to that screen?
Sent from my Desire S using xda app-developers app
The Mole said:
Really hope somebody can help.
I have had a galaxy note 2 for about 6 months on Vodafone UK N7100.
Today while i was at work i felt something hot in my pocket, my phone was very hot (i was not doing anything with it) The phone was stuck on the Samsung boot screen.
After a few minutes of looking at this i realised it was stuck and removed the battery. SInce then i have been unable to get past the boot screen, i can't get into download mode or reboot mode. The only things to note. When i turn my phone on a red light flashes. When i plug my charger in the charge icon appears on screen but it does not charge.
Really hoping somebody can help.
I had rooted my phone if that helps (it did not cause this problem and has been functioning rooted for months)
Update
Just managed to get to a screen which warned me about installing custom software and did i want to continue. I said yes and it is now downloading something
Click to expand...
Click to collapse
does it get recognize in odin if yes try to flash stock rom and revive your phone hopefully u are not using the 4.1.1 rom better get a 4.1.2 and bring it to life :good:
if u can get to download mode now then flashed philz recovery first. After flashing recovery wipe dalvik, cache partition & then data reset.then u can flash stock using odin. try this if the first one doesnt work
shhbz said:
does it get recognize in odin if yes try to flash stock rom and revive your phone hopefully u are not using the 4.1.1 rom better get a 4.1.2 and bring it to life :good:
if u can get to download mode now then flashed philz recovery first. After flashing recovery wipe dalvik, cache partition & then data reset.then u can flash stock using odin. try this if the first one doesnt work
Click to expand...
Click to collapse
I got there through home volume down and power during boot up.
I can't get into recovery though (using volume up)
Which version of odin should i be using? I am using 3.07
I am using the rom suggested in this guide http://reviews.cnet.co.uk/mobile-ph...e-2-from-rooted-to-factory-settings-50010623/
If i should not be using that where can i get the one i should be using.
When i try to install the stock rom linked above i get the message failed no PIT partition
Thanks for all the help so far
The Mole said:
I got there through home volume down and power during boot up.
I can't get into recovery though (using volume up)
Which version of odin should i be using? I am using 3.07
I am using the rom suggested in this guide http://reviews.cnet.co.uk/mobile-ph...e-2-from-rooted-to-factory-settings-50010623/
If i should not be using that where can i get the one i should be using.
When i try to install the stock rom linked above i get the message failed no PIT partition
Thanks for all the help so far
Click to expand...
Click to collapse
this would be your last hope http://forum.xda-developers.com/showpost.php?p=32273406&postcount=5 follow the guide properly marked in red and remember to tick re partition in odin, if this doesnt work then your phone has been affected by sds due to 4.1.1 rom so u need to take it to service for motherboard replacement which is borne by samsung so no worries, and remember never to use a 4.1.1 rom in note 2 get the 4.1.2 rom or rather they will install that only this time and in future just go through dr.ketan thread http://forum.xda-developers.com/showthread.php?t=1896696 here it will guide you perfect instead following some untidy guides
for odin use 3.04 it works great though i havent tried new version as 3.04 works great you will get it in ketan thread
shhbz said:
this would be your last hope http://forum.xda-developers.com/showpost.php?p=32273406&postcount=5 follow the guide properly marked in red and remember to tick re partition in odin, if this doesnt work then your phone has been affected by sds due to 4.1.1 rom so u need to take it to service for motherboard replacement which is borne by samsung so no worries, and remember never to use a 4.1.1 rom in note 2 get the 4.1.2 rom or rather they will install that only this time and in future just go through dr.ketan thread http://forum.xda-developers.com/showthread.php?t=1896696 here it will guide you perfect instead following some untidy guides
for odin use 3.04 it works great though i havent tried new version as 3.04 works great you will get it in ketan thread
Click to expand...
Click to collapse
Thanks for the advice i am downloading the file now.
I did not manage to install the rom i suggested i was using so i don't think that could have been the issue. My phone just seemed to get hot then stop working, i hope as you suggested it is not my motherboard. Did you say that i should still be covered by the warrenty even though i had rooted my device?
The Mole said:
Thanks for the advice i am downloading the file now.
I did not manage to install the rom i suggested i was using so i don't think that could have been the issue. My phone just seemed to get hot then stop working, i hope as you suggested it is not my motherboard. Did you say that i should still be covered by the warrenty even though i had rooted my device?
Click to expand...
Click to collapse
well your reply is quite confusing
1.did you manage to flash the rom with pit in odin. was it successful or you get any errors
2.does your phone start now
3.if not then your phone has died and it needs to be taken to service guys ,but just check what the status of your phone in download mode is it official or custom . if its official then no worries just go ahead and take it to service guys and tell them abt your issue that the phone stopped working while in pocket dont info them that you rooted it ever just make them blv that it was a sds caused by 4.1.1 rom so they replace it free.
i mean your motherboard
Sorry if i am confusing matters.
I did not manage to flash anything it was just coming up with failed no PIT partition.
Current binary samsung official
My system status is custom
Are these ok to return my phone with?
I decided to take the advice offered and download the recovery but got confused.
Do i need all of the files from that link or just 1?
I downloaded the first one N7100XXDMB2_Factory
It contained
boot
cache
hidden
modem.bin
recovery
sboot.bin
system
tz
None of these are the md5 format
i am now thinking i should have downloaded XXDLJ2_OXA_Factory
Is that correct or was i right with the first file. If i was right downloading the first file then where do i get the md5 files required for odin to do my factory restore.
Know these are very noobish questions just doint want to do anything wrong
In answers to your questions....
1) Did i manage to flash the rom with it in odin
No
I got confused which files i should be using and did not want to do anything without being sure
2) My phone does not start
3) When i am in download mode my phone shows
Current binary Samsung official
My system status is custom
Are these ok to return my phone with?
The Mole said:
Sorry if i am confusing matters.
I did not manage to flash anything it was just coming up with failed no PIT partition.
Current binary samsung official
My system status is custom
Are these ok to return my phone with?
I decided to take the advice offered and download the recovery but got confused.
Do i need all of the files from that link or just 1?
I downloaded the first one N7100XXDMB2_Factory
It contained
boot
cache
hidden
modem.bin
recovery
sboot.bin
system
tz
None of these are the md5 format
i am now thinking i should have downloaded XXDLJ2_OXA_Factory
Is that correct or was i right with the first file. If i was right downloading the first file then where do i get the md5 files required for odin to do my factory restore.
Know these are very noobish questions just doint want to do anything wrong
Click to expand...
Click to collapse
well follow this video but just select all file required and then flash instead flashing twice hope this video helps as u need to select individual file
https://www.youtube.com/watch?v=CMSsoCqZr1w if you still face prob ask the uploader in that thread maybe he can help you and as far as system status is concerned u need to either flash a stock rom or get into recovery to wipe data and factory reset or ven this https://www.youtube.com/watch?v=PpWcM44On88 for your proper understanding. dont you get .tar file and pit file in that download
are u able to enter into recovery mode as first post u mentioned download mode not working now u say its working
shhbz said:
well follow this video but just select all file required and then flash instead flashing twice hope this video helps as u need to select individual file
https://www.youtube.com/watch?v=CMSsoCqZr1w if you still face prob ask the uploader in that thread maybe he can help you and as far as system status is concerned u need to either flash a stock rom or get into recovery to wipe data and factory reset or ven this https://www.youtube.com/watch?v=PpWcM44On88 for your proper understanding
are u able to enter into recovery mode as first post u mentioned download mode not working now u say its working
Click to expand...
Click to collapse
Sorry recovery mode is not working, only download mode, i will have a look at the suggested video.
Thanks again for your continued help
The Mole said:
Sorry recovery mode is not working, only download mode, i will have a look at the suggested video.
Thanks again for your continued help
Click to expand...
Click to collapse
well initially it was a bootloader issue but destroying the pit became an issues hopefully u get it back to life this time
shhbz said:
well initially it was a bootloader issue but destroying the pit became an issues hopefully u get it back to life this time
Click to expand...
Click to collapse
I have managed to get hold of the correct files, however when i try to run them in ODIN ODIN does not get past the stage get PIT for mapping.
Can i try anything without the PIT stage?
The Mole said:
I have managed to get hold of the correct files, however when i try to run them in ODIN ODIN does not get past the stage get PIT for mapping.
Can i try anything without the PIT stage?
Click to expand...
Click to collapse
If your phone doesn't have a partition map, then no, you can't.
You can try, as a last resort, using this guide: http://forum.xda-developers.com/showpost.php?p=43760271&postcount=22
I had a similar problem not too long ago (although it started with all apps crashing and then stuck at bootscreen) and managed to fix my phone.
Sent from my GT-N7100
vladeco said:
If your phone doesn't have a partition map, then no, you can't.
You can try, as a last resort, using this guide: http://forum.xda-developers.com/showpost.php?p=43760271&postcount=22
I had a similar problem not too long ago (although it started with all apps crashing and then stuck at bootscreen) and managed to fix my phone.
Sent from my GT-N7100
Click to expand...
Click to collapse
Sounds like the same issue i have had. Apps kept crashing, i never thought it was the phone just the apps. I will look into the link thanks very much
CAn i just ask what is an EFS and how do i get a backup of it
If you need any help I'm here. Cheers!
Sent from my GT-N7100
vladeco said:
If you need any help I'm here. Cheers!
Sent from my GT-N7100
Click to expand...
Click to collapse
Thanks can i just ask what EFS is and how i get a backup of mine before i carry out your guide.
The Mole said:
Thanks can i just ask what ENS is and how i get a backup of mine before i carry out your guide.
Click to expand...
Click to collapse
EFS is a part of the system that stores your serial number, IMEI and everything related to your phone specifically. You are generally able to back it up using a custom recovery or using software on your PC while the phone is rooted and booted on the android OS. Since you cannot boot into recovery and also can't boot into android itself, I don't think you would be able to back it up.
If you ever installed a custom rom with AROMA, there is a chance you have it backed up already. But if you don't explicitly remember...
vladeco said:
EFS is a part of the system that stores your serial number, IMEI and everything related to your phone specifically. You are generally able to back it up using a custom recovery or using software on your PC while the phone is rooted and booted on the android OS. Since you cannot boot into recovery and also can't boot into android itself, I don't think you would be able to back it up.
If you ever installed a custom rom with AROMA, there is a chance you have it backed up already. But if you don't explicitly remember...
Click to expand...
Click to collapse
Ah ok,
I will give the guide a go and let you know how i go.
Thanks again
I get the error message write operation failed in ODIN, i am guessing that means its dead.
Do you happen to know if i take it back to my phone company to fix if they will be able to tell i had rooted it
on the download screen i have
Current binary samsung official
My system status is custom
could they tell anything from that?

[Q] Sprint Note 2 (SPH-L900) Bricked after attempted 4.3 Update

I've been having issue with my Sprint Note 2 for a while. I've also posted this to Reddit and other parts of the forum but so far have gotten no way to fix my issue. Here's the link to Reddit: http://www.reddit.com/r/techsupport...nt_note_2_sphl900_bricked_after_attempted_43/
Sorry, I didn't want to type that all up again and having to deal with formatting and such.
Basically, the gist of it, from what I can gather is that I have accidentally loaded the 4.3 bootloader with KNOX and it is currently preventing me from doing anything productive (flashing CWMR, rooting, installing stock, etc). I read here on the forum that there were ways to do so, especially this post: http://forum.xda-developers.com/showthread.php?p=46861777
I was wondering if there were steps for the Sprint Note 2 SPH-L900?
Any help in debricking my phone is appreciated.
Try these steps.
1. Boot phone into Odin/download mode
2. Flash twrp or cwmr via Odin.
3. When it reboots pull battery and then boot into recovery.
4. Flash this http://forum.xda-developers.com/showthread.php?p=36388145 it is mc2 bootloader, firmware, radio, etc...
5. Reboot phone. Things get weird for a few mins but it will boot.
You are now Knox free once again but you are also bone stock.
Sent from my SPH-L900 using XDA Premium 4 mobile app
jlmancuso said:
Try these steps.
1. Boot phone into Odin/download mode
2. Flash twrp or cwmr via Odin.
3. When it reboots pull battery and then boot into recovery.
4. Flash this http://forum.xda-developers.com/showthread.php?p=36388145 it is mc2 bootloader, firmware, radio, etc...
5. Reboot phone. Things get weird for a few mins but it will boot.
You are now Knox free once again but you are also bone stock.
Sent from my SPH-L900 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I've tried that multiple times. The problem here is that I can't load CWMR or TWRP. At first, I assume that I'd have to root so I downloaded the CF auto root file and flash it using ODIN. Then I tried installing CWMR (after converting to .tar using Caboomi's tool here on the forum). It would reboot and I tried holding down volume up + power + home button but nothing would happen. I try combinations of that and still nothing. I flashed the 4.3 sboot.bin to get it back to stock Samsung bootloader then retried with CWMR without rooting first this time and it still doesn't work. ODIN would tell me that it succeeds but I can't enter Recovery no mater the combination of keys that I press. I'm assuming this has to do with Knox in which case I'd just have to wait for the official 4.3 firmware on SamMobile to flash it since stock 4.1.2 won't work.
QuantumInteger said:
I've tried that multiple times. The problem here is that I can't load CWMR or TWRP. At first, I assume that I'd have to root so I downloaded the CF auto root file and flash it using ODIN. Then I tried installing CWMR (after converting to .tar using Caboomi's tool here on the forum). It would reboot and I tried holding down volume up + power + home button but nothing would happen. I try combinations of that and still nothing. I flashed the 4.3 sboot.bin to get it back to stock Samsung bootloader then retried with CWMR without rooting first this time and it still doesn't work. ODIN would tell me that it succeeds but I can't enter Recovery no mater the combination of keys that I press. I'm assuming this has to do with Knox in which case I'd just have to wait for the official 4.3 firmware on SamMobile to flash it since stock 4.1.2 won't work.
Click to expand...
Click to collapse
After flashing cwm do battery pull...Don't let it auto-reboot.
Also try different version of Odin maybe
louforgiveno said:
After flashing cwm do battery pull...Don't let it auto-reboot.
Also try different version of Odin maybe
Click to expand...
Click to collapse
I tried 3.07, 3.09, and even barebone 1.85 that came with CF auto root. It doesn't work. I can't load recovery just fine (according to ODIN) but I can't get into Recovery.
Here is the fix https://www.dropbox.com/s/s2clvyo4y6gar6s/4.3_Unbrick.tar
I promise this will fix your issue, but when you get done, you will be on MC2 with the 4.3 bootloader, but, it will boot, let you flash recovery and everything. I know this because I did the same thing as you and flashed the old cf-auto root and bricked my phone to, and I created this file to fix it and if you look in the help section, you will find my thread on how to unbrick after 4.3 update fail.
I promise though, this will fix your fone
Keithgordon said:
Here is the fix https://www.dropbox.com/s/s2clvyo4y6gar6s/4.3_Unbrick.tar
I promise this will fix your issue, but when you get done, you will be on MC2 with the 4.3 bootloader, but, it will boot, let you flash recovery and everything. I know this because I did the same thing as you and flashed the old cf-auto root and bricked my phone to, and I created this file to fix it and if you look in the help section, you will find my thread on how to unbrick after 4.3 update fail.
I promise though, this will fix your fone
Click to expand...
Click to collapse
...My God..... What ever you did, it worked. Turns out, Caboomi's file didn't work too well. I couldn't get CWMR working at all even after converting to .tar. I used TWRP instead and it works. Problem was that it asked me for my password, which I don't know since I tried everything, so I had to resort to wiping everything. I installed the file jlmancuso suggested, loading it onto SD card then flashing using TWRP, and now my Samsung Note 2 is debricked.
Your file was a godsend. Thank you!
No recovery stuck on bootloop
im having the same issue could you post that dropbox link again
So i was able to get recovery back but it wont let me mount my sd card so i cant flash anything through recover was hoping the file you have could be loaded through odin as it is a .tar file correct please help and thanks in advance.
Keithgordon said:
Here is the fix https://www.dropbox.com/s/s2clvyo4y6gar6s/4.3_Unbrick.tar
I promise this will fix your issue, but when you get done, you will be on MC2 with the 4.3 bootloader, but, it will boot, let you flash recovery and everything. I know this because I did the same thing as you and flashed the old cf-auto root and bricked my phone to, and I created this file to fix it and if you look in the help section, you will find my thread on how to unbrick after 4.3 update fail.
I promise though, this will fix your fone
Click to expand...
Click to collapse
rckingws6 said:
So i was able to get recovery back but it wont let me mount my sd card so i cant flash anything through recover was hoping the file you have could be loaded through odin as it is a .tar file correct please help and thanks in advance.
Click to expand...
Click to collapse
Yes, flash that file in Odin, it will downgrade you to MC2 with the MK4bootloader
Keithgordon said:
Yes, flash that file in Odin, it will downgrade you to MC2 with the MJA bootloader
Click to expand...
Click to collapse
MJA ? Isn't that an s4 bootloader?
louforgiveno said:
MJA ? Isn't that an s4 bootloader?
Click to expand...
Click to collapse
yep, sorry, I just woke up....I meant whatever version we are on with the note, what is it? MK4? I have both so I keep switching back and forth in the threads. Funny thing is, they are completely different, i will change that, thanks for pointing that out
my friend 's L900 bricked too ,but I cant download the file you provide , the error message is “Error (509) This account's public links are generating too much traffic and have been temporarily disabled”
may you provide another URL to download it or mail it to me ? my email is [email protected] , thanks.
another question , how can i flash it into device with ODIN ? from Pit ? bootloader ?PDA ?PHONE ? or others ?
Sent from my SPH-L900 using xda app-developers app
---------- Post added at 06:23 PM ---------- Previous post was at 06:14 PM ----------
Keithgordon said:
yep, sorry, I just woke up....I meant whatever version we are on with the note, what is it? MK4? I have both so I keep switching back and forth in the threads. Funny thing is, they are completely different, i will change that, thanks for pointing that out
Click to expand...
Click to collapse
my friend 's L900 bricked too ,but I cant download the file you provide , the error message is “Error (509) This account's public links are generating too much traffic and have been temporarily disabled”
may you provide another URL to download it or mail it to me ? my email is [email protected] , thanks.
another question , how can i flash it into device with ODIN ? from Pit ? bootloader ?PDA ?PHONE ? or others ?
Sent from my SPH-L900 using xda app-developers app
yea I still cant dowload it sorry for being a pest.
Keithgordon said:
Yes, flash that file in Odin, it will downgrade you to MC2 with the MK4bootloader
Click to expand...
Click to collapse
hello if you are online i need some help i dl the 4.3 note 2 update it has a different build than the one sprint has there are some features that are not on this build is there any way for me to get the ota from sprint
rckingws6 said:
yea I still cant dowload it sorry for being a pest.
Click to expand...
Click to collapse
rckingws6 said:
So i was able to get recovery back but it wont let me mount my sd card so i cant flash anything through recover was hoping the file you have could be loaded through odin as it is a .tar file correct please help and thanks in advance.
Click to expand...
Click to collapse
Try using TWRP instead. It gives you the option to mount an external SD card. Also try restarting into recovery again. I had Recovery bugged out on me once.
QuantumInteger said:
Try using TWRP instead. It gives you the option to mount an external SD card. Also try restarting into recovery again. I had Recovery bugged out on me once.
Click to expand...
Click to collapse
i need some help
yea i can get into twrp recovery now but my sdcard wont mount thats why im trying to use odin
QuantumInteger said:
Try using TWRP instead. It gives you the option to mount an external SD card. Also try restarting into recovery again. I had Recovery bugged out on me once.
Click to expand...
Click to collapse
For those of you who have bricked Note 2s (SPH-L900), I'm going to drop a DropBox link here to a folder of ALL of the files that I used to unbrick my phone. I experimented with multiple methods (and several sleepless nights). Some of them will be useful to you, not all. I have the Android SDK and Caboomi's converter for .img to .tar. It doesn't work too well for CWMR just FYI. ODIN-OC will attempt to load stock MC2 onto your phone but it won't work if it's bricked. Arc Converter is a program I used to try convert the MK4 .zip file to .tar to try and flash an update using ODIN. It didn't work. The steps that I took to unbrick my phone will be posted after the link.
https://www.dropbox.com/sh/c2bfpfdf0qbs6bu/ZiNC-BF5kf
Be patient. Some of the files are still updating.
Steps:
1) Put your phone into Download mode by holding volume down + power + home button at bootup
2) Use ODIN (3.07 or 3.09) to load the 4.3_Unbrick.tar file. This will take a bit of time so be patient. Once the phone boots up again, you'll get past the boot screen that says "Samsung Galaxy Note II" and you'll get the Samsung logo with the spinning icon but it will loop. This is normal.
3) Next, power off (yank the battery and cable, leave battery out but plug the cable back in) and reboot into download.
4) Flash the TWRP .tar file (don't try converting the CWMR to .tar, it won't work) then reboot.
5) Hold volume up + power + home button (be patient here)
6) You should see the Team Win logo. You're now in recovery. The TWRP may ask you for the password. It is NOT the passcode to your lockscreen or your Google password. I have no idea what it is. At this point, you'd have to wipe your phone (internal only) if you want to flash the stock recovery.
7) Load the MC2 stock recovery file with counter reset onto a microSD card and mount it onto the phone (play around with TWRP, if it doesn't see the SD card the first time, restart or play with the mount function). Just be careful not to wipe your microSD card.
8) Flash the stock recovery (give it time) and it'll restart. You should be back at 4.1.2.
EXTRA STEPS
If you're still interested in 4.3, load the MK4 update onto the microSD card as well. BEFORE you go through the activation process for the 4.1.2 firmware at boot, boot into recovery. Flash the 4.3 update using stock recovery. This should put you onto 4.3 after the phone reboots. You should now have stock 4.3 (no root).
Sorry for all the download errors, I am uploading to my websight right now and as soon as it uploads, I will post the URL, it should download much faster too. I didnt realize so many people needed it

[Q] Soft Bricked my i747- HELP!

So I was able to root phone on w/o issue. I installed CWM via play store then proceeded to attempted to load Cyanogen mod via zip..and oh yeah I didn't wipe phone prior so....Now I have infinite loop issue at boot. I've searched the interwebs looking for any way to get back to stock or anything so I'll be able to use the phone again but have come up short every time. I've tried using ODIN to flash stock image but that fails. I've tried various .tar, .tz and anything else that odin will load w/o success. Will anyone take pity on my stupid ass and lens a hand?
exarkun631 said:
So I was able to root phone on w/o issue. I installed CWM via play store then proceeded to attempted to load Cyanogen mod via zip..and oh yeah I didn't wipe phone prior so....Now I have infinite loop issue at boot. I've searched the interwebs looking for any way to get back to stock or anything so I'll be able to use the phone again but have come up short every time. I've tried using ODIN to flash stock image but that fails. I've tried various .tar, .tz and anything else that odin will load w/o success. Will anyone take pity on my stupid ass and lens a hand?
Click to expand...
Click to collapse
Are you able to boot in recovery? (volume up + home + power). You could wipe and try flashing again (the first boot does take a while).
As for Odin, make sure you're using the right image (.tar) if recovery doesn't work.
Here's a little Odin guide: [ODIN] Desktop ODIN ver 3.07 for use with Samsung Galaxy S III
yeah I tried that
BWolf56 said:
Are you able to boot in recovery? (volume up + home + power). You could wipe and try flashing again (the first boot does take a while).
As for Odin, make sure you're using the right image (.tar) if recovery doesn't work.
Here's a little Odin guide: [ODIN] Desktop ODIN ver 3.07 for use with Samsung Galaxy S III
Click to expand...
Click to collapse
So I am able to boot into recovery but it's the stock recovery, not the one I intalled after root.
I've tried flashing stock images, custom images, CWM, TWRP, .TARs all w/o success. In ODIN I've flashed CWM and TWRP and it reports success but upon reboot it goes back to stock recovery and shows now 13 attempts to load custom firmware. I even tried to use Cyanogen,s windows app but even that gets stuck saying it can't communicate w/device. I've tried several driver, hiemdal, (which I can't figure out). What I'd like to do wipe EVERYTHING, like format the phone but I can't seem to remove the Samsung boot loader. Is my phone beyond repair? I'm super bummed, esp since I'm not a total noob when it comes to custom ROMs. I dropped greenpoison on my fist iPhone and had several ROMs on my old Moto Atrix. I think whatever evil Samsiung put on this device is totally screwing me.
exarkun631 said:
So I've tried flashing stock images, custom images, CWM, TWRP, .TARs all w/o success. In ODIN I've flashed CWM and TWRP and it reports success but upon reboot it goes back to stock recovery and shows now 13 attempts to load custom firmware. I even tried to use Cyanogen,s windows app but even that gets stuck saying it can't communicate w/device. I've tried several driver, hiemdal, (which I can't figure out). What I'd like to do wipe EVERYTHING, like format the phone but I can't seem to remove the Samsung boot loader. Is my phone beyond repair? I'm super bummed, esp since I'm not a total noob when it comes to custom ROMs. I dropped greenpoison on my fist iPhone and had several ROMs on my old Moto Atrix. I think whatever evil Samsiung put on this device is totally screwing me.
Click to expand...
Click to collapse
Try with a different stock image (debloated if you want a smaller download).
Also, Heimdall installs its own drivers, therefor Odin won't work on the same usb port you've installed Heimdall on.
Even in stock recovery, you should be able to do a factory reset (I think). Chances are that your ROM is corrupted atm though, you can try doing a factory reset and attempt boot. If that doesn't work, go the Odin way.
Bootloaders are not something to play with, it's the only way to hard-brick your phone (and you definitively don't wanna remove those nor stop Odin while it's flashing them, if the .tar contains them).
what about...
BWolf56 said:
Try with a different stock image (debloated if you want a smaller download).
Also, Heimdall installs its own drivers, therefor Odin won't work on the same usb port you've installed Heimdall on.
Even in stock recovery, you should be able to do a factory reset (I think). Chances are that your ROM is corrupted atm though, you can try doing a factory reset and attempt boot. If that doesn't work, go the Odin way.
Bootloaders are not something to play with, it's the only way to hard-brick your phone (and you definitively don't wanna remove those nor stop Odin while it's flashing them, if the .tar contains them).
Click to expand...
Click to collapse
I updated the phone via ota to latest android (4.3 ?). And I think the stock image I tried using was 4.1.x. Could it be I need to find a stock 4.3.x image from at&t? Any idea where to get this? I don't think AT&T provides ythis as that is where I got the previous stock image.
exarkun631 said:
I updated the phone via ota to latest android (4.3 ?). And I think the stock image I tried using was 4.1.x. Could it be I need to find a stock 4.3.x image from at&t? Any idea where to get this? I don't think AT&T provides ythis as that is where I got the previous stock image.
Click to expand...
Click to collapse
Can you check if the image you used had bootloaders? Cause if so, you might have bricked your phone. You can't downgrade bootloaders from 4.3.
The image can be found here or on sammobile.com
Strange
So after flashing my i747 30x via ODIN w/various .tar for boot and recoveries I was briefly able to boot into CWM. Stupidly, I selected the format option and foolishly restarted, intending to boot back into CWM and flash a .zip image. Once I restarted I was locked out of CWM again and can only boot into stock recovery once again. What am I doing wrong? I just can't wrap my head around why every time I flash a custom recovery like CWM or TWRP or Philz's_Touch in OdIn and it reports success, when I restart it just loads Samsung's ****ty stock recovery. I still can't flash a ROM via ODIN but I'm hoping if I can get back into CWM I'll be able to load a new ROM and use my phone again. Anyhelp would be great.
BWolf56 said:
Can you check if the image you used had bootloaders? Cause if so, you might have bricked your phone. You can't downgrade bootloaders from 4.3.
The image can be found here or on sammobile.com
Click to expand...
Click to collapse
lol
exarkun631 said:
So after flashing my i747 30x via ODIN w/various .tar for boot and recoveries I was briefly able to boot into CWM. Stupidly, I selected the format option and foolishly restarted, intending to boot back into CWM and flash a .zip image. Once I restarted I was locked out of CWM again and can only boot into stock recovery once again. What am I doing wrong? I just can't wrap my head around why every time I flash a custom recovery like CWM or TWRP or Philz's_Touch in OdIn and it reports success, when I restart it just loads Samsung's ****ty stock recovery. I still can't flash a ROM via ODIN but I'm hoping if I can get back into CWM I'll be able to load a new ROM and use my phone again. Anyhelp would be great.
Click to expand...
Click to collapse
So I think I figured out what I did wrong. Recovery mode = pwr+home+VolUp...Download mode = Pwr+home+VolDown. What an a$$hole I am, I thought Download mode and Recovery were one in the same and flashing TWRP or CWM would replace download mode. Once I figured out that one it was a simple matter to boot into recovery and wipe the drive then flash my rom (Omni 4.4.2 D2att) IDK if it's the rom or all the screwing around I did but it now takes no less than 10 min to boot into android from rom splash. Tried updating Kernel to latest but found it didn't fix problem.
exarkun631 said:
So I think I figured out what I did wrong. Recovery mode = pwr+home+VolUp...Download mode = Pwr+home+VolDown. What an a$$hole I am, I thought Download mode and Recovery were one in the same and flashing TWRP or CWM would replace download mode. Once I figured out that one it was a simple matter to boot into recovery and wipe the drive then flash my rom (Omni 4.4.2 D2att) IDK if it's the rom or all the screwing around I did but it now takes no less than 10 min to boot into android from rom splash. Tried updating Kernel to latest but found it didn't fix problem.
Click to expand...
Click to collapse
Did you do a clean flash? Sounds like you didn't factory reset.
Make sure you backup your apps before doing so if you wanna keep your app data.

Help me restore a softbricked phone

Here has more background http://forum.xda-developers.com/note-4-sprint/development/rom-t3330135/page23 but the TLDR is that my phone is stuck in bootloop, even when I flash a stock image in Odin (Does it matter if I use AP in Odin versus BL? I tried both)
All I can think is that in recovery I did a full wipe on every conceivable thing. I also did a nanderase in Odin one time. Maybe shouldn't have.
This is also compounded by the fact that my phone's home button doesn't work so to get to download mode I am forced to use a jig I cobbled together and essentially hotwire my phone into download mode.
Does someone have a safe, stock ROM so I can get things back to square one? I've tried N910PVPS4COK1_N910PSPT4COK1_N910PVPS4COK1_HOME.tar so I am pretty sure I was on OG5 baseband with OK1 build. But still, if your friend who knew nothing about phones gave you one in a bootloop, which rom would you flash?
Thanks guys.
I've helped with a similar issue before. In short, nand erase all will prevent phone from booting.
You need to install just the stock recovery converted from .img to tar.md5, flash with Odin in AP slot and factory reset and wipe the cache and dalvik in recovery.
To start, you need to extract the recovery.img from the stock tar and use utility to convert it and flash in Odin AP slot. This utility may work, I don't recall which utility I used before because my motherboard and hard drive crashed. Lost everything. Try this one.
http://forum.xda-developers.com/showpost.php?p=45629177&postcount=1
With your broken home key, I'm not sure what the phone does with only recovery flashed. Hopefully it auto boots to recovery seeing only that so you can factory reset and wipe. If so, flash stock after that.
If you can't boot to recovery, you may have to install adb on your computer and try to send the command (adb reboot recovery) from either download mode or timed correctly while it's attempting a boot. I'm thinking with nothing but recovery, the phone will either boot recovery or KIES or Smart Switch will recognize it. You may also convert the boot.img (kernel) with that same utility for Odin flash in AP slot if the phone isn't recognized. The bootloader could also be extracted and flashed with Odin in BL slot.
But hopefully you don't have to do all this workaround stuff to recover. I'd start with just stock recovery converted tar.md5 with utility and factory reset and wipe. If it didn't auto boot into recovery, try the traditional boot to recovery pattern. If not working, then try the adb command from download mode, and so on with other means to either boot in recovery or get KIES or Smart Switch to recognize.
Edit: if you're already able to boot stock recovery, just factory reset, wipe cache and dalvik and power down, remove battery for 30 seconds and flash stock tar.
Sent from my SM-N930P using Tapatalk
Can you elaborate on boot to recovery pattern? I flashed the recovery but it still wouldn't boot to recovery. Is that because the stock tar I flashed is still fouling things up?
Should I land erase again so the stock tar is gone, then try flashing the recovery Image? I don't quite understand why taking parts of the stock tar and flashing them separately is any different than flashing the tar file itself.
Got some reason, adb always says device not recognised, even though Odin has no trouble, so it's probably not a driver issue, but the way I'm starting or running adb.exe
Since you already did the nand erase all in Odin and haven't booted successfully, I don't think you could do any further harm by going it again.
I honestly don't know the usefulness of the feature or instructions when using it, just that from some searching, that stock recovery helps to recover from using it.
Sounds like your home switch is still dysfunctional and you want to try the nand erase all, flash only stock recovery and see if it auto reboots into recovery? You could try.
Did you use this adb installer or follow the OP to try to get phone recognized?
http://forum.xda-developers.com/showpost.php?p=48915118&postcount=1
Edit: Still reading the thread above but it looks like win10 users have to run installer in administrative mode and also use the edited version below. Not sure if the OP corrected the issue but typo of version in OP still exists so I'd try this one and make sure the Samsung driver from Samsung support was also installed.
http://forum.xda-developers.com/showpost.php?p=67779874&postcount=821
I'm still getting my new PC updated with tools but will try this adb installer soon.
Sent from my SM-N930P using Tapatalk
Fyi I'm on Windows 7 if it matters
Blakestr said:
Fyi I'm on Windows 7 if it matters
Click to expand...
Click to collapse
Have you tried traditional adb through installation of Android SDK and setting path as outlined in this guide?
http://www.serverdrivers.com/2016/10/universal-adb-driver-download-for.html?m=1
And did you install the Samsung USB driver from Samsung support on Note 4?
http://org.downloadcenter.samsung.c...G_USB_Driver_for_Mobile_Phones_v1.5.45.00.exe
I ask because I'm not sure why you get device not found. The installer thread I mentioned earlier claimed that only adb sideload works with the above adb method. I'm thinking it may be Google limiting access in later updates but just a guess.
Sent from my SM-N930P using Tapatalk

Categories

Resources