Package Details: fastboot-git 6800_37fd839-1

Package Base: fastboot-git
Description: fastboot (Fastboot protocol CLI tool), an Android platform tool
Upstream URL: http://tools.android.com/
Category: system
Licenses: Apache
Submitter: Red54
Maintainer: None
Last Packager: None
Votes: 16
First Submitted: 2012-10-23 06:56
Last Updated: 2014-01-15 08:29

Latest Comments

Comment by anatolik

2014-11-12 01:50

The package should be named android-tools-git and be based on android-tools from [community].

Comment by stevenhoneyman

2014-10-26 16:10

This doesn't build anymore. There's a few source files to add and pcre to link in.

Comment by Tetsumaki

2014-03-13 16:46

Error compil :
> ext4_utils.o: dans la fonction « ext4_parse_sb_info »:
> ext4_utils.c:(.text+0x8c6): référence indéfinie vers « ext4_parse_sb »
> collect2: erreur: ld a retourné 1 code d'état d'exécution
> makefile:57: recipe for target 'fastboot' failed
> make: *** [fastboot] Error 1

Comment by MoSal

2013-11-21 18:51

I just quickly fixed this:

1- Added -std=gnu99 to CFLAGS (yes, it's actually needed).
2- Added -f to mv (some of us alias mv 'mv -i')

Comment by Red54

2012-10-23 07:00

This package is no longer to be maintained, please use fastboot-git (https://aur.archlinux.org/packages.php?ID=63862) instead, thank you!

Comment by Red54

2012-10-23 06:58

此软件包已不再维护,请使用fastboot-git(https://aur.archlinux.org/packages.php?ID=63862),谢谢!

Comment by Red54

2012-10-23 06:57

此軟件包已不在維護,請使用fastboot-git(https://aur.archlinux.org/packages.php?ID=63862),謝謝!

Comment by Red54

2012-08-24 07:49

It fixed.

Comment by timthelion

2012-07-15 15:37

Does this compile? I'm having some troubles. First it didn't find make_ext4fs.h so I downloaded https://android.googlesource.com/platform/system/extras and added:

VPATH+=../../extras/ext4_utils/
SRCS+=make_ext4fs.c
SRCS+=contents.c

and

CPPFLAGS+= -I../../extras/ext4_utils/

to the Makefile, but then I just got different errors. Specifically "make_ext4fs.c:(.text+0x108): undefined reference to `force'". Which I don't think I can fix. It appears that git doesn't build right now:( So do you know of some git tag that DOES build?

Comment by Nierro

2012-05-30 11:46

Ok thanks ;)

Comment by Red54

2012-05-30 03:59

The fastboot package is binary version just for i686, but the x86_64 user should enable the multilib repo and install some packages like lib32-glibc and others, and to say nothing of mips, arm or ppc architectures.
But the fastboot-os is to compile from the source, and it fits for many architectures.
This is the difference.

Comment by Nierro

2012-05-29 16:49

What is this package for?
i'm using fastboot in my eeepc, what are the differences between this package and the intel one?
And is there any kind of wiki that explains better how to use it?
Thanks :)