Adb not getting install... really some please help me out. - Barnes & Noble Nook Tablet

i install sdk manager
and other files which it was mark as default
but to check if adb is installed correctly. i use cmd and enter adb devices
and i got the error " adb is not recognized as internal or external command on windows "
fine then i tried to get some help with device manager, i saw portable devices --> Xperia neo v.
and this is upto date, i stll click on update drivers --> Browse from my computer -- > let me pick manually --> Next
here i get only one compartiable hardware which name as " MTP usb device "
so i click have a disk enter this link " C:\Program Files (x86)\Android\android-sdk\extras\google\usb_driver "
The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver, make sure it is designed to work with Windows for x64-based systems.
http://forum.xda-developers.com/showthread.php?t=1413293
i read this and try to help myself but
and i wont find this thing anywhere
9. Select Show all and click next
10. Click Have Disk, then Browse
11. Go to your extracted folder and go into it, until a file called android_winusb.inf is there. Double click that (NOT android_winusb_old.inf)
12. Click OK and then Next
-Note: If it says not signed, just click next anyway
13. Wait and if it says not signed, click install drivers anyway
14. Wait until it's done, then close all of your programs
15. Press the windows key and R at the same time on your keyboard
16. Type cmd and hit enter (Command prompt will appear)
17. Copy and paste the following code into it:
Code:
echo 0x0e79 >> "%USERPROFILE%\.android\adb_usb.ini
18. Type adb kill-server
19. Type adb devices, and your device should now show up
20. Hit the thanks button below
Please any of the xpert help me....:crying::crying::crying:

I forget to say i am using windows 7 64 bit
with xperia neo v 4.1 upgrated version

Qutub Uddin said:
I forget to say i am using windows 7 64 bit
with xperia neo v 4.1 upgrated version
Click to expand...
Click to collapse
Have a look at the 'basics' link in my signature. It tells you how to install the drivers properly.
Sent from my Galaxy Nexus using Tapatalk 2

I did it, adb installed in xperia neo v....
ITs alryt now....
thanx to veyka :good:
he help me with this
Google : how to add adb to your path...... this thing works for me
and i follow this steps. now adb is working fine after installation. i think people can help others with this link. and you too :good:

Qutub Uddin said:
ITs alryt now....
thanx to veyka :good:
he help me with this
Google : how to add adb to your path...... this thing works for me
and i follow this steps. now adb is working fine after installation. i think people can help others with this link. and you too :good:
Click to expand...
Click to collapse
As with any executable in windows, if you are in a different directory than the executable, you either have to provide the full path when executing it, or add the path of the executable to your windows path. This is not something specific to ADB, it is common for any executable in windows.
Sent from my Galaxy Nexus using Tapatalk 2

Related

How can I change X10 design?

Hi and good morning.
I have seen on the thread, "post your X10 screen" or something like that. And I have seen some that have a different WiFi icon, battery in right corner. How do I change that? Is it custom ROMs or what?
Thanks for all help.
Sent from my X10i using XDA App
Sikiduck said:
Thanks for all help.
Click to expand...
Click to collapse
Hi.
See the tutorial link in my signature, it's really quite easy to do.
Do I have to start with ADB for noobs: http://forum.xda-developers.com/showthread.php?t=532719 and install Droid Explorer?
And then "Three tutorials for modifying your x10 OS aesthetically" and then: "framework-res Icon Pack (Modding)"?
Thanks
EDIT: Im not getting a notification of Android ADB when i plug in my USB. I have tried to download USBdeview and see if there is HTC Android, but there is not.
I have a Xperia X10i phone and the only thing that is listed is "Sony Ericsson sa0101 ADB Interface Driver" and "Sony Eri Memory Stick USB Device".
When I uninstall ADB Interface driver nothing happens. Just freeze for a couple of seconds but thats it.
Whats wrong?
Can someone help me?
Sikiduck said:
Do I have to start with ADB for noobs: http://forum.xda-developers.com/showthread.php?t=532719 and install Droid Explorer?
Click to expand...
Click to collapse
nephron said:
Hello All!
After much frustration with setting up ADB i finally got it working. Everyone said its simple and takes minimal knowledge but when things dont work, nothing really worked. Anyways after 2 hours of research trying to get ADB to work i finally got it all working and wanted to share my knowledge to anyone else that needed help.
This Guide is for windows only. If you are using Mac OS X please go here: ADB For Dummies
If you are using Linux please go here: [HOW-TO]Set up Android SDK/ADB/Fastboot on Ubuntu Linux
Like My Guide(s)? Donate
--------------------------------------------------------------------------
Things you need:
Android SDK - Download
Winrar - Download (32bit) Download (64bit)
Windows PC
USB Cable
A Rooted HTC Dream (Google G1)
--------------------------------------------------------------------------
Setting up the Android SDK
Download the file from above
Unzip to your desktop
Take the "android-sdk-windows" folder and move it to the root of your hard drive (C:\)
Right click on My Computer and click properties
Select the Advanced Tab or Advanced System Setting (Vista/Windows 7)
Select Environment Variables...
Press New
For Variable Name type: adb
For Variable Value type: C:\android-sdk-windows\tools
Now,
1. Run SDK Manager.exe located in the android-sdk-windows folder
2. If it gives you an error go to settings and click on "Force http//....."
3. Select all options and let it download and install
If you cant get the setup to work, Download the USB-DRIVERS folder - HERE (Windows XP/Vista/Windows 7)
--------------------------------------------------------------------------
Preparing your phone for ADB
Go to Settings on your phone
Select Applications
Select Development
Make sure 'USB Debugging' is checked
--------------------------------------------------------------------------
Installing Drivers
Plug in your phone through USB and DO NOT MOUNT IT!!!!!
Your computer should see a new device and try to install Android 1.0 driver (If it doesnt, scroll down to the "Im not getting a notification of Android ADB when i plug in my USB" section)
Let it load
Once it cant find them select "Install drivers from my pc"
The drivers you need are in the Android SDK 1.5r2 folder (C:\android-sdk-windows\usb_driver)
Depending on your OS pick x86 or amd64
You ADB Android Device should now be installed! Good Job
For Android SDK 1.5r7+
1. Run SDK Manager.exe
2. If it gives you an error go to settings and click on "Force http//....."
3. Select all options and let it download and install
If you cant get the setup to work, Download the USB-DRIVERS folder - HERE (Windows XP/Vista/Windows 7)
--------------------------------------------------------------------------
Check if your phone is detected by ADB
Open up Command Prompt (Go to run, type in cmd, press enter)
Type in
Code:
cd C:\android-sdk-windows\tools === Press Enter
adb devices === You should see your device listed
adb shell === you should see # in the next line
Now you are all set to run adb commands
Note: for a list of commands type in 'adb' in cmd
CONGRATS YOU NOW HAVE ADB FULLY RUNNING!
Click to expand...
Click to collapse
Sikiduck said:
And then "Three tutorials for modifying your x10 OS aesthetically" and then: "framework-res Icon Pack (Modding)"?
Click to expand...
Click to collapse
It would be an idea to read the three tutorials yes and the packs are there for you to use when you've learned how to edit apks. If the adb driver is already installed I'm not sure why you're removing it, you need it to use adb.
Hi all, I need help pls, i try SDK Manager work but I hawe problem. I fallow thys steps http://forum.xda-developers.com/showthread.php?t=532719 all works great, SDK Manager update and download all data but when I conect x10 on usb computer auto install "Sony Ericsson sa0101 ADB Interface Driver" and not the "androidwinusb86.cat" what i need for SDK Manager recognise me x10. Haw I can pls ghet install the right usb driver tu SDK recognise me x10? I need sdk for run the ADB for run JIT on me phone. PLS help thys noob thx
Or if smebody hawe som simple gude how enable JIT on X10, I welkom them, thx
Edit: win 7 ultimate 32b
btw sorry shuld by in difrend post, how enable JIT on x10.
thx
any help pls?

20 -02-2011 flashing recovery for the ones who updated to the latest build 18 febuary

before fanything you will need to enable the tegra drives do the following so your folio is recognised as and adb interface:
you dont need this if your folio is allredy recognised has a adb interface in device manager.
1) Install the Adb driver.
For driver :
- Download the android SDK
- Edit "<your-android-sdk-folder>/usb_driver/android_winusb.inf"
- Add the following after [Google.NTx86] (or [Google.NTamd64] if 64 bits windows)
Code:
;NVIDIA Tegra
%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000
%CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01
2 now for the flashing
make sure you have the following
adb on your computer
recovery image(recovery.img found inside update.zip from folio mod
folio must be rooted(use superoneclick1.6.5 or over)
and last the app (root explorer)
lets start
step 1. instal root explorer on your folio
step 2. copy the recovery image from foliomod in your computer to a memory card
step 3.with your memory card inserted in your folio using root explorer copy the recovery.img to this directory like this /data/recovery.img note:if found another data folder inside past the recovery.img there aswell
step4. exit root explorer now in your computer type this in comand prom (cmd)
"adb shell" without quotes it should say demon started sucessefuly.and a $ sign should be there
now type this "cat /data/recovery.img >/dev/block/mmcblk0p7" without quotes
if nothing happens it means it worket
now for the flashing do not factorise do it after instaling the mod your trying to install.
alternative way:If you get the permission denied error, type in: "su -" and on your tablet superuser should come up with a permission request. Allow this and you are really "root" as the # shows in the shell window.
note:if you found this guide usefull dont forget to press the thanks button
you dont need this for your folio to be recognised has a adb interface in device manager
1) Install the Adb driver.
For driver :
- Download the android SDK here
- Edit "<your-android-sdk-folder>/usb_driver/android_winusb.inf"
- Add the following after [Google.NTx86] (or [Google.NTamd64] if 64 bits windows)
Code:
;NVIDIA Tegra
%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000
%CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01
MCLP said:
so what you will need
adb on your computer
recovery image(recovery.img found inside update.zip from folio mod
folio must be rooted
and last the app (root explorer)
lets start
step 1. instal root explorer on your folio
step 2. copy the recovery image from foliomod in your computer to a memory card
step 3.with your memory card inserted in your folio using root explorer copy the recovery.img to this directory like this /data/recovery.img note:if found another data folder inside past the recovery.img there aswell
step4. exit root explorer now in your computer type this in comand prom (cmd)
"adb shell" without quotes it should say demon started sucessefuly.and a $ sign should be there
now type this "cat /data/recovery.img >/dev/block/mmcblk0p7" without quotes
if nothing happens it means it worket
now for the flashing do not factorise do it after instaling the mod your trying to install.
if you are having trouble instaling adb on your computer please tell i dont mind making one tutorial cause for tegra devices u need to modifie the driver file.
Click to expand...
Click to collapse
Looking good, but cant we just fatboot it over, well anyway wich rooting method works? Visionary? z4root? superoneclick?
nickwarn said:
Looking good, but cant we just fatboot it over, well anyway wich rooting method works? Visionary? z4root? superoneclick?
Click to expand...
Click to collapse
the latest superoneclick works like a charm
z4root wont work
visionary aswell
MCLP said:
you dont need this if your folio recognised has a adb interface in device manager
1) Install the Adb driver.
For driver :
- Download the android SDK here
- Edit "<your-android-sdk-folder>/usb_driver/android_winusb.inf"
- Add the following after [Google.NTx86] (or [Google.NTamd64] if 64 bits windows)
Code:
;NVIDIA Tegra
%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000
%CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01
Click to expand...
Click to collapse
hello,
I just install the SDK, but the folder :
"<your-android-sdk-folder>/usb_driver/"
doesn't exist and the .inf is not found ...
any idea ?
thanks for your help ...
abdrx said:
hello,
I just install the SDK, but the folder :
"<your-android-sdk-folder>/usb_driver/"
doesn't exist and the .inf is not found ...
any idea ?
thanks for your help ...
Click to expand...
Click to collapse
Launch the SDK by double-clicking SDK Manager.exe, at the root of your SDK directory.
Expand the Third party Add-ons and Google Inc. add-ons.
Check Google Usb Driver package and click Install selected.
Proceed to install the package. When done, the driver files are downloaded into the <sdk>\google-usb_driver\ directory.
To install the Android USB driver on Windows for the first time:
Connect your Android-powered device to your computer's USB port.
Right-click on Computer from your desktop or Windows Explorer, and select Manage.
Select Devices in the left pane.
Locate and expand Other device in the right pane.
Right-click the device name (such as Nexus S) and select Update Driver Software. This will launch the Hardware Update Wizard.
Select Browse my computer for driver software and click Next.
Click Browse and locate the USB driver folder. (The Google USB Driver is located in <sdk>\google-usb_driver\.)
Click Next to install the driver.
Hi all,
ok, done, back from last Tosh ROM to the last Dexter ROM ...
abdrx said:
Hi all,
ok, done, back from last Tosh ROM to the last Dexter ROM ...
Click to expand...
Click to collapse
if you did not use my methord u can always share how you did yours
Hey, I had a problem, my adb gave me a permission error every time i tried "cat /data/recovery.img >/dev/block/mmcblk0p7", so all what i have done is downloading a terminal emulator and just tap it, it went then perfectly
MCLP said:
if you did not use my methord u can always share how you did yours
Click to expand...
Click to collapse
Yes !!
I follow this one with a MIX of your post :
(start at section BUT for some of you (including me) this will fail and you will see a text on the screen like booting recovery kernel image and the tablet freezes there. )
http://forum.xda-developers.com/showthread.php?t=915894
and with FASTBOOT, it works for me.
abdrx said:
Yes !!
I follow this one with a MIX of your post :
(start at section BUT for some of you (including me) this will fail and you will see a text on the screen like booting recovery kernel image and the tablet freezes there. )
http://forum.xda-developers.com/showthread.php?t=915894
and with FASTBOOT, it works for me.
Click to expand...
Click to collapse
thats too comlex my methord is easier
MCLP said:
if you get permission denied or some kind off error u are better off using terminal emulator
Click to expand...
Click to collapse
If you get the permission denied error, type in: "su -" and on your tablet superuser should come up with a permission request. Allow this and you are really "root" as the # shows in the shell window.
NVM. I solved it.
Great guide! Im now running the foliomod
Ok, I'm an idiot. I've updated my new Folio - spot foliomod too late ;(((
Now I can't root it.
I followed what said here (and others post on xda).
I've installed the driver but 'ADB devices' does not show anything below the list in command prompt.
The latest superoneclick idles (more than an hour) with no result.
Maybe I need to change the text string to make it recognize the driver?
Any hint?
EDIT: solved. I've reinstalled driver (not in fastboot mode and checked adb_usb.ini).
Now it's rooted. Superoneclick rules.
Hi,
Im on the latest original firmware whith a big-ass problem...
My internal storage and SD-card wont get recognized whiles the folio is started up.
Therefor i cannot install root explorer or anything else on my folio.
Is there another way to root my folio?
Thnx
ibila said:
Hi,
Im on the latest original firmware whith a big-ass problem...
My internal storage and SD-card wont get recognized whiles the folio is started up.
Therefor i cannot install root explorer or anything else on my folio.
Is there another way to root my folio?
Thnx
Click to expand...
Click to collapse
thats sounds like an internal error try factorising your folio through recovery and check if it works (it should work otherwise u just meessed ur tabllet)
shidima_101 said:
If you get the permission denied error, type in: "su -" and on your tablet superuser should come up with a permission request. Allow this and you are really "root" as the # shows in the shell window.
NVM. I solved it.
Great guide! Im now running the foliomod
Click to expand...
Click to collapse
if you found this guid usefull dont forget to hit the thanks button
MCLP said:
thats sounds like an internal error try factorising your folio through recovery and check if it works (it should work otherwise u just meessed ur tabllet)
Click to expand...
Click to collapse
Tried factory reset but doesn't help. Nether does flashing the firmware..
Sent from my HTC Desire using XDA App
Thanks done
I think could be useful add this part to the guide on the "how to enable Tegra driver":
Type this in the Run of start menu:
echo 0x955 >> "%USERPROFILE%\.android\adb_usb.ini"
This command prompt add a 0x955 line in adb_usb.ini located in C:\Documents and Settings\<name of the user>\.android
Find the folder with " %USERPROFILE%\ " in Run.
I'll try to recover my Folio ASAP and I'll let you know
EDIT: Done! I'm on FolioMod
shidima_101 said:
If you get the permission denied error, type in: "su -" and on your tablet superuser should come up with a permission request. Allow this and you are really "root" as the # shows in the shell window.
Click to expand...
Click to collapse
thanks, yes permission error solved
Hi and thanks for your guide.
I just wanted to ask some questions before, so I dont screw up my brand new tablet
I rooted it and installed Root Explorer. Copied the Recovery.img to "\data" and "\data\data"-folders.
So far so good. But when i connect my tablet with USB-debugging enable, run a command promt, and typ "adb shell" it shows a $-sign but i doesnt say anything else, the "demon started sucessefuly"-part is missing. Is this a problem?
One more thing, when ive successfully flashed this recovery, should i be able to install FolioMod like with old fimwire?
Thanks in advance!

Guide Install Adb Windows 8 Dev-Preview64bit

How to install adb windows 8
From what I've read a few members were having troubles installing adb on Windows 8 dev Preview-64bit
I have it installed and running and thought I'd share how I did it.
I take no responsibility if you screw up your phone. "IF YOU DON'T KNOW WHAT THIS GUIDE IS FOR OR HOW TO USE IT PLEASE DON'T".
Ive linked a zip file containg the adb drivers,the java.exe,the android-sdk and the easytether.exe
I take no credit whatsoever for the htc/android driver I downloaded them from here
http://forum.xda-developers.com/showthread.php?t=1514942
Thanks to xda member "1wayjonny" please hit the thread up and give thanks to him for all his hard work.
There are alot of other methods to get adb installed on windows8 this is just how I did it.
Laie1472 link
http://db.tt/z5avjkJS
Here we go
Download the zip attatched to the link.
#1-Extract the "laie1472.zip" to your desktop or folder of choice.
#2-Extract the "universal zip" into the same folder.
Now install the jdk-6u22-windows-i586.exe if your running an intel i5 if not then download the correct java version from here-
http://www.oracle.com/technetwork/java/javase/downloads/index.html
and let it run that's all for the java.
Second extract the android-sdk_r07-windows.zip to your c:\ drive.
Meaning right click on the android sdk and choose extract.
A window will appear. In the address bar of that window is were the files will currently be extracted to. Please delete everything in the address bar except the c:\ Then click "ok" and close the window.
Then go to your start menu and click on it. From there go to computer and click on it. Then you will see an icon that says (c That's your hard drive were you extracted the android sdk. Click/Double click on this icon. From there you should see a folder named Android-sdk something something, Right click on this folder and rename it to "AndroidSDK" without the quotes.
Please rename the folder exactly as I wrote it capitol letters and all.
Next make sure that you have usb debuggin enabled on your phone. If you can't find this, "PLEASE STOP UNTIL YOU DO"
Now run the easytether.exe "free app included in the zip" file and when it opens up it will give you an option of Easy tether core or Android USB drivers. Please choose the Android USB drivers. But "STOP" and click the little arrow next to ANDROID USB DRIVERS. A menu will appear. When it does please choose ENTIRE FEATURE WILL BE INSTALLED ON C:\ DRIVE. Check that option as well. Click install and let it finish.
Now please REBOOT your Laptop/Desktop.
When your pc/laptop is up and running, plug your phone into your pc while powered on and choose "charge Mode only".
Then select the windows key on the keyboard
Then select "control Panel"
Then select "more settings"
Then select "device Manger"
Once your there look for the ""ADB DRIVER" or while in device manger unplug your phone from your pc and then plug it back in and choose "charge only" and watch for the device driver that shows up.
Then "right click" and choose "update driver"
Then select
"browse MY Computer for driver software"
Then select
"let me pick from a list of device drivers on my computer"
Then a window will appear.
Then select
"Next" from the top of the window.
Then select
"Have DISK"
Now when that window opens select "browse"
Then another window will appear.
Now at the top of the window you will see an "address bar" with a "down arrow next to it".
Select the "down arrow" and then a drop down list will appear.
From here browse to your desktop or where ever you extracted the laie1472.zip to and find the universal folder.
Then select the driver
"android_winusb.inf" and select "open".
Another window will appear and then select "OK"
Windows will prompt you to install the driver, also it will warn you that the driver is not signed but press install anyway.
When that is done close out all windows and unplug your phone.
Now restart your laptop/pc. You can do this by holding the window key and press the letter "R"
Now type "cmd" and press enter.
Now a command window will appear, in that window type this or copy and paste it
shutdown /s
Then press enter. Another window will appear saying that windows will shutdown in 60 seconds press ok.
Then type
exit
Then press enter and wait.
When your pc/laptop is back up and running plug your phone into your laptop/pc and choose charge only.
Then hold the window key and press the letter "R"
Now type "cmd" amd press enter.
When that command window appears. Type this command or copy and paste it.
cd\
then hit enter
Now type cd\AndroidSDK\tools\
Then hit enter
Now type
adb devices
You "should" see a bunch of numbers
Those numbers. Represent your phone.
Now type
adb shell
Then hit enter on your keyboard.
You should see the # sign. That means you have adb installed. To test it just type reboot recovery and it should reboot your phone into your current recovery. From there you got it.
I hope this helps anyone who was having a hard time getting adb to work on windows 8 Developers Preview64-bit. I have not tested this on the latest windows release or the 32bit verison but your welcome to and leave feedback if your successful to help the community.
This is For the HTC EVO 3d-CDMA, it may or may not work for the GSM version or the evo4g CDMA,GSM.
PLease take into mind that this guide may or may not work for you. Some will have no problems with this guide while others may or may not experince difficulties.
This Guide is in no way 100% guaranteed to work for all. Please refarin from posting negative feedback if it does'nt, how ever I would encourage postive feedback.
I will attempt to maintain this thread and help out any members who decide to use this guide.
Edit if you need help installing adb on ubuntu see my thread here
http://forum.xda-developers.com/showthread.php?t=794624
If you need help installing adb on windows 7-32,64bit,Vista-32,64bit or Xp-32,64bit see my thread here
http://forum.xda-developers.com/showthread.php?t=858118
Also the sdk I included is the older version, I haven't tried with the latest one. If you do please post if your successful to benefit the community. Also the path to the tools folder will change with the latest sdk, the command should be
c:\AndroidSDK\platform-tools\
This is not for development only for adb. You have to download the development platforms via adb tools.exe to do development.
Hope this helps.
Root-Hack_Mod*Always\
Thanks man. You saved me to downgrade my windows.
No prob glad it worked for you.
Root-Hack_Mod*Always\
laie1472 said:
No prob glad it worked for you.
Root-Hack_Mod*Always\
Click to expand...
Click to collapse
Check your pm
Sent from my PG86100 using XDA
Nice guide man...
How did yiu get easy tether to install it keeps erorring out on Me
Sent from my htc_shooter using Tapatalk 2 Beta-6
What part does it error out on ?? And are you running the 64bit ver ??
#Root-Hack_Mod*Always\
shizkoff777 said:
Check your pm
Sent from my PG86100 using XDA
Click to expand...
Click to collapse
Got it thanks man.
#Root-Hack_Mod*Always\
PMGRANDS said:
Nice guide man...
Click to expand...
Click to collapse
Thanks pm
#Root-Hack_Mod*Always\
laie1472 said:
What part does it error out on ?? And are you running the 64bit ver ??
#Root-Hack_Mod*Always\
Click to expand...
Click to collapse
i got abd installed although easy tether didnt work, you should add to your guide to disable driver signature enforcement then it installs with out issue and without easy tether
Well you never posted what error you received so I'm taking it as user error or its your setup. I've used that easytether exe more than enough times to know it works. I've used it on all of my 64bit os's including Vista, and 7-64bit. Also I've had that exact same exe posted on my other guide for adb on 7 and I've never had anyone post that the drivers wouldn't install. Also I've received numerous of pm's saying thanks for the guide and no one but you have posted that the easytether drivers didn't install. So if you want to figure out why they wouldn't install I'm cool with that pm me or post here but I won't change the guide because imo its one of easiest methods of installing adb and it works if done correctly.
#Root-Hack_Mod*Always\
laie1472 said:
Well you never posted what error you received so I'm taking it as user error or its your setup. I've used that easytether exe more than enough times to know it works. I've used it on all of my 64bit os's including Vista, and 7-64bit. Also I've had that exact same exe posted on my other guide for adb on 7 and I've never had anyone post that the drivers wouldn't install. Also I've received numerous of pm's saying thanks for the guide and no one but you have posted that the easytether drivers didn't install. So if you want to figure out why they wouldn't install I'm cool with that pm me or post here but I won't change the guide because imo its one of easiest methods of installing adb and it works if done correctly.
#Root-Hack_Mod*Always\
Click to expand...
Click to collapse
can you update your links? much appreciated
hey laie1472 thank you so much for the guide , but please can u fix the dropbox link for the laie1472.zip thanks in advance craig
Hello. Anyone got the updated links or files for download... I'd appreciate it.
Link is fixed.
\Root-Hack_Mod*Always=LTE
craigmoly said:
hey laie1472 thank you so much for the guide , but please can u fix the dropbox link for the laie1472.zip thanks in advance craig
Click to expand...
Click to collapse
Link is up.
\Root-Hack_Mod*Always=LTE

ADB now working Windows 7 64 Bit SOLVED GUIDE

Thanks to a good link from Vanto to read here is the instructions as to how I got it to work,
This solved it for Winblows 7 64 bit. For others having the same problem on Winblows 7 64 bit (should be the same for 32 bit miuns the X86 Directory)
1. Go into settings on the prime and make sure USB debugging has a check in it in under SYSTEM > Developer options > USB Debugging
2. Plug your prime into your Winblows 7 laptop and let it install its drivers. Open up device manager by going to Start > Control Panel > Hardware and Sound > and click on device manager under devices and printers. If you see at the top of device manager ASUS Android devices and when you expand it you see ASUS Android Composite ADB Interface you already have the ADB drivers installed and can skip down to #6
3. Go to ASUS website and download the USB drivers for the TF201. Download Vipermod Primetime 4.6 here for the ADB drivers http://goo.im/devs/viperboy/Prime/viperMOD_PrimeTime_v4.6.zip then extract the zip file to a normal file. You only need the drivers from the tool.
4. Plug your prime into your Winblows 7 laptop and let it install its drivers. Open up device manager by going to Start > Control Panel > Hardware and Sound > and click on device manager under devices and printers.
5. You should see the prime listed under portable devices. Uninstall the driver then update the driver manually. Browse to the folder you created from the Vipermod primetime zip. Make sure there is a check in check sub folders. Winblows should detect the drivers and then convert the prime to a ASUS Android Device.
6. Go into settings on the prime and make sure there is no check in Launch ASUS Sync under PERSONAL > Accounts & Sync > Launch ASUS Sync
7. Press Control, Shift, Escape at the same time and make sure there are no instances of ASUS Sync or Splashtop runnung in services in Winblows 7.
8. Download and Install the latest Android SDK. I installed all the libraries and such just to be on the safe side. http://developer.android.com/sdk/index.html
9. DISCONNECT YOUR PRIME FROM THE USB AND REBOOT YOUR PRIME AND YOUR WINBLOWS LAPTOP. After both devices reboot plug in your tablet into your Winblows laptop.
10. Navigate to C:\Program Files (x86)\Android\android-sdk\platform-tools and click on the ADB file. A command prompt will open and spool up a bunch of stuff then close. All the stuff spooling I am assuming was the ADB server starting.
11. Hold down shift then right click inside platform-tools folder and select open command prompt here. You should be in a command prompt window showing the directory C:\Program Files (x86)\Android\android-sdk\platform-tools
12. type adb devices. You should see your primes serial number pop up.
13. make a test file in the platform-tools directory, i just used a simple text file to test then type:
adb push test.txt /sdcard/
It would be easier to just put the Rom you are going to flash in this directory so when it is time to push the rom it would be:
adb push nameofrom.zip /sdcard/
If SDCARD not recognized try:
adb push nameofrom.zip /system/media/
14. browse to your sdcard and you should see your file there. If you are already in the sdcard folder window on your prime, leave the folder then come back and it should be there.
15. You should be able to push files now after superwiping. You may need to push to /system/media/ if /sdcard/ is not found. Make sure you have all the / in the directory structure when pushing.
16. From inside recovery select install zip from sdcard and browse to the folder you pushed it to then flash away.
If anything seems incorrect or out of order please let me know so I can correct it. If this helps you congrats but if not I'm sorry. This is how I got it to work.
As you have stated that prior to your windows re-install, everything had worked, thus I highly doubt that this could be the issue... but just to double check, you do have usb debugging enabled, right?
If you can, connect your transformer prime, and try executing {install directory}/android/platform-tools/adb.exe -devices and let us know what kind of output you get.
Lostsorrow said:
OK looking for a little help here. I am planning on doing the Super mega wipe in the dev section however ADB has not recognized my prime. I wanted to verify I could push to it a test file before I did the wipe. Under device manager it shows the whole Asus ADB interface device and that the device is "working properly" I also have a listing down in portable media devices where it states Transformer TF201. I have disabled Asus sync and do not have splashtop. When I connect my prime I can explore the internal SD and copy files back and forth over USB. I have also installed and updated the latest Android SDK. I am at a total loss here. I recently did a fresh install of windows and beforehand it used to work. Any ideas or help would be greatly appreciated. Thanks in advance :cyclops:
Click to expand...
Click to collapse
make sure your adb files are the most updated once,
i had this problem before but thats just cause my adb was not updated
I recently battled with this and concluded that adb just doesn't work on Windows 64bit for the TFP. My advice, try to find an XP pc and do it through that. I posted in Prime_Full_Wipe thread in Dev section about this.
Wasted several hours trying to get adb to see the device. Tried so many device drivers.... Latest adb versions etc....
Sent from my EPAD using Tapatalk 2
tangiers said:
I recently battled with this and concluded that adb just doesn't work on Windows 64bit for the TFP. My advice, try to find an XP pc and do it through that. I posted in Prime_Full_Wipe thread in Dev section about this.
Wasted several hours trying to get adb to see the device. Tried so many device drivers.... Latest adb versions etc....
Sent from my EPAD using Tapatalk 2
Click to expand...
Click to collapse
thats weird... im on window 7 64 bit and it works for me ;o
lil-devil said:
thats weird... im on window 7 64 bit and it works for me ;o
Click to expand...
Click to collapse
Mine did too when I unlocked but once I had a custom rom on it, it stopped working. I think the driver gets messed up by the custom rom making the pc see the TFP as something different to an Asus TFP.....
Sent from my EPAD using Tapatalk 2
http://forum.xda-developers.com/showthread.php?p=28021373 is my post or you can try read the whole thread, it helped me a lot
Just did my Full-Wipe part on a brand new Win7 Ultimate-SP1 x64 machine
Sent from my GT-I9000 using Tapatalk 2
unlocking phone from one network
hae guyz i have my htc s620 upgraded from dash have tried to generate network unlock code and for 3days of hard work and going through almst all threads nothing has been fruitful......i need someone who will help me generate unlock code...my pc is window 7 and my phones imei is 35155301530476202........i will be so greatful..email me the unlock code via [email protected]
waiting for u reply guyz

Bootloader for Droid DNA

Hello Everyone,
New to the rooting Droids, but have an understanding of them. I have jailbroken all Apple products which i got tired of. Now i finally got myself the New DNA phone with verizon. my dilemma is i dont know how to get the bootloader unlocked http://forum.xda-developers.com/showthread.php?t=2109862 i read through this link on how to do so. but it just gives u the link to download the apk file but no idea on what to do next with it? which also ive been reading off this site how to root my phone. http://forum.xda-developers.com/showthread.php?t=2000896
I need of a bit of help if anyone has a min to help me that would be great.
what i dont understand off the first link what to do with the apk file do i put the zip file right on my DNA drive? or run it off the pc?? if so what programs do i need on my computer to unlock my bootloader.
"
What you need:
1.) a Droid DNA
2.) this attached APK
Instructions:
1.) Download apk (attached, cid.apk)
2.) run it (in your app drawer titled HTC DNA SuperCID
3.) reboot to bootloader and confirm you have SuperCID:
a.) fastboot oem readcid
"
that is all the post contains on how to get the supercid?
thanks again!
1. Access XDA from your phone and download the app. (It will show up in your downloads)
2. Install the app by opening it
3. Here's where I believe your main issue/question is. You need Android SDK, if you don't have it installed you can get it Here
4. Follow the instructions and set that up
5. Hold your power button and down on the volume rocker till your phone goes into the bootloader.
6. Plug your phone into your computer
7. While in CMD Prompt type Fastboot oem readcid and hit enter.
8. if you get a response along the lines of 111111 you're good to go.
9. Head over to HTCDev.com and follow the steps they give you
10. After following those steps your bootloader will be Unlocked
11. Flash CWM or TWRP (recoveries) [There are instructions in those threads on how to do that]
12. You should then be good to go and flash ROM's, etc.
access the XDA from the first link? i posted?? on myphone?
ok downloaded to my phone and installed the Apk file
Yes. From your phone go to the link with the apk. Click on the download for that apk, and it will show up on your phone.
ok i now i have it installed and booted to the bootloader screen, which i selected fastboot, and now i have the CMD open but the command you told me to input doesnt work just error message saying "fastboot" is not recongnized. i also have the adt extracted on my desktop.
xd4v3x said:
ok i now i have it installed and booted to the bootloader screen, which i selected fastboot, and now i have the CMD open but the command you told me to input doesnt work just error message saying "fastboot" is not recongnized. i also have the adt extracted on my desktop.
Click to expand...
Click to collapse
Fastboot is an ADB command. Did you install the android SDK to your computer, and follow the guide on how to set it up?
Edit:
Here's a guide on how to setup the SDK Guide
yes it completly installed for the APK software, so i used the "abd" command instead of the word fastboot?
xd4v3x said:
yes it completly installed for the APK software, so i used the "abd" command instead of the word fastboot?
Click to expand...
Click to collapse
Did you set the platform-tools folder to the root of your C: Drive? ADB (my bad, not ABD) uses commands. Fastboot is one of the commands it uses to talk to the phone. If you don't set it up correctly the command: Fastboot will not be recognizable. Double check with the guide I posted, that you have everything correctly setup.
yes i have it in C:\android-sdk-windows
but all i see in the folder is .metadata....
xd4v3x said:
yes i have it in C:\android-sdk-windows
but all i see in the folder is .metadata....
Click to expand...
Click to collapse
Ok, a couple questions...
1. Did you install HTC Sync? That installs the HTC drivers to your computer.
2. What version of Windowns (if you're on windows) are you running?
Yes i install the htc sync and i am running windows 7 x64.
xd4v3x said:
Yes i install the htc sync and i am running windows 7 x64.
Click to expand...
Click to collapse
Ok, go into the sdk folders. There should be a little android icon that says Android SDK or something along those lines. Open that up and it should ask you if you want to install some drivers. You need to install those. Once you do that everything should work.
OverDroid5 said:
Ok, go into the sdk folders. There should be a little android icon that says Android SDK or something along those lines. Open that up and it should ask you if you want to install some drivers. You need to install those. Once you do that everything should work.
Click to expand...
Click to collapse
I have thanked a couple of your posts because the OP hasn't and you have gone out of your way
ok so far what I have setup:
installed phone drivers on the wndows 7 - htc sync.
installed the CID.apk file on my phone.
installed the sdk software on my windows 7 64bit.
I reboot the phone to the bootloader screen.
but cant get the command prompt to work by using the "fast oem readcid"
what am I missing? I keep getting an error when running that command.
thanks again for everyone help so far.
You have to be in a folder that has the fastboot.exe file. Or you need to update your windows path so it recognizes the android sdk folders.
Your best bet is to create a new folder in C:\. For example C:\HTCbootloader. Then copy fastboot.exe, adb.exe, and AdbWinApi.dll into it. Then when you run 'cmd', type 'cd HTCbootloader'. From that point you should be able to type 'fastboot oem readcid'.
thanks I try that when I get home.
betterthancrimzon said:
You have to be in a folder that has the fastboot.exe file. Or you need to update your windows path so it recognizes the android sdk folders.
Your best bet is to create a new folder in C:\. For example C:\HTCbootloader. Then copy fastboot.exe, adb.exe, and AdbWinApi.dll into it. Then when you run 'cmd', type 'cd HTCbootloader'. From that point you should be able to type 'fastboot oem readcid'.
Click to expand...
Click to collapse
This is correct. Also to setup a set path that you can access anywhere.
1. Right click on "Computer"
2. Go to properties
3. Click on Advanced System Settings
4. Click on Environmental Variables
5. In System Variables, Scroll to PATH
6. Select it and hit Edit
7. Do not change anything, in the current string, instead go to the very end
8. No spaces from where it ends. ;C:\(whatever you named the file with fastboot.exe, adb.exe, and AdbWinApi.dll)
9. Click ok, and you have a path setup, so no matter where you access cmd prompt from you can use adb commands.
I apologize by attempting to hijack this thread but the advice in here is superb... Alright gentleman I could use some help, I got my code from HTC and have followed the instructions with the utmost precision including the verification of my paths (using the same folder from the previous CMD during the unlock process) but no matter what I do I get the error...
"cannot load *** bin unknown error". Any ideas?
ok so i finally got the fastboot oem readcid, and it read 11111111 so im in a good spot so far.. but now i dont see any where, on whats the command to get the token. on this forum page. http://forum.xda-developers.com/showthread.php?t=2000896
thanks again!
xd4v3x said:
ok so i finally got the fastboot oem readcid, and it read 11111111 so im in a good spot so far.. but now i dont see any where, on whats the command to get the token. on this forum page. http://forum.xda-developers.com/showthread.php?t=2000896
thanks again!
Click to expand...
Click to collapse
Ok, Now that you have it reading 11111111 head over to HTCdev.com and follow the steps there. You're going to go to unlock bootloader and select other supported devices. It will guide you on how to get the token as well as how to unlock the bootloader.

Categories

Resources