Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
solitarymonkey
Old
#1  
Senior Member - OP
Thanks Meter 25
Posts: 171
Join Date: Jan 2011
Location: Northamptonshire

 
DONATE TO ME
Default [Q] fastboot on linux (ubuntu)

hi guys, i'm really sorry if this is really simple, but i just cant get my head around it and i've been googling for ages and i just keep getting more and more confused.

i'm basically trying to get fastboot enabled on my ubuntu linux install (11.04). would someone please explain to me in simple terms how to get it installed and running on linux, please? from the start would be great, as i find it harder to carry on half way through something. i appreciate the help. you guys are awesome
 
paxChristos
Old
(Last edited by paxChristos; 26th September 2011 at 05:50 PM.)
#2  
paxChristos's Avatar
Retired Forum Moderator
Thanks Meter 1253
Posts: 2,036
Join Date: Aug 2011
Location: Milwaukee

 
DONATE TO ME
As soon as I get on my computer at home, i'll outline the steps and attach fastboot
(gimme an hour) :P

Update: it's taking me longer to get home than expected... Gimme till about 1pm cst (central standard time)
Tips:
*Logcat or it never happened. *Search before posting *Go to User CP -> Edit Options -> switch "Number of Posts to Show Per Page" to 50. *Reporting Posts

Link to My Mediafire Folder (R800x Goodies) | Link to common Xperia Play fixes
My Work: Roms for R800x that i've ported/tweaked | Team Gummy Rom | Codename Android | CM9 | In Progess: Jelly Bean (CM10 (Pre-Alpha) then AOSP) | Codename Android GSM
 
solitarymonkey
Old
#3  
Senior Member - OP
Thanks Meter 25
Posts: 171
Join Date: Jan 2011
Location: Northamptonshire

 
DONATE TO ME
Quote:
Originally Posted by paxChristos View Post
As soon as I get on my computer at home, i'll outline the steps and attach fastboot
(gimme an hour) :P
that would be brilliant!! thank you!!
 
paxChristos
Old
(Last edited by paxChristos; 26th September 2011 at 06:45 PM.) Reason: spelling errors
#4  
paxChristos's Avatar
Retired Forum Moderator
Thanks Meter 1253
Posts: 2,036
Join Date: Aug 2011
Location: Milwaukee

 
DONATE TO ME
Default Fastboot on Linux

I too had issues when I switched from Linux to windows (recently) and here's how I got it (just for documentation)

1) I downloaded android-sdk for linux, did the installs, but lo and behold, there was no fastboot...
2) Searched google for about 45 minutes
3) Finally figured out that HTC had it in their development website
4) Downloaded & chmod'd it so it'd work
5) Figured out that the r800x really can't be unlocked via all my attempts (so far...)


Here's a step by step as to how to get it without my hassle.

1) Attached is fastboot, download it, extract it (you can do this later in terminal if you feel like it, or you can do it now in the file explorer)

2) Open up terminal (if you don't have a shortcut for it, make one, it's the most useful thing in linux. ever.)

3) Type in su, enter your password (if you have it setup) and become root. (Or, you could call sudo whenever it is necessary, it's your preference)

4) goto the folder you downloaded fastboot to in terminal (the default chrome download place is /home/[insert your username here]/Downloads)

5) type in chmod [your preference for setting permissions here] fastboot

6) type in (sudo) cp fastboot /bin/

7) now you can call fastboot from anywhere in the terminal!!

This can also be done with adb

Any questions??
Attached Files
File Type: zip fastboot.zip - [Click for QR Code] (60.6 KB, 2671 views)
The Following 6 Users Say Thank You to paxChristos For This Useful Post: [ Click to Expand ]
 
solitarymonkey
Old
#5  
Senior Member - OP
Thanks Meter 25
Posts: 171
Join Date: Jan 2011
Location: Northamptonshire

 
DONATE TO ME
Quote:
Originally Posted by paxChristos View Post
I too had issues when I switched from Linux to windows (recently) and here's how I got it (just for documentation)

1) I downloaded android-sdk for linux, did the installs, but lo and behold, there was no fastboot...
2) Searched google for about 45 minutes
3) Finally figured out that HTC had it in their development website
4) Downloaded & chmod'd it so it'd work
5) Figured out that the r800x really can't be unlocked via all my attempts (so far...)


Here's a step by step as to how to get it without my hassle.

1) Attached is fastboot, download it, extract it (you can do this later in terminal if you feel like it, or you can do it now in the file explorer)

2) Open up terminal (if you don't have a shortcut for it, make one, it's the most useful thing in linux. ever.)

3) Type in su, enter your password (if you have it setup) and become root. (Or, you could call sudo whenever it is necessary, it's your preference)

4) goto the folder you downloaded fastboot to in terminal (the default chrome download place is /home/[insert your username here]/Downloads)

5) type in chmod [your preference for setting permissions here] fastboot

6) type in (sudo) cp fastboot /bin/

7) now you can call fastboot from anywhere in the terminal!!

This can also be done with adb

Any questions??
^_^ thank you so much!! you have made my life so much easier!! just one question. if all i'm doing is flashing the occasional kernel with fastboot, or pushing/pulling etc with adb, do i still need all the adroid sdk stuff? or can i just delete all the stuff now?
 
paxChristos
Old
#6  
paxChristos's Avatar
Retired Forum Moderator
Thanks Meter 1253
Posts: 2,036
Join Date: Aug 2011
Location: Milwaukee

 
DONATE TO ME
Quote:
Originally Posted by solitarymonkey View Post
^_^ thank you so much!! you have made my life so much easier!! just one question. if all i'm doing is flashing the occasional kernel with fastboot, or pushing/pulling etc with adb, do i still need all the adroid sdk stuff? or can i just delete all the stuff now?
Honestly, I don't know.

That being said, try copying all the extra stuff from where it is currently to another location, and try running adb and fastboot, if it works, delete the extra stuff, if it doesn't, don't mess with it :P
 
ninjasailas
Old
#7  
ninjasailas's Avatar
Senior Member
Thanks Meter 45
Posts: 281
Join Date: May 2011
Location: Sedalia
i am trying to do this with no luck. any suggestions
 
paxChristos
Old
#8  
paxChristos's Avatar
Retired Forum Moderator
Thanks Meter 1253
Posts: 2,036
Join Date: Aug 2011
Location: Milwaukee

 
DONATE TO ME
Where are you stuck?

Sent from my R800x using XDA App
Tips:
*Logcat or it never happened. *Search before posting *Go to User CP -> Edit Options -> switch "Number of Posts to Show Per Page" to 50. *Reporting Posts

Link to My Mediafire Folder (R800x Goodies) | Link to common Xperia Play fixes
My Work: Roms for R800x that i've ported/tweaked | Team Gummy Rom | Codename Android | CM9 | In Progess: Jelly Bean (CM10 (Pre-Alpha) then AOSP) | Codename Android GSM
 
ninjasailas
Old
#9  
ninjasailas's Avatar
Senior Member
Thanks Meter 45
Posts: 281
Join Date: May 2011
Location: Sedalia
In the terminal I get to waiting on divice. Can't get past that

Sent from my DROID X2 using xda premium
 
paxChristos
Old
#10  
paxChristos's Avatar
Retired Forum Moderator
Thanks Meter 1253
Posts: 2,036
Join Date: Aug 2011
Location: Milwaukee

 
DONATE TO ME
Quote:
Originally Posted by ninjasailas View Post
In the terminal I get to waiting on divice. Can't get past that

Sent from my DROID X2 using xda premium
Are you in fastboot mode?? (Blue led on top)

(To get into fastboot mode on the Xperia Play, hold down the search button before and while you plug in the usb cord)

(If you are using a different phone, please google the button combination for fastboot)
Tips:
*Logcat or it never happened. *Search before posting *Go to User CP -> Edit Options -> switch "Number of Posts to Show Per Page" to 50. *Reporting Posts

Link to My Mediafire Folder (R800x Goodies) | Link to common Xperia Play fixes
My Work: Roms for R800x that i've ported/tweaked | Team Gummy Rom | Codename Android | CM9 | In Progess: Jelly Bean (CM10 (Pre-Alpha) then AOSP) | Codename Android GSM

 
Post Reply+
Tags
fastboot, linux, ubuntu
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
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...