[Q] ADB or Terminal Emulator Help Needed - AT&T Samsung Galaxy S 4 Q&A, Help & Troubleshootin

Hello,
I am trying to update the recovery on my wife's S4.
I'm following these instructions, but I can't seem to get it to work in either Terminal Emulator or ADB. Any instructions will be much appreciated.
Originally Posted by stevey500 View Post
I am on locked-bootloader MF3.
I have had a broken/non-bootable recovery menu since I started tinkering with modifying MF3 bootloader.
I followed this guide and did it all within my stock rooted touchwiz rom using terminal emulator and it worked perfectly. I didn't even have to run the last .sh, just simply dd'd the stock recovery.img image to its appropriate location.
So, bootable people with MF3 bootloader and broken recovery menus... do this:
http://d-h.st/AuY put this image file on your internal storage.
Run this command in ADB (type adb shell to get to shell) or go to terminal emulator and enter this:
su -c "dd if=/storage/sdcard0/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery"
You should have a fully working stock recovery menu now.
Click to expand...
Click to collapse

tarikakleh said:
Hello,
I am trying to update the recovery on my wife's S4.
I'm following these instructions, but I can't seem to get it to work in either Terminal Emulator or ADB. Any instructions will be much appreciated.
Click to expand...
Click to collapse
What boatloader/baseband are you on. Also what version of android. Depending on what you're on this may not apply to you.
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app

When you say update, do you mean flash the stock recovery or a custom one? Because this method is only to restore the stock recovery. You can't get a custom one.
Sent from my SGH-I337 running GPE

drock212 said:
What boatloader/baseband are you on. Also what version of android. Depending on what you're on this may not apply to you.
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Don't have the phone with me right now, but I know it is 4.2.2 MF3.

DeadlySin9 said:
When you say update, do you mean flash the stock recovery or a custom one? Because this method is only to restore the stock recovery. You can't get a custom one.
Sent from my SGH-I337 running GPE
Click to expand...
Click to collapse
Stock recovery. I am trying to update without losing data. I was advised to unroot, then update OTA but update wasn't working, no response when checking for update.. Problem is at one point I tried to flash TWRP through Goo and I broke stock recovery, which I need now to update.

tarikakleh said:
Stock recovery. I am trying to update without losing data. I was advised to unroot, then update OTA but update wasn't working, no response when checking for update.. Problem is at one point I tried to flash TWRP through Goo and I broke stock recovery, which I need now to update.
Click to expand...
Click to collapse
There's somewhere around here where someone posted just the recovery partition of the odin tar file. That can be flashed through odin and you'll regain your recovery. The reason ota doesn't work is because it needs recovery to install... Google search how to recover stock recovery for nb1 or whatever bootloader you're on and an XDA thread should come up
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app

drock212 said:
There's somewhere around here where someone posted just the recovery partition of the odin tar file. That can be flashed through odin and you'll regain your recovery. The reason ota doesn't work is because it needs recovery to install... Google search how to recover stock recovery for nb1 or whatever bootloader you're on and an XDA thread should come up
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks, I did do a search, and the original post of this thread had the instructions. The problem is, I'm not sure I'm using the proper syntax in either ADB or Terminal Emulator. Kind of needed a walk-through or a bit more details on the instructions.
What I've done:
1) Downloaded the file via above link.
2) Placed it into internal storage of my phone under "sdcard0"
3) Ran the following string in Terminal Emulator exactly as written:
su -c "dd if=/storage/sdcard0/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery"
Click to expand...
Click to collapse
At this point it says it cannot find the file. I am not certain that this is the problem, but the file is named "mf3-recovery.tar.md5", whereas, in the string above it's named "recovery.img". Am I supposed to extract it some way, or rename it?
When it comes to this stuff, due to my limited knowledge, I try not to improvise. If it is not in the guide, I don't do it.

tarikakleh said:
Thanks, I did do a search, and the original post of this thread had the instructions. The problem is, I'm not sure I'm using the proper syntax in either ADB or Terminal Emulator. Kind of needed a walk-through or a bit more details on the instructions.
What I've done:
1) Downloaded the file via above link.
2) Placed it into internal storage of my phone under "sdcard0"
3) Ran the following string in Terminal Emulator exactly as written:
At this point it says it cannot find the file. I am not certain that this is the problem, but the file is named "mf3-recovery.tar.md5", whereas, in the string above it's named "recovery.img". Am I supposed to extract it some way, or rename it?
When it comes to this stuff, due to my limited knowledge, I try not to improvise. If it is not in the guide, I don't do it.
Click to expand...
Click to collapse
Ok cool you found the tar file... This can be flashed through odin actually and it will restore your recovery without touching anything else or you can extract the tar file on your desk top, this will give you the img file then that can be placed into internal storage just like in the instructions. Before placing there though just rename the img file to recovery or just leave it as is and remember it. The string would be as follows
Su -c dd if=/storage/sdcard0/whatever you named the duke. of=/dev/block/platform/msm_sdcc.1/by-name/recovery
Give that a try again since its a tar file it can be flashed through odin
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app

tarikakleh said:
Thanks, I did do a search, and the original post of this thread had the instructions. The problem is, I'm not sure I'm using the proper syntax in either ADB or Terminal Emulator. Kind of needed a walk-through or a bit more details on the instructions.
What I've done:
1) Downloaded the file via above link.
2) Placed it into internal storage of my phone under "sdcard0"
3) Ran the following string in Terminal Emulator exactly as written:
At this point it says it cannot find the file. I am not certain that this is the problem, but the file is named "mf3-recovery.tar.md5", whereas, in the string above it's named "recovery.img". Am I supposed to extract it some way, or rename it?
When it comes to this stuff, due to my limited knowledge, I try not to improvise. If it is not in the guide, I don't do it.
Click to expand...
Click to collapse
The .tar.md5 file looks like it's an Odin flashable file. To use the dd command you need the .img file. recovery.img I'd probably in the.tar.md5 file but I'm not familiar with it. Do you have a link to the mf3 tar file?
Sent from my Nexus 5 using XDA Free mobile app

drock212 said:
Ok cool you found the tar file... This can be flashed through odin actually and it will restore your recovery without touching anything else or you can extract the tar file on your desk top, this will give you the img file then that can be placed into internal storage just like in the instructions. Before placing there though just rename the img file to recovery or just leave it as is and remember it. The string would be as follows
Su -c dd if=/storage/sdcard0/whatever you named the duke. of=/dev/block/platform/msm_sdcc.1/by-name/recovery
Give that a try again since its a tar file it can be flashed through odin
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Awesome thanks! I'll let know what happens. Need to get my hands on wife's phone first.

jd1639 said:
The .tar.md5 file looks like it's an Odin flashable file. To use the dd command you need the .img file. recovery.img I'd probably in the.tar.md5 file but I'm not familiar with it. Do you have a link to the mf3 tar file?
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Here is the link. http://d-h.st/AuY

drock212 said:
...or you can extract the tar file on your desk top, this will give you the img file then that can be placed into internal storage just like in the instructions...
Click to expand...
Click to collapse
Seems like I need my hand held with every step of this process!
To extract the img from the tar, I did the following:
1) extracted with 7-zip
2) left me with a "recovery.bin"
3) dropped that file into sgs2oext4
4) in diskinternals linux reader, I select "mount image"
For step 4, I don't get a mount.
I think the problem is with step 3, the recovery.ext4.img file is 0KB, I've left it running on sgs20ext4 for at least 30 minutes and nothing changed.
How am I screwing up?

tarikakleh said:
Seems like I need my hand held with every step of this process!
To extract the img from the tar, I did the following:
1) extracted with 7-zip
2) left me with a "recovery.bin"
3) dropped that file into sgs2oext4
4) in diskinternals linux reader, I select "mount image"
For step 4, I don't get a mount.
I think the problem is with step 3, the recovery.ext4.img file is 0KB, I've left it running on sgs20ext4 for at least 30 minutes and nothing changed.
How am I screwing up?
Click to expand...
Click to collapse
You might only be able to use odin to flash since its a tar file already
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app

drock212 said:
You might only be able to use odin to flash since its a tar file already
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Will this preserve the data/settings on the phone?

tarikakleh said:
Will this preserve the data/settings on the phone?
Click to expand...
Click to collapse
I read on another forum where the same tying happened to another guy and he flashed just the bootloader through odin and it did not touch any of the other partitions (data/settings) but since I have not done this myself I can not guarantee it.
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app

If you flash recovery in Odin it will not wipe your device
Sent from my Nexus 5 using XDA Free mobile app

jd1639 said:
If you flash recovery in Odin it will not wipe your device
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Tried flashing using ODIN 1.85 and I get FAIL!. "Auto Reboot" and "F. Reset Time" are checked.
<ID:0/005> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> mf3-recovery.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/005> Odin v.3 engine (ID:5)..
<ID:0/005> File analysis..
<ID:0/005> SetupConnection..
<ID:0/005> Initialzation..
<ID:0/005> Get PIT for mapping..
<ID:0/005> Firmware update start..
<ID:0/005> recovery.bin
<ID:0/005> NAND Write Start!!
<ID:0/005>
<ID:0/005> Complete(Write) operation failed.
<OSM> All threads completed. (succeed 0 / failed 1)

tarikakleh said:
Tried flashing using ODIN 1.85 and I get FAIL!. "Auto Reboot" and "F. Reset Time" are checked.
<ID:0/005> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> mf3-recovery.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/005> Odin v.3 engine (ID:5)..
<ID:0/005> File analysis..
<ID:0/005> SetupConnection..
<ID:0/005> Initialzation..
<ID:0/005> Get PIT for mapping..
<ID:0/005> Firmware update start..
<ID:0/005> recovery.bin
<ID:0/005> NAND Write Start!!
<ID:0/005>
<ID:0/005> Complete(Write) operation failed.
<OSM> All threads completed. (succeed 0 / failed 1)
Click to expand...
Click to collapse
Try a different usb port and cable. Odin can be finicky
Sent from my Nexus 5 using XDA Free mobile app

jd1639 said:
Try a different usb port and cable. Odin can be finicky
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Tried it using multiple ports, 2 cables (1 original), and two computers. Same results...

tarikakleh said:
Tried it using multiple ports, 2 cables (1 original), and two computers. Same results...
Click to expand...
Click to collapse
Try odin 3.09 could just be the version of odin being weird
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
---------- Post added at 10:13 PM ---------- Previous post was at 10:03 PM ----------
Ok dumb question but I have to ask... You put the phone in download mode (power off... Then power on holding volume down home key and power) then plugged it in while odin was up? If so then try this
http://forum.xda-developers.com/showthread.php?p=46775016
Stock recovery img file for mf3 and adb instruction on how to install
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app
---------- Post added at 10:22 PM ---------- Previous post was at 10:13 PM ----------
tarikakleh said:
Tried it using multiple ports, 2 cables (1 original), and two computers. Same results...
Click to expand...
Click to collapse
Found it!!!!! Ok using odin 1.85 you can flash each part of the firmware separately. Put phone in download node plug into pc while running odin and flash just the recovery but put it in the recovery slot of odin
http://forum.xda-developers.com/showthread.php?p=46943588
This helped me when I did the same thing as you while on mf3
Sent from my SAMSUNG-SGH-I337 using XDA Premium 4 mobile app

Related

[Q] Nube in need of help

I'm lost in dire need of help. All i was trying to do is take my 2.1 OS to 2.2 using this guide techlivez.com/2010/07/how-to-upgrade-galaxy-s-to-android-2-2-tutorial/ Now my phone will not completely turn on can anyone help i need my lifeline back
Did you flash for the samsung fascinate or the galaxy s.
edit: ok got to my computer and checked the site you used ....wrong firmware for samsung fascinate ....give me a minute to find the right one for ya
Sent from my SCH-I500 using XDA App
That guide was for the i9000, the international variant of the Galaxy S (it even says it's not for other variants at the end). Your best bet is probably to get it into download mode, and use Odin to flash the DI01 all-in-one file (using the PDA button!).
If you unbrick your phone, and STILL want 2.2, go into the Development section and find one of the posts about upgrading to EB01 rom... but still, be CAREFUL.
flash this http://forum.xda-developers.com/showthread.php?t=867648
i followed the intructions from the techlive for the galaxy s
then follow this http://forum.xda-developers.com/showthread.php?t=948722
xlinth said:
then follow this http://forum.xda-developers.com/showthread.php?t=948722
Click to expand...
Click to collapse
will this take it back to completely stock program?
it says doesnt have recovery?
the second link of mine takes you through it step by step
http://forum.xda-developers.com/showthread.php?t=948722 follow the instructions to a T and you will be good
xlinth said:
flash this http://forum.xda-developers.com/showthread.php?t=867648
Click to expand...
Click to collapse
Everywhere i go for the stock files the links are down. Does anyone know where i can get the stock files
pm me and ill give you my drop box ...but give it 10 mins or so its 450+ MEGS
I sent you a pm with link ...
xlinth said:
flash this http://forum.xda-developers.com/showthread.php?t=867648
Click to expand...
Click to collapse
When i try this i get this.
<ID:0/004> Added!!
<ID:0/004> Odin v.3 engine (ID:4)..
<ID:0/004> File analysis..
<ID:0/004> SetupConnection..
<ID:0/004> Initialzation..
<ID:0/004> Get PIT for mapping..
<ID:0/004> Firmware update start..
<ID:0/004> Sbl.bin
<ID:0/004> cache.rfs
<ID:0/004> factoryfs.rfs
<ID:0/004> movinand.bin
<ID:0/004>
<ID:0/004> Complete(Write) operation failed.
<OSM> All threads completed. (succeed 0 / failed 1)
Anyone online that can help with this please IM Me.
whitakerthomas said:
Anyone online that can help with this please IM Me.
Click to expand...
Click to collapse
I've read over and can't confirm where your error occured. I'd try again. You did select pda correct?
yes i tried in PDA. My error was using the techlive article for the I9000 galaxy s and not the fascinate SCH-i500 I'm not sure what it is but something isnt letting me go back.
adrynalyne said:
I've saved a couple i9000 Odin flashed Fascinates with this method so it should work.
First, grab my DI01 All in One. You need an all inclusive package.
http://adrynalyne.us/files/kernels/DI01package3.tar.md5
You will need odin3 v 1.30. Google for it.
You also need Heimdall.
Heimdall – Glass Echidna There is a readme in the windows version zip if you get stuck. Drivers must be installed for it as well.
You also need a copy of the samsung galaxy s usb drivers, because Heimdall will remove them when you use it.
[Drivers] MS Windows x86 and x64 USB Drivers for Samsung Galaxy S - xda-developers
You will also need a PIT file from me:
http://dl.dropbox.com/u/2056318/atlas_v2.2.pit
Steps:
1. Install Heimdall and drivers.
2. Put phone in download mode and plug it in to usb cable.
3. Unzip the Odin file. 7zip can do this, but will give an EOF error. Ignore the error.
4. Choose each section in Heimdall and add the appropriate file, including PIT. Check repartition. Primary boot loader is boot.bin and secondary boot loader is sbl.bin.
5. Start. Boot once, check for problems. If problems persist, continue.
6. Reinstall Samsung USB drivers for Odin. This may require a PC reboot.
7. Put phone back in download Mode and start Odin, making sure its detected.
8. Load the entire Odin package, not extracted into the pda section of Odin. Include the PIT file. CHECK repartition.
9. Run the process.
If all goes well, you should be back to stock, crappy Eclair 2.1 without force close errors.
Click to expand...
Click to collapse
Do this. Originally from a thread in development by adrynalyne
Sent from my SCH-I500 using XDA App
Kevin Gossett said:
Do this. Originally from a thread in development by adrynalyne
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
THanks guys for the help this last post got it back to 2.1 up and running thanks you

N8013XARCMA3 - gt-n8013 4.1.2

here's the tar.md5 for gt-n8013 4.1.2
please hit the "thanks" button if this helps you...
*edit*
Now available from SamMobile:
http://www.hotfile.com/dl/189250443/e35a3d8/N8013UEUCMA3_N8013XARCMA3_XAR.zip.html
Just curious is this routed or modified in any way?
Sent from my GT-N8000 using xda app-developers app
ckavvouras said:
Just curious is this routed or modified in any way?
Sent from my GT-N8000 using xda app-developers app
Click to expand...
Click to collapse
this is the tar.md5 straight from kies. you can use cf-auto-root to root:
http://forum.xda-developers.com/showthread.php?t=1957002
I am rooted with the German 4.1.2, how do I install the US version? I am a noob so sorry for my ignorance in advance.
I was on Deodexed N8013 ROM by Darkman LK8.
I downloaded the link, extracted using ex file explorer, flashed it with mobile Odin,
And baaaaaaaang JB4.1.2
Wonderful, amazing Rom
Facebook and YouTube added to multi window.
N.b no need to to factory reset if coming Darkman N8013 Rom, just wioe davlik.
Sent from my GT-N8013 using Tapatalk 2
mohammedsarhan said:
I was on Deodexed N8013 ROM by Darkman LK8.
I downloaded the link, extracted using ex file explorer, flashed it with mobile Odin,
And baaaaaaaang JB4.1.2
Wonderful, amazing Rom
Facebook and YouTube added to multi window.
N.b no need to to factory reset if coming Darkman N8013 Rom, just wioe davlik.
Sent from my GT-N8013 using Tapatalk 2
Click to expand...
Click to collapse
I have the file downloaded and tried to use Odin but it fails every time. What am I doing wrong or not doing at all?
You need to extraxt the file from zip format. I did it using mobile odin, retained root and still have all my apps. THANX OP!
Have you extracted the RAR file to MD5.TAR?
and whats your original Rom?
Sent from my GT-N8013 using Tapatalk 2
mohammedsarhan said:
Have you extracted the RAR file to MD5.TAR?
and whats your original Rom?
Sent from my GT-N8013 using Tapatalk 2
Click to expand...
Click to collapse
This is the message I get:
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/003> Added!!
<ID:0/003> Odin v.3 engine (ID:3)..
<ID:0/003> File analysis..
<ID:0/003> SetupConnection..
<ID:0/003> Can't open the serial(COM) port.
<OSM> All threads completed. (succeed 0 / failed 1)
Sorry to be such a pain. I am using the German 4.1.2. I installed it using Odin. I find the file in the PDA section on the right side of Odin and click start.
tarheels55 said:
This is the message I get:
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/003> Added!!
<ID:0/003> Odin v.3 engine (ID:3)..
<ID:0/003> File analysis..
<ID:0/003> SetupConnection..
<ID:0/003> Can't open the serial(COM) port.
<OSM> All threads completed. (succeed 0 / failed 1)
Sorry to be such a pain. I am using the German 4.1.2. I installed it using Odin. I find the file in the PDA section on the right side of Odin and click start.
Click to expand...
Click to collapse
It seems that you don't have Samsung USB driver installed. Connect your tablet in the normal mode to ur pc ( not download mode) the drivers should be installed automatically.
If not, you can google it, and install them before going to download mode.
About coming from german Rom, I think it will be flashed successfully, without Data Wipe. I'M NOT SURE , AS I DIDN'T TRY IT. I tried PREVIOUSLY flashing N8013 LK8 Deodexed Rom over German N8010BLK9, Succeeded without data wipe. Then, before a while, I flashed this Wonderful 4.1.2 ROM.
Sent from my GT-N8013 using Tapatalk 2
Hmm.. anyone try just pushing this from Odin without a data wipe? As in, if you are on the N8010 4.1.1 ROM, were you able to push this without messing up..?
This downloaded an empty zip file. I tried it 3 times to check. Anyone else experience this issue?
---------- Post added at 08:24 PM ---------- Previous post was at 08:16 PM ----------
Can someone throw up a mirror?
Any chance of it working on GT-N8010?
I'll upload to mediafire once i download it.
Sent from my GT-N8000 using Tapatalk 2
Tried 4 times now to download and failed every time. Guess i'll wait for someone else to upload it.
I'm flashing this using PC odin and it's stuck at system.img
Help?!?!?
I have that problem from time to time when flashing with odin, changing pc usually Fixes the problem
Sent from my GT-N8000 using xda app-developers app
Alright so I unplugged it then had the "firmware upgrade encountered an issue please select recovery mode in kies and try again" error whenever I boot, so I tried to get it to download mode and it worked and odin recognized it, reflashed the rom and it worked
Q9Nap said:
here's the tar.md5 for gt-n8013 4.1.2
please hit the "thanks" button if this helps you...
http://www.adrive.com/public/U7ukpH...013XARCMA3_813049_REV00_user_low_ship.tar.zip
Click to expand...
Click to collapse
Thanks!! Flashed it with mobile Odin and worked great.
Sent from my GT-N8013 using xda app-developers app
I tried to flash my 8010 and I got a FAIL at the end. I tried again with the same results. It also increased my binary count so I wouldnt suggest trying this if you have the 8010.
gpgalanis said:
I tried to flash my 8010 and I got a FAIL at the end. I tried again with the same results. It also increased my binary count so I wouldnt suggest trying this if you have the 8010.
Click to expand...
Click to collapse
It's likely to have a different boatloader, so that's prob why it failed.
Sent from my GT-N7000 using Tapatalk 2

Bootlooped

I'm not exactly green her, but i tried to run wicked v4 rom using safestrap to install. I am soft bricked, am able to acces recovery, download mode. I'v searched and downloaded, redownloaded, and downloaded again a list of packets that, when used with din will allow me to down grade to mk2 i believe so that i can access my device and start the process over again. I can not for the life of mrick my deice that has been down 2 dayse find the right mirror that will allow me to unbrick my device that has been down 2 days. help please, and it is appreciated.
p.s
i can not access the SS home screen and i do have a nandroid back up. thanks in advance
half way there
got beyond that point.. now odin keeps failing during the flashing process.
<OSM> Please wait..
<OSM> I337MK2_Full_Odin_Tar.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/004> Added!!
<ID:0/004> Odin v.3 engine (ID:4)..
<ID:0/004> File analysis..
<ID:0/004> SetupConnection..
<ID:0/004> Complete(Write) operation failed.
<OSM> All threads completed. (succeed 0 / failed 1)
What firmware version where you on? You may not be able to flash mk2
Sent from my Nexus 5 using XDA Free mobile app
frmware
jd1639 said:
What firmware version where you on? You may not be able to flash mk2
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
i was on i337nc1 firmware......
i had tried to flash wicked rom, and it is sayng that i need to connect to kies to reinstall custom firmware but kies is not registering the phone at present
zavien said:
i was on i337nc1 firmware......
i had tried to flash wicked rom, and it is sayng that i need to connect to kies to reinstall custom firmware but kies is not registering the phone at present
Click to expand...
Click to collapse
Alright, some of this will help http://forum.xda-developers.com/showthread.php?p=55338138
Download the nb1 tar file. Flash that in Odin
Sent from my Nexus 5 using XDA Free mobile app
thanks
jd1639 said:
Alright, some of this will help http://forum.xda-developers.com/showthread.php?p=55338138
Download the nb1 tar file. Flash that in Odin
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
downloading it now!!! much appreciated in advance

[Q] Need help real bad

By mistake i deleted my secsettings apk know i cant acces my settings so i did a foactory reset trying to fix it and lost my root icant install nothing i tried flashing back to stock with odin but fails my phone is att galaxy s4 on 4.2.2 if i reamember right cant look a the settings
this is the fail when i try the stock 4.2
<ID:0/004> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> I337UCUAMDB_I337ATTAMDB_I337UCUAMDB_HOME.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/004> Odin v.3 engine (ID:4)..
<ID:0/004> File analysis..
<ID:0/004> SetupConnection..
<ID:0/004> Initialzation..
<ID:0/004> Get PIT for mapping..
<ID:0/004> Firmware update start..
<ID:0/004> aboot.mbn
<ID:0/004> NAND Write Start!!
<ID:0/004>
<ID:0/004> Complete(Write) operation failed.
<OSM> All threads completed. (succeed 0 / failed 1)
im in the proses of downloading 4.4 as shown in the reply below
Do you remember if your where on mdl or mf3 4.2.2? Or could you use cwm or twrp or did you need safestrap?
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
Do you remember if your where on mdl or mf3 4.2.2? Or could you use cwm or twrp or did you need safestrap?
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
No to the first ? I dont have cwm or twrp on my phone and dont know what safestrap is im a nood thanks for youre interest in helpping me hope i could get my phone working
Psantana said:
No to the first ? I dont have cwm or twrp on my phone and dont know what safestrap is im a nood thanks for youre interest in helpping me hope i could get my phone working
Click to expand...
Click to collapse
Since you're not using any custom roms I'd flash this in Odin http://forum.xda-developers.com/showthread.php?p=50912149. This will also update you to 4.4.2.
I'm guessing Odin failed before because you were using an older firmware version than your device is on.
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
Since you're not using any custom roms I'd flash this in Odin http://forum.xda-developers.com/showthread.php?p=50912149. This will also update you to 4.4.2.
I'm guessing Odin failed before because you were using an older firmware version than your device is on.
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
I will try that and see what happens thanks
jd1639 said:
Since you're not using any custom roms I'd flash this in Odin http://forum.xda-developers.com/showthread.php?p=50912149. This will also update you to 4.4.2.
I'm guessing Odin failed before because you were using an older firmware version than your device is on.
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
now the one thing i cant do is access the settings so no usbdebugging will it still flash
Psantana said:
now the one thing i cant do is access the settings so no usbdebugging will it still flash
Click to expand...
Click to collapse
Yes, you don't need usb debugging enabled for Odin
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
Yes, you don't need usb debugging enabled for Odin
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
you are a android god it worked thank you very much
Psantana said:
you are a android god it worked thank you very much
Click to expand...
Click to collapse
no problem, flash you're back up and running
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
no problem, flash you're back up and running
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
know time to learn how to flash twrp so i can back it up
Psantana said:
know time to learn how to flash twrp so i can back it up
Click to expand...
Click to collapse
You're not going to be able to flash twrp. You can only use safestrap as a custom recovery.
Sent from my Nexus 5 using XDA Free mobile app
jd1639 said:
You're not going to be able to flash twrp. You can only use safestrap as a custom recovery.
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
ok ill look into that

Why I cant install custom recovery, after 5.0 upgrade/downgrade etc??? G900F

Ok here is the issue...
I updated my G900F to 5.0 G900FXXU1BNL7.
Then Dowgraded to stock G900FXXU1ANCE.
But now no custom recovery could be flashed neither by odin or apk kind method TWRP Manager. I was only able to root with towelroot to get these info on the photo attach and a backup of my EFS.
As you might see the bootloader was also downgraded so dont know why it fails always...
I have try already:
CF-Auto-Root-klte-kltexx-smg900f, openrecovery-twrp-2.8.1.0-klte or philz_touch_6.57.8-klte with same results always Failing Odin at the end of process...soft bricking the phone and had to reflash G900FXXU1ANCE and re root etc...
Tested also to untick the auto reboot option on Odin same thing.
Here is the Odin log as it is always:
Code:
Quote:
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> philz_touch_6.57.8-klte.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/003> Added!!
<ID:0/003> Odin v.3 engine (ID:3)..
<ID:0/003> File analysis..
<ID:0/003> SetupConnection..
<ID:0/003> Initialzation..
<ID:0/003> Get PIT for mapping..
<ID:0/003> Firmware update start..
<ID:0/003> SingleDownload.
<ID:0/003> recovery.img
<ID:0/003> NAND Write Start!!
<ID:0/003> Complete(Write) operation failed.
<OSM> All threads completed. (succeed 0 / failed 1)
Any guide, tip, help or is something is apreciated or now it is locked the phone after the upgrade/downgrade?
Attach is a photo of detailed information of the phone status right now it is rooted thanks to towelroot but I cann't put custom recovery for a custom ROM I need to open LTE bands.
Please help.
You need to change the PIT file on your phone
Its on here somewhere ill have a look but you to incase i forget
EDIT
wait sorry i think i read wrong, its just recovery you can not do.
Could try this this post
http://forum.xda-developers.com/galaxy-s5/help/recovery-mode-t2975918
yes it is just recovery, so neither rooting or custom rom.
Just tested again in G900FXXU1ANG7_G900FXEO1ANG2_alexndr.tar Stock ROM but same issue.
It fails and on the phone on dowload screen at the end of the text there is a yellow message that says
Set Warranty Bit : cache
Dont know if your solution of using another Pit could solve but that will not change the IMEI or something else too? Or will be safe to test...
EDIT:
Tested without the Auto Reboot, dd not work neither...
Testing in a few the other TWRP on the last post of page recommended.
juDGEY2k10 said:
You need to change the PIT file on your phone
Its on here somewhere ill have a look but you to incase i forget
EDIT
wait sorry i think i read wrong, its just recovery you can not do.
Could try this this post
http://forum.xda-developers.com/galaxy-s5/help/recovery-mode-t2975918
Click to expand...
Click to collapse
I believe you recommended the second link on that post right?
TWRP Recovery by Ktoonsez:
12.18.2014: http://goo.gl/LgBsuk
But
Please How to use it?
it is a zip and I cant flash custom recovery to use it or is there another method?
@egejo
this one
TWRP Recovery by Ktoonsez:
12.18.2014: http://goo.gl/LgBsuk
use odin mate
EDIT
What version of odin u using ?
juDGEY2k10 said:
@egejo
this one
TWRP Recovery by Ktoonsez:
12.18.2014: http://goo.gl/LgBsuk
use odin mate
EDIT
What version of odin u using ?
Click to expand...
Click to collapse
Version 3.09
But Odin on AP don't let me choose .zip neither the .img that get out if unzipped like not valid extensions
Should just work from the zip just use CP mate
egejo said:
Version 3.09
But Odin on AP don't let me choose .zip neither the .img that get out if unzipped like not valid extensions
Click to expand...
Click to collapse
---------- Post added at 09:13 PM ---------- Previous post was at 09:11 PM ----------
need to pop out mate back in an hour to see if u sorted it
egejo said:
Version 3.09
But Odin on AP don't let me choose .zip neither the .img that get out if unzipped like not valid extensions
Click to expand...
Click to collapse
Dont unzip the image just flash the actual rar file in odin.
juDGEY2k10 said:
Should just work from the zip just use CP mate
---------- Post added at 09:13 PM ---------- Previous post was at 09:11 PM ----------
need to pop out mate back in an hour to see if u sorted it
Click to expand...
Click to collapse
Nope cant select it at all... the TWRP-KT.ALL-IN-1.zip downloaded.
Under CP only valid extension that could be selected are:
*.bin, *.tar, *.md5, *.smd, *.gz, *.tgz
Neither Under AP:
*.tar, *.md5, *.smd, *.gz, *.tgz
and if unzipped as told before there is no .tar or similar inside only recovery.img and a META-INF folder...
Take a screen shot mate when u going to select the file
egejo said:
Nope cant select it at all... the TWRP-KT.ALL-IN-1.zip downloaded.
Under CP only valid extension that could be selected are:
*.bin, *.tar, *.md5, *.smd, *.gz, *.tgz
Neither Under AP:
*.tar, *.md5, *.smd, *.gz, *.tgz
and if unzipped as told before there is no .tar or similar inside only recovery.img and a META-INF folder...
Click to expand...
Click to collapse
Attached,
As you can see odin dont let me select the .zip file
juDGEY2k10 said:
Take a screen shot mate when u going to select the file
Click to expand...
Click to collapse
@egejo
where is says *bin*tar*md5* or what ever unpick that then u should see it
EDIT
show all files i think it says
Deleted
juDGEY2k10 said:
@egejo
where is says *bin*tar*md5* or what ever unpick that then u should see it
EDIT
show all files i think it says
Click to expand...
Click to collapse
No such option on Odin...
ragz said:
Download the correct twrp tar file from here (top right hand corner box gives you your choice of phones)
http://www.teamw.in/project/twrp2
Install through odin(it is a tar file from the start)
Then after your rom is set up you can flash ktoonsez TWRP through recovery not odin.
SM-G900W8, 0x1
A recovered flashaholic since Aliance Rom 5.5
Click to expand...
Click to collapse
Thanks for trying to help but as you can see on first post I try that already with actual version of TWRP for G900F but Odin Fails at the end of flashing and soft bricks the phone and any mod I try to make to the recovery soft bricks it....
Also tested without the auto reboot option checked.
See my photo it works on mine (the rar file)
try placing the rar file somewhere else and look for it,
I can not think what it could be i will keep thinking
EDIT -
here is my odin i use could try that mate
Sorry not trying to intrude, have you ever had a custom recovery installed, even before you downgraded.
Is there any chance you are not rooted, it's odd that chain fire isn't working either.
SM-G900W8, 0x1
A recovered flashaholic since Aliance Rom 5.5
juDGEY2k10 said:
See my photo it works on mine (the rar file)
try placing the rar file somewhere else and look for it,
I can not think what it could be i will keep thinking
EDIT -
here is my odin i use could try that mate
Click to expand...
Click to collapse
Believe that is another file a *.tar file you are selecting not the one on the link provided as it is named different and is *.zip
TWRP Recovery by Ktoonsez:
12.18.2014: http://goo.gl/LgBsuk
Click to expand...
Click to collapse
If you try with the one on the link does it works???
ragz said:
Sorry not trying to intrude, have you ever had a custom recovery installed, even before you downgraded.
SM-G900W8, 0x1
A recovered flashaholic since Aliance Rom 5.5
Click to expand...
Click to collapse
No never on these phone, but yes on others without issues like these one.
I have a custom rooted rom on my G900H with Philz working as recovery....but these G900F is making me crazy...
egejo said:
No never on these phone, but yes on others without issues like these one.
I have a custom rooted rom on my G900H with Philz working as recovery....but these G900F is making me crazy...
Click to expand...
Click to collapse
When you open odin do you run it as administrator
SM-G900W8, 0x1
A recovered flashaholic since Aliance Rom 5.5

Categories

Resources