I have been following the instructions mentioned in https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/Flame for getting the task done.
The following things have been done and are working:
- Remote debugging enabled and Screen lock disabled.
- The
adb-tools
andfastboot
installed. Tried both the Ubuntu as well as the Android official way. - The
adb devices
is displaying my device. - The .zip file has been download and extracted.
- Running the
./flash.sh
script reboots my device then it just remains stuck at ThunderSoft logo.
Reading the ./flash.sh
file, it seems the last two line are to one which remain displayed on my terminal.
adb kill-server
adb devices
adb reboot bootloader
fastboot devices
echo "Partition table..."
fastboot flash partition gpt_both0.bin
Please help!