[Q] No Rom on phone, USB broken only have TWRP - any fixes? - One (M7) Q&A, Help & Troubleshooting

Hey guys,
The USB on phone ONE is borked - the only thing it will do is charge the phone, it can't communicate with a pc (tried a few, over different cables) and it won't read USB OTG either. I accidently erased the OS AND the internal storage of the phone while trying to fix the usb issue (using TWRP).
So I'm now in a position where I have no OS, no ROM zips on the device and no way to get any data onto the device. Short of sending it away to get the usb fixed, are there any solutions to this pickle?
Thanks for any help!

Hmmm... Die you tried to install HTC Driver again?
Gesendet von meinem One mit Tapatalk

Recovery
Are you able to boot into your bootloader
On your PC or Laptop - reboot the machine. Once booted press the windows key + E. Navigate to your sdk folder and highlight the "platfor-tools' folder. once hilighted (single mouse click to highlight) hold the SHIFT key and left click the "platform-tools" folder. Select open command window here.
On your phone - Power down then Hold the Vol down button and press the power button. Hold both for a few seconds > release the power while continuing to hold the vol down button until the bootloader screen appears.
If this does not work try holding the power button untill you see the Back and Home soft keys flashing. Continue holding the power until they stop flashing. Immediately release the power button and push the vol down button. do not release until you see the bootloader screen.
Select 'Recovery' from the list to boot into TWRP.
Select Advanced
Select SideLoad
Plug in your USB cable
On your PC or laptop copy the viper rom to you platform-tools folder. Now right click the rom file and rename it sideload.zip
in the command window you opened earlier type > adb sideload sideload.zip
here is a link to a sideload thread.
http://forum.xda-developers.com/showthread.php?t=2318497
hope this helps.

Related

Newbie on a mac, please check my rooting steps...

I'm using some guys guide for mac users:
1. Take a deep breath. It is just software and you are going to master it!
2. Download and install the Mac OSX Android SDK. I am going to assume for the purposes of this list that you have put it in /Applications/android-sdk-mac_86/tools/ but it doesn't matter.
3. Get fastboot-mac from here. Rename it 'fastboot' and put it in /Applications/android-sdk-mac_86/tools/.
4. Get Radio_20100203_2_Signed_PASSION.img,
update-cm-5.0.4.1-N1-signed.zip AND gapps-passion-ERE36B-2-signed.zip
from here and put them in /Applications/android-sdk-mac_86/tools/.
5. Get recovery-RA-nexus-v1.6.2.img from here and put it in /Applications/android-sdk-mac_86/tools/
6. Put Get Radio_20100203_2_Signed_PASSION.img,
update-cm-5.0.4.1-N1-signed.zip and gapps-passion-ERE36B-2-signed.zip
on the root of the SD card. You can do this by mounting the phone via a USB cable (this works just like any USB stick except you have to click a button on the phone's UI).
7. In your phone settings > applications > development, set usb
debugging to enabled.
8. Turn off your phone and put the SD card with the 3 files on it
into your phone.
9. Hook up the USB connection to your phone and your mac.
10. Reboot phone into fastboot: Hold down trackball, push the power
button and hold both until you see the fastboot screen. (The fastboot
screen is the one with the Androids on skateboards)
11. In Terminal on your mac, cd to /Applications/android-sdk_mac_86/tools
12. Type ‘./fastboot devices‘ to make sure your phone is recognized
(it should list a device number rather than simply returning to
command prompt with no feedback).
13. Type ‘./fastboot oem unlock‘ to unlock the bootloader (wohoo, your phone is now rooted!)
14. Use volume keys on the phone to navigate to yes and press the
power button to confirm.
15. When the phone finishes booting, in your phone settings >
applications > development, set usb debugging to enabled, then power
it down.
16. Reboot phone into fastboot: Hold down trackball, push the power
button and hold both until you see the fastboot screen. (The fastboot
screen is the one with the Androids on skateboards)
17. (you're still in terminal in /Applications/android-sdk_mac_86/tools)
Type ‘./fastboot flash recovery ./recovery-RA-nexus-v1.6.2.img‘. (Note
filename will change as recovery image is updated)
18. Type './fastboot flash radio ./Radio_20100203_2_Signed_PASSION.img'
to also update your radio at this point
19. Once the Recovery flash is complete (should be almost instant),
press the Power Button. The highlighted blue text should now say
HBOOT. Use the volume down button to highlight "Recovery" and hit the
power button to reboot into recovery.
20. if this step fails, power down the phone, and try this: hold down
the VOLUME DOWN button and then hold the POWER button until you get to
the skateboard screen; use volume down to highlight RECOVERY and hit
the POWER button
21. You should now be in the Recovery screen after a reboot -- this
screen has 9 green text options at the top and an android x in the
center of the screen
22. Once in Recovery Mode, use the trackball to scroll down to
"Backup/Restore" and press the trackball three times, and wait until
the backup is complete.
23. Once backup is complete, wipe, since you're coming from stock
(even fastboot oem unlock may not fully wipe, do it just in case) many
users report the phone not booting properly without a wipe at this
point.
24. Scroll down to "Flash zip from sdcard", and press the trackball.
25. Select the CyanogenMod update (update-cm-5.0.4.1-N1-signed.zip),
and press the trackball again to confirm. Wait until the flash is
complete. (Note: this will take a little while).
26. Once again, Scroll down to "Flash zip from sdcard", and press the trackball.
27. This time, select the Google Apps File
(gapps-passion-ERE36B-2-signed.zip), and press the trackball again to
confirm. Wait until the flash is complete.
28. Once you are back in the main menu, press the trackball select the
first option (Reboot system now) and reboot the phone.
29. If everything was done correctly, the phone should boot into CyanogenMod!
Click to expand...
Click to collapse
My few questions...
Do I really need SDK? I've been reading a lot, and some say use it, some don't mention it.
I've already found that some of his files are updated, so I'd be using the more recent ones.
Also, I'm thinking that I'm NOT going to mess with the radio. I don't have to, right?
ETA: And then I see that his post says nothing about superboot. Am I supposed to do both? Fastboot and then superboot?
And then another question... I plan on getting a 16gb class 6 sd card. Should I wait to do this until I get that? Will I have to do it all over again?
Thanks!!
I am by no means a pro at this, but to answer a a question or 2 of yours...
I never bothered using the SDK. I did download it, but like you, I followed other instructions that did not tell you to use the SDK.
The important part is to put all the downloaded files into your renamed "fastboot" folder, where fastboot will know where to look for it.
Concerning the radio, some ROMS may or may not require different radios, but for the simple process of rooting your phone, I'm pretty sure you're cool.
I used fastboot, but superboot (if I understand it correctly) is a total tool for your use. Someone correct me if I'm wrong, but I believe it takes the place of all the steps you listed above, and does it all in one command.
Good luck! Its easy, and it sounds like you have all the tools you need!
1) I didn't flash a new radio when I rooted mine (didn't for a couple of weeks until I was comfortable with flashing and abd and stuff). The radio is evidently the greatest risk of bricking the phone.
2) I've typically seen "superboot" to refer to a rom image that modaco hosts that includes the superuser perms and apk and not as a tool (as fastboot is referred to). ymmv.

[Q] HTC One stuck on splash screen. Is there any way to access files?

My friend has a stock HTC One phone that he brought back from overseas. He said all of a sudden the phone gets stuck on the splash screen with the beatsaudio at the bottom and will not go pass that. I have installed HTC Sync and plugged in the phone. Most of the drivers install but I get a "MTP USB device failed to start" and I have a yellow exclamation point for that device in the device manager. I have also tried accessing from HBOOT but the only thing that happened was an installation of a HTC one driver when I clicked on fastboot. As you can see I'm pretty new to this and need help accessing the files stored on the phone before I attempt to do a factory reset.
Any help would be appreciated.
Thanks
bladestorm82 said:
My friend has a stock HTC One phone that he brought back from overseas. He said all of a sudden the phone gets stuck on the splash screen with the beatsaudio at the bottom and will not go pass that. I have installed HTC Sync and plugged in the phone. Most of the drivers install but I get a "MTP USB device failed to start" and I have a yellow exclamation point for that device in the device manager. I have also tried accessing from HBOOT but the only thing that happened was an installation of a HTC one driver when I clicked on fastboot. As you can see I'm pretty new to this and need help accessing the files stored on the phone before I attempt to do a factory reset.
Any help would be appreciated.
Thanks
Click to expand...
Click to collapse
you can pull files from the phone using ADB commands from custom recovery (CWM or TWRP)
adb pull <remote> <local>
i.e:
Code:
adb pull /sdcard C:\Backup
will pull all files from /sdcard to a ''Backup'' folder on your C: drive
alray said:
you can pull files from the phone using ADB commands from custom recovery (CWM or TWRP)
adb pull <remote> <local>
i.e:
Code:
adb pull /sdcard C:\Backup
will pull all files from /sdcard to a ''Backup'' folder on your C: drive
Click to expand...
Click to collapse
Do I need to install CWM or TWRP on the phone first in order to use it? If so, how can i without being able to get pass the splash screen or without being able to access the storage on my pc's windows explorer?
Hold power and down to get to the bootloader. If you don't have a custom recovery already you have a problem. I'm assuming not because you said it was stock. The only way to flash a recovery is if the bootloader is unlocked. If the phone is s on and the bootloader is locked you have to use the htcdev option to unlock it which will wipe the phone....
Sent from my HTC One using XDA Premium 4 mobile app
I guess he's screwed then. Phone is completely stock...no custom recovery was ever installed prior to this issue and it does show "Lock" at the top of the bootloader. Is there no other way to access the data???
Try this:
Step 1: Press and hold the Volume Down key.
Step 2:With the Volume key held down, press and hold the Power key till the phone switches off. Continue to hold both the volume down and power keys until the screen lights up again with a White Screen and Lots of writing
Step 3:When you see Three Android robots on skateboards,
Release the Power and Volume down key.
Then tap the Volume down key once to highlight RECOVERY
Press and release the Power key to Activate Recovery
Then screen will change to a series of backgrounds
Step 4: At the screen with a red triangle and a phone,
Hold the Volume Up key and press the power button.
Step 5: Use the volume down key to tap down to highlight WIPE CACHE PARTITION
Then tap the power key to select the Wipe Cache Partition.
You will see the yellow writing come up to confirm the Wipe Cache Partition
Step 6:After This has been completed,
Use the power key to reboot your phone.
NOTE: THIS WILL NOT DELETE YOUR PERSONAL DATA

ADB and recovery

So I had unlocked my bootloader. rooted, and install TWRP, I tried installing cm11 which was in my sdcard, I factory reset, but when I when to look for the zip file it didn't come up in my ext_sdcard.... I did made a backup on twrp, but I don't have an os currently install, Idk how to boot into my recovery, I have the fastboot drivers install and when I put the phone in fastboot mode and run adb shell I get error: device not found.
What can I do?
Ocalito said:
So I had unlocked my bootloader. rooted, and install TWRP, I tried installing cm11 which was in my sdcard, I factory reset, but when I when to look for the zip file it didn't come up in my ext_sdcard.... I did made a backup on twrp, but I don't have an os currently install, Idk how to boot into my recovery, I have the fastboot drivers install and when I put the phone in fastboot mode and run adb shell I get error: device not found.
What can I do?
Click to expand...
Click to collapse
To boot to recovery:
Power off device
Press and hold Power + Volume Down
As soon as the LG logo appears, quickly release Power and press and hold Power again until you see a screen titled "Factory data reset"
Use volume keys to scroll down to "Yes". Press Power to select
Do the same as before one more time
You will then boot in to recovery
As for TWRP:
Make sure you're using the latest version.
Up towards the top of the TWRP Install page there is a line with a gray background the starts with "Storage:". Press it and then select Internal storage or external sdcard. Now press "Ok" at the bottom of the screen. Now browse to the folder where your zip is.
Now for your fastboot ADB thing. The adb executable cannot communicate with a device in fastboot mode. That's what the fastboot executable is for. Where you used "adb devices" you should have used "fastboot devices". ADB is for when your device is booted in normal device mode or in recovery mode and the recovery supports USB debugging. Unfortunately you can't boot to recovery thru fastboot.
shinobisoft said:
To boot to recovery:
Power off device
Press and hold Power + Volume Down
As soon as the LG logo appears, quickly release Power and press and hold Power again until you see a screen titled "Factory data reset"
Use volume keys to scroll down to "Yes". Press Power to select
Do the same as before one more time
You will then boot in to recovery
As for TWRP:
Make sure you're using the latest version.
Up towards the top of the TWRP Install page there is a line with a gray background the starts with "Storage:". Press it and then select Internal storage or external sdcard. Now press "Ok" at the bottom of the screen. Now browse to the folder where your zip is.
Now for your fastboot ADB thing. The adb executable cannot communicate with a device in fastboot mode. That's what the fastboot executable is for. Where you used "adb devices" you should have used "fastboot devices". ADB is for when your device is booted in normal device mode or in recovery mode and the recovery supports USB debugging. Unfortunately you can't boot to recovery thru fastboot.
Click to expand...
Click to collapse
Thank you for your help, i was able to bot into recovery and flash my back up.... and then i was able to install cm11.

Root Lenovo Tab 10 TB-X103F

Root Lenovo Tab 10 TB-X103F (Tested)
1. activate developer options on the Tablet
2. enable Bootloader-Unlock on the Tablet
3. download and install ADB und fastboot
4. latest usb driver on your PC
5. download TWRP TWRP-3.0.2_TB-X103F-beta.img
https://forum.xda-developers.com/showpost.php?p=70228684&postcount=65
6. download SuperSu zip file
Steps:
1.) boot to fastboot -> shutdown your device -> press on/off + "+" Volumekey → device restarts to fastboot mode
2.) connect to your pc via usb cable
3.) start command shell (cmd) in the fastboot instalation folder on your PC and check for the device connection with the command:
"fastboot devices"
4.) do the unlocking
"fastboot oem unlock-go"
5.) boot TWRP image file in the command line, showing the pathway to the .img file (if not in the same folder):
fastboot boot TWRP-3.0.2_TB-X103F-beta.img
6.) Put SuperSu zip file in the device memory and flash SuperSu zip with TWRP, then restart the device. Done!!!!
Stock recovery remains
RooterLeopold said:
Root Lenovo Tab 10 TB-X103F (Tested)
1. activate developer options on the Tablet
2. enable Bootloader-Unlock on the Tablet
3. download and install ADB und fastboot
4. latest usb driver on your PC
5. download TWRP TWRP-3.0.2_TB-X103F-beta.img
https://forum.xda-developers.com/showpost.php?p=70228684&postcount=65
6. download SuperSu zip file
Steps:
1.) boot to fastboot -> shutdown your device -> press on/off + "+" Volumekey → device restarts to fastboot mode
2.) connect to your pc via usb cable
3.) start command shell (cmd) in the fastboot instalation folder on your PC and check for the device connection with the command:
"fastboot devices"
4.) do the unlocking
"fastboot oem unlock-go"
5.) boot TWRP image file in the command line, showing the pathway to the file:
TWRP-3.0.2_TB-X103F-beta.img
6.) Put SuperSu zip file in the device memory and flash SuperSu zip with TWRP, then restart the device. Done!!!!
Click to expand...
Click to collapse
I have done all the steps but For some reason twrp is not installed and i still have the stock recovery. Please help
That's because the above only boots TWRP to root but does not install it. To install TWRP, when in booted with TWRP, you need to transfer the TWRP img to the tablet storage and then install it while in TWRP.
it is important to show the pathway to the file TWRP-3.0.2_TB-X103F-beta.img in the command line, like:
C:\Users\Public\Documents\My Videos\TWRP-3.0.2_TB-X103F-beta.img
Sorry for this newbie question.
Which part of the above rooting steps is rooting my tablet, what is TWRP doing and why do I need to install the SuperSU app?
During my first try I didn't boot the TWRP image rather I flashed it. But that didn't help at all.
After booting the TWRP image I was able to flash the SuperSU app.
The stock recovery is still in use.
Thanks in advance.
Read the steps carefully and follow the steps, it is a tested successfull strategy. To get deep knowlege about the background processes, please read the threads elsewhere in Web.
Yow how do you enter Fastboot on the tablet and i haved tied avery button on the tablet and i dont see the fastboot option
Entering Fastboot on Lenovo TB-X103F tablet
ShottaDopey said:
Yow how do you enter Fastboot on the tablet and i haved tied avery button on the tablet and i dont see the fastboot option
Click to expand...
Click to collapse
Hi everyone. I just want to clarify something about this procedure There's a lot of people being confused on how to get into FASTBOOT on some things, and that's stopping them getting anywhere from the beginning.
The Lenovo TB-X103F tablet doesn't have a way of booting directly into FASTBOOT. Turning the tablet On while holding either volume key and the On button doesn't do it directly. . . . . Firstly, there's 3 buttons on the tablet, I call them VOL- VOL+ PWR (again, that's just to clarify things 100%)
here's what must be done (well it's this way on the 3 I have on my desk, so I assume all TB-X103F tablets are the same) . . . . .
1) Turn the tablet off completely.
2) Press & hold the VOL+ button (the middle of the 3 buttons).
3) Press & hold the PWR button, release the PWR button as soon as anything appears on screen - Keep holding VOL+ button.
4) After about 8 seconds the familiar green android lay down will appear. Then, your recovery menu will appear.
5) Release the VOL+ button anytime now.
6) Press either VOL button to select BOOTLOADER on the menu (Bootloader is the same as FASTBOOT on this menu, that's where the confusion lies for many users).
7) Got Bootloader selected? now press PWR and let the tablet reboot itself.
8) it will show the LENOVO logo, and appear to be stuck - it isn't It's in Fastboot mode.
9) Plug in your USB to PC cable, and it'll install appropriate drivers on the PC (hopefully eh?).
10) Once the drivers are installed, test it by getting a Command Prompt in your ADB/FASTBOOT folder on your PC . . . .
11) type the command FASTBOOT DEVICES It should show you that your device is connected, if it shows no devices then either it didn't install the drivers, or something
else is wrong (there's about 30 things that can have gone wrong here, too many to go through in this quick guide).
12) The tablet will stay in FASTBOOT/BOOTLOADER mode until you turn it off (or the battery goes flat lol). So stay calm, there's no rush
I've mentioned about there being no rush, because if you choose ADB connecting from the recovery menu, it disconnects automatically after about 5 minutes -
This is Important to know because it can disconnect while you're pushing/pulling files from the tablet, and cause really nasty problems. Bad design eh?
But we're in Fastboot mode, so nothing to worry about like that
Deleted
Successful root
It was hard, but I had finally had done it. I had figured it out it is easier just to go to the command prompt (I ran it under admin) and "cd C:/adb" (where you installed the adb fastboot software) while having the TWRP image file being placed there. I only wished that I had done it sooner. And for those who are new to the custom recovery it can be overwealming, but with patience and going through the files in the file explorer to find your main storage would lead you to the SuperSU file and successfully root your device.
I flashed TWRP...now what? I can't find any instructions on how to reboot into TWRP. I got into some sort of Chinese menu (PWR + VOL-) but I'm pretty sure this is the device test menu.
So I did the "fastboot oem unlock-go" command and adb said ok but my tablet just went to a black screen and won't turn on now and I'm not sure why. I also heard the Windows USB disconnect sound when i did it.
Would this work with the TB-X104F running 8.1?
Since a few months my tablet is stuck with the 'password changed, wait....' message. I had hoped that I could overcome this with the steps mentioned here. But unfortunately not
I can't start it anymore, so I'm not sure if it is in developers mode or not. Also, plugging the device in my mac didn't let it download the drivers.
Too bad, because when it was working it was a great tablet, now it's just a expensive drawer filler
SynGamer said:
I flashed TWRP...now what? I can't find any instructions on how to reboot into TWRP. I got into some sort of Chinese menu (PWR + VOL-) but I'm pretty sure this is the device test menu.
Click to expand...
Click to collapse
its the vol+ not - you need to press with the power button
Steridroid said:
I have done all the steps but For some reason twrp is not installed and i still have the stock recovery. Please help
Click to expand...
Click to collapse
so what exactly do i have to type at the command prompt to run twrp?,ive put the twrp img file in the same folder as the adb stuff.
3.) start command shell (cmd) in the fastboot instalation folder on your PC and check for the device connection with the command:
"fastboot devices"
fastboot shows notting
lenovo seems to have killed these tablets from the old lady next doors experience.. no wifi, no adb, no fastboot, no qualcomm, just unknown device, which loads NOTHING, no drivers work!!!

Retrieve Data from broken OP3T(Black screen) but phone can be unlocked

So i dropped my OP3T yesterday, and since then the display won't turn on anymore. When i press the power button it just flashes for a millisecond.
Now i wanna save my data, because i sadly didn't have any backups. I can unlock my phone via fingerprint, but if i connect it to my laptop it won't recognize the phone ( i guess usb debugging is deactivated). Is there a way to restore my data when i can unlock the phone with a black screen?
Thanks in regards
Boo_q said:
So i dropped my OP3T yesterday, and since then the display won't turn on anymore. When i press the power button it just flashes for a millisecond.
Now i wanna save my data, because i sadly didn't have any backups. I can unlock my phone via fingerprint, but if i connect it to my laptop it won't recognize the phone ( i guess usb debugging is deactivated). Is there a way to restore my data when i can unlock the phone with a black screen?
Thanks in regards
Click to expand...
Click to collapse
You can do it provided you have an unlocked bootloader.
You need to have TWRP installed (you can't do it with the stock OOS recovery).
Assuming you have TWRP installed:
1. reboot into TWRP by:
a. holding down the power button until the phone reboots (vibrates)
b. as soon as it finishes vibrating press the volume key once (you have 5 seconds to do this). This takes you to the screen where you can select what to do.
c. press the down volume 3 times (selects recovery)
d. press the power button once. This will reboot you into TWRP
2. connect your phone to your PC
3. on your PC:
a. open a PowerShell session
b. type: cd Documents (so that the data downloaded is in your Documents folder)
c. type: adb devices (should show that your phone is in recovery mode)
d. if you have an on-boot password, enter it to allow TWRP to access the data partition by typing: adb shell twrp decrypt 'your-password' (see https://twrp.me/faq/openrecoveryscript.html)
e. type: adb pull /sdcard
You'll see the data being copied from your phone to your PC. You'll find a folder called sdcard in your Documents folder that has all your phone's user data.
Sent from my OnePlus3T using XDA Labs

Categories

Resources