View Single Post
Old 07-30-2024, 07:27 AM   #22
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,968
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
There are basically three ways to flash something:
  • In a rooted Android shell
    Code:
    # dd if=/sdcard/some.img of=/dev/block/by-name/some_part
  • With fastboot
    Code:
    C:\>fastboot flash some.img some_part
  • With EDL
    Code:
    C:\>edl /w /psome_part some.img
Of course you can always do a normal update using the stock Onyx software.

Fastboot flashing seems to be disappearing. You might try to retain the old abl from a previous update. Or just backup your current abl. Besides flashing there should not be incompatibility between the old and the new abl.
Renate is offline   Reply With Quote