So I got fastboot and adb working on my computer but my phone's internal storage doesn't show up in the Explorer page (windows 8.1).
It never worked but I got adb and fastboot to work by using a guide I found.
Any idea how i can fix this?
(Also in Device Manager it says "HTC MTP Device".)
Related
so i had ADB (sdk 1.5 r3) set up on this laptop (in xp) it was working fine on my htc dream 32b, went to update the sdk to 1.6r1 and now neither my dream that worked before or the magic will be recognized as adb devices.
tried following the instructions in the adb thread utilizing usb deview, now i have 3 "drivers" listed per phone, usb composite, usb mass storage and adb, but mass storage and adb always show not connected (even when mass storage is enabled) on both phones, windows asks me if i want to "eject" the adb interface or the mass storage controller...
any insight would be appreciated, on a side note i have never gotten the mt3g (magic) to interface with adb but the dream has been used MANY times before and still functions on my personal laptop but this is the one at work
Make sure you uninstall the drivers from device manager, not just remove them.
the drivers install immeadeatly again after hitting uninstall in device manager when re plugging in the magic, doing that worked with the dream when i installed it the first time
I have full android sdk installed in my winXP for development and being updated to 2.3 as latest.
Recently i found that i am unable to do either ADB/fastboot as both "adb devices" and "fastboot devices" didnt list out of my attached nexus one.
i have tried to reinstalled the usb driver and the window shows "android bootloader" being connected on plugin.
Please advice
What folder did you point to when you ran the ADB commands?
C:\android-sdk-windows-2.0\platform-tools
I can mount as external stoage and no problem to trigger the command, but it seems can't detect my connected mobile through adb or fastboot neither.
Check if you have adb and fastboot file in the platform tools folder. If not you need to go download it from Google. When u got my new laptop it also didn't work. It kept telling me adb commands was not available.
Sent from my Nexus One using XDA App
Since you're not getting a "command not found" message, you're obviously in the right folder. Try installing the latest drivers instead of reinstalling the ones you have...
Sent from my Nexus One using XDA App
FYI: I am not tech savy at all so bare with me if I sound like a noob/idiot.
I basically formatted my phone from TWRP and I'm thinking there isn't any ROM/UI/kernel?..ect. so it cannot start up (basically stuck on the htc loading screen). My computer detects it but not as a storage device and I can't seem to find a way to access it. I believe I have what i need on my computer but my issue is that i dont know how to get into the internal storage of my htc one because it cannot detect it as a storage device on my computer.
The only trace of it at all i seem to be able to find is in
Control Panel\Hardware and Sound\Devices and Printers
Its called "android 1.0" and when i click on it, it takes me to its properties from device manager.
It says Location: Port_#0001.Hub_#0008
I dont know if any of this info i gave is relevant, if not, let me know what ups.
ray408 said:
FYI: I am not tech savy at all so bare with me if I sound like a noob/idiot.
I basically formatted my phone from TWRP and I'm thinking there isn't any ROM/UI/kernel?..ect. so it cannot start up (basically stuck on the htc loading screen). My computer detects it but not as a storage device and I can't seem to find a way to access it. I believe I have what i need on my computer but my issue is that i dont know how to get into the internal storage of my htc one because it cannot detect it as a storage device on my computer.
The only trace of it at all i seem to be able to find is in
Control Panel\Hardware and Sound\Devices and Printers
Its called "android 1.0" and when i click on it, it takes me to its properties from device manager.
It says Location: Port_#0001.Hub_#0008
I dont know if any of this info i gave is relevant, if not, let me know what ups.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2318497
Here is some reading material for you
Bro..I completely understand your predicament..
Just do this step by step
1. Download minimal adb from the internet and install it on your PC.
2. Download twrp image from the internet.this is a recovery loader.
3.copy the image file into the install directory of minimal adb.
4.execute the minimal adb shortcut from your PC.it should open a command prompt.
5.connect your device to the PC via usb.
6. Type this command to check if your device is recognized. "Fastboot devices"
It should show you a device ID..if your device is connected and recognized
7.flash tarp image with this command "fastboot flash recovery <twrp.img>"
8.reboot your device..press and hold volume down at the sametime to get into bootloader.
9.enter recovery.
10.Download any custom rom from htconeroot.com.it will be a zip file.
11. Copy the zip into minimal adb install directory and run this command to push the zip onto your device. "adb push <image file>.zip any name.zip"
12. After this completes you should be able to see this image in the filemanager in twrp.
13.move the zip file into sdcard directory.
14.make sure all options are checked in the mount in twrp
15.install the custom rom from install option in tarp.
This is 3 frantic days of research on the internet bro..
I had a brick in my hand too..got it up and running VIPERONE ROM
Hope you get through this fine
Thank you, i really appreciate the effort! but im stuck on step 6/7. When i typed in fastboot devices, it didn't show any new id. and when i typed fastboot flash recovery twrp.img it says "waiting on device" so im guessing it still didnt detect it. any idea on why this might be happening? thanks
gowda-the-grear said:
Bro..I completely understand your predicament..
Just do this step by step
1. Download minimal adb from the internet and install it on your PC.
2. Download twrp image from the internet.this is a recovery loader.
3.copy the image file into the install directory of minimal adb.
4.execute the minimal adb shortcut from your PC.it should open a command prompt.
5.connect your device to the PC via usb.
6. Type this command to check if your device is recognized. "Fastboot devices"
It should show you a device ID..if your device is connected and recognized
7.flash tarp image with this command "fastboot flash recovery <twrp.img>"
8.reboot your device..press and hold volume down at the sametime to get into bootloader.
9.enter recovery.
10.Download any custom rom from htconeroot.com.it will be a zip file.
11. Copy the zip into minimal adb install directory and run this command to push the zip onto your device. "adb push <image file>.zip any name.zip"
12. After this completes you should be able to see this image in the filemanager in twrp.
13.move the zip file into sdcard directory.
14.make sure all options are checked in the mount in twrp
15.install the custom rom from install option in tarp.
This is 3 frantic days of research on the internet bro..
I had a brick in my hand too..got it up and running VIPERONE ROM
Hope you get through this fine
Click to expand...
Click to collapse
ray408 said:
Thank you, i really appreciate the effort! but im stuck on step 6/7. When i typed in fastboot devices, it didn't show any new id. and when i typed fastboot flash recovery twrp.img it says "waiting on device" so im guessing it still didnt detect it. any idea on why this might be happening? thanks
Click to expand...
Click to collapse
Ok..try this..
Press down on the power and volume down button to enter the default boot loader.
If you hv rooted your phone..it should be showing tampered at the top.
select the fast boot option..
Now connect your phone via usb..
The display name should change to "fastboot usb"
Then again open minimal adb and continue from step 6.
Make sure you have all the htc drivers for Windows installed on your PC.
Windows can automatically download these drivers for you if you don't have them..
All the best
Are you using Windows 8.1?
everything works now, thank you guys. You are all awesome!
I mispressed in twrp earlier today when my phone speaker stopped working and none of my calls went through, SMS and everything else worked flawlessly tho.
Well, the thing is now, i've deleted all the data on the phone incl. internal storage and can't mount "USB" in either ADB or twrp (what's left of a functioning TWRP)
Driver's on my system says they cant recognize my phone and i've tried all the drivers and tips i found online with Windows 8.1 USB3 drivers ect.
Tried connecting with fastboot and adb in both OSX virtual machine, booted a ubuntu PC and on Windows 8.1 both on my stationary and laptop.
none of them can connect to the phone :/
Any ideas ?
downloading a RUU now and will see how that goes, 1gb left to download from a slow server...
EDIT: RUU didn't help at all, connection error..
EDIT 2: GOT IT WORKING ;D
Fix:
- Install Windows XP 32bit on a standalone partition and run Fastboot commands to push a new recovery into the phone, boot into recovery and mount storage to transfer ROM onto internalstorage for install.
I just purchased by OnePlus 3T and in the process of trying to unlock the bootloader. I have ADB while in stock oxygen os 4.0.2 but when entering fastboot to unlock the bootloader I no longer have access to the device. As per some searching I switched to a USB 2.0 port and still no luck. In device manager it shows my phone under "Other devices -> Android." I'm pretty sure i'm missing a driver for ADB, but can't figure out what is missing. Any help would be greatly appreciated!
http://www.androidusbdrivers.com/oneplus-3t-usb-drivers
Install, restart.
Specifically in folder you have adb files, hold Shift+Right Click, open command prompt.
fastboot devices to confirm connection
fastboot oem unlock to get started.
Search for the one plus 3t toolkit. It has the original one plus drivers.
Then install minimal adb and fastboot.
And it should work. If it doesn't, try on another pc.
Well it's been a while since my last new phone totally forgot to install USB drivers all good to go, newb mistake thank you!
or plug your phone into the pc and use the emulated cd drive that appears to get the drivers
Jo_Jo_2000 said:
or plug your phone into the pc and use the emulated cd drive that appears to get the drivers
Click to expand...
Click to collapse
After having my phone since Monday, I just now noticed that emulated drive when I had to nuke it earlier today, lol.