Details
Details
poudriere bulk -t logs with with TEST=on:
9.3R i386: adb, fastboot
9.3R amd64: adb, fastboot
10.1R i386: adb, fastboot
10.2R amd64: adb, fastboot
Runtime tested only lightly on 11.0C amd64 against:
$ adb devices List of devices attached * daemon not running. starting it now on port 5037 * * daemon started successfully * ABCDE12345 device $ adb shell getprop ro.build.version.release 5.1.1 $ adb install foo.apk 2592 KB/s (802843 bytes in 0.302s) pkg: /data/local/tmp/foo.apk Success $ adb push foo.zip /sdcard 5723 KB/s (11241472 bytes in 1.917s) $ adb reboot recovery ^C $ adb kill-server $ adb pull /boot.txt ~ * daemon not running. starting it now on port 5037 * * daemon started successfully * 3 KB/s (777 bytes in 0.199s) $ adb reboot bootloader ^C $ fastboot devices ABCDE12345 fastboot $ fastboot getvar version-bootloader version-bootloader: Foo Bar 1.1 $ fastboot flash boot boot.img sending 'boot' (10664 KB)... OKAY [ 0.341s] writing 'boot'... OKAY [ 0.534s] finished. total time: 0.876s $ fastboot reboot rebooting... finished. total time: 0.001s
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
If you don't mind I can take over the port. For one, expect fb-adb to appear in ports in future. ;)