Jump to content

Bootloader issue


Recommended Posts

Guest PaulOBrien
Posted

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

Posted

You've probably already tried it - but does the strange 'safe mode' still work?

Guest PaulOBrien
Posted

Safe mode? Not familiar with that!

I think the device may have fastboot and Droidboot as 2 different things and that's what I'm seeing...

P

Guest PaulOBrien
Posted

Ah, that safe mode... No, that won't help sadly!

P

Posted

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.

Guest PaulOBrien
Posted

For that you'd need a signed full ROM update zip which we don't have.

P

Guest PaulOBrien
Posted

Root itself also doesn't affect that requirement for the zip to be signed.

P

Guest vermillions
Posted

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. 

  • 2 weeks later...
Posted (edited)

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
Guest vermillions
Posted

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.

Guest vermillions
Posted

It would be interesting to see if we could edit the installer-script to reboot bootloader

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.