BUILD STATUS
Long time no see. Building B2G OS proved more difficult than I expected, but the process finally terminates successfully now. Unfortunately though, the build produced is not working: it flashes fine, but then I only get a black screen at boot.
[adb catlog
coming soon…]
HELP REQUEST
Unsurprisingly, in the process I nearly bricked my device. I can ./flash.sh -f
so most partitions are still responding. Somehow, though, I broke the recovery
partition: I don’t know precisely what’s in there, and any attempt to flash it fails:
Enricos-MBP:Desktop Enrico$ fastboot flash -w recovery recovery_flamingo.img
Erase successful, but not automatically formatting.
File system type not supported.
Erase successful, but not automatically formatting.
File system type not supported.
sending 'recovery' (11832 KB)...
OKAY [ 0.375s]
writing 'recovery'...
FAILED (remote: partition table doesn't exist)
finished. total time: 0.379s
The phone is not lost yet, but I’d like to recover recovery
(please forgive the pun). Does anyone have any idea? And why B2G’s full flash doesn’t fix that?