[bootloader][05-26] FFF 1.4A bugfixes + new look + recovery boot [.zip file size]

Search This thread

smirkis

Senior Member
Oct 8, 2010
1,820
611
San Diego, CA
okay, I'm officially blown away. this selector works in fastboot which is frakin awesome, the end of all boot loops! you the man hash! I tried a few times rebooting into fastboot and I can. now successfully get out without a computer! bravo

Sent from my GT-P1000 using xda premium
 

acax456

Senior Member
Feb 4, 2011
1,390
261
Hồ Chí Minh
okay, I'm officially blown away. this selector works in fastboot which is frakin awesome, the end of all boot loops! you the man hash! I tried a few times rebooting into fastboot and I can. now successfully get out without a computer! bravo

Sent from my GT-P1000 using xda premium

Can u make a gscript file for us?

Sent from my Amazon Kindle Fire using Tapatalk 2
 

cuguy

Senior Member
Aug 22, 2009
76
5
Thank you so much! I've been neglecting recovery and bootloader update, after flashing both, everything just works.
 

Hashcode

Senior Recognized Developer
Sep 3, 2011
3,424
23,730
Use links in OP.


jwilliamf: you can upgrade to the new bootloader. It works with any recovery.
 
Last edited:
  • Like
Reactions: jwilliamf

freefaling

Senior Member
Dec 9, 2010
97
20
Lahore
fff v1.2

I am still rocking the 1.2 ver of fff. The changelog for 1.4 mentions bugfixes. Are there any bug fixes which are not listed? I would like to keep rocking the old logo, that's what's keeping me from updating.
 
  • Like
Reactions: fr4nk1yn

Hashcode

Senior Recognized Developer
Sep 3, 2011
3,424
23,730
I am still rocking the 1.2 ver of fff. The changelog for 1.4 mentions bugfixes. Are there any bug fixes which are not listed? I would like to keep rocking the old logo, that's what's keeping me from updating.

All of the bugfixes are listed in the OP. The only real big one is that the charger mode built into the bootloader was broken at some point. This feature keeps the Kindle from bootlooping due to low power battery.

The other changes are additional functionality and/or failsafes for those that might need them (ways out of fastboot mode, etc).

As much as I liked the original FFF logo, I decided on a slightly more "ics"-themed / clean look for the new logo. Sorry, it's not to your liking :/ Due to the difficult nature of building the screens as RLE files and then compiling them into bootloader, I can't support building custom versions of the bootloader.
 

speedingcheetah

Senior Member
Feb 25, 2011
1,225
138
Equestria
Cool

Works great..

I first tried to use the Script manger in root manager..didn't notice any change....then i downloaded the free version of Root Browser..flashed the script and boot-loader fine...YEA!..no more ugly yellow triangle..LOVE the Blue Kindle Fire logo..almost looks like is is supposed to be there. :)

Thanks again...
 

freefaling

Senior Member
Dec 9, 2010
97
20
Lahore
After much deliberation, I decided to let the old one go. Figured, I may regret sticking with the old one in case I got stuck at the bootloop.

Thanks for the effort, Mr.Hashcode.

EDIT:
Same thing is happening to me:
Can't use the script :(

it says" /sdcard/install-fff-1.4-bootloader-fromsdcard.sh 4: Syntax error:newline unexpected"

Sent from my Amazon Kindle Fire using XDA
 
Last edited:

Thepooch

Senior Member
Mar 31, 2012
2,490
1,051
Worked great it boots just like it should hope I did everything right just downloaded the boot loader and the script to the root of my SD and ran the script works perfect didn't rename anything tho hope that's ok:) thx hashcode fine job I figured as many roms as I flash on my poor little kindle better safe than sorry:)
 
Last edited:

Aesrys

Senior Member
Apr 5, 2012
731
140
Thank you. I used the fastboot method and it worked great for me. I also like the new logo, it just looks better. Great job. Between this and the 3.0 kernel, when do you have time to sleep? :D
 

YaKillaCJ

Senior Member
Jul 16, 2010
249
97
Miami
Thanx Hashcode. Nice update indeed.
OK so I flashed this and all was good accept the reset IDME/recovery loop thing. Or maybe it was my fault. I issued the advanced recovery command to get in recover because I switched to twrp. Was moving over to ICS and seen the new Bootloader, so did that.
Well basicly the reboot reset command didn't do it. I had to use the KFire Brick tools recovery loop command.
 

brizey

Senior Member
Aug 6, 2011
2,451
620
Can't use the script :(

it says" /sdcard/install-fff-1.4-bootloader-fromsdcard.sh 4: Syntax error:newline unexpected"

Did you look at the script in a text editor?

It ran fine for me. Maybe try redownloading the script again. I put both at the root of the sdcard and ran from root explorer.

Sent from my Amazon Kindle Fire using xda premium
 

Top Liked Posts

  • There are no posts matching your filters.
  • 151
    NEW BOOTLOADER INSTALL METHOD: FLASH.ZIP. SAFER. USE IN RECOVERY JUST LIKE ANY OTHER ROM .ZIP


    This is an UPDATED version of FIREFIREFIRE by Pokey9000

    CREDITS and THANKS GO TO:
    - Pokey9000: For getting this going. Hard to dev at all w/o a way of getting to recovery.
    - eldarerathis: Menu code was used from the Extended FIREFIREFIRE github
    - Icemank121: All splash/menu screens


    Version 1.5 of FIREFIREFIRE changes:

    • [1.5] Better handling for lower power / charging screen
    • [1.4a] Reprioritized the different boot options so that regardless of idme bootmode, the options chosen from the menu would be used first.
    • [1.4] Support for a single boot directly to Recovery for applying ROM updates, etc via "Reboot Recovery" menu in Android. Works with any recovery that is installed. All existing ROM devs need to update their BoardConfig.mk to support this by adding the following:
      TARGET_RECOVERY_PRE_COMMAND := "idme postmode 1;"
      Your builds will need to also have a working "idme" binary and the "libidme.so" lib for the reboot recovery option to work.

      Both of these are in the prebuilts of the device tree on github:
      https://github.com/KFire-Android/android_device_amazon_otter/tree/cm-11.0/prebuilt
    • Fixed Charging Mode which will pause the boot process and let the device charge if the current capacity is under 3%. If you connect it to the stock charger, the boot can proceed.[/B]
    • Added a Boot Menu which is accessed by pressing the power button after a the initial splash screen is displayed. You then press the menu button again to navigate through each option. If you wait after an option is highlighted, it will automatically be selected after a few seconds.:
      • Normal: Standard boot into your installed ROM
      • Recovery: Boot to recovery
      • Reset Boot Mode: This is a normal bootup but resets "idme bootmode" to 4000 for those that are stuck and can't access idme for whatever reason.

    NOTES:
    Currently the handling of the power button is a bit sloppy, takes 1-2 presses for it to register each press to navigate through the menu.


    Download the recovery-flashable .zip file here:

    http://goo.im/devs/hashcode/otter/bootloader/flash-zip
    v1.5 md5sum: 4e9d277a31a2a26d33156edf5abbf0e4
    v1.4a md5sum: 419c53b922c963082454b14b7de75a90

    Apply this flash.zip from recovery just like any other ROM or kernel .zip file. This is by far the safest way to upgrade your bootloader. It does a sha1sum check on the file before applying.


    GitHub source (forked from Pokey9000's original) here:
    https://github.com/KFire-Android/kf_u-boot
    11
    Can u make a gscript file for us?

    Sent from my Amazon Kindle Fire using Tapatalk 2

    *recommended method*
    http://xdaforums.com/showthread.php?p=22608974

    hope hashcode doesn't mind.
    9
    Not sure if this has been asked before or if this is even relevant to FFF but will we ever have a working "Shutdown" from Android OS?

    This is being worked on. But it not an obvious fix. So its taking a while.

    Lately ive been testing a new clockwork recovery.. and its working great, except that it doesnt power off correctly, so im hesitant to put it out just yet.

    And im rewriting the charger driver.

    Sent from my DROID4 using Tapatalk 2
    7
    Added a padfile to the .zip to make it larger than the bootloader partition per kinfauns suggestion.

    I'll get back to the bootloader and make some more changes here in a bit(tm)
    7
    While I applaud the move to have the bootloader flashed through recovery, distributing it as a zip file has had an unintended, but somewhat foreseeable side effect. There's a certain group of users who do not care to read warnings or follow directions, so they charge ahead and flash the zip file with fastboot. No matter how big and prominent you make the directions, there will always be those who need to be protected from themselves and doing harm to their device.

    I swear... even if you warned people in big, red neon lights that flashing something will make the device blow up, they'd still come back the next day and ask if a factory cable will fix it. I've come to believe that posting directions and warnings is just not enough. There's another thread today from a user who flashed the zip archive and I'm sure that won't be the last if there's no guardrail in place to keep them from going over the cliff. That's my long-winded prelude to my suggested fix...

    Hashcode... could you place an extraneous pad file inside the distribution so the zip archive exceeds the 256KB mark in size? Fastboot will do a sanity check and compare the size of the file to the size of the partition. If the file is too big, it will balk and stop the flash procedure. Like this...

    Code:
    $ fastboot flash bootloader fff-u-boot_v1.4b.zip 
    sending 'bootloader' (273 KB)...
    OKAY [  0.086s]
    writing 'bootloader'...
    FAILED (remote: image too large for partition)
    finished. total time: 0.093s

    That should effectively stop people from shooting themselves in the foot.