Seeing as the Nexus One supports fastboot, I thought I'd just post and link this here. I figured someone might be interested.
http://forum.xda-developers.com/showthread.php?t=1447727
Related
I'm running Ubuntu Natty and I'm looking for a working version of fastboot for 32 bit machines. I found links to the htc dev website, but they seems dead. Does anyone know where I can find it? I found a 64bit version that seems to work (it recognizes the nexus and can reboot it bot I tried nothing more), but I'm a little scared to flash the recovery with it. thanks
(sorry, I posted this in the wrong section)
Try this one http://dl.dropbox.com/u/27546176/fastboot_linux_x86/fastboot
Sent from my Nexus S
with this one, I have three fastboot binaries with different md5 and all of them seems to work. Have you tried this one on a 32 bit machine?
You can create fastboot.
Go to your aosp source tree directory in terminal.
cd android/system
make fastboot
Corra said:
with this one, I have three fastboot binaries with different md5 and all of them seems to work. Have you tried this one on a 32 bit machine?
Click to expand...
Click to collapse
There's only one fastboot binary when I download it.
Sent from my Nexus S
It appears (and this has been verified by multiple installs by myself and people on #android and #android-dev on freenode) that fastboot has been removed from the R14 release of the Android SDK.
Does anyone know how to get fastboot via another method so I can unlock the boot loader of my Nexus S (my platform is Windows 7 SP1 X64)?
Thank you in advance.
I think I found the answer to my own question:
http://dl.google.com/android/android-sdk_r13-windows.zip
I don't think it's been a part of the Android SDK, at least for a while. I've always had to manually download the binary.
It can also be made in your build environment. Command: make fastboot. It will create the binary.
where to put that command? thx
Here's fastboot.exe: http://www.mediafire.com/?wrgw1erxw71o77a
geo741 said:
where to put that command? thx
Click to expand...
Click to collapse
You have to place it in the same folder containing adb.exe (platform-tools for the last sdk).
I see this thread for setup of SDK/ADB on PCs. I would like to do ADB commands on Macintosh.
[GUIDE] (For Noobs) SDK, ADB, and Drivers
http://forum.xda-developers.com/showthread.php?t=1152148
How should I proceed. I need to get far enough to run ADB commands.
More specifically, what do we use in place of HTC Sync (.exe only) to set this up on a Macintosh?
Not trying to be a jerk but before posting should try googling your question first.
http://esausilva.com/2010/10/02/how-to-set-up-adb-android-debug-bridge-in-mac-osx/
http://forum.xda-developers.com/showpost.php?p=20218545&postcount=2
Found 2 links that can help you
Can someone please zip and upload these from the newest SDK with secure USB debugging (4.2) so I don't have to download a full new SDK. [Got these already]
I could also use a new adb binary for use on-device from terminal or script (or is it the same one?).
Thks
[Edit]
That would be 1.0.30 or above for the on-device adb. Can someone on a 4.2 ROM shoot me this file?
Thks
[Edit]
Guess there were too many bricks this week _that demanded attention. No biggy, I just downloaded the new SDK but I still need adb 1.0.30 or newer for on-device use. If someone gets a chance I would appreciate it. I will zip and post the API 17 (4.2.2) versions of adb and fastboot for anyone else that may need them.
Thks
Hi there,
The goal: Install CopperheadOS on Nexus 6P (new phone)
What's been done:
-Following the official install instructions from CopperheadOS and refrencing other material as needed
-Installed Android Studio on Linux
-enabled OEM unlocking on phone
-got the 6P Angler zip and unziped it
What The Fastboot
-I'm totally lost here. Every guide I've looked at seems to say this thing should be working
-I've tried "Fastboot Devices" from nearly every directory and it always says that "Fastboot is available in the following packages" and gives me two package names I can download with Sudo.
-The Copperhead instructions state not to use "distribution packages" for adb and fastboot. I figued to be on the safe side I should not download these packages as I might brick my phone
Additional info
-I see a Fastboot and adb file under Home/Android/SDK/platform-tools. I can't seem to do anything with them.
Can you tell me what I am doing wrong here? How can I get Fastboot running to flash the images to the Nexus 6P?
This is probably something really simple I can't wrap my head around. I really appreciate any help you can give me here. I'm a bit of a noob, well actually totally a noob at this.