Jump to content

Bootloader issue


Guest PaulOBrien

Recommended Posts

Guest PaulOBrien

This is a weird one.

I can get to bootloader by doing 'adb reboot bootloader', but doing power-on with both volume buttons held starts the bootloader but never loads fully (commands don't work).

This is problematic for hacking the device, as I have it in a non-booting state but can't fix it from bootloader as it won't load. ARGH! :(

P

Link to comment
Share on other sites

Many manufacturers disable Fastboot from boot, to prevent people compromising unattended devices.  If it's on KitKat you can still ADB sideload a signed (unless it's rooted) OTA ZIP from recovery mode to un-brick your device.

Link to comment
Share on other sites

Guest vermillions

Is there a way we can modify the boot.img to get red of the recovery partition check and give us full fastboot via button press. The Teclast x98 seems very similar could we compare the boot images and mod ours from it. 

Link to comment
Share on other sites

  • 2 weeks later...

fastboot is not broken, we do not have access to the bootloader/bios as such, the fastboot server is actually run from user-level on this device as opposed to the boot level, holding volume up+down+power does not invoke the bootloader it actually starts a fastboot server that is looking for an update zip on an sdcard and an installer script.

 

I'd be interested to know exactly what steps you took to brick yours Paul.

 

I have attached a copy of Intel's modified version of the adb and fastboot client which also has the tcp-ip option not available in the AOSP version.

intel-fastboot-adb.part1.rar

intel-fastboot-adb.part2.rar

Edited by uub
Link to comment
Share on other sites

Guest vermillions

fastboot is not broken, we do not have access to the bootloader/bios as such, the fastboot server is actually run from user-level on this device as opposed to the boot level, holding volume up+down+power does not invoke the bootloader it actually starts a fastboot server that is looking for an update zip on an sdcard and an installer script.

 

I'd be interested to know exactly what steps you took to brick yours Paul.

 

I have attached a copy of Intel's modified version of the adb and fastboot client which also has the tcp-ip option not available in the AOSP version.

Without the installer script and update zip (which I assume will need to be signed) it is no better than the recovery menu option to use update zip. Unless you are saying that you have working fastboot access via tcp-ip at the point the fastboot server is running after being invoked by button press.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.