Help, TWRP blue/red lines screen. How to restore Galaxy Tab A SM-T285 - General Questions and Answers

Hi everyone, sorry im new here don't know exactly where to post this so i just did it here, anyway i own a Samsung Galaxy tab A 6, SM-T280 and i tried to root it and flash it with TWRP. Basically it didn't go as planned because now i can't load into the stock firmware and when i try to it loads to the messed TWRP screen with blue/red line screen. I can only go into download mode pretty much. I have tried to flash my original stock firmware back with odin but its not working as in nothing really happens. I have also tried many times to flash with different TWRP downloads and used different odin versions and downloads but nothing works. I have searched for 2 days and have not found a fix. If there is a way to completely wipe the device and restore the original stock firmware i'd be fine doing that as i had previously backed up all my stuff.
Hope to hear back from you guys

Same problem, but mine is a SM-P585 (Galaxy A6 with S-Pen). Haven't been able to find anything related to solving this. Everything pertaining to this problem is for the SM-T58x versions. Have TWRP come up with a solution for the other phones? Version 3.3.3.0 hasn't made a difference.

the_watchmann said:
Same problem, but mine is a SM-P585 (Galaxy A6 with S-Pen). Haven't been able to find anything related to solving this. Everything pertaining to this problem is for the SM-T58x versions. Have TWRP come up with a solution for the other phones? Version 3.3.3.0 hasn't made a difference.
Click to expand...
Click to collapse
Hi, cheers for the reply anyway, I fixed the problem and ended up going from root to non-root. I believe the reason was it wasn't the most up to date TWRP file. I found a video on YouTube and the guy linked a working TWRP flash file. I found another video and it showed me how to correctly create my stock ROM files then execute them on my tablet via Odin and it worked. If you want I can link you the video on how to correctly create the zip files and folders to flash back your stock ROM.

Tony7860 said:
Hi, cheers for the reply anyway, I fixed the problem and ended up going from root to non-root. I believe the reason was it wasn't the most up to date TWRP file. I found a video on YouTube and the guy linked a working TWRP flash file. I found another video and it showed me how to correctly create my stock ROM files then execute them on my tablet via Odin and it worked. If you want I can link you the video on how to correctly create the zip files and folders to flash back your stock ROM.
Click to expand...
Click to collapse
hi,
can you help me with the link ? i'm facing the same issue.

alchemis said:
hi,
can you help me with the link ? i'm facing the same issue.
Click to expand...
Click to collapse
Here is the video name (can't post links) samsung android 8.0.0 fix .lz4 error on Odin
He has links in the description to stock firmwares, find your devices specific one and just follow the tutorial from there.
?Hope this helps

Tony7860 said:
Hi everyone, sorry im new here don't know exactly where to post this so i just did it here, anyway i own a Samsung Galaxy tab A 6, SM-T280 and i tried to root it and flash it with TWRP. Basically it didn't go as planned because now i can't load into the stock firmware and when i try to it loads to the messed TWRP screen with blue/red line screen. I can only go into download mode pretty much. I have tried to flash my original stock firmware back with odin but its not working as in nothing really happens. I have also tried many times to flash with different TWRP downloads and used different odin versions and downloads but nothing works. I have searched for 2 days and have not found a fix. If there is a way to completely wipe the device and restore the original stock firmware i'd be fine doing that as i had previously backed up all my stuff.
Hope to hear back from you guys
Click to expand...
Click to collapse
connect to pc by USB cable and use this ADB command : "adb reboot devices".

ayoob_tg said:
connect to pc by USB cable and use this ADB command : "adb reboot devices".
Click to expand...
Click to collapse
No, that isn't the solution, that isn't even a valid adb command.
There is this command:
"adb devices"
And this command:
"adb reboot"
But there is no such thing as "adb reboot devices"
Sent from my SM-S767VL using Tapatalk

Related

[Q] Nexus S 4G won't boot past Google Screen!!

I tried rooting my phone, but when I flashed CWM my Nexus S stopped booting... it freezes on the Google screen in the intro. I can boot into Fastboot, and cwm, but I cant connect the Internal memory to the computer without it booting like it is supposed to. Does anybody know of anything I can do to fix my phone and bring it back to stock??
There are guides for returning to stock stickied in the Nexus S 4G Android Development forum.
Before you do that though, try flashing a different recovery, like the one linked to here or here.
Btw, which guide did you use? You're not the first person to have this problem, and it's really bugging me (though probably not as much as it's bugging you :-o).
Maximilian Mary: I tried to post the link, but since I'm a new member I have to wait 8 posts before I can post a URL.... :/
I will try a different recovery, but how would I flash a rom if I can connect my phone via usb mount?
deadzunehd said:
Maximilian Mary: I tried to post the link, but since I'm a new member I have to wait 8 posts before I can post a URL.... :/
Click to expand...
Click to collapse
What's the title of the thread?
.
I will try a different recovery, but how would I flash a rom if I can connect my phone via usb mount?
Click to expand...
Click to collapse
I'm a little out of my depth here, but I think it's
fastboot flash system system.img.
You don't need to put the rom image on the sdcard. Just put it in the same folder as fastboot.
It was titled "How to Root Nexus S!"
And I will try to flash recovery and try that rom command, thank you )
deadzunehd said:
It was titled "How to Root Nexus S!"
And I will try to flash recovery and try that rom command, thank you )
Click to expand...
Click to collapse
Hmmm. I can't find that exact title. Could you pm me the link?
deadzunehd said:
thank you )
Click to expand...
Click to collapse
There's a button for that.
I got the link. Thanks. I looks like you flashed a boot image that is incompatible with your phone. That guide was for the T-Mobile Nexus S. (Why they're screwing with the boot.img to begin with, I really don't understand.)
Download the attached file, and unzip it to the same folder as fastboot. The md5 sum is d4a9508f9321eb25df3383f00f571e8b. Then
Code:
fastboot flash boot boot.img
You'll probably also want to use one of the recoveries listed above to
Code:
fastboot flash recovery recovery.img
, but leave system alone for now. Flash that only as a last resort.
deadzunehd said:
I tried rooting my phone, but when I flashed CWM my Nexus S stopped booting... it freezes on the Google screen in the intro. I can boot into Fastboot, and cwm, but I cant connect the Internal memory to the computer without it booting like it is supposed to. Does anybody know of anything I can do to fix my phone and bring it back to stock??
Click to expand...
Click to collapse
I had this problem after flashing the wrong ROM onto my phone. I got the phone back to stock using ODIN.
My thread can be found here
http://forum.xda-developers.com/showthread.php?p=14172335#post14172335
hope it helps
Acnescar said:
I had this problem after flashing the wrong ROM onto my phone. I got the phone back to stock using ODIN.
My thread can be found here
http://forum.xda-developers.com/showthread.php?p=14172335#post14172335
hope it helps
Click to expand...
Click to collapse
OMG!! im having the same issue. could you please post the link for ODIN so i can return to stock and take it from there please? I rely on my phone so much and i need it asap thank you.
same problem with me.
but in my case, the phone not only freeze after the google logo before boot. I tried several times to pull the battery and start the phone again, it took several times until the phone can boot normally again.
After that, my nexus s can work as usual. but it only takes 3-4 hour until it freeze/hangs or reboot automatically and show image of green robot lay down with red alert triangle...
sometimes I noticed all application force closed like gmail, gtalk, etc. (its a basic apps instead of 3rd party app)
History :
- root GB 2.37 using superoneclick
- upgrade OTA to ICS 4.04
- problem happens
- root using guide : nexusshacks.com
- unroot using guide : nexusshacks.com
- back to factory setting on GB 2.34
- upgrade OTA to ICS 4.04
- Still got that problem.....
I'm using Nexus S 4G Sprint, pls help me guys...
nexus s won't boot
I had the same problem and read elsewhere that heating the phone with a hairdryer solves the problem.
I must say, indeed it did.
I removed the battery and the SIM card, then heated up the phone (so it really feels warm) put back the battery and sim and simsalebim the phone started again. and is still working since (now already a few day's)
It seems that a component in the phone is heat sensitive, the question in my mind is when will this show again and do I need to consider buying a new phone.
But sofar it works
PS I also tried hard reset factory reset the lot, but in the end only heating up helped.
Good luck, David
I fixed this problem! but I had to wipe all user data by rooting it using nexusrootICS. It finally boots up and the phone works now... that's all I need.

[Q] GT-P5113 not booting to OS, Tried everything please help

First of all thanks for your help in advance.
I have a Galaxy Tab 2 10.1 GT-P5113 which I bought the way it is right now. It turns on and I can access recovery and download mode without any problems, but it will not boot into the actual OS. After turning on it will go straight to recovery. When rebooted from within recovery or by ODIN after flashing a ROM it will simply turn off and start charging. It will not turn on without having to unplug the cable. This is what I have tried:
- Flashed stock 4.1.1 from SamMobile using Odin 3.09 and Odin 1.85 there were no errors but same problem
- Flashed stock 4.2.2 from SamMobile using Odin 3.09 and Odin 1.85 there were no errors but same problem
- Installed CWM Touch 6.0.1.2 and wiped Dalvik cache and factory reset a few times after flashing each firmware version
- Installed TWRP 2.7.0.1 and wiped Dalvik cache, cache, data and factory reset a few times after flashing each firmware version
- Flashed each firmware and did stock factory reset and wiped cache each time
- Took it apart and removed battery for a few hours and tried every combination of what was mentioned again
- Downloaded "signed_espresso_20120220_16G.pit" and flashed a few times and redid all combinations again
On CWM no command gives any errors but on TWRP I do not get the "successful" notice when wiping Data, it kicks me out to the lock screen with no errors mentioned. Also on TWRP, when trying to fix permissions I get a failed error. When flashing stock 4.2.2 I get the "No command" and an error while trying to wipe cache follow by the device turning off. On the stock 4.1.1 ROM I get no errors whatsoever.
So as you may imagine I have spent numerous hours on Google and this forum and have not found a way to make it work. Please let me know if there is anything else I might be able to try. Thanks
I have the same problem but I know what I did to cause it.
Well, I don't know if you solved your problem, but I just registered to ask the same question. ONLY I KNOW HOW IT GOT THAT WAY. while messing around with learning how to flash new ROMs I executed a command that I didn't know what expect... mkntfs and followed through with mmcblk0p1 or mmcblk0p10... i'm not real sure which partition I messed up. but now I don't know how to reverse the thing and I have the exact problem you have.
Also I can't find a good reference source for Aroma File Manager's Terminal console. I'm just learning about Linux, CPM/android or whatever we call it these days.
Do I have to fix the kernel or is there a way to undo that command "mkntfs" in AromaFM??????
I TOO have the GT-P5113XAR but one of the aborted rom installations said it's a GT-5113RF, what is that????
GalaxyBrickMaker said:
Well, I don't know if you solved your problem, but I just registered to ask the same question. ONLY I KNOW HOW IT GOT THAT WAY. while messing around with learning how to flash new ROMs I executed a command that I didn't know what expect... mkntfs and followed through with mmcblk0p1 or mmcblk0p10... i'm not real sure which partition I messed up. but now I don't know how to reverse the thing and I have the exact problem you have.
Also I can't find a good reference source for Aroma File Manager's Terminal console. I'm just learning about Linux, CPM/android or whatever we call it these days.
Do I have to fix the kernel or is there a way to undo that command "mkntfs" in AromaFM??????
I TOO have the GT-P5113XAR but one of the aborted rom installations said it's a GT-5113RF, what is that????
Click to expand...
Click to collapse
Thanks for the reply. I frankly don't know much about what you said, but I decided to order a new board for the device and got it to work again. Now, super-duper-mega-smart-me decided to flash the same 4.2.2 ROM I got from Sammobile and guess what, the EXACT same problem occurred. I am hoping someone can helps us! Right now I am researching different ROM's and realized there are 2 kinds, XAR and XAC so I will experiment and let you know if I get any progress!
hopefully someone will read the problem and give us some advice.
I still haven't learned how to reverse a mkntfs command.
Flash P5113UEUCMK3 using PDA in Odin while in download mode should be all. You shouldn't have needed any other files or whatever...
Sent from my Nexus 4 using XDA Premium HD app
shakatu said:
Flash P5113UEUCMK3 using PDA in Odin while in download mode should be all. You shouldn't have needed any other files or whatever...
Sent from my Nexus 4 using XDA Premium HD app
Click to expand...
Click to collapse
Thanks for the reply. Actually you are right, all that had to be done was exactly that. However in my case the real problem, mentioned just so other people can see this if they have the same problem, was that the flex cable that charges the tablet was defective. I took the device apart and decided to unplug piece by piece turning the device on after each cable was unplugged and low and behold after disconnecting the charger flex it went straight to the OS instead of recovery. Weirdest thing ever, hope it helps someone else.
GalaxyBrickMaker said:
I still haven't learned how to reverse a mkntfs command.
Click to expand...
Click to collapse
In your case, based on what I have researched here is what you can try. Get into download mode, open ODIN, click on PIT and flash file "signed_espresso_20120220_16G.pit" which can be found in this forum, just do a search. After flashing the PIT go to SamMobile and download a ROM, preferably MK3 and flash using ODIN. After this it should work, hope it does for you!
Edit: Here is the link for the PIT: http://forum.xda-developers.com/showthread.php?t=2552155
thanks
"signed_espresso_20120220_16G.pit"
which can be found in this forum, just do a search.
After flashing the PIT go to SamMobile and download a ROM, preferably MK3 and flash using ODIN. After this it should work, hope it does for you!
Edit: Here is the link for the PIT:
http://forum.xda-developers.com/showthread.php?t=2552155
thank you for the informaiton I will let you know how it goes.. also can I flash any ROM after this or should I do the SAMMOBILE one first no matter what?
I already have the P5113XARUEU_P5113CSC...... file, but right before3 i messed it up I had Kit Kat running.
GalaxyBrickMaker said:
"signed_espresso_20120220_16G.pit"
which can be found in this forum, just do a search.
After flashing the PIT go to SamMobile and download a ROM, preferably MK3 and flash using ODIN. After this it should work, hope it does for you!
Edit: Here is the link for the PIT:
http://forum.xda-developers.com/showthread.php?t=2552155
thank you for the information I will let you know how it goes.. also can I flash any ROM after this or should I do the SAMMOBILE one first no matter what?
I already have the P5113XARUEU_P5113CSC...... file, but right before3 i messed it up I had Kit Kat running.
Click to expand...
Click to collapse
Sorry for the late reply, had a busy week. You probably already fixed it but it is my understanding you need to flash a stock ROM to get things going again and once that works make a backup of the working ROM using CWM recovery or similar and then flash whatever else on top of that to prevent further bricks. Thanks
more info please
Danz777 said:
First of all thanks for your help in advance.
I have a Galaxy Tab 2 10.1 GT-P5113 which I bought the way it is right now. It turns on and I can access recovery and download mode without any problems, but it will not boot into the actual OS. After turning on it will go straight to recovery. When rebooted from within recovery or by ODIN after flashing a ROM it will simply turn off and start charging. It will not turn on without having to unplug the cable. This is what I have tried:
- Flashed stock 4.1.1 from SamMobile using Odin 3.09 and Odin 1.85 there were no errors but same problem
- Flashed stock 4.2.2 from SamMobile using Odin 3.09 and Odin 1.85 there were no errors but same problem
- Installed CWM Touch 6.0.1.2 and wiped Dalvik cache and factory reset a few times after flashing each firmware version
- Installed TWRP 2.7.0.1 and wiped Dalvik cache, cache, data and factory reset a few times after flashing each firmware version
- Flashed each firmware and did stock factory reset and wiped cache each time
- Took it apart and removed battery for a few hours and tried every combination of what was mentioned again
- Downloaded "signed_espresso_20120220_16G.pit" and flashed a few times and redid all combinations again
On CWM no command gives any errors but on TWRP I do not get the "successful" notice when wiping Data, it kicks me out to the lock screen with no errors mentioned. Also on TWRP, when trying to fix permissions I get a failed error. When flashing stock 4.2.2 I get the "No command" and an error while trying to wipe cache follow by the device turning off. On the stock 4.1.1 ROM I get no errors whatsoever.
So as you may imagine I have spent numerous hours on Google and this forum and have not found a way to make it work. Please let me know if there is anything else I might be able to try. Thanks
Click to expand...
Click to collapse
Fortunately I got mine working again and now I have some more insight for you. Are there any errors showing when you're trying to install aarom?also if you use console in aroma file managercan you list all 11 or 12 partitions and aer they all available for you to access?
---------- Post added at 11:39 AM ---------- Previous post was at 11:25 AM ----------
I tried both things that you told me to try the pit file it might have helped but it didn't make it any different, there was still an error trying to find efs while flashing and I tried it almost everything the other guy here tried and nothing worked so I had to go learn some Linux and some Unix. After a couple weeks of studying what command does what, and realizing I should have learned Unix with the rest of my friends and back in high school. I came up with that make FS ext4 command.. as I said before I knew which command I used to mess it up so I figured since the mkntfs command was the one that messed itt up with them this one might work and I used it and it worked I was able to install a ROM 2 days ago. Apologize for my typing my hands hurt and I'm just using voice.
GalaxyBrickMaker said:
Fortunately I got mine working again and now I have some more insight for you. Are there any errors showing when you're trying to install aarom?also if you use console in aroma file managercan you list all 11 or 12 partitions and aer they all available for you to access?
---------- Post added at 11:39 AM ---------- Previous post was at 11:25 AM ----------
I tried both things that you told me to try the pit file it might have helped but it didn't make it any different, there was still an error trying to find efs while flashing and I tried it almost everything the other guy here tried and nothing worked so I had to go learn some Linux and some Unix. After a couple weeks of studying what command does what, and realizing I should have learned Unix with the rest of my friends and back in high school. I came up with that make FS ext4 command.. as I said before I knew which command I used to mess it up so I figured since the mkntfs command was the one that messed itt up with them this one might work and I used it and it worked I was able to install a ROM 2 days ago. Apologize for my typing my hands hurt and I'm just using voice.
Click to expand...
Click to collapse
I am glad you finally got it working. I never did play much with Aroma since my problem ended up being that defective cable but I will definitely consider learning those commands just in case.

Installed TWRP on StraightTalk SCH-S968C Samsung Galaxy S III - now no OS! - resolved

I have a rooted StraightTalk SCH-S968C Samsung Galaxy S III (with the stock AOSP ROM) that I just screwed up. I had used EZ-Recovery to flash TWRP 2.2.0 to the phone. Now TWRP says there is no OS! I can only boot into TWRP - nothing else. It won't even let me power-down the phone. Is there some way I can recover from this, or do I now have a very expensive electronic brick (that runs TWRP)? I have adb installed on my laptop and I know it works, so that's one possible route to recovery. Any help would be much appreciated!
ScottDB said:
I have a rooted StraightTalk SCH-S968C Samsung Galaxy S III (with the stock AOSP ROM) that I just screwed up. I had used EZ-Recovery to flash TWRP 2.2.0 to the phone. Now TWRP says there is no OS! I can only boot into TWRP - nothing else. It won't even let me power-down the phone. Is there some way I can recover from this, or do I now have a very expensive electronic brick (that runs TWRP)? I have adb installed on my laptop and I know it works, so that's one possible route to recovery. Any help would be much appreciated!
Click to expand...
Click to collapse
I'm pretty sure it's possible to return it completely to stock with the COMBINATION_S968CUDUAMH1_S968CTFNAMH1_1304014_REV09_user_low_ship.tar.md5 file through Odin. I just to happen to have the file right here.. small warning though, it's 1.2 gigs.
https://mega.co.nz/#!gRI3DD5L!dRW8ORzfQI5j1JyKHVBTNifomPCXoqL14B9GF4oxvQY
aekel87 said:
I'm pretty sure it's possible to return it completely to stock with the COMBINATION_S968CUDUAMH1_S968CTFNAMH1_1304014_REV09_user_low_ship.tar.md5 file through Odin. I just to happen to have the file right here.. small warning though, it's 1.2 gigs.
https://mega.co.nz/#!gRI3DD5L!dRW8ORzfQI5j1JyKHVBTNifomPCXoqL14B9GF4oxvQY
Click to expand...
Click to collapse
That's the file I am offering to host on my Website, since nobody seems to be able to download it from Dropbox. I'm having trouble downloading it from Mega... Since the file is over 1 GB, Mega insisted I needed to download their extension, but it's not compatible with Firefox 22. I tried Chrome, and Mega says that Chrome on my laptop is "a bit outdated"... sheesh! I'll try and update it.
(added later) - I found a Dropbox link for the file and it's downloading now.
If you want to FTP the file to my Website, let me know by PM and I'll give you the username and password.
I tried using fastboot to install CWM Recovery, but fastboot is eternally "waiting for device" even though it's there (adb can see it).
Aug. 7 - Got the file I needed, but didn't use it since Windows7 would not recognize the phone even after I installed the drivers. (I think it was an issue with automatic updates being disabled...) In the meantime... I tried the button-combo for the bootloader (which I swore I tried the day before and it didn't work), and the phone booted into the bootloader! From there, I pressed "Volume down" to cancel & reboot the phone, and it went into the stock system - it was all still there! First thing I did was immediately use EZ-Recovery to flash CWM 5.8.4.5. - Issue resolved!
Deleted.
ScottDB said:
That's the file I am offering to host on my Website, since nobody seems to be able to download it from Dropbox. I'm having trouble downloading it from Mega... Since the file is over 1 GB, Mega insisted I needed to download their extension, but it's not compatible with Firefox 22. I tried Chrome, and Mega says that Chrome on my laptop is "a bit outdated"... sheesh! I'll try and update it.
(added later) - I found a Dropbox link for the file and it's downloading now.
If you want to FTP the file to my Website, let me know by PM and I'll give you the username and password.
I tried using fastboot to install CWM Recovery, but fastboot is eternally "waiting for device" even though it's there (adb can see it).
Aug. 7 - Got the file I needed, but didn't use it since Windows7 would not recognize the phone even after I installed the drivers. (I think it was an issue with automatic updates being disabled...) In the meantime... I tried the button-combo for the bootloader (which I swore I tried the day before and it didn't work), and the phone booted into the bootloader! From there, I pressed "Volume down" to cancel & reboot the phone, and it went into the stock system - it was all still there! First thing I did was immediately use EZ-Recovery to flash CWM 5.8.4.5. - Issue resolved!
Click to expand...
Click to collapse
Thank you!!!! I just had the same problem. However even when using cwm i get errors in the recovery. Unable to mount anything or do anything besides reboot. Any ideas?
need stock Firmware
Have any idea where i can get this file? Ive bricked my phone too. Durnnit!
iamwaynes said:
Have any idea where i can get this file? Ive bricked my phone too. Durnnit!
Click to expand...
Click to collapse
This is the h1 stock you need. type this in google you should find the download if not I have it.
COMBINATION_S968CUDUAMH1_S968CTFNAMH1_1304014_REV0
Dont use e-z recovery. I had the same problem neither cwm or twrp from ez recovery worked and then cwm said no os on my phine so I flashed that file from download mode and was back to stock.
How did u find a recovery that worked mine is saying the same thing
Sent from my SM-N900T using Tapatalk
iamwaynes said:
How did u find a recovery that worked mine is saying the same thing
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1771398
In that thread go down to method 2 of getting a custom recovery. I downloaded cwm touch from the link there and then installed it with android terminal emulator using the codes that it says to type in. I tried to look up that stock rom but I didnt find it. Its on the forum somewhere in a thread about how to root the straight talk s3 and how first you need to download and flash the h1 baseband stock rom
Thanks I found the stock rom fixing it now.
Sent from my SM-N900T using Tapatalk
iamwaynes said:
Thanks I found the stock rom fixing it now.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
Ok I've re rooted and tried to install recovery. Odin put it in wrong place. Says no operating system . What now?
Sent from my SM-N900T using Tapatalk
iamwaynes said:
Ok I've re rooted and tried to install recovery. Odin put it in wrong place. Says no operating system . What now?
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
Have you gotten recovery installed and straightened out yet?
Let me know if you need some help, tell me where you're at and what you've got going on with what you have.
I returned phone to stock. The recovery wasn't in the right place obviously. So that's where I am . Stuck back at stock. Thanks for any help you can give.
Sent from my SM-N900T using Tapatalk
iamwaynes said:
I returned phone to stock. The recovery wasn't in the right place obviously. So that's where I am . Stuck back at stock. Thanks for any help you can give.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
Are you on stock not rooted or you are rooted?
Do you have stock recovery or custom.
I can get you to wherever you need or want. Tell me what you need or where you'd like to be.
Droidriven said:
Are you on stock not rooted or you are rooted?
Do you have stock recovery or custom.
I can get you to wherever you need or want. Tell me what you need or where you'd like to be.
Click to expand...
Click to collapse
I have combined 2 s3's to make one good one. This is the proper thread for the model of the chipset. The phone has been worked on buy someone who only thought they were a genious. I've found traces and from surfing the forums I'm pretty sure I know what they did even. I'm gonna grab these stock images and flash back to stock. I just wanted to put a word in now to see how dead this thread is. BTW just for the record easy safe root is achievable with safroot for Att g s 4. I've confirmed that. Root is no issue. Modem drivers are jacked up. I want what I have now with WiFi in tact and custom recovery. Just wanted to get the word in in case I hit a wall with recovery as I am now before the flash to stock. Thanks in advance for any help. Sorry for the ramble
---------- Post added at 07:23 AM ---------- Previous post was at 07:03 AM ----------
ScottDB said:
That's the file I am offering to host on my Website, since nobody seems to be able to download it from Dropbox. I'm having trouble downloading it from Mega... Since the file is over 1 GB, Mega insisted I needed to download their extension, but it's not compatible with Firefox 22. I tried Chrome, and Mega says that Chrome on my laptop is "a bit outdated"... sheesh! I'll try and update it.
(added later) - I found a Dropbox link for the file and it's downloading now.
If you want to FTP the file to my Website, let me know by PM and I'll give you the username and password.
I tried using fastboot to install CWM Recovery, but fastboot is eternally "waiting for device" even though it's there (adb can see it).
Aug. 7 - Got the file I needed, but didn't use it since Windows7 would not recognize the phone even after I installed the drivers. (I think it was an issue with automatic updates being disabled...) In the meantime... I tried the button-combo for the bootloader (which I swore I tried the day before and it didn't work), and the phone booted into the bootloader! From there, I pressed "Volume down" to cancel & reboot the phone, and it went into the stock system - it was all still there! First thing I did was immediately use EZ-Recovery to flash CWM 5.8.4.5. - Issue resolved!
Click to expand...
Click to collapse
Does anyone have a good link for h1 stock. All the links I can find including aa51 are dead. I need to go stock to fix the modem. I can handle everything from there I just need stock and I've trolled XDA , aa51, and several others. All links are dead. Probably for a long long time . any help is greatly appreciated
---------- Post added at 07:42 AM ---------- Previous post was at 07:23 AM ----------
sazendrak said:
I have combined 2 s3's to make one good one. This is the proper thread for the model of the chipset. The phone has been worked on buy someone who only thought they were a genious. I've found traces and from surfing the forums I'm pretty sure I know what they did even. I'm gonna grab these stock images and flash back to stock. I just wanted to put a word in now to see how dead this thread is. BTW just for the record easy safe root is achievable with safroot for Att g s 4. I've confirmed that. Root is no issue. Modem drivers are jacked up. I want what I have now with WiFi in tact and custom recovery. Just wanted to get the word in in case I hit a wall with recovery as I am now before the flash to stock. Thanks in advance for any help. Sorry for the ramble
---------- Post added at 07:23 AM ---------- Previous post was at 07:03 AM ----------
Does anyone have a good link for h1 stock. All the links I can find including aa51 are dead. I need to go stock to fix the modem. I can handle everything from there I just need stock and I've trolled XDA , aa51, and several others. All links are dead. Probably for a long long time . any help is greatly appreciated
Click to expand...
Click to collapse
Finally found it here
https://forum.xda-developers.com/showthread.php?t=2516498&page=28

" Recovery Is not Seandroid Enforcing" After root

htt p:// www .tomsguide.com/us/samsung-galaxy-s6-guide,review-2856-3. html
I followed that guide and then I did everything.
Now my phone is stuck in the boot screen and on the top it says " Recovery Is not Seandroid Enforcing" w/ red letters.
Is there anyway I can get my phone back without deleting anything? I forgot to backup some pictures and is there anyway I can access them right now or recover my phone without restoring it?
I have the SM-G920F and Android 5.1.1
I'm willing to pay 20$ in paypal money to someone who can really help me.
I had so many pictures saved
Update: I just flashed TWRP v.2.8.7.1 on my phone and It worked. What do I do from here?
karanpp20 said:
I'm willing to pay 20$ in paypal money to someone who can really help me.
I had so many pictures saved
Update: I just flashed TWRP v.2.8.7.1 on my phone and It worked. What do I do from here?
Click to expand...
Click to collapse
Download Minimal ADB and Fastboot from here:
http://forum.xda-developers.com/showthread.php?t=2317790
In the above link there is a guide to use it also.
Uzair40 said:
Download Minimal ADB and Fastboot from here:
http://forum.xda-developers.com/showthread.php?t=2317790
In the above link there is a guide to use it also.
Click to expand...
Click to collapse
Thanks, Just did that, got all the screenshots to my pc.
Not the ones in my private folder on my s6 though,
Is there any way that I can restore my phone back to normal settings? Without deleting anything?
Rn my phones on recovery TWRC
Nevermind, fixed it.
If anyone has this problem just pm me and ill help u
karanpp20 said:
Nevermind, fixed it.
If anyone has this problem just pm me and ill help u
Click to expand...
Click to collapse
I am on my 4th day of bootloop. Any help would be greatly appreciated. How can i fix my bootloop?
Immoblize said:
I am on my 4th day of bootloop. Any help would be greatly appreciated. How can i fix my bootloop?
Click to expand...
Click to collapse
Does it say "Recovery Is not Seandroid Enforcing" on the top?
What version of the S6 you have and what android version?
My problem was that I did the CF root on my 5.1.1 device and that's why the problem occurred. What did you do?
galaxys6root.highonandroid.com/cwmtwrp-recovery/ <-- I downloaded the Twrp for my phone and flashed it
after that I got android SDK tools and followed this guide www. howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/
After that, I went on this thread and downloaded this guys tool to backup my photos
http://forum.xda-developers.com/showthread.php?t=2339530
After all my photos were backed up, I went on SamMobile and downloaded the stock firmware/rom for my device (SM-G920F)
after the download was finished, I flashed it with ODIN and only used AP for the flash.
It all worked! After I flashed it, my phone was like how it was before. All my settings and apps and pictures were still there!
karanpp20 said:
Does it say "Recovery Is not Seandroid Enforcing" on the top?
What version of the S6 you have and what android version?
My problem was that I did the CF root on my 5.1.1 device and that's why the problem occurred. What did you do?
galaxys6root.highonandroid.com/cwmtwrp-recovery/ <-- I downloaded the Twrp for my phone and flashed it
after that I got android SDK tools and followed this guide www. howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/
After that, I went on this thread and downloaded this guys tool to backup my photos
http://forum.xda-developers.com/showthread.php?t=2339530
After all my photos were backed up, I went on SamMobile and downloaded the stock firmware/rom for my device (SM-G920F)
after the download was finished, I flashed it with ODIN and only used AP for the flash.
It all worked! After I flashed it, my phone was like how it was before. All my settings and apps and pictures were still there!
Click to expand...
Click to collapse
What i did? I was on 5.1.1, flashed CF-autoroot for 5.0.2 (WHICH WAS VERY DUMB), flashed XtreStoLite bootloader and modem, installet XtreStoLite rom for my phone. Worked very good, the second day while charging, my phone went to samsung logo and since that i can't open it. I have tried almost everything. I have also tried Kies/Smart Switch and that doesn't help me also.
Can you please help me?

Can someone please help me fix my phone/

I tried to install twrp on my phone(Samsung Galaxy A20s-(A207F/DS) following this tutorialhttps://www.androidaddicts.online/i...n-android-phones-samsung-included-using-odin/).
I entered download mode and on odin it said flash was successful after i tried to reboot my phone i was stuck in bootloop of download modeHere's the image.Now i'm in a different screen where it says:Secure Check fail:recovery.img.Here's a link to the image:Error Message
How do i fix this and is my phone done for?
Re-flash phone's Stock ROM.
jwoegerbauer said:
Re-flash phone's Stock ROM.
Click to expand...
Click to collapse
How do i do that?
I'm noob
IDK, don't own this device.
Hint: Replace "phone" in this thread's title by Samsung Galaxy A20s-A207F/DS thus mainly owners of such phone get addressed.

Categories

Resources