CyanogenMod Recovery help - Sony Xperia M

Can not do anything with this recovery and my usb port is broke, so I can not access adb/fastboot commands. Is there anything that anybody knows that I can try? Need to get this fixed asap and any help would be lovely.

bkman08 said:
Can not do anything with this recovery and my usb port is broke, so I can not access adb/fastboot commands. Is there anything that anybody knows that I can try? Need to get this fixed asap and any help would be lovely.
Click to expand...
Click to collapse
You might want to try the app rashr from playstore.

Look at twrp recovery. There is also terminal prompt where you can issue commands directly from touchscreen.

bkman08 said:
Can not do anything with this recovery and my usb port is broke, so I can not access adb/fastboot commands. Is there anything that anybody knows that I can try? Need to get this fixed asap and any help would be lovely.
Click to expand...
Click to collapse
Try FOTA Recovery here, http://forum.xda-developers.com/showpost.php?p=61626285&postcount=1 this will resolve your problem

Related

[Q] HELP accidentally deleted os and now stuck in twrp

Hi Xda,
I am really freaking out now. I was going to do a backup but i accidentally deleted my os. I really need help guys, if anyone can tell me how to send a rom to my phone from the computer, that would be really helpful. My phone is stuck on twrp and i am stuck with no os. At least can anyone help me flash anything so i could boot up my phone at least with step by step instructions. PLEASE HELP ME I A FREAKING OUT!!!
Search the forum on how to sideload a ROM from the computer to your device. I believe that there are tons of guides out here..
Sent from my Nexus 4 using Tapatalk
speedsolve said:
Hi Xda,
I am really freaking out now. I was going to do a backup but i accidentally deleted my os. I really need help guys, if anyone can tell me how to send a rom to my phone from the computer, that would be really helpful. My phone is stuck on twrp and i am stuck with no os. At least can anyone help me flash anything so i could boot up my phone at least with step by step instructions. PLEASE HELP ME I A FREAKING OUT!!!
Click to expand...
Click to collapse
Hi,
Try this toolkit; toolkit will help you flash stock rom / unlock / boot
http://forum.xda-developers.com/showthread.php?t=1614827
Or else you can always try to flash stock images.
Download a ROM boot into recovery and adb push to /sdcard flash profit. Or you can also mount the SD card in twrp. You're really not in a sticky situation you should be able to fix this in little time.
Another easy way is if you have USB OTG cable(very cheap... Got mine for $4) you can throw a ROM&gapps zip onto flash drive and should be able to flash via recovery from that.
No need to freak out buddy, whether you wanna setup SDK on ya PC to easily use fastboot & adb to restore device or even push/sideload zips, or use toolkit, there is tons if options.
Did you wipe ALL /data im guessing? Instead of factory reset which leaves your /sdcard(aka /data/media) untouched? And also wiped /system?
I've been there. Haha many of us prolly have. You'll be up and running again in no time! Dont fret!
---------- Post added at 04:41 AM ---------- Previous post was at 04:40 AM ----------
Also, I'd be happy to help you via private messages with step by step if you absolutely need it. There are a few very well written stickies in this forum that can help also that have step by step in them
speedsolve said:
Hi Xda,
I am really freaking out now. I was going to do a backup but i accidentally deleted my os. I really need help guys, if anyone can tell me how to send a rom to my phone from the computer, that would be really helpful. My phone is stuck on twrp and i am stuck with no os. At least can anyone help me flash anything so i could boot up my phone at least with step by step instructions. PLEASE HELP ME I A FREAKING OUT!!!
Click to expand...
Click to collapse
install 4ext somehow
enable smartflash
flash rom
profit
Sent from my Galaxy Nexus using Tapatalk
fire_kid2003 said:
install 4ext somehow
enable smartflash
flash rom
profit
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
Is 4ext even available for Gnex?
Why go thru that when you can just sideload right now?
i ran into this issue again as well. I have nandroids on my phone, but when I wiped data, the rom I was going to flash didn't get put on from my computer. I sideloaded through adb to /data/media/0 and it pushed fine, but still won't show up in my install section of TWRP, only the file manager in advanced. Anyone else have problems sideloading with TWRP?
t1.8matt said:
i ran into this issue again as well. I have nandroids on my phone, but when I wiped data, the rom I was going to flash didn't get put on from my computer. I sideloaded through adb to /data/media/0 and it pushed fine, but still won't show up in my install section of TWRP, only the file manager in advanced. Anyone else have problems sideloading with TWRP?
Click to expand...
Click to collapse
Why bother pushing it first? Isn't there a dedicated sideload option in the Advanced section of TWRP?
Sent from Google Nexus 4 @ CM11
AndyYan said:
Why bother pushing it first? Isn't there a dedicated sideload option in the Advanced section of TWRP?
Sent from Google Nexus 4 @ CM11
Click to expand...
Click to collapse
I never even noticed that. But how does the sideload work? When I click on it, it asks if I want to wipe either or both dalvik and cache, and says swipe to start sideload. after you swipe you just use adb sideload filename.zip and that's it?
t1.8matt said:
I never even noticed that. But how does the sideload work? When I click on it, it asks if I want to wipe either or both dalvik and cache, and says swipe to start sideload. after you swipe you just use adb sideload filename.zip and that's it?
Click to expand...
Click to collapse
Yup. First start the sideload on your phone, then connect it to a computer with working adb (should be easy). After that, open a command prompt window and execute "adb sideload your-rom-name-and-position.zip". Your ROM should then be pushed to the root of storage and flashed.
Sent from Google Nexus 4 @ CM11
ashclepdia said:
Another easy way is if you have USB OTG cable(very cheap... Got mine for $4) you can throw a ROM&gapps zip onto flash drive and should be able to flash via recovery from that.
Click to expand...
Click to collapse
This is so fool proof!:good:
ashclepdia said:
Is 4ext even available for Gnex?
Why go thru that when you can just sideload right now?
Click to expand...
Click to collapse
i think so
thats why i said install 4ext "somehow"

[Q] How to restore download mode (from fastboot) with TWRP?

Hey! As the title says, is that possible? I have the backup recovery img file (Iaf.img), but im not sure how to use it without fastboot (cant use it since fastboot cant recognize my phone).
In TWRP:
Terminal command?
ADB sideload?
Something else? If so, how?
Thanks for answer!
Just run the commands in terminal on device to restore..
hashcheck said:
Just run the commands in terminal on device to restore..
Click to expand...
Click to collapse
dd if=/storage/external_SD/stock-laf.img of=/dev/block/platform/msm_sdcc.1/by-name/laf
In terminal, that's it? Nothing else? If I put the Iaf.img at external SD. Just want to be 100% sure.
Thanks for help!
Yup under su
hashcheck said:
Yup under su
Click to expand...
Click to collapse
Will try after work. Thanks!
hashcheck said:
Yup under su
Click to expand...
Click to collapse
"dd cant open /storage/external_SD/stock-Iaf.img" no such file or directory", but its there...And i opened terminal under external_SD map.
So, there is no way at all to get back to stock completely? I dont care if that means i need to wipe everything on my phone etc, I just want it completely stock again. :/
Fastboot still not working. And still get the no such file or directory when using the commands above.
lossah said:
So, there is no way at all to get back to stock completely? I dont care if that means i need to wipe everything on my phone etc, I just want it completely stock again. :/
Fastboot still not working. And still get the no such file or directory when using the commands above.
Click to expand...
Click to collapse
If you flash back with the recovery tool it will restore everything. It had saved my D850 many times so far.
Pilz said:
If you flash back with the recovery tool it will restore everything. It had saved my D850 many times so far.
Click to expand...
Click to collapse
Recovery tool? I may know what you mean but not sure. Guess there is a guide somewhere?
Fastboot seems to work BTW now. Someone said I could use fastboot flash flash laf.IMG, will try that when I'm home but if that's not working I would love another solution.
Thanks for helping!
lossah said:
Recovery tool? I may know what you mean but not sure. Guess there is a guide somewhere?
Fastboot seems to work BTW now. Someone said I could use fastboot flash flash laf.IMG, will try that when I'm home but if that's not working I would love another solution.
Thanks for helping!
Click to expand...
Click to collapse
That was meant to say factory flash tool you can thank auto correct for that
Pilz said:
That was meant to say factory flash tool you can thank auto correct for that
Click to expand...
Click to collapse
To use that I need download mode? Or?
I'm stuck in fastboot.

reflashing to stock

hi everyone!
i got today my new zenfone 2 from tinydeal. the problem is that it has some of their apps and rubbish and i want to flash a clean stock rom to my phone. the only problem is that i dont know how to do it- so i need your help!
Have stock recovery, and adb sideload.
im not an expert
plz explain
mikerowes69 said:
Have stock recovery, and adb sideload.
Click to expand...
Click to collapse
Shouldn't need to...
Go to recovery and factory reset...
i did that didnt help. just want to know how to flash. tried to flash but in the command promo my computer doesnt recognize my phone
onliali said:
i did that didnt help. just want to know how to flash. tried to flash but in the command promo my computer doesnt recognize my phone
Click to expand...
Click to collapse
You need to download and extract asus drivers. Sounds like your using Windows OS. You need to go into to device manager and find the device that is unknown and update the driver from the extracted folder. You phone must be attached and in recovery, press apply adb sideload. Then update the driver. If your os is not recognizing your device try another cable. LG has the best cables. If your using linux I wrote instructions on how to install drivers for the fastboot and adb sideload recovery
Sent from my SM-T230NU using Tapatalk

Huawei Watch - bricked

After several atempts to update to 6.0.1
Bootloop.....
Instal the TWRP....
adb push system.img /sdcard/ ...i can´t CLOSED
ADB recognized but can´t fash recovery
Please i need some help
avelinosilva said:
After several atempts to update to 6.0.1
Bootloop.....
Instal the TWRP....
adb push system.img /sdcard/ ...i can´t CLOSED
ADB recognized but can´t fash recovery
Please i need some help
Click to expand...
Click to collapse
Maybe this can help you:
** For those of you who are interested in the solutions i arrived at (with the help of some good friends) please read my final post @:
https://www.reddit.com/r/hwatch/comm...e_android_man/
avelinosilva said:
After several atempts to update to 6.0.1
Bootloop.....
Instal the TWRP....
adb push system.img /sdcard/ ...i can´t CLOSED
ADB recognized but can´t fash recovery
Please i need some help
Click to expand...
Click to collapse
You are not bricked.
In order to update to the new OTA you need to go back to fully stock LCB43B image. That means flashing stock boot, recovery and system. BUT unfortunately there's a problem when trying to flash the stock system.img in bootloader. So you have to boot into TWRP, use adb push to get the system.img file onto your internal memory and then flash it using adb shell commands. Use this thread: http://forum.xda-developers.com/showthread.php?p=63173308
Then reboot to bootloader and flash the stock recovery and boot files.
Next, download the OTA and reboot into stock recovery (not TWRP) in order to update using adb sideboard. Use the guide here: http://forum.xda-developers.com/showthread.php?p=65607393
Hit thanks if this has helped.
bigdave79 said:
BUT unfortunately there's a problem when trying to flash the stock system.img in bootloader. So you have to boot into TWRP, use adb push to get the system.img file onto your internal memory and then flash it using adb shell commands. Use this thread: http://forum.xda-developers.com/showthread.php?p=63173308
Click to expand...
Click to collapse
Flashing system.img using the latest fastboot from the official Android SDK worked just fine for me.
C3C076 said:
Flashing system.img using the latest fastboot from the official Android SDK worked just fine for me.
Click to expand...
Click to collapse
I had instaled Androi Studio and Sdk is any problema to use W10 64 bits.
Please can you help me with the commands to use?
is this one:
adb devices
In Twrp advance select adb sideload
fastboot flash recovery recovery.img
I´m doing something wrong??
If i will send the Wacth to Huawei assistance they can fix it?
Best regards and thank you all for your help.
avelinosilva said:
I had instaled Androi Studio and Sdk is any problema to use W10 64 bits.
Please can you help me with the commands to use?
is this one:
adb devices
In Twrp advance select adb sideload
fastboot flash recovery recovery.img
I´m doing something wrong??
If i will send the Wacth to Huawei assistance they can fix it?
Best regards and thank you all for your help.
Click to expand...
Click to collapse
No.
Boot to bootloader and type "fastboot flash system system.img"
You should not be in recovery trying to fastboot flash. It will not work.
Latest SDK is fine on Windows 10. Make sure you use the fastboot and ADB from the latest SDK.
C3C076 said:
Flashing system.img using the latest fastboot from the official Android SDK worked just fine for me.
Click to expand...
Click to collapse
/-\
|
|
This
Scott said:
/-\
|
|
This
Click to expand...
Click to collapse
Scott you are my hero.....i got my watch alive......:laugh:
Tank you veryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyymutchhhhhhhhhhhhhhhhhhhhhhhhhhh mate.:good:
avelinosilva said:
Scott you are my hero.....i got my watch alive......:laugh:
Tank you veryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyymutchhhhhhhhhhhhhhhhhhhhhhhhhhh mate.:good:
Click to expand...
Click to collapse
Good to hear!
Scott said:
/-\
|
|
This
Click to expand...
Click to collapse
I was stuck for last 12 hours and watch was in bootloop. i tried flashin again and agin . Scott i love you :laugh:
i think it was that i was using old adb and fastboot. the latest ones helped. Also there is no need to flash twrp. Even if you get file sparce issue.
Salute to You :good::good::good:
Now i am back to LCB43B will try to update to 1.4 via stock recovery now
Yeah, the ADB / Fastboot changed with Lolipop. Anything pre-lolipop will give issues.
I've never flashed anything onto my watch, but yesterday after recharging the battery after it going dead, I get stuck at the 4 dots boot animation. I'm able to reboot the watch, and even get into the normal fastboot menu, but clearing cache, data, and resetting to default doesn't help. I'm really hoping what you guys are doing will fix the trick for me. I simply want to return the watch to stock, but I'm seeing conflicting reports on how to proceed with this.
I've downloaded the Android SDK, but have never used it before. I keep hearing things about adb, and flashing system.img using the latest fastboot - I don't know where to find either of these or how to use them. Would you awesome people mind doing a little hand holding with me and give me a bit of detail on how to proceed with the solution from C3C076?
EDIT: So I think I figured it out myself, albiet with the wisdom gained from you awesome folk. I used fastboot to push the 6.0.1 boot and system images from this thread, and things seem back to normal. I haven't rebooted the watch yet, since I didn't load the 6.0.1 recovery image (the only part of the watch that had worked since the problem started), and I'm not sure if I'm going to have the problem reoccur once it does reboot. If anyone has insight on how to best proceed given the steps I've taken so far, it'd be greatly appreciated.
kurosen said:
I've never flashed anything onto my watch, but yesterday after recharging the battery after it going dead, I get stuck at the 4 dots boot animation. I'm able to reboot the watch, and even get into the normal fastboot menu, but clearing cache, data, and resetting to default doesn't help. I'm really hoping what you guys are doing will fix the trick for me. I simply want to return the watch to stock, but I'm seeing conflicting reports on how to proceed with this.
I've downloaded the Android SDK, but have never used it before. I keep hearing things about adb, and flashing system.img using the latest fastboot - I don't know where to find either of these or how to use them. Would you awesome people mind doing a little hand holding with me and give me a bit of detail on how to proceed with the solution from C3C076?
EDIT: So I think I figured it out myself, albiet with the wisdom gained from you awesome folk. I used fastboot to push the 6.0.1 boot and system images from this thread, and things seem back to normal. I haven't rebooted the watch yet, since I didn't load the 6.0.1 recovery image (the only part of the watch that had worked since the problem started), and I'm not sure if I'm going to have the problem reoccur once it does reboot. If anyone has insight on how to best proceed given the steps I've taken so far, it'd be greatly appreciated.
Click to expand...
Click to collapse
If fastboot flashing boot and system images went well, you can safely reboot your watch. First boot might take a while but it should boot OK.
@ausi
ausi said:
Maybe this can help you:
** For those of you who are interested in the solutions i arrived at (with the help of some good friends) please read my final post @:
https://www.reddit.com/r/hwatch/comm...e_android_man/
Click to expand...
Click to collapse
@ausi, can you please post again the solution, the link doesn't work anymore!!!
I really need it!!!
Please help!!!
I am in the same ****!!!
My watch doesn't work anymore!!!
Thank's for anyone help!!!
C3C076 said:
Flashing system.img using the latest fastboot from the official Android SDK worked just fine for me.
Click to expand...
Click to collapse
This DUDE RIGHT HERE. Did it. This was the missing piece. My fastboot files simply weren't good enough. x!!
Android SDK Platform Tools did the trick for me.

Oneplus 3 soft brick.

Hey guys so today I decided to decrypt my phone.I copied my files to my PC, I rebooted to bootloader and used the command "fastboot format userdata" .Now my phone bootloops when trying to boot it up. I can acces TWRP but MTP doesnt work.I have Oneplus drivers installed, I tried repeating the same command to see if the problem will go away.I have a TWRP backup on my PC,but I cannot transfer files .I also have a copy of Dirty Unicorns.Should I try to sideload it?Please help me, it's been a while since I used root and ... Thank you!
Edit.I wiped cache,ART and data and rebooted.Same thing. I reflashed TWRP , but still MTP won't work...
i was having the same thing the other day try to sideload a rom and then you transfer your backup and here you go
Lolteee said:
i was having the same thing the other day try to sideload a rom and then you transfer your backup and here you go
Click to expand...
Click to collapse
hmm so Shall I try to sideload Dirty unicorns then?
yes you can still try it it should work and if adb dosen't want to sideload try another rom and if it faild it wont do anything than another bootloop but it should work.
Lolteee said:
yes you can still try it it should work and if adb dosen't want to sideload try another rom and if it faild it wont do anything than another bootloop but it should work.
Click to expand...
Click to collapse
Hold on DU is sideloading .I gave you your first thanks lol
Not working! check the screenshot ... @Lolteee
So the pc cannot find the device.ADB sideload feature was started in the device's recovery.Tomorrow I begin school so I wanna fix it.Any help is appreciated.
JoshDaWhite said:
Not working! check the screenshot ...
Click to expand...
Click to collapse
arf the adb dosen't recognize too ? you can still try to reflash the last version of TWRP and retry and if it dosen't work maybe go back to stock ? ( i don't know if this will work beacause the adb was working for me )
just to be sure the adb if updated ?
Lolteee said:
arf the adb dosen't recognize too ? you can still try to reflash the last version of TWRP and retry and if it dosen't work maybe go back to stock ? ( i don't know if this will work beacause the adb was working for me )
just to be sure the adb if updated ?
Click to expand...
Click to collapse
I am updating adb now,but I am sure that's not the problem.Should I try to sideload DU on stock recovery?
JoshDaWhite said:
I am updating adb now,but I am sure that's not the problem.Should I try to sideload DU on stock recovery?
Click to expand...
Click to collapse
i have never try to sideload something on the stock recovery i can't say if it work or not and i don't know if it can brick the devices so i really don't know
Lolteee said:
i have never try to sideload something on the stock recovery i can't say if it work or not and i don't know if it can brick the devices so i really don't know
Click to expand...
Click to collapse
Well I reflashed TWRP, same story.I won't try flashing on stock recovery.Thanks aniway.Anyone else has other ideeas?
Edit.While the phone is off,still charging,I can use ADB.So I am pushing DU right now to see what happens.Nothing.
Edit. @EpicLPer ,any idea?
you have to click mount in twrp. then you can push roms to your phone.
Do you have any rom on your phone?
http://trendblog.net/fix-soft-bricked-android-device-first-aid-guide/
Somebody else solved it using USB OTG http://forum.xda-developers.com/showthread.php?t=2560860
JoshDaWhite said:
Well I reflashed TWRP, same story.I won't try flashing on stock recovery.Thanks aniway.Anyone else has other ideeas?
Edit.While the phone is off,still charging,I can use ADB.So I am pushing DU right now to see what happens.Nothing.
Edit. @EpicLPer ,any idea?
Click to expand...
Click to collapse
There's a whole unbrick guide here on XDA including the Qualcom tools to directly flash the partitions back. That should do the job.
@Chainfire I think I found my problem.I had systemless root, suhide and I tried decrypting my Oneplus 3.The result-bootloop.I am currently flashing stock.You might want to add this in OP of suhide.Cheers
Thank you guys I fixed it .Stock recovery--Oxygen os sideloaded.The problem was Suhide ( @Chainfire)
Sent from my ONEPLUS A3003 using XDA Labs

Categories

Resources