.
1- opcion restock y kernel overcome y luego actualizas a CM9
2-Intenta esto. Coje el zip de la actualizacion y vete a
META-INF/com/google/android/updater-script . Y borra lo siguiente de este archivo.
assert(getprop("ro.product.device") == "galaxytab" || getprop("ro.build.product") == "galaxytab" ||
getprop("ro.product.device") == "GT-P1000" || getprop("ro.build.product") == "GT-P1000" ||
getprop("ro.product.device") == "GT-P1000L" || getprop("ro.build.product") == "GT-P1000L" ||
getprop("ro.product.device") == "GT-P1000N" || getprop("ro.build.product") == "GT-P1000N")
3- opcion.
alright for those having problems flashing nightlies [updater.sh status 7 assert error] and your on non-mtd build. You have to manually mount /efs
1. reboot into recovery
2. connect tab to adb and use adb shell command to get into tab terminal
3. type mount /dev/block/stl3 /efs
4. flash nightly build after your mount /efs via adb and you should be good
the first flash went through a recovery bootloop for me so i force shut down my tab [ vol up + power button] then rebooted into recovery again [it will be the non-humberos cwm] and re-flash the nightly again and voila
THANKS TO RED_REBEL AND ALROGER FOR HELPING ME FIGURE THIS OUT IN THE IRC
