The package should be named android-tools-git and be based on android-tools from [community].
Search Criteria
Package Details: fastboot-git 6800_37fd839-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-10-26)
| Package Base: | fastboot-git |
|---|---|
| Description: | fastboot (Fastboot protocol CLI tool), an Android platform tool |
| Upstream URL: | http://tools.android.com/ |
| Category: | system |
| Licenses: | |
| Submitter: | Red54 |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 16 |
| First Submitted: | 2012-10-23 06:56 |
| Last Updated: | 2014-01-15 08:29 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by anatolik
Comment by stevenhoneyman
This doesn't build anymore. There's a few source files to add and pcre to link in.
Comment by Tetsumaki
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
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
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
此软件包已不再维护,请使用fastboot-git(https://aur.archlinux.org/packages.php?ID=63862),谢谢!
Comment by Red54
此軟件包已不在維護,請使用fastboot-git(https://aur.archlinux.org/packages.php?ID=63862),謝謝!
Comment by Red54
It fixed.
Comment by timthelion
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
Ok thanks ;)
Comment by Red54
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
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 :)