[tool][app] 10 min adb/fastboot for htcm8 on win8 an win8.1 - Verizon HTC One (M8)

Here is a way to install adb'fastboot on win8 or win8.1 for your htcm8 in less then 10 mins. only 1 Fully working m8 driver an 1 program needed to install an then your up an running adb/fastboot on win8.1 with nothing else to install no SDK no nothing
You simpley just launch program an start entrering adb an fastboot commands
DIRECTIONS
download the need files below
extract them [myself I did it to my desktop]
then to get driver to work always[no more waitng for device]
scroll to settings tab in bottom right screen
pick change pc settings an click update an recovery
next pick recovery
Then pick advanvced set up
REBOOT IS REQUIRED it should auto do this or prompt you do
then pick troubleshoot>Advance options>startup settings>click restart
once it reboots you need to disable driver signature enforcement by selecting number 7
Reboot once last time it will boot right to OS
Plug phone in>navigate to device manager I tested with a 2.0usb an stock cord
You should see your phone under other devices>click on it an select update driver software
pick find file yourself then navagte to file you extracted of driver>click ok an install driver.
Then simply install the minimal adb/fastboot program I would add desdktop icon
open program an type adb devices an yours will show up...[ if it shows offline check your phone for a prompt[it will be there if you get offline] check allow this pc an click ok
again type
adb devices an yours will show up an your good to go.
now you can reboot bootloader an try some fastboot commands
DOWNLOADS
download program from this thread
http://forum.xda-developers.com/showthread.php?p=53230508
driver
https://www.dropbox.com/s/toezcicvf9bm08v/drivers32_64bit.zip
CREDIT FOR MAKING THIS POSSIABLE
adb/fastboot program @shimp208
be sure to thank his thread for this

Reserved for later..
Sent from my HTC6525LVW using XDA Premium 4 mobile app

Awesome can't wait to try them out
Sent from my HTC6500LVW using XDA Premium 4 mobile app

almania6 said:
Awesome can't wait to try them out
Sent from my HTC6500LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It takes longer to read my OP then to actually do the process if you knew where to go already lol.
Sent from my HTC6525LVW using XDA Premium 4 mobile app

Link dead
Hello can you or anyone that still have that driver backup? Because the file no longer exist. Thanks

Related

Question about ADB...

I installed ADB (Windows 7) has described in this forum. ADB recognizes my phone when the phone is on. When I load the bootloader to prepare to unlock it the serial number does not show like when its on. Is this normal? Do I just proceed to unlock it?
Sent from my Nexus S using XDA App
sarge363 said:
I installed ADB (Windows 7) has described in this forum. ADB recognizes my phone when the phone is on. When I load the bootloader to prepare to unlock it the serial number does not show like when its on. Is this normal? Do I just proceed to unlock it?
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
You should not see it mounted unless you have it mounted. try running this command replacing blah with the file path to your adb file
Code:
blah/blah/blah adb shell
If it works, you're golden. If not, troubleshoot
I set the environmental variables so I can just enter adb shell?
Sent from my Nexus S using XDA App
sarge363 said:
I set the environmental variables so I can just enter adb shell?
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
Um I'm not too great with windows and on a mac we just drag the adb file into our command prompt and it works =/ what I'm saying is I have no idea what you mean by environmental variables. Try it? If it doesn't tell you the phone isn't there but also doesn't say its starting the daemon then you have to enter everything.
Awesome I'll give it a shot when I get home.
Sent from my Nexus S using XDA App
I tried adb shell and it says error: device not found. I've tried to update the drivers that i got from this thread.
http://forum.xda-developers.com/showthread.php?t=878786
Inside the x64 drivers there looks like there are 4 that might work:
Android_test
Android_usb
Android_winusb
Android_winusb2
I really dont understand what I'm doing wrong.
Edit: I entered the entire path and still nothing.
haha I got it. I was getting frustrated of trying to "play it safe" and said screw it. I just went ahead and entered fastboot oem unlock and it worked lol......
Rooted!!!
Sent from my Nexus S using XDA App
Congrats
Sent from my Nexus S using XDA App

Omap on windows7

Hi guys
Could some one please give a step by step guide as to how to install omap drivers on windows 7. I stay get window showing could not install drivers, and when i click it in device manager i dont get option to install.
Thanks in advance
Sent from my LG-SU760 using xda app-developers app
shaqfu786 said:
Hi guys
Could some one please give a step by step guide as to how to install omap drivers on windows 7. I stay get window showing could not install drivers, and when i click it in device manager i dont get option to install.
Thanks in advance
Sent from my LG-SU760 using xda app-developers app
Click to expand...
Click to collapse
Just remove your battery, plug the fone to the computer through USB, you will hear some sound repeating from computer, so open devices and printers you will see Omap device appearing and disappearing, just click right on it you will get properties, so inside open drivers, inside the opened pop-up windows click on change settings, so now go click on up-date drivers, don't let Windows choose it for you, click on the second one when inside the pop-up click on floppy disk it will let you pick drivers from where you put it on your computer it should be this one usb_drv_windows,

Root for HP Slate 7

This post is by "kibaruk" his method worked for me.
Thanks kibaruk!!!!!!
kibaruk said:
ok for all slate 7 users, i found a real easy and secure way to root our device, no brick chance because it doesn't modify anything inside the tablet, you just push su.
Way easier than having to install software you don't even know what it does...
The hardest part of the whole thing is installing the adb drivers which is detailed below in step 6-7-8 in case it's all you need.
step 1: Download android sdk manager (there are lots of stripped versions that might work but for tutorials sake we'll use the whole thing).
step 2: Download cydia's impactor (cydia's impactor home page in case you are interested in reading a bit).
step 3: Install both software previously downloaded (the android sdk manager doesnt have an installer, it will unzip and work from that directory, it's probably better if you unzip it into an easy to access path but it's up to you, for tutorial we will use c:\asdk\ ).
step 4: Open android sdk manager, select from the list and install only* "android sdk platform-tools" and "google usb driver" (* only as in this are the only things we actualy need, if you need at some other point or are interested in tinkering you are free to do so).
Ok so here we start with the sort-of-hard part, making our computer connect with our slate 7 through adb, to do this you need to...
step 5: Open a command terminal (windows button + r to open a run window and type cmd to open a terminal).
step 6: Go to c:\users\username\.android\ and type within the terminal:
Code:
echo 0x03f0 >> adb_usb.ini
step 7: At this point you need to get back to an explorer window and get to c:\asdk\sdk\extras\google\usb_driver\ (or wherever you unzipped it), there you will find a file called "android_winusb.ini", open it and add at the end the following:
Code:
; hp
%singleadbinterface% = usb_install, usb\vid_03f0&pid_5e1d
%compositeadbinterface% = usb_install, usb\vid_03f0&pid_5d1d&mi_01
%compositeadbinterface% = usb_install, usb\vid_03f0&pid_601d&mi_01
step 8: Open windows device manager and you will see your tablet as "hp" with a yellow warning icon, right click it and check update software, then click look for software in the computer, then click on choose driver from a list.
Once you do this you will see an icon "use disk". Explore your way to c:\asdk\sdk\extras\google\usb_driver\ and choose "android_winusb.ini" file.
The first option you will see is android adb interface, so you pick next, it will warn you about installing drivers from unkwnown sources you keep saying yes until it's done.
step 9: Go back to your cmd terminal and get to c:\asdk\sdk\platform-tools\ , this is where adb.exe is and type in the following:
Code:
adb kill-server
Code:
adb start-server
Code:
adb devices
if everything worked as expected you will see a device listed, this is your slate 7.
step 10: Now open cydia's impactor tool, you will see a small window with a default command on screen which is the following:
Code:
# drop supersu su to /system/xbin/su
just click start next to it aaaaand you are done!
Just open an app like titanium backup which needs root to see if it worked.
This method is simple plus you don't have to download anything chinese or unnecesary software into your computer, the tutorial is really long because i tried to be as detailed as posible but in the end you shouldnt take more than 5 minutes (the downloads might take a bit longer though for the sdk), i would take screenshots of the process but my computer runs on a spanish version of windows (the same reason why you might see things with different names i was just trying to guess the device manager label part).
If you have any question feel free to ask and if it worked for you a thanks would be awesome so more users will try this.
Click to expand...
Click to collapse
The Slate 7 and the TP are completely different. I strongly suggest that instead of posting here, you request that XDA start a forum for your device. A quick Google search turns up http://forum.xda-developers.com/showthread.php?t=1660354&page=855.
I know they are different but there is no Sub Forum for Slate 7.
So I posted it here hoping for someone to reply with Root files :/
Thanks for moving it.
Bump
Hey mate,
I have tried to root the HP Slate 7. I am not a developer. I am just an user who knows a thing or two.
Upon trying to sideload flash root files, adb stops and says it cannot be done on production firmware. Same goes via manual.
So the issue relies on the firmware. HP has locked the device down so we will either need to wait on HP to give us the unlock method or for a developer to crack it!
You can always try yourself but not sure if it will work. I think if we created a pre-root firmware we could flash that to gain root.
Root files are universal so just search and download!
Well I can't find root files.
And the problem I think is the CWM.
deleted
Sent from my HP Slate 7 using xda premium
beyored said:
Sent from my HP Slate 7 using xda premium
Click to expand...
Click to collapse
Tried this and no success. This is what I have been doing and no luck. adb commands work and it will push but the apps aren't there after completing step 2 and running unlock root. I have done a reboot and tried more than once.
I have done this method before so I don't know where I am going wrong lol.
To be honest, I think my Slate and laptop aren't communicating correctly. I cannot transfer non-media files. Have you got this issue?
SwannyBhoy said:
Tried this and no success. This is what I have been doing and no luck. adb commands work and it will push but the apps aren't there after completing step 2 and running unlock root. I have done a reboot and tried more than once.
I have done this method before so I don't know where I am going wrong lol.
To be honest, I think my Slate and laptop aren't communicating correctly. I cannot transfer non-media files. Have you got this issue?
Click to expand...
Click to collapse
another fella has had same issue so i unrooted and tried it again it worked 2 more times just to make sure its full proof..... now im having trouble getting root back........
so im gonna delete the post and see if theres an easier way.....
shuame works but same again its hit and miss....
Sent from my HP Slate 7 using xda premium
Got this looking sweet now...
Xposed framework installed....http://forum.xda-developers.com/showthread.php?t=1574401 rovo89 thanks for this great xploit....
XTheme engine installed.....https://www.dropbox.com/s/3ciz2clswmxa6i7/XThemeEngine_beta5.apk ruqqq you rock....
Tablet ui module installed...
Deodexed.......universal deodexer....http://forum.xda-developers.com/showthread.php?t=2213235&highlight=deodexer thanks abcdjdj....
BB keyboard....
Inverted Google now.....http://www.designrifts.com/teamblackedoutapp/ team blackout.....
Well in mate it looks nice. I hate you only because it works for and nitot me lol.
Im gunna give this another go on another machine incase I installed it wrong.
Let me know if you get a working method.
Sent from my HP Slate 7 using xda premium
Oh c'mooon !! You can't have rooted and deodexed bla bla i can't get it rooted..
drifter94 said:
Oh c'mooon !! You can't have rooted and deodexed bla bla i can't get it rooted..
Click to expand...
Click to collapse
Sent from my HP Slate 7 using xda premium
Deodexed......
beyored said:
Sent from my HP Slate 7 using xda premium
Deodexed......
Click to expand...
Click to collapse
Haha, i wasn't saying it's impossible.. I was saying that it's not fair that you managed to get that and i didn't... I can't get adb to work
Sent from my HP Slate 7 using xda app-developers app
drifter94 said:
Haha, i wasn't saying it's impossible.. I was saying that it's not fair that you managed to get that and i didn't... I can't get adb to work
Sent from my HP Slate 7 using xda app-developers app
Click to expand...
Click to collapse
lol i know.....have you installed the drivers
beyored said:
lol i know.....have you installed the drivers
Click to expand...
Click to collapse
Yes, i tried loads of tutorials, 3 different pcs, 2 cable, different download files.. 0, can't connect tablet to adb
Sent from my HP Slate 7 using xda app-developers app
Did you change the .ini file and the config file? In work at the moment can give you tonight
Sent from my GT-N7105 using xda premium
Mate have you done something to your HP Slate that I haven't? Or you have a special one.
Adb works fine for me. Gaining root does not. Same error. Cannot do on a production build.
Any updates done before root? Mine was out the box and straight to the laptop for rooting. I downloaded the backup firmware from HP's site and not used it.
Sent from my GT-N7105 using xda premium

[Q]

i was trying to root my phone by following the guide from the FAQ
http://forum.xda-developers.com/showthread.php?t=895545
and i got to the step:
point it to where you downloaded the Android SDK (..\android-sdk-windows\google-usb_driver)
Make sure to CLICK "Let me pick from a list of device drivers on my computer"
Then from the list 3 choices select Android Bootloader Interface
Click to expand...
Click to collapse
to install the usb driver and it didnt work as there is no google usb section of the SDK download.
I went and downloaded google-usb-drivers from google but my computer (win 7) still cant find anythign compatible.
what do i do?
EDIT: oops i didnt realize i had no title. Sorry. Feel free to add one if you want.
Also i did search for this. and was suprised to find no results... however there are lots of different search boxes to choose from on this site. I was pretty sure i chose the one for nexus s
Did you select the correct library path for Windows to find the driver on the computer??
Sent via Tapatalk 4 now Free
Did you select the correct library path for Windows to find the driver on the computer??
yes i did point to the folder. both the parent folder and the various inner folders.
it works fine in usb mode when the phone is on.
they are the official google usb drivers is there another source for my Nexus S.
also for reference it is under other devices - android 1.0
do i even need that step?
chico1st said:
Did you select the correct library path for Windows to find the driver on the computer??
yes i did point to the folder. both the parent folder and the various inner folders.
it works fine in usb mode when the phone is on.
they are the official google usb drivers is there another source for my Nexus S.
also for reference it is under other devices - android 1.0
do i even need that step?
Click to expand...
Click to collapse
is there another good guide i can follow? maybe there is a step i need to do before usb install? This guide assumes the usb drivers will come with the SDK but the only data the SDK tries to update is itself to SDK15 which the guide specifically mentioned not to do.
chico1st said:
is there another good guide i can follow? maybe there is a step i need to do before usb install? This guide assumes the usb drivers will come with the SDK but the only data the SDK tries to update is itself to SDK15 which the guide specifically mentioned not to do.
Click to expand...
Click to collapse
Try this...
Setting.Out said:
Try this...
Click to expand...
Click to collapse
that has the same issue
i cannot get usb connectivity in for the fast boot mode
from the rootkit the when i plug in my device even after installing the universal usb drivers i think windows is installing something else. Thus stopping me from accessing it while in fastboot mode
Not really sure what to do here. USB debugging enabled and everything all the guides are pretty easy to follow and have the same steps.
Google PdaNet, download and install it after attaching your phone to pc via usb. It will also install device driver... I think it is 'android 1.0' driver issue...
Sent from my Nexus S using XDA Premium 4 mobile app
Faizi Ch said:
Google PdaNet, download and install it after attaching your phone to pc via usb. It will also install device driver... I think it is 'android 1.0' driver issue...
Sent from my Nexus S using XDA Premium 4 mobile app
Click to expand...
Click to collapse
do i have the usb debugging mode on or off when i do this?
Faizi Ch said:
Google PdaNet, download and install it after attaching your phone to pc via usb. It will also install device driver... I think it is 'android 1.0' driver issue...
Sent from my Nexus S using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes, usb debugging should be on...
chico1st said:
do i have the usb debugging mode on or off when i do this?
Click to expand...
Click to collapse
Sent from my Nexus S using XDA Premium 4 mobile app
nope didnt work
just so you know when i plug in the phone with debugging on i have 'android composite adb interface' installed
i have removed all the drivers from this computer previously. i can do it again though.
after installing pdanet i have 'android 1.0' pop up under other devices with an exclamation on it in device manager...i don't know if that is normal or not?
how do i know when this is working? i always try to run "oem fastboot unlock" which goes to "waiting for device" but will i no longer see the
USB control Init
USB control init end
??
It is the same issue of android 1.0 driver which i also faced in win8... You have to install android 1.0 driver manually from device manager
Sent from my Nexus S using XDA Premium 4 mobile app
Faizi Ch said:
It is the same issue of android 1.0 driver which i also faced in win8... You have to install android 1.0 driver manually from device manager
Sent from my Nexus S using XDA Premium 4 mobile app
Click to expand...
Click to collapse
so if i go to install the drivers from the pdanet folder if i tell device manager to search the winusb folder it says "cannot find drivers for your hardware" and if i dont search and say have disk - i chose 'android device' then the file in android_'winusb' file but it says "specified location does not have information about your hardware"
so i cannot get it to work.
This is on XP and win7 (2 different computers). I prefer the XP one for this though
Install nexus s root toolkit, then try to install driver from there.
http://forum.xda-developers.com/showthread.php?t=1766475
Or try this
http://unrevoked.com/rootwiki/doku.php/public/windows_hboot_driver_install
Faizi Ch said:
Install nexus s root toolkit, then try to install driver from there.
http://forum.xda-developers.com/showthread.php?t=1766475
Or try this
http://unrevoked.com/rootwiki/doku.php/public/windows_hboot_driver_install
Click to expand...
Click to collapse
YAY somehow that last one worked thank you so much!!!
now a question. I have been following this guide which is from 2011 and the superuser code it recommends has a version for donught and froyo. My SNS is at 4.1.2 right now so can i use those super user scripts or should I use something else? or do i need that at all. I just want to put a new rom on my SNS.
thank you all i love you!
chico1st said:
YAY somehow that last one worked thank you so much!!!
now a question. I have been following this guide which is from 2011 and the superuser code it recommends has a version for donught and froyo. My SNS is at 4.1.2 right now so can i use those super user scripts or should I use something else? or do i need that at all. I just want to put a new rom on my SNS.
thank you all i love you!
Click to expand...
Click to collapse
Welcome!
First unlock your bootloader and install custom recovery. Then download latest supersu zip and install it via recovery
Sent from my Nexus S using XDA Premium 4 mobile app

No option to authorize RSA key

Title says it all... I'm trying to unlock my Nexus 5 boot loader, but I can't get USB debugging to work. Any ideas? I've tried two different computers
Sent from my Nexus 5 using XDA Premium 4 mobile app
thatguy97 said:
Title says it all... I'm trying to unlock my Nexus 5 boot loader, but I can't get USB debugging to work. Any ideas? I've tried two different computers
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
There should be a prompt on your phone when you connect to a computer. If it doesn't show up, then try using the "Revoke usb authorisations" option and try again.
Accidental thanks. Enjoy.
thatguy97 said:
Title says it all... I'm trying to unlock my Nexus 5 boot loader, but I can't get USB debugging to work. Any ideas? I've tried two different computers
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Had the same issue. Solved it by enabling PTP in Settings - Storage - (menu button in the upper right) - USB-Connection.
After enabling PTP the Popup with RSA key appeared.
Hope I could help.
djcreature said:
Had the same issue. Solved it by enabling PTP in Settings - Storage - (menu button in the upper right) - USB-Connection.
After enabling PTP the Popup with RSA key appeared.
Hope I could help.
Click to expand...
Click to collapse
I did sort of the same. I disabled MTP and didn't enable MTP and that worked. You might need to do a fresh install of the drivers.
You won't get the pop-up by just plugging it in and toggling USB Debug, etc. You need to open up a program that uses ADB (Like WugFresh) or a command prompt in the adb/fastboot folder and typing -> adb devices (or fastboot devices if in fastboot mode). I just revoked computer permissions and tried ticking and unticking everything, and I couldn't get the auth pop-up. As soon as I started WugFresh, the pop-up appeared on the phone to authorize.
Still no popup
I tried everything in this topic and I still don't get popup RSA key.. working with nexus5 4.4.2 and windows8 and WugFresh toolkit
Any idea?
gcej said:
I tried everything in this topic and I still don't get popup RSA key.. working with nexus5 4.4.2 and windows8 and WugFresh toolkit
Any idea?
Click to expand...
Click to collapse
First of all, don't use toolkits... Please.
Make sure you have installed the correct drivers... Download Android sdk and make sure you have downloaded the usb_driver...
Go to developer options and revoke permissions, enable adb debugging... Now again connect your n5 to the PC and the a message should popup...
I had this problem because I was using an old version of adb
Sent from my Nexus 5 using Tapatalk
Try using different drivers
Sent from my Nexus 5 using xda app-developers app
---------- Post added at 03:13 PM ---------- Previous post was at 03:10 PM ----------
Use the third option in the driver installation window. Forgot what it was called but that was the only one that worked for me
Sent from my Nexus 5 using xda app-developers app
Universal Naked Drivers for Windows 8(8.1) - had the same issue myself. Was the only drivers I could get working on a Lenovo machine.
Help!!
I have tried everything with this, I reinstalled the usb google drivers countless times. I have redownloaded the SDK and have gotten no where, I even changed the connection to PTP. Someone please help!:crying:
Pure_Android said:
I have tried everything with this, I reinstalled the usb google drivers countless times. I have redownloaded the SDK and have gotten no where, I even changed the connection to PTP. Someone please help!:crying:
Click to expand...
Click to collapse
Do you get the yellow exclamation mark in device manager on the port not working? I had a device where no matter what I couldn't get the pc to recognize it. What worked for me was to go to update drivers, then right below the area where you can browes for drivers is an area where you can choose drivers from a list on your computer. Go there and look for the android adb interface driver
Sent from my Nexus 5 using XDA Free mobile app
Help!
jd1639 said:
Do you get the yellow exclamation mark in device manager on the port not working? I had a device where no matter what I couldn't get the pc to recognize it. What worked for me was to go to update drivers, then right below the area where you can browes for drivers is an area where you can choose drivers from a list on your computer. Go there and look for the android adb interface driver
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
No, It shows as
Android Device > Android Composite ADB Interface.
Pure_Android said:
No, It shows as
Android Device > Android Composite ADB Interface.
Click to expand...
Click to collapse
Your drivers are set up correctly then. Have you authorized adb debugging in developer options?
Sent from my Nexus 5 using XDA Free mobile app
Help!
jd1639 said:
Your drivers are set up correctly then. Have you authorized adb debugging in developer options?
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Yes, I have USB Debugging enabled, I have unknown sources enabled, I even tried revoking the permissions to try and get the RSA certification but no luck
Pure_Android said:
Yes, I have USB Debugging enabled, I have unknown sources enabled, I even tried revoking the permissions to try and get the RSA certification but no luck
Click to expand...
Click to collapse
Can you access the files on your phone from the pc? Are you on a custom Rom that may default to accepting the rsa?
Sent from my Nexus 5 using XDA Free mobile app
Help!
jd1639 said:
Can you access the files on your phone from the pc? Are you on a custom Rom that may default to accepting the rsa?
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
Yes, I can access files, and no I am on stock, I'm attemting to root but this is whats blocking me from doing so
Pure_Android said:
Yes, I can access files, and no I am on stock, I'm attemting to root but this is whats blocking me from doing so
Click to expand...
Click to collapse
If you can copy files to the phone from the pc, just copy the super su zip to your phone. Then flash it in a custom recovery
Sent from my Nexus 5 using XDA Free mobile app
Help!
jd1639 said:
If you can copy files to the phone from the pc, just copy the super su zip to your phone. Then flash it in a custom recovery
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
The problem is, I have no root access, therefore it is till normal android. I need adb to root
Pure_Android said:
The problem is, I have no root access, therefore it is till normal android. I need adb to root
Click to expand...
Click to collapse
You don't need adb to root. Can you copy files to your phone? If so, copy supers.zip to /sdcard/download. Then get a twrp.img file and you'll flash that in fastboot.
See this http://forum.xda-developers.com/showthread.php?p=47025283
Sent from my Nexus 5 using XDA Free mobile app

Categories

Resources