Jump to content

LiquidE_1.100.05_superboot


Recommended Posts

Guest maddin91
Posted (edited)

... Solved

Edited by maddin91
Guest m4ss
Posted (edited)

turn on the phone

open prompt dos

write:

adb reboot bootloader (try every 2-3 second)

--> phone goes in bootloader

fastboot -i 0x0502 boot xxx.img (where xxx.img it's the boot .img file)

fastboot -i 0x0502 reboot

and all goes ok :)

ps. you need to have adb installed and fully working

Edited by m4ss
Guest maddin91
Posted
turn on the phone

open prompt dos

write:

adb reboot bootloader (try every 2-3 second)

--> phone goes in bootloader

fastboot -i 0x0502 boot xxx.img (where xxx.img it's the boot .img file)

fastboot -i 0x0502 reboot

and all goes ok :)

ps. you need to have adb installed and fully working

ok I have done this^^

but thank you

Guest navygino
Posted (edited)

Again, I just simply download the above vache's superboot and repack to an autorun cmd program on pc.

Download Here:

http://www.speedyshare.com/files/22413680/...dE_1.100.05.exe

How to use:

1.) Download vache_Superboot_LiquidE_1.100.05.exe to your PC.

2.) Connect USB debug mode.

3.) Run vache_Superboot_LiquidE_1.100.05.exe on your PC.

4.) Your Liquid will reboot into Bootloader, flash the Superboot and restart again.

5.) Enjoy!

Edited by navygino
Guest Edward.W
Posted (edited)
Again, I just simply download the above vache's superboot and repack to an autorun cmd program on pc.

Download Here:

http://www.speedyshare.com/files/22413680/...dE_1.100.05.exe

How to use:

1.) Download vache_Superboot_LiquidE_1.100.05.exe to your PC.

2.) Connect USB debug mode.

3.) Run vache_Superboot_LiquidE_1.100.05.exe on your PC.

4.) Your Liquid will reboot into Bootloader, flash the Superboot and restart again.

5.) Enjoy!

Thanks for your help, it's easy to follow :)

Edited by Edward.W
Guest Borkata
Posted

After all I have fixed my boot. Thanks vache for help. Mine is different (check first post), so you can try.

Guest Roter_Flieger
Posted (edited)
After all I have fixed my boot. Thanks vache for help. Mine is different (check first post), so you can try.

Can you please post the hint that vache gave you in order to make it work? Thanks.

Edited by Roter_Flieger
Guest Borkata
Posted
Can you please post the hint that vache gave you in order to make it work? Thanks.

It depends how you repack image. PM me and we will discuss :)

Guest g4rb4g3
Posted
It depends how you repack image. PM me and we will discuss :)

Please make it public, I tried to make a superboot too and got the same reboot loop problem. It would be great if everybody knows how to make a boot.img.

Thanks

Guest vache
Posted (edited)

In the repack-bootimg.pl script, remove --base 0x02000000 and add --deploy 1.

You have to use the 0.2 liquidmkbootimg from disco. (you can find it in this forum)

Edited by vache
Guest Borkata
Posted

Yes it is repack from the last link.

What makes the trick is --deploy 1 option used on mkbootimg, this just leave space between kernel and ramdisk gz archives.

About base option I think it do nothing, because it is disabled in liquidmkbootimg, but if you use other mkbootimg you should definitely use base with this address, which is specific for Liquid.

Guest pipajoja
Posted

downloaded, installed and working

thanks!

Guest G_Technik
Posted
Again, I just simply download the above vache's superboot and repack to an autorun cmd program on pc.

Download Here:

http://www.speedyshare.com/files/22413680/...dE_1.100.05.exe

How to use:

1.) Download vache_Superboot_LiquidE_1.100.05.exe to your PC.

2.) Connect USB debug mode.

3.) Run vache_Superboot_LiquidE_1.100.05.exe on your PC.

4.) Your Liquid will reboot into Bootloader, flash the Superboot and restart again.

5.) Enjoy!

Thank you for an idea!

I've translated flash.cmd to russian for all noobs&bummers @4pda.ru

Guest dguerre
Posted (edited)

I'm having problems with both (borkata and vache) of this superboots. With borkata's I cannot flash fastboot complains is not a valid boot image. With Vache's I can flash, but I can "adb remount" only the first time it reboots after flashing. If I reboot again I lose the ability to "adb remount".

Any help would be apreciated.

Edited by dguerre
Guest Borkata
Posted

dguerre, what exactly you do to flash boot image?

Have you followed steps above?

Guest dguerre
Posted
dguerre, what exactly you do to flash boot image?

Have you followed steps above?

I do the following:

Reboot into bootloader

fastboot -i 0x0502 boot superboot.img

after this the flashing starts and i get an error about superboot.img not being a valid boot image.

Guest Borkata
Posted

First try to redownload.

Second ensure you are have plugged usb directly to pc (no hubs etc.).

Guest dguerre
Posted
First try to redownload.

Second ensure you are have plugged usb directly to pc (no hubs etc.).

I tried to download the file a couple of times, with the same results. Could you provide a MD5 checksum to verify if the image is getting corrupted.

I'm not using hubs.

Guest Borkata
Posted
I tried to download the file a couple of times, with the same results. Could you provide a MD5 checksum to verify if the image is getting corrupted.

I'm not using hubs.

Hi dguerre,

I have uploaded here mine superboot:

http://www.multiupload.com/41P7ZTQDRM

Try downloading from there.

BR,

Borkata

Guest dguerre
Posted
Willl try it tonight and report back.

tried downloading from different sites with same results.

Guest Borkata
Posted
tried downloading from different sites with same results.

Maybe a stupid question of mine, but what .bin version have you installed on your Acer Liquid?

Guest malez
Posted (edited)
I do the following:

Reboot into bootloader

fastboot -i 0x0502 boot superboot.img

after this the flashing starts and i get an error about superboot.img not being a valid boot image.

You don't use the right command :rolleyes:

fastboot -i 0x0502 boot superboot.img is => wrong

fastboot -i 0x0502 flash boot superboot.img => is good

You could also install LCR 1.6 to benefit of all imporvements (including graphical and bug fixes) and support (and of course it is already rooted and adb remount compliant)

Edited by malez
Guest dguerre
Posted
You don't use the right command :rolleyes:

fastboot -i 0x0502 boot superboot.img is => wrong

fastboot -i 0x0502 flash boot superboot.img => is good

You could also install LCR 1.6 to benefit of all imporvements (including graphical and bug fixes) and support (and of course it is already rooted and adb remount compliant)

Now I feel stupid, that was the problem. thanks for your help.

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.