Q what are fadtboot binaries - Asus Eee Pad Transformer Prime

I know what fastboot and adb is and I have it set up bit what are fasrboot binaries?
Sent from my Nexus 4 using xda app-developers app

skinzy98 said:
I know what fastboot and adb is and I have it set up bit what are fasrboot binaries?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
A binary is basically the file that runs. So it would be adb.exe or fastboot.exe or if you are in linux then just adb and fastboot.

flumpster said:
A binary is basically the file that runs. So it would be adb.exe or fastboot.exe or if you are in linux then just adb and fastboot.
Click to expand...
Click to collapse
So if adb is already setup I don't need to worry about it
Sent from my Nexus 4 using xda app-developers app

Related

How to move boot img to fastboot dir ?

Sent from my ADR6410LVW using xda app-developers app
kgardner said:
Sent from my ADR6410LVW using xda app-developers app
Click to expand...
Click to collapse
You put the boot.img in the adb folder.
open a command prompt to that adb folder
then fastboot flash boot boot.img
My phone is detected but having issues getting boot img to fastboot dir any help would be great sorry for the newbie question.
Sent from my ADR6410LVW using xda app-developers app
I am still not seeing it . Is there guide on how to set up fastboot and adb I have tried several different ones still having issues .
Sent from my ADR6410LVW using xda app-developers app
kgardner said:
I am still not seeing it . Is there guide on how to set up fastboot and adb I have tried several different ones still having issues .
Sent from my ADR6410LVW using xda app-developers app
Click to expand...
Click to collapse
there are many guides if you search
kgardner said:
I am still not seeing it . Is there guide on how to set up fastboot and adb I have tried several different ones still having issues .
Sent from my ADR6410LVW using xda app-developers app
Click to expand...
Click to collapse
http://www.youtube.com/watch?v=oaNM-lt_aHw
Just copy the boot.img file to your platform-tools folder when everything is set up. Open cmd prompt, cd to platform tools folder and use fastboot cmd
Sent from my ADR6410LVW using Tapatalk 2
All of this is on your computer, not on the phone. If you used the fireballas unlock, just put the boot.img in the fireballas unlock folder that you unzipped. Then run the aforementioned fastboot commands from a command prompt.

Just ReLocked Question About UnLocking MAC

Just relocked and upgraded to the RUU, do I need to so the whole process to unlock again?
On a MAC, ./adb devices works and returns the device but ./fastboot unlock oem returns waiting on phone.
pmgreen said:
Just relocked and upgraded to the RUU, do I need to so the whole process to unlock again?
On a MAC, ./adb devices works and returns the device but ./fastboot unlock oem returns waiting on phone.
Click to expand...
Click to collapse
Yuppppers
What about ./fastboot flash unlocktoken Unlock_code.bin ?
Sent from my ADR6425LVW using xda premium
CharliesTheMan said:
What about ./fastboot flash unlocktoken Unlock_code.bin ?
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
Thank Charles, I tried ./fastboot flash unlocktoken Unlock_code.bin but got < waiting for device >
You sure you're in fastboot and not just hboot? It should say Fastboot USB in red on the screen.
Make sure you have any antivirus programs or anything like that turned off.
Sent from my ADR6425LVW using xda premium
CharliesTheMan said:
You sure you're in fastboot and not just hboot? It should say Fastboot USB in red on the screen.
Make sure you have any antivirus programs or anything like that turned off.
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
Tried it again, but got an error: error: cannot load 'Unlock_code.bin': No such file or directory
That mean I have to unlock it again?
Make sure Unlock_code.bin is in the correct folder with the fastboot executabke, that sounds like the problem the unlock code file isn't in the fastboot folder.
Sent from my ADR6425LVW using xda premium
CharliesTheMan said:
Make sure Unlock_code.bin is in the correct folder with the fastboot executabke, that sounds like the problem the unlock code file isn't in the fastboot folder.
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
Cant find that file anywhere on the mac.
pmgreen said:
Cant find that file anywhere on the mac.
Click to expand...
Click to collapse
Did you save it in your email or leave it in the inbox when you unlocked the first time?
Sent from my ADR6425LVW using xda premium
CharliesTheMan said:
Did you save it in your email or leave it in the inbox when you unlocked the first time?
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
Your name is very fitting, found the old email with the file. Placed the file in the same folder as fastboot.
Now appear to be in a hboot loop and can't get to fastboot usb

Unable to root my phone through moonshine

Hi guys! I'm currently in a pickle. I am unable to root my HTC Droid DNA thru moonshine. I did everything what was requested for the procedure.
I attach an attachment to this thread to better understand where i am. Any help is appreciate!!!!!
just a guess, but don't need to run cmd in admin mode?
Try adding adb and fastboot to your path in environment variables
Sent from my HTC6435LVW using xda app-developers app
Phaded said:
Try adding adb and fastboot to your path in environment variables
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
I did what you said, but unfortunately it keeps doing the same thing. I will further my research into the problem!
Try disabling antivirus and firewall
I think you have the wrong HTC drivers. See if you can have windows do a Web search for the drivers, instead of the ones you are currently using
Sent from my dlx using XDA Premium 4 mobile app
I'm having the same problem!
I've tried everything as well
Use koush's universal adb driver
Sent from my DLX using xda app-developers app
PhillyDub said:
Hi guys! I'm currently in a pickle. I am unable to root my HTC Droid DNA thru moonshine. I did everything what was requested for the procedure.
I attach an attachment to this thread to better understand where i am. Any help is appreciate!!!!!
Click to expand...
Click to collapse
Plug in your device and boot to fastboot usb, and run
Code:
fastboot devices
and see if that will pick up your device.
if not you need to check your Enviroment PATH and make sure you have added it to the PATH so you can call it from any directory.
If you have a USB thumb drive available try a live bootable version of Linux to do the moonshine from
Sent from my HTC6435LVW using xda app-developers app
.torrented said:
Plug in your device and boot to fastboot usb, and run
Code:
fastboot devices
and see if that will pick up your device.
if not you need to check your Enviroment PATH and make sure you have added it to the PATH so you can call it from any directory.
Click to expand...
Click to collapse
I ran fastboot usb on the command and I have found the problem. The problem was I had a older version of the htc driver installer. So ill uninstalling it and put the newer one. Much thanks my friend!!!!:laugh:
christianearl said:
I think you have the wrong HTC drivers. See if you can have windows do a Web search for the drivers, instead of the ones you are currently using
Sent from my dlx using XDA Premium 4 mobile app
Click to expand...
Click to collapse
"
^^^ This guy told you that 3 days ago....

can someone make a PH89IMG.zip to update firmware

adb in fastboot mode doesn't function so i can't update firmware without RUU. can someone make such a update file to flash using hboot? thanks in advance!
Sent from my HTC X920e using XDA Premium 4 mobile app
live2die said:
adb in fastboot mode doesn't function so i can't update firmware without RUU. can someone make such a update file to flash using hboot? thanks in advance!
Sent from my HTC X920e using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Adb won't work in fastboot, but fastboot does.
fastboot flash zip firmware.zip
Is what you should be doing...assuming the firmware zip was packaged correctly.
Quote from my HTC One firmware thread:
Place the zip in your fastboot/adb directory on your computer.
Put the device in fastboot mode
(Volume down and power until menu appears, select fastboot using power button)
Connect the device to the computer
Enter the following commands from terminal/command prompt in the fastboot directory, one at a time:
fastboot oem rebootRUU (this puts the device in RUU mode)
fastboot flash zip firmware.zip
It will say that the update did not finish, to flush again, repeat the above step:
fastboot flash zip firmware.zip
Quote:
Important: the flash process halts at around 75% to 90% on phone screen! This is normal and a safety precaution!
The last few percent is the reboot, which is NOT happening automatically, so you get a chance to check the console output before reboot to make sure it is safe to reboot!
The bar will only fill up to 100% once you type the following command:
fastboot reboot-bootloader (this reboots the device to bootloader)
Click to expand...
Click to collapse
thanks, but when in fastboot the cmd keeps saying 'waiting for device' after i type the command
Sent from my HTC X920e using XDA Premium 4 mobile app
live2die said:
thanks, but when in fastboot the cmd keeps saying 'waiting for device' after i type the command
Sent from my HTC X920e using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I had same problem with windows 8.1, had to dual boot Linux so I could use fastboot cmds
mopartonyg said:
I had same problem with windows 8.1, had to dual boot Linux so I could use fastboot cmds
Click to expand...
Click to collapse
i'm on windows 8.1 too and i don't have a linux system, but i tried the command with a win xp and it gave me the same issue
Sent from my HTC X920e using XDA Premium 4 mobile app
live2die said:
i'm on windows 8.1 too and i don't have a linux system, but i tried the command with a win xp and it gave me the same issue
Sent from my HTC X920e using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I think its windows and not having any new updated htc drivers. I tried for 2 days on 3 pcs and could not get it to work. Installed Linux and the first time it worked. Same with trying to adb sideload, would not work on windows but worked the first time on Linux
live2die said:
thanks, but when in fastboot the cmd keeps saying 'waiting for device' after i type the command
Sent from my HTC X920e using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Sounds like you are missing fastboot drivers for the phone.. If it was Linux you would have to run the command in superuser.
Sent from my HTC6435LVW using Tapatalk
maxjivi05 said:
Sounds like you are missing fastboot drivers for the phone.. If it was Linux you would have to run the command in superuser.
Sent from my HTC6435LVW using Tapatalk
Click to expand...
Click to collapse
i tried install fastboot drivers manually but still can't get commands to work when in fastboot
Sent from my HTC X920e using XDA Premium 4 mobile app
You have to disable driver verification in windows 8.x to install the driver.
Sent from my HTC6435LVW using XDA Premium 4 mobile app
warpurlgis said:
You have to disable driver verification in windows 8.x to install the driver.
Sent from my HTC6435LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
thanks, i tried but still can't get it to work
Sent from my HTC X920e using XDA Premium 4 mobile app
Disable driver verification and try using the DNA toolkit to install the correct driver.
Sent from my HTC6435LVW using XDA Premium 4 mobile app
mine is "error: device not found"
I don't think our device uses PH89IMG.zip cause we do t have a SD card.
Sent from my HTC6435LVW using XDA Premium 4 mobile app
I think it should be PH83IMG.zip
I used this tut to get fastboot working with windows 8.1
http://www.droid-now.com/2013/10/fix-working-fastboot-drivers-windows-8-1-x64/
Nowak4G said:
I used this tut to get fastboot working with windows 8.1
http://www.droid-now.com/2013/10/fix-working-fastboot-drivers-windows-8-1-x64/
Click to expand...
Click to collapse
will give this a try asap, thanks!
edit: is this for intel usb 3.0 only?
Sent from my HTC X920e using XDA Premium 4 mobile app
Nowak4G said:
I used this tut to get fastboot working with windows 8.1
http://www.droid-now.com/2013/10/fix-working-fastboot-drivers-windows-8-1-x64/
Click to expand...
Click to collapse
Yes I believe so. Guess it might not help out the AMD folks and it doesn't fix USB 2.0 ports.
Sent from my HTC6435LVW using xda app-developers app
santod040 said:
Adb won't work in fastboot, but fastboot does.
fastboot flash zip firmware.zip
Is what you should be doing...assuming the firmware zip was packaged correctly.
Quote from my HTC One firmware thread:
Click to expand...
Click to collapse
What do you think this means?
C:\sdk\platform-tools>fastboot oem rebootRUU
...
(bootloader) Start Verify: 0
OKAY [ 0.048s]
finished. total time: 0.049s
C:\sdk\platform-tools>fastboot flash zip rom.zip
error: cannot load 'rom.zip': Unknown error
I have the same problem exactly. I can't get adb to work. The phone will not show up on adb devices. Only shows up on fast boot devices.
Sent from my TouchPad using XDA Premium HD app
jerryatherton said:
I have the same problem exactly. I can't get adb to work. The phone I'll not show up on adb devices. Only shows up on fax boot devices.
Sent from my TouchPad using XDA Premium HD app
Click to expand...
Click to collapse
You need to use fast boot commands when from the bootloader, adb in recovery or booted.
Sent from my HTC6435LVW using xda app-developers app

i am stuck at boot logo in viper rom sense 5

I just flashed viper rom
everything was going good
and when everything done it said me to restart but I am stuck on this htc boot screen saying this build is for development purpose only ......
onkar0027 said:
I just flashed viper rom
everything was going good
and when everything done it said me to restart but I am stuck on this htc boot screen saying this build is for development purpose only ......
Click to expand...
Click to collapse
What is your hboot details and are you s-on or s-off?
Sent from my HTC Droid DNA using XDA Premium 4 mobile app
24ky said:
What is your hboot details and are you s-on or s-off?
Sent from my HTC Droid DNA using XDA Premium 4 mobile app
Click to expand...
Click to collapse
He wouldnt have been able to flash anything if he was son
Sent from my HTC6435LVW using XDA Premium 4 mobile app
thayl0 said:
He wouldnt have been able to flash anything if he was son
Sent from my HTC6435LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yea he would but he would have to adb push the .img file separately or use flash image gui
Sent from my HTC6435LVW using XDA Premium 4 mobile app
kenohki88 said:
Yea he would but he would have to adb push the .img file separately or use flash image gui
Sent from my HTC6435LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
yes, how can I do that
how to install boot.img I am stuck but I can enter into recovery
onkar0027 said:
yes, how can I do that
how to install boot.img I am stuck but I can enter into recovery
Click to expand...
Click to collapse
Damn it's been a while for me but if you look in the stickies for DNA you'll find step by step instructions...you have download the SDK files onto your computer, connect the DNA to computer and run ADB to push all the necessary files (ROM zip and boot.img file) but this step only necessary if you are NOT S-Off...are you S-On or S-Off? Also did you create a back up "nandroid" of your DNA before trying to flash a different ROM? cause if you did you could do a RESTORE but again first things first, you S-Off or S-On?
Sent from my HTC6435LVW using XDA Premium 4 mobile app
kenohki88 said:
Damn it's been a while for me but if you look in the stickies for DNA you'll find step by step instructions...you have download the SDK files onto your computer, connect the DNA to computer and run ADB to push all the necessary files (ROM zip and boot.img file) but this step only necessary if you are NOT S-Off...are you S-On or S-Off? Also did you create a back up "nandroid" of your DNA before trying to flash a different ROM? cause if you did you could do a RESTORE but again first things first, you S-Off or S-On?
Sent from my HTC6435LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
He is s-on. He stated that in another thread. Also, you can fastboot flash the boot.img to fix bootloop issue. Just use the command "fastboot flash boot boot.img" (be sure you are in hboot and have the boot.img from the ROM .zip in the same folder as your flashing tools on PC, or use the flashing tool "windroid HTC DNA tool" in development section.)
Sent from my HTC6435LVW using xda app-developers app
Uzephi said:
He is s-on. He stated that in another thread. Also, you can fastboot flash the boot.img to fix bootloop issue. Just use the command "fastboot flash boot boot.img" (be sure you are in hboot and have the boot.img from the ROM .zip in the same folder as your flashing tools on PC, or use the flashing tool "windroid HTC DNA tool" in development section.)
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
thank you so much for the reply .. and yeah it helped me
Uzephi said:
He is s-on. He stated that in another thread. Also, you can fastboot flash the boot.img to fix bootloop issue. Just use the command "fastboot flash boot boot.img" (be sure you are in hboot and have the boot.img from the ROM .zip in the same folder as your flashing tools on PC, or use the flashing tool "windroid HTC DNA tool" in development section.)
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
as you all said I tried to flash boot.img
but each time I connect my dna in fastboot windows says usb device not recognized
I am running on windows 8.1 and I have installed htc sync manager
There is no compatible win8 drivers for HTC. Run a Linux distro or downgrade to Win 7 or older
Sent from my HTC6435LVW using xda app-developers app
Uzephi said:
There is no compatible win8 drivers for HTC. Run a Linux distro or downgrade to Win 7 or older
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
Not true. I'm afraid you are misinformed.
I've unlocked all 4 DNA's that I've had on a Windows 8.0 - 64 bit machine.
First one with Jcase's original exploit. Second with Supercid and HTCDev unlock. Third and fourth with Moonshine.
If you're on Windows 8.0, downloading PDANet will install the correct drivers.
Windows 8.1 however, broke the Fastboot drivers.
Hope this helps :good:
As always, have fun.
sdamark said:
Not true. I'm afraid you are misinformed.
I've unlocked all 4 DNA's that I've had on a Windows 8.0 - 64 bit machine.
First one with Jcase's original exploit. Second with Supercid and HTCDev unlock. Third and fourth with Moonshine.
If you're on Windows 8.0, downloading PDANet will install the correct drivers.
Windows 8.1 however, broke the Fastboot drivers.
Hope this helps :good:
As always, have fun.
Click to expand...
Click to collapse
yep I tried pdanet ... still not recognizes windows only reads my phone when I am in recovery and adb sideload can I push boot.img using adb sideload
If you're on 8.1 I believe you need to use the naked drivers... It was featured on xda a month or so ago I think
Sent from my Droid DNA using Tapatalk
jamiethemorris said:
If you're on 8.1 I believe you need to use the naked drivers... It was featured on xda a month or so ago I think
Sent from my Droid DNA using Tapatalk
Click to expand...
Click to collapse
Yipeee done .... I used my friend's pc he had win 8 flash boot was successfull
Thank you all
onkar0027 said:
Yipeee done .... I used my friend's pc he had win 8 flash boot was successfull
Thank you all
Click to expand...
Click to collapse
Awesome my friend. :good: I knew that you would figure it out. :laugh:
Enjoy...

Categories

Resources