Hi Asa, > What updates are you recommending?
here are my improvements: 1. Re-add the flash.sh. It's available in v123 and v180 but missing in v188. 2. The flash script should check if the permissions are right before starting. Unfortunately fastboot does not seem to have a correct error return code. But for example: RES=`fastboot devices` if [ "$RES"=="no permissions fastboot" ] then echo "ERROR: $RES" echo "Please check your udev-rules!" exit 1 fi 3. The line fastboot flash custpack custpack.img must be removed because there is no "custpack.img" in v188. The line does not appear in v123 or v188. Best regards Dominik
signature.asc
Description: OpenPGP digital signature
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
