[ODIN-RESTORE] [GS5-DEV Edition] Flashable Rescue package - Verizon Galaxy S 5 Android Development

I made a data dump backup of all important partitions needed to rescue your phone except for the bootloader.....these are phone specific due to a bootloader unlock key. You can locate all of these images using the link below.
I also created an ODIN flash-able rescue .tar in case you find yourself in a boot loop or other bricked state. This ODIN file contains a Stock rooted system image, stock boot image, and TWRP custom recovery. The name of this file is "GS5-DEV_VZWSTOCK_Rooted.tar.md5.7z" and it can be found by clicking the link below.
##CREDIT##
TWRP For their awesome recovery
Files include:
Main OS
system.img
recovery.img
boot.img
Radios
Modem.bin
ODIN Rescue FIle
GS5-DEV_VZWSTOCK_Rooted.tar.md5.7z
+Unpack ODIN File using 7zip
+Flash using ODIN 3.07 in PDA section
****DO NOT USE "JODIN" TO FLASH
+This will recover your phone back to a bootable state
+After flashing this via ODIN jump into TWRP recovery and wipe cache
+Reboot and you should be back to normal
+If you continue to have issues or force closing jump into TWRP and factory reset
Download Here
If you found this rescue image useful and want to buy me a beer the link is below...
Thanks to those who have donated already.
Donate here

Need testers for the ODIN flashable rescue file. Let me know if this works to rescue you from a brick state or loop
###FOR DEV VERSION ONLY###

EFS is device specific (IMEI, Mac-address and stuff). You should take it down.
Edit:- same with modemst1 and modemst2 (Snapdragon variants store their IMEI in those two partitions).

Walter.White said:
EFS is device specific (IMEI, Mac-address and stuff). You should take it down.
Edit:- same with modemst1 and modemst2 (Snapdragon variants store their IMEI in those two partitions).
Click to expand...
Click to collapse
Removed. POLLOS HERMONOS FO LIFE!!!
Sent from my SM-G900V using XDA Premium 4 mobile app

das7982 said:
Removed. POLLOS HERMONOS FO LIFE!!!
Sent from my SM-G900V using XDA Premium 4 mobile app
Click to expand...
Click to collapse
haha. One of the greatest show of all time.
By the way, you should left the modem.bin (block mmcblk0p2) in there. Just leave out modemst1 (mmcblk0p13) and modemst2 (mmcblk0p14).
And also you could flash any modem.bin and NON-HLOS.bin (apnhlos) you want since they don't have roll-back protection unlike (aboot, tz etc).

Just to confirm...
This is for the dev (Developer) edition of the SM-900V-dev.
It will NOT work on retail SM-900V.
Has anyone tried this on a retail box yet?

imaverik said:
This is for the dev (Developer) edition of the SM-900V-dev.
It will NOT work on retail SM-900V.
Has anyone tried this on a retail box yet?
Click to expand...
Click to collapse
Good call. Glad I specified already in the thread heading this was for the Dev edition
Sent from my SM-G900V using XDA Premium 4 mobile app

imaverik said:
This is for the dev (Developer) edition of the SM-900V-dev.
It will NOT work on retail SM-900V.
Has anyone tried this on a retail box yet?
Click to expand...
Click to collapse
And no one with a retail unit can try it because the bootloader is locked and non signed Samsung odin packages are rejected.
Sent from my SM-G900V using XDA Premium 4 mobile app

The system.img file might need to be named system.img.ext4. But good job! This will come in handy with a DevS5...I know packages like this have been extremely helpful for those with DevS4's

added ext4 partition to system.img by performing a new data dump with the proper extension. Uploading now. Then Good to go

das7982 said:
added ext4 partition to system.img by performing a new data dump with the proper extension. Uploading now. Then Good to go
Click to expand...
Click to collapse
Is it up yet? or updated? thanks a millie

This worked fine flashing through odin, thanks for posting...

If the S5 Odin ever becomes available you can theoretically steal its recovery.img file and bundle it with this package. It should be the same recovery file for both dev and consumer S5's. Someone prove me wrong?
Sent from my DROID RAZR using Tapatalk

Skeetch79 said:
If the S5 Odin ever becomes available you can theoretically steal its recovery.img file and bundle it with this package. It should be the same recovery file for both dev and consumer S5's. Someone prove me wrong?
Sent from my DROID RAZR using Tapatalk
Click to expand...
Click to collapse
Look in my link in the OP. I posted the stock recovery which works on every LTE model
Follow me @Bash_array

das7982 said:
Look in my link in the OP. I posted the stock recovery which works on every LTE model
Follow me @Bash_array
Click to expand...
Click to collapse
How do we flash the recovery image, I open Odin but it does not show me this file

das7982 said:
Look in my link in the OP. I posted the stock recovery which works on every LTE model
Follow me @Bash_array
Click to expand...
Click to collapse
My bad! LOL. Great work!
Sent from my DROID RAZR using Tapatalk

razzrmaxx said:
How do we flash the recovery image, I open Odin but it does not show me this file
Click to expand...
Click to collapse
I can make an odin flashable file for the recovery. Do you want just the stock recovery? Also on the play store there is an app called flashify,. You can use this app to flash recovery img files straight from your phone. Works great
Follow me @Bash_array

Thanks for this, worked great!

slydog43 said:
Thanks for this, worked great!
Click to expand...
Click to collapse
Good deal. Glad it was useful to you
Follow me @Bash_array

das7982 said:
Good deal. Glad it was useful to you
Follow me @Bash_array
Click to expand...
Click to collapse
I tried flashing GS5 file in JODIN on Mac and says it was corrupt. Re-downloading file again to computer should be done in hopefully 1 days time. Have to use an open wifi neighbors connection. I got stuck in custom recovery due to me forgetting the reactivation lock is enabled in settings so for now im stuck with no options to boot.

Related

[Q] Does anyone have a stock aboot.img or link to it?

Before flashing the unlocked bootloader, I was wondering if any devs or anyone else has an aboot.img to be flashed with the dd command? I'd like to be able to restore back to locked if need be. I know the link in Development that has the Windows method to unlock aboot through adb creates a backup img file, but sopposedly it causes problems so he took the restore option away.
Please post link here if you have access to the stock aboot.img
Thank you
Its in the original post of the thread where the magic was happening: http://forum.xda-developers.com/showthread.php?t=1769411
Look for bootloader, download it, and flash it in Odin.
Hope that helps
You can back up your locked one with
dd if=/dev/block/mmcblk0p5 of=/sdcard/***.img
Replace the three stars with the name of the img you want.
Sent from my SCH-I535 using xda app-developers app
Thank you both sage3 and yosterwp. I feel a little better now.
yosterwp said:
Its in the original post of the thread where the magic was happening: http://forum.xda-developers.com/showthread.php?t=1769411
Look for bootloader, download it, and flash it in Odin.
Hope that helps
Click to expand...
Click to collapse
What section of the device in Odin do I flash the .tar file to for aboot? "PDA", "phone" or another section?
Has anyone confirmed that flashing back works?
Sent from my SCH-I535 using Tapatalk 2

[Q] Verizon galaxy s III SCH-1535 just rooted recoveries no data

Verizon Galaxy S III SCH 1535 rooted with casual. Got root access but any custom recovery will not identify OS or any data. Even flashed back to 4.0.4. stock and and stock recovery will not work. I think partitions are different now or got changed some how. I have flash 4.1.1 stock image and got stock recovery back but Twrp or CMW will not work. First time I ever had this issue.
dragontamer2213 said:
Verizon Galaxy S III SCH 1535 rooted with casual. Got root access but any custom recovery will not identify OS or any data. Even flashed back to 4.0.4. stock and and stock recovery will not work. I think partitions are different now or got changed some how. I have flash 4.1.1 stock image and got stock recovery back but Twrp or CMW will not work. First time I ever had this issue.
Click to expand...
Click to collapse
Have you unlocked your bootloader?
CrustyMcLovin said:
Have you unlocked your bootloader?
Click to expand...
Click to collapse
Yes several times. Used ez unlock 1.2 & 1.4 flashing all versions of twrp and cwm.
Flash stock ROOTED ROM through Odin. Use EzUnlock 1.2 (1.3-1.4 is broken). Use GooManager to flash TWRP. Done! Fool-proof.
Sent from my SCH-I535 using Tapatalk
Sandman-007 said:
Flash stock ROOTED ROM through Odin. Use EzUnlock 1.2 (1.3-1.4 is broken). Use GooManager to flash TWRP. Done! Fool-proof.
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
I'm downloading Stock Rooted I535VRBMF1 - DE-ODEX from Scott's roms hopefully it works. Thanks
dragontamer2213 said:
I'm downloading Stock Rooted I535VRBMF1 - DE-ODEX from Scott's roms hopefully it works. Thanks
Click to expand...
Click to collapse
Never mind. Now I need to find a tar.md5 stock rooted rom to flash with odin. Can any post a link or tell what program I can use to convert from zip file.
dragontamer2213 said:
Never mind. Now I need to find a tar.md5 stock rooted rom to flash with odin. Can any post a link or tell what program I can use to convert from zip file.
Click to expand...
Click to collapse
Unzip it. The target.md5 should be in the zip file
Sent from my SCH-I535 using Tapatalk
Sandman-007 said:
Unzip it. The target.md5 should be in the zip file
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Unzipped it and It just broke down all the files. there is no md5 file. There is all the files. They need to be joined together into one to work.
dragontamer2213 said:
Unzipped it and It just broke down all the files. there is no md5 file. There is all the files. They need to be joined together into one to work.
Click to expand...
Click to collapse
Sounds like that a flash able zip. Not for odin
Sent from my SCH-I535 using Tapatalk
Sandman-007 said:
Sounds like that a flash able zip. Not for odin
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
I need to find stock rooted tar.md5 file as suggested above. I never had so much trouble just trying to get recovery to work. This is a new phone from Asurince. The partitions must be different. I'm not sure what the problem is.
dragontamer2213 said:
I need to find stock rooted tar.md5 file as suggested above. I never had so much trouble just trying to get recovery to work. This is a new phone from Asurince. The partitions must be different. I'm not sure what the problem is.
Click to expand...
Click to collapse
File u need is in the 4th post. Follow the guide. You don't need to Reset flash counter if you are just gonna flash a ROM or custom recovery again
http://forums.theandroidchannel.com...rning-a-verizon-galaxy-s3-to-a-stock-412-rom/
Sent from my SCH-I535 using Tapatalk
Sandman-007 said:
File u need is in the 4th post. Follow the guide. You don't need to Reset flash counter if you are just gonna flash a ROM or custom recovery again
http://forums.theandroidchannel.com...rning-a-verizon-galaxy-s3-to-a-stock-412-rom/
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Not worried about flash counter already handeled. what am I looking for in 4th post is a down load of new pitfiles or a rooted rom flashable by odin. Question Afterb running casual root i'm rooted but recovery fail and can't recognize any data.
Stock rooted Rom: http://forum.xda-developers.com/showthread.php?p=33948598
Sent from my SCH-I535 using Tapatalk
Sandman-007 said:
Stock rooted Rom: http://forum.xda-developers.com/showthread.php?p=33948598
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Still no recovery. Goomanager can't find recovery.So I flashed twrp and it asks for password like data is incripted. I don't under stand how the stock recovery works fine.
dragontamer2213 said:
Still no recovery. Goomanager can't find recovery.So I flashed twrp and it asks for password like data is incripted. I don't under stand how the stock recovery works fine.
Click to expand...
Click to collapse
Ok so you installed that stock ROM via odin right? What version of twrp are u using? Go back into goomanager and try to run open recovery script again what error msg do u get? I am about to have no data for about hour. I'll come check the thread ASAP
Sent from my SCH-I535 using Tapatalk
Sandman-007 said:
Ok so you installed that stock ROM via odin right? What version of twrp are u using? Go back into goomanager and try to run open recovery script again what error msg do u get? I am about to have no data for about hour. I'll come check the thread ASAP
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Yes, installed rom with complete wipe. TWRP 2.5.0.0 and CWR 6.0.3.1. Goomanager "No recoveries were found for your device".
dragontamer2213 said:
Yes, installed rom with complete wipe. TWRP 2.5.0.0 and CWR 6.0.3.1. Goomanager "No recoveries were found for your device".
Click to expand...
Click to collapse
I just don't under stand why this new phone is giving me so much difficulty. I have another GS3 bought back in 2012 and no troubles at all, running Hyperdrive 16 rom works great. I've been trying to get this phone to work for about a week now. I'm not one to give up so easly, but I'm about to turn it in for warrenty. Sorry my spelling sucks. I hate being beat by software. There has to be a way.
dragontamer2213 said:
I just don't under stand why this new phone is giving me so much difficulty. I have another GS3 bought back in 2012 and no troubles at all, running Hyperdrive 16 rom works great. I've been trying to get this phone to work for about a week now. I'm not one to give up so easly, but I'm about to turn it in for warrenty. Sorry my spelling sucks. I hate being beat by software. There has to be a way.
Click to expand...
Click to collapse
Pit files, page 6 post #57 has a how to flash guide.
SlimSnoopOS said:
Pit files, page 6 post #57 has a how to flash guide.
Click to expand...
Click to collapse
Ok good material but a little confusing. So I need to use chome to be able to down load pit file and flash it with oden with reboot, F timer & repartion checked. Than reflash stock rom. Is this correct or I need to do something else?
dragontamer2213 said:
Ok good material but a little confusing. So I need to use chome to be able to down load pit file and flash it with oden with reboot, F timer & repartion checked. Than reflash stock rom. Is this correct or I need to do something else?
Click to expand...
Click to collapse
Looks to be about what the directions stated, I've rarely seen Pit files referenced.
Sent from my SCH-I535 using Tapatalk 4

MK2 stock recovery. Img

This is a **STOCK** ".img"
Taken from my own phone
It is NOT custom in any way
Use only the method provided so that means NO Odin!
If you don't know how to "dd" and hit the wrong number you can BRICK your phone.
I hope this helps those that know how to use it
https://www.dropbox.com/s/mj6aord83ut281a/recovery.img
I always put the "recovery.img" in
/system
easy "dd" method using terminal emulator
su
dd if=/system/recovery.img of=/dev/block/mmcblk0p21
ROOTED ATT MK2 using Tapatalk
I thank you to all that answers any questions in here on the account of my absence. I don't keep up on this phone any longer as I have taken personal joy in the smashing of this model phone against my table.use this ".img" in any way you like.
Sent from my SGH-I777 using Tapatalk
Is this the equivalent of the tar files for MF3 but for MK2? Can I flash this with Odin to restore MK2 to stock?
Sent from my SGH-I337 using Tapatalk
jball said:
Taken from my own phone
https://www.dropbox.com/s/gb6drgp1ombhrf9/rcovery.img
I always put the "recovery.img" in
/system
easy "dd" method using terminal emulator
su
dd if=/system/recovery.img of=/dev/block/mmcblk0p21
ROOTED ATT MK2 using Tapatalk
Click to expand...
Click to collapse
No. This is a recovery image. i.e. stock recovery. Don't be a dummy and just go flashing things blindly.
Sent from my Nexus 4 using xda app-developers app
HORiZUN said:
Is this the equivalent of the tar files for MF3 but for MK2? Can I flash this with Odin to restore MK2 to stock?
Sent from my SGH-I337 using Tapatalk
Click to expand...
Click to collapse
This is recovery.img be careful .... is different than tar ...... if u like to upgrade to MK2 check my thread http://forum.xda-developers.com/showthread.php?t=2573080 and then click MF3 tar at OP if you want MF3 tar files to go back. ..... as long as you at on 4.2.2 MF3 this update.zip should work for u......
SWYPED_FROM_S4_MF3_REDVENOM
Yay!
jball said:
Taken from my own phone
https://www.dropbox.com/s/gb6drgp1ombhrf9/rcovery.img
I always put the "recovery.img" in
/system
easy "dd" method using terminal emulator
su
dd if=/system/recovery.img of=/dev/block/mmcblk0p21
ROOTED ATT MK2 using Tapatalk
Click to expand...
Click to collapse
Thank you so much! I finally have my stock recovery back! I've been wanting to do a factory reset for a while now. Put su in survival mode and reset. Another question though, is there a custom recovery I can install on mk2?
No custom recoveries. It should be used to restore your broken stock ".img" from already trying to flash a custom ".img"
This is NOT a zip, tar, rar,NONE Odin file.
ROOTED ATT MK2 using Tapatalk
You can flash this with heimdall, just make sure you have the heimdall drivers installed (or use linux) and than use this command while you have the phone connected in download mode
Code:
heimdall flash --RECOVERY recovery.img
Just make sure you have the recovery.img in the same folder as heimdall
Sent from my SAMSUNG-SGH-I337 using Tapatalk
ted77usa said:
This is recovery.img be careful .... is different than tar ...... if u like to upgrade to MK2 check my thread http://forum.xda-developers.com/showthread.php?t=2573080 and then click MF3 tar at OP if you want MF3 tar files to go back. ..... as long as you at on 4.2.2 MF3 this update.zip should work for u......
SWYPED_FROM_S4_MF3_REDVENOM
Click to expand...
Click to collapse
Thank you for the info, but I'll stick with MF3 and SafeStrap until a custom recovery surfaces for a later firmware.
Sent from my SGH-I337 using xda app-developers app
jball said:
This is a **STOCK** ".img"
Taken from my own phone
It is NOT custom in any way
Use only the method provided so that means NO Odin!
If you don't know how to "dd" and hit the wrong number you can BRICK your phone.
I hope this helps those that know how to use it
https://www.dropbox.com/s/gb6drgp1ombhrf9/rcovery.img
I always put the "recovery.img" in
/system
easy "dd" method using terminal emulator
su
dd if=/system/recovery.img of=/dev/block/mmcblk0p21
ROOTED ATT MK2 using Tapatalk
Click to expand...
Click to collapse
Would this work on a Verizon phone?
markyochoa said:
Would this work on a Verizon phone?
Click to expand...
Click to collapse
I wouldn't try it.
But than again "I" being me would try it.
If yours is already broken I wouldn't think it could hurt it any more than it is.
Make sure you know what partition your recovery is.
SAFESTRAPPED ATT MK2 I337 S4
jball said:
I wouldn't try it.
But than again "I" being me would try it.
If yours is already broken I wouldn't think it could hurt it any more than it is.
Make sure you know what partition your recovery is.
SAFESTRAPPED ATT MK2 I337 S4
Click to expand...
Click to collapse
I got it. It clicked in that the .tar.md5 probably is just a pack of all the files so I renamed it to .tar and extracted the recovery.img off the official Verizon OTA and I flashed my recovery and got it back to where it should be.
Great Sir
Thanks For Sharing Sir
jack_ssl said:
Thanks For Sharing Sir
Click to expand...
Click to collapse
I know when I was on MF3 I needed it's stock .img at one point.
Learned the simple procedure to pull it and post it .wish I could do more to contribute to XDA
SAFESTRAPPED ATT MK2 I337 S4
markyochoa said:
Would this work on a Verizon phone?
Click to expand...
Click to collapse
I'm almost positive it will NOT. You need a specific modem that matches your device and carrier.
Sent from my SGH-I337 using XDA Premium 4 mobile app
Thanks, I needed to go back to stock recovery after a borked CWM (in that, I wasn't paying attention that MK2 didn't handle custom recoveries) and got back pretty easy thanks to this.
ixian said:
Thanks, I needed to go back to stock recovery after a borked CWM (in that, I wasn't paying attention that MK2 didn't handle custom recoveries) and got back pretty easy thanks to this.
Click to expand...
Click to collapse
This also fixed me up, i downloaded goo manager and it installed a TWRP Recovery, and well botched my ability. This gave me back at least my stock recovery!
Many Thanks!
Does anyone know how to make an odin flashable tar from the stock recovery.img? I tried caboomi's tar maker but the flash fails.
muniz_ri said:
Does anyone know how to make an odin flashable tar from the stock recovery.img? I tried caboomi's tar maker but the flash fails.
Click to expand...
Click to collapse
Why is the "dd" method to complicated.
It takes less time than Odin and super easy
Sent from my SGH-I777 using Tapatalk
jball said:
This is a **STOCK** ".img"
Taken from my own phone
It is NOT custom in any way
Use only the method provided so that means NO Odin!
If you don't know how to "dd" and hit the wrong number you can BRICK your phone.
I hope this helps those that know how to use it
https://www.dropbox.com/s/gb6drgp1ombhrf9/rcovery.img
I always put the "recovery.img" in
/system
easy "dd" method using terminal emulator
su
dd if=/system/recovery.img of=/dev/block/mmcblk0p21
ROOTED ATT MK2 using Tapatalk
Click to expand...
Click to collapse
Jball do you have any other images, like the modem. I seem to have lost my data connection trying to restore most of my phone settings.
Edit: Actually, I fixed my radio, somehow the APN's got blanked out, but my dialer is tripping out.
Nymisiz said:
Jball do you have any other images, like the modem. I seem to have lost my data connection trying to restore most of my phone settings.
Edit: Actually, I fixed my radio, somehow the APN's got blanked out, but my dialer is tripping out.
Click to expand...
Click to collapse
Glad to hear you got it worked out.for the future I no longer own this phone to pull anything from.
Sent from my SGH-i777 using Tapatalk

Lost baseband/no voice or data

I was messing around flashing roms(last flash was oneplus aosp) with twrp and I lost my modem(baseband) and do not have voice or data. I tried flashing just NON-HLOS.bin but did not regain the baseband. I also fastboot flashed all the files to stock ROM and still have missing baseband. Right now it is rebooting everytime I restart. What to do?
check ur imei,is it available?
Sent from my One using XDA Premium 4 mobile app
RISHI RAJ said:
check ur imei,is it available?
Sent from my One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
no. Oh no.....that's bad isn't it. Damn thing doesn't want to power off and reboots every few minutes.
Then you must have lost your efs folder.Guess its the same like in samsung phones.There's a fix in samsung note 3 thread about fixing corrupted efs partition but not sure it will work or not
Sent from my One using XDA Premium 4 mobile app
Great, out of all phones I've ever had this one gives me a problem......
Sent from my ME302C using Tapatalk
RISHI RAJ said:
Then you must have lost your efs folder.Guess its the same like in samsung phones.There's a fix in samsung note 3 thread about fixing corrupted efs partition but not sure it will work or not
Sent from my One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Can I ask you if you have and /efs folder in the root of the device?
tdamocles said:
Can I ask you if you have and /efs folder in the root of the device?
Click to expand...
Click to collapse
Even if we did, we wouldn't be able to provide you with a backup as it contains the IMEI for an individual's phone. The best we can do, is try to salvage the data inside your /efs partition. If it's been fully wiped (as in deleted), then recovering the data might be possible, but you'll have to make a bit-by-bit shadow copy of the /efs partition. I think it's ext4, but I'm not sure. It is possible to recover the data, if it's simply been deleted. If it's been overwritten, then I'm afraid you'll be out of luck.
No one can provide his or her imei.You must visit note 3 forum sd variant.They will guide you to the thread which has a zip to fix it(if only it can work for your phone)
Sent from my One using XDA Premium 4 mobile app
Desolutional said:
Even if we did, we wouldn't be able to provide you with a backup as it contains the IMEI for an individual's phone. The best we can do, is try to salvage the data inside your /efs partition. If it's been fully wiped (as in deleted), then recovering the data might be possible, but you'll have to make a bit-by-bit shadow copy of the /efs partition. I think it's ext4, but I'm not sure. It is possible to recover the data, if it's simply been deleted. If it's been overwritten, then I'm afraid you'll be out of luck.
Click to expand...
Click to collapse
Yes I understand but I don't see the partition anyway looking for it between the reboots that I am having.
try flashing color os in fastboot,maybe that can help
Sent from my SM-N900 using XDA Premium 4 mobile app
tdamocles said:
Can I ask you if you have and /efs folder in the root of the device?
Click to expand...
Click to collapse
Just checked. There is no efs folder in the root directory. For what's it's worth the imei number is printed on a sticker on top of your OPO box. Not that it's much help right now.
newellj79 said:
Just checked. There is no efs folder in the root directory. For what's it's worth the imei number is printed on a sticker on top of your OPO box. Not that it's much help right now.
Click to expand...
Click to collapse
Waiting for my oppo(processing shipping) - anyway, about this open a ticket support to opo, you might have to send the phone back
Not the best way and you'll pay something as this a software issue that was caused from you but it's better than having a multimedia player
EDIT: Chanced to Pending Shipment ..heh nice (I'm acting like a kid lol)
Did you make any kind of backup of your previous rom? I had the same issue at one point with my n5 and my samsung note 2. You can also try flashing the stock image which I think they have on the oneplusone forum or something and that may bring up the efs that is hidden somewhere. Let me know.
yankees45us said:
Did you make any kind of backup of your previous rom? I had the same issue at one point with my n5 and my samsung note 2. You can also try flashing the stock image which I think they have on the oneplusone forum or something and that may bring up the efs that is hidden somewhere. Let me know.
Click to expand...
Click to collapse
I did have 2 nandroids of 2 different roms but I restored them both and it did not help. Then I flashed by fastboot all of the files of cm11s and lost the nandroids. I forget to offload the nandroids externally.
tdamocles said:
I did have 2 nandroids of 2 different roms but I restored them both and it did not help. Then I flashed by fastboot all of the files of cm11s and lost the nandroids. I forget to offload the nandroids externally.
Click to expand...
Click to collapse
So you have no backups now and you have tried flashing the stock cm11s software?
Sent from my One using XDA Free mobile app
yankees45us said:
So you have no backups now and you have tried flashing the stock cm11s software?
Sent from my One using XDA Free mobile app
Click to expand...
Click to collapse
yes.
tdamocles said:
yes.
Click to expand...
Click to collapse
I had a similar issue but I was able to flash the old data from an old backup and somehow get my efs back. Has oneplus gotten back to you? This should be covered under the warranty.
Sent from my One using XDA Free mobile app
yankees45us said:
I had a similar issue but I was able to flash the old data from an old backup and somehow get my efs back. Has oneplus gotten back to you? This should be covered under the warranty.
Sent from my One using XDA Free mobile app
Click to expand...
Click to collapse
submitted Sunday and no response.....
Count me in, same goes with me, also no baseband anymore, opened call on sunday and just got this as answer :
OnePlus QC said:
We don't support Custom Recovery like CWM. Here are the instructions to re-flash CM Recovery:
You'll need Android ADB drivers installed first, for which you can use the standard Google Android SDK drivers if you're using Windows: https://developer.android.com/sdk/win-usb.html
Afterwards, follow these steps:
0) Backup everything important you have on the device. Flashing will erase all data from your phone.
1) Download http://dist01.slc.cyngn.com/factory/bacon/cm-11.0-XNPH25R-bacon-signed-fastboot.zip
and unzip to you /android-sdk/platform-tools folder (for easy access)
2) Turn off device, then press the power and hold the Volume Up button until the device shows the fastboot screen
3) Start the fastboot tool and run the following in the command line (that means, windows+r, type cmd, press enter), in sequence:
fastboot flash boot boot.img
fastboot flash userdata userdata_64g.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash dbi sdi.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash rpm rpm.mbn
fastboot flash tz tz.mbn
fastboot flash LOGO logo.bin
4) Still using the same command line, enter "fastboot reboot" to reboot your OnePlus One into CyanogenMod
Hope this helps.
Click to expand...
Click to collapse
After which they overeagerly closed the service request
I've reopened it, though, as the case is far from solved.
Will redo this again tonight, so I do collaborate as they require, but it won't change anything as I've gone through this already
JP.
I don't know if it lets you but I would open a new case every 2 days till it gets resolved. This customer service issue is what is probably going to get me to sell my oneplus. I can't stand it. First its the yellow band which they should have replaced no questions asked and now this. And that's why companies like samsung, lg and others stay in business. I hope you get things figured out. Sorry about all that. Hopefully you have a backup phone in the meantime.

N-915V needs help

Had an issue with knox being tripped. Tried to odin to stock MM and it failed. Now it's stuck flashing a boot.img, I'd like ot req a pit file from someone and some help getting another odin flashable stock rom, I've only some modified ones.
Okay, so nevermind on that, I fixed the issue I had, Odin would flash a couple files and stop at flashing the recovery, for the stock .tar file. I pulled the boot.img out of the stock .tar.md5, converted it to a odin flashable using this program and it booted into the verizon screen.
UPDATES:
So apparently that didn't fix the issue rather just tried to force an incomplete boot. I'll try to adb the recovery on there, not entirely sure that is possible either since no recovery will load in, I can't edit the recovery out of the tar file, and I can't create a flashable tar of just the system. Everything else has installed.
Again I got it fixed. Changed USB and restarted phone and computer.
Geez no help in this forum for Verizon huh
Sent from my SM-A710F using XDA-Developers mobile app
zounduser said:
Geez no help in this forum for Verizon huh
Sent from my SM-A710F using XDA-Developers mobile app
Click to expand...
Click to collapse
Yeah it's lots of self trial and error over here
Sent from my SM-N915V using XDA-Developers mobile app
luverbwoy said:
Yeah it's lots of self trial and error over here
Sent from my SM-N915V using XDA-Developers mobile app
Click to expand...
Click to collapse
Read the OP and follow the steps EXACTLY as stated, your late to the game that's why no help as soon as you unlocked Bootloader and flashed custom recovery (TWRP) you trip KNOX that's normal you except that when you ran Bootloader conversion....... :fingers-crossed:

Categories

Resources