View Single Post
Old 02-28-2012, 11:05 AM   #69
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by murz_07 View Post
Now when I boot in fastboot mode I can see this:
...
"Другие устройства" = "other devices"
Where can I find some driver?
You do not need a driver. You can ignore that "missing device driver". fastboot talks directly to the USB port. I use the linux version of fastboot. The windows version needs to be run in a cygwin bash shell.

You can look at the details in properties for your uninstalled device. It should be x01949/0xd0d0 for fastboot mode.

The nice thing about being in fastboot mode is it does a good job recharging the battery. Leave it connected in fastboot mode to recharge it for several hours (overnight is better).

fastboot makes a good battery charger. ;-)

With a kindle fastboot tool, you can do "./fastboot getvar serial" to see your serial number. You might need to do "sudo ./fastboot getvar serial" depending on your permissions settings.

You cannot flash mmcblk0p1 from fastboot -- the image file is too big. You can flash mmcblk0p2 (diags) from fastboot, then boot to it, then copy your restore mmcblk0p1 from an image file on the usb drive using the "dd" command. Details are provide in other posts in this thread and in the "Select Boot..." thread.

I will make this process simpler in the future.

Last edited by geekmaster; 02-28-2012 at 11:12 AM.
geekmaster is offline   Reply With Quote