Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Th3-Chronikk
Old
(Last edited by Th3-Chronikk; 6th February 2012 at 07:14 AM.)
#1  
Th3-Chronikk's Avatar
Member - OP
Thanks Meter 5
Posts: 81
Join Date: Feb 2012
Location: Dallas

 
DONATE TO ME
Cool Found why adb not recognizing some 6.2.2 kindle's

My device ids and hardware ids are different than the ones in the drivers for rooting

Device Instance Id: USB\VID_0006&MI_01\6&FA091&1&0001

Hardware Ids: USB\Vid_1949&Pid_0006&REV_0216&MI_01
USB\Vid_1949&Pid_0006&MI_01

Compatible Ids: USB\Class_ff&SubClass_42&Prot_01
USB\Class_ff&SubClass_42
USB\Class_ff

How could I use these in the android_winusb.inf to make Adb recognize my device any help would be great

I think that other people have these same ids that is why I'm not the only one where Adb isn't recognizing my kindle fire I help this helps others help all the people that would like to root their device but cant because its not recognized
Sent using my Kindle Fire 6.2.2
Root Access: No
Game systems Hacked: All that I own/ed (6)
Computers Hacked: 3
Websites Hacked: ~8
 
THANHVO31
Old
(Last edited by THANHVO31; 6th February 2012 at 07:33 AM.)
#2  
THANHVO31's Avatar
Senior Member
Thanks Meter 505
Posts: 610
Join Date: Feb 2010
Location: Haiphong

 
DONATE TO ME
Quote:
Originally Posted by Th3-Chronikk View Post
My device ids and hardware ids are different than the ones in the drivers for rooting

Device Instance Id: USB\VID_0006&MI_01\6&FA091&1&0001

Hardware Ids: USB\Vid_1949&Pid_0006&REV_0216&MI_01
USB\Vid_1949&Pid_0006&MI_01

Compatible Ids: USB\Class_ff&SubClass_42&Prot_01
USB\Class_ff&SubClass_42
USB\Class_ff

How could I use these in the android_winusb.inf to make Adb recognize my device any help would be great



I think that other people have these same ids that is why I'm not the only one where Adb isn't recognizing my kindle fire I help this helps others help all the people that would like to root their device but cant because its not recognized
Look here for hardwareid http://www.jayceooi.com/2011/12/13/h...db-usb-driver/

I think this is an attempt to prevent root from amazon. However, if you know the procedure, the game is not over.
HTC HD2 512. MIUI HD2 JB + HTC One X (CID_044) Stock 3.14.707.24 + Kindle Fire + Nexus 7 3G + iPad2 6.1.2
The Following User Says Thank You to THANHVO31 For This Useful Post: [ Click to Expand ]
 
Th3-Chronikk
Old
#3  
Th3-Chronikk's Avatar
Member - OP
Thanks Meter 5
Posts: 81
Join Date: Feb 2012
Location: Dallas

 
DONATE TO ME
Quote:
Originally Posted by THANHVO31 View Post
Look here for hardwareid http://www.jayceooi.com/2011/12/13/h...db-usb-driver/

I think this is an attempt to prevent root from amazon. However, if you know the procedure, the game is not over.
That link you posted doesn't use my same ids
Sent using my Kindle Fire 6.2.2
Root Access: No
Game systems Hacked: All that I own/ed (6)
Computers Hacked: 3
Websites Hacked: ~8
 
umarsl
Old
(Last edited by umarsl; 6th February 2012 at 08:27 AM.)
#4  
Member
Thanks Meter 10
Posts: 92
Join Date: Feb 2011
Quote:
Originally Posted by Th3-Chronikk View Post
My device ids and hardware ids are different than the ones in the drivers for rooting

Device Instance Id: USB\VID_0006&MI_01\6&FA091&1&0001

Hardware Ids: USB\Vid_1949&Pid_0006&REV_0216&MI_01
USB\Vid_1949&Pid_0006&MI_01

Compatible Ids: USB\Class_ff&SubClass_42&Prot_01
USB\Class_ff&SubClass_42
USB\Class_ff

How could I use these in the android_winusb.inf to make Adb recognize my device any help would be great

I think that other people have these same ids that is why I'm not the only one where Adb isn't recognizing my kindle fire I help this helps others help all the people that would like to root their device but cant because its not recognized
Once you find the solution can you please let me know as well?
I am really interested in this!
btw, I have another Kindle that is working and gets recognized by computer in seconds and the other that has been bricked for over 2 months :'(

EDIT: and I made a huge mistake and i had not put in the bootloader (FIREFIREFIRE) on my bricked kindle, however, I took extra precaution and put it on my working kindle and to prevent it even further I am not using any roms and only using GoLauncher EX, googleframework, Superuser(root), and Market
as some roms are unstable and ALWAYS have a problem that something is not working correctly!
 
Th3-Chronikk
Old
#5  
Th3-Chronikk's Avatar
Member - OP
Thanks Meter 5
Posts: 81
Join Date: Feb 2012
Location: Dallas

 
DONATE TO ME
Quote:
Originally Posted by umarsl View Post
Once you find the solution can you please let me know as well?
I am really interested in this!
btw, I have another Kindle that is working and gets recognized by computer in seconds and the other that has been bricked for over 2 months :'(
I will post it on a new thread so you will know and I cant find anyone to help me with these ids
Sent using my Kindle Fire 6.2.2
Root Access: No
Game systems Hacked: All that I own/ed (6)
Computers Hacked: 3
Websites Hacked: ~8
 
THANHVO31
Old
#6  
THANHVO31's Avatar
Senior Member
Thanks Meter 505
Posts: 610
Join Date: Feb 2010
Location: Haiphong

 
DONATE TO ME
Quote:
Originally Posted by Th3-Chronikk View Post
I will post it on a new thread so you will know and I cant find anyone to help me with these ids
I just give you the fishing rod, not fish

Once your KF stuck at Kindle Fire, you can get your HardwareID

You should know the file call "android_winusb.inf" that you'll point to that to install driver for your bricked KF.

put the following

Quote:
;Kindle Fire
%SingleAdbInterface% = USB_Install, USB\Vid_1949&Pid_0006&REV_0216&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_1949&PID_0006&MI_01
%SingleAdbInterface% = USB_Install, USB\VID_1949&PID_0006&REV_0100
%CompositeAdbInterface% = USB_Install, USB\VID_1949&PID_0006
And try again.

Goodluck
HTC HD2 512. MIUI HD2 JB + HTC One X (CID_044) Stock 3.14.707.24 + Kindle Fire + Nexus 7 3G + iPad2 6.1.2
 
Th3-Chronikk
Old
#7  
Th3-Chronikk's Avatar
Member - OP
Thanks Meter 5
Posts: 81
Join Date: Feb 2012
Location: Dallas

 
DONATE TO ME
Quote:
Originally Posted by THANHVO31 View Post
I just give you the fishing rod, not fish

Once your KF stuck at Kindle Fire, you can get your HardwareID

You should know the file call "android_winusb.inf" that you'll point to that to install driver for your bricked KF.

put the following



And try again.

Goodluck
Didn't work
Sent using my Kindle Fire 6.2.2
Root Access: No
Game systems Hacked: All that I own/ed (6)
Computers Hacked: 3
Websites Hacked: ~8
 
eldarerathis
Old
#8  
Senior Member
Thanks Meter 255
Posts: 139
Join Date: Jun 2010
Quote:
Originally Posted by Th3-Chronikk View Post
That link you posted doesn't use my same ids
The hardware IDs in that link look identical to yours, and I think every other Kindle Fire I've seen. Yours don't look unusual.

Got an Android question? Stop by Android Enthusiasts!
 
thegreenfamily04
Old
#9  
thegreenfamily04's Avatar
Senior Member
Thanks Meter 16
Posts: 166
Join Date: Aug 2009
Location: Lakeview
I'm having the same damn issue, my 6.2.2 kindle is not recognized by adb. The weird thing is that sometimes it does see the device and then it disappears? The driver ID's that are posted are identical to the ones that are included with KFU.

If anyone figures this out please let me know!

Troy.

AT&T Galaxy S3
 
androidcues
Old
#10  
androidcues's Avatar
Senior Member
Thanks Meter 90
Posts: 712
Join Date: Mar 2010
Location: Boston
This post is ridiculously long and is kind of a rant... but Ive had it with all these "cant find adb in KF" posts and yes its a problem, and yes amazon devs are prob laughing at us but the answer is not on XDA forums or anywhere its not in Vashypooh's Teamviewer, its in your computer its in your Fire and you need to make it happen. Im probably going to regret posting this, but whatever, its a crap answer for a crap question.


Look - Ive messed around with just about everything from the kindle to the computer to using different computers to performing downgrades from Win8 to Win7 and trying to figure out why my Fire sometimes can be seen by adb and why sometimes it cannot...

I cant explain everything in one post its too much information but you need to mess around.

Without explaining these are the steps I took and I cant tell you which ones work because its like a very messy environment on a computer and everyones got different flavors and different variables...

try these (in no particular order) try them all at once or try them in pieces, but you need to reboot after each instance (think about your science teacher explaining why scientific experiments need to be controlled and clean and precise so as to eliminate any variables which may interfere with the end result!)

Do you have admin rights over your computer? If you dont... get it.

delete the .android file (this will have adb_usb file in it) try again. Watch for your driver action you need to know whats going on... you need to make your computer verbose so its reporting all its activity

Uninstall and delete (FULLY DELETE!) the Kindle Fire Utility if you have it.

Uninstall and delete (FULLY DELETE) the Android SDK if you have it. All of them if you have more than one.

Uninstall and delete (FULLY DELETE) any such programs you have that are dedicated to using adb.exe such as say AndroidCommander Droid Explorer or any of that stuff they are gone!

If you want to know if theres any other stuff on your computer, and dont really know how to use anything other than Windows Explorer, (shame on you) then install the greatest file finder I know - Everything.exe http://www.voidtools.com/download.php install that crap and then fix the options to "show hidden files and system files and hide nothing) and then when its set up, type in the search "adb" and "android" and "winusb" instances, then go to their parent folder and delete the whole thing, clear out your trash, uninstall all drivers, delete them, and UNPLUG all connected android devices so they dont throw stuff back into system and reboot the computer. You want a nice virgin promiscuous machine when it reboots, so you can pop its cherry with one Kindle Fire that needs to get its adb on.

install a verbose driver program (i am fond of USBDeview http://www.nirsoft.net/utils/usb_devices_view.html) make sure whatever program you use is VERBOSE and reports every activity, like in the options make everyhting so that it reports, displays and hides nothing. UNINSTALL AND DELETE EVERYTHING that indicates it could be connected to 1. ADB 2. Device 3. anything freaking android. Actually, I have been so frustrated in the past that I actually uninstalled every single driver on the computer....I highlighted all my drivers and Uninstalled... and they all uninstalled.. my mouse stopped working my keyboard stopped working but screw that, shut down the computer (irrelevant to whatever winblows geeks tell you it is NOT harmful to crash-power down your windoze machine) and then upon rebooting it will install all its relevant inner drivers) which may be bad for some of you if you have a complicated setup but whatever all I wanted was to get adb working at the expense of other drivers. Everything will reinstall when its connected, thats how drivers work -- you connect it and it starts talking to windows and **** happens right there.

So, delete everything! Reboot! you need to reboot your machine after each major change, because its just to eliominate the chances of not being able to communicate if winblows needs to reboot to be fresh.

If you have deleted uninstalled all of these android-related drivers... and if you have made your machine verbose, so that its not hiding information or thinking you are not interested in whats going on in system, and then you reboot, chances are when you first plug that KF in to your system, **** will happen. You just need to make it work.

you cant just sit around for two months waiting for someone to give you the fix -- the answer is right there in your hands... you just have to make it stick. Its there. Just gotta tweak the hell out of your computer to make it happen. If it doesnt work... keep trying... try again. if that doesnt work, change something. keep on tweaking, keep on shaking the nest and itll pop in.

HOWEVER I checked out the Jayceooi website and he/she has a good case to make there -- and if "it dont work" then thats because you are not trying hard enough.

Now.. all I can say is Ive lost adb.. and Ive found it again.. and I still have it because I have not installed ANY other android related or SDK ADB related programs after I found it.... everytime I do... everytime I attach my other HTC devices, it messes up everything and I repeat the above all over again
grouper / htc ville tmous one-s / otter -kindle fire /htc vision -tmous g2 / htc dream - tmous g1
seriously, i love the Android community.

The Following 2 Users Say Thank You to androidcues For This Useful Post: [ Click to Expand ]
 
Post Reply+
Tags
adb, device, not found
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...