"A hogyan tovább?"-on merengek.
Még 1 bíztató körülmény:
A 10c kódneve "fog". A "220333QNY" variánsom kódneve: "rain".
A "fog_eea_global...tgz" ben a flash_all.sh:
fastboot $* getvar product 2>&1 | grep "^product: *fog$" if [ $? -ne 0 ]; then fastboot $* getvar product 2>&1 | grep "^product: *wind$" if [ $? -ne 0 ]; then fastboot $* getvar product 2>&1 | grep "^product: *rain$" if [ $? -ne 0 ]; then echo "Missmatching image and device"; exit 1; fi fi fi