Wrong forum to post for ginkgo.Hi Guys,
Facing bootloop issue while flashing on Redmi Note 8 ginkgo even tho Im flashing after formatting data and wiping dalvik, system, metadata, vendor and internal storage.
my bad.Wrong forum to post for ginkgo.
Please contact the device supporters here https://t.me/s/DerpFestUpdates?q=#OFFICIAL
A bit late... That was actually coming from my adb version which was too old apparently. I could flash using last adb. Everything went smooth. ThanksPlease check if you are in the same directory from where you have initiated fastboot command along with the drep zip
pushed a new build for 7T, check OTA for it. Go here if you wanna flash manually. Here is the changelog for it:
Trying this rom out on my global converted hd1907, Coming off ColtOS.
Tried Evolution X (OOS12 base), but it's a hot mess, and seems to be leaking features every update.
LOS is next if something goes tits up here.
Flashed MSM 1907 global conversion
Flashed 10.0.13 Fastboot (per conversion instruction)
Flashed 14.O.35 (latest oos11), NOT F20, as it is oos12.
Flashed recovery, rom, reboot, all good.
Didn't realize magisk apk can be flashed, pulled your boot.img with the payload dumper, patched in app, flashed with fastboot.
Everything working good.
A note so far in the install instructions:
You mention choosing settings for formatting the data, but the recovery you linked doesn't give any of those options (LOS Recovery?), and the one in the Rom Zip doesn't either (Derpfest branded LOS Recovery?)
Other than that, it's straightforward AF.
Maybe additional instruction for making sure to overwrite both slots with derpfest? (check current slot in recovery before/after flashing first time, reboot to fastboot, "fastboot --set-active=(Other slot)","fastboot reboot recovery", sideload rom again.)
As far as rom itself, nothing at all to complain about yet lol, it's working great!
Only a few extraneous features not included, but that's 1000% not a maintainer issue, you can't pack it *all* in, and what's here is plenty.
Edit: a word.
OOS 11
OOS 11
/* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
FIRST INSTALL:
1. Be sure you are using latest OOS11 on both slots.
2. Download this recovery.
2. A) Be sure you have unlocked bootloader
B) Reboot to bootloader
C) Plug your phone to your PC and do the following commands:
fastboot devices (this one to make sure your device is ok to flash)
fastboot flash recovery recovery.img
fastboot reboot recovery
3. When on recovery (grab it on Downloads section above), select Factory Reset > format data
4. On this step, you can select either format scheme, F2FS or ext4 ( I highly recommend F2FS)
*THIS WILL WIPE ALL YOUR DATA, BACKUP YOUR *****
5. After format is done, click on the back arrow on top left, and click on "APPLY UPDATE", then "APPLY FROM ADB"
6. Now, on your PC, do the following command:
adb sideload *insert your derp zip package name here* (sometimes, you should get an error, that gives you an option to continue or not, hit "yes" to continue, that's normal)
7. After it's done, your phone should light up on recovery again, and on your terminal, it should have something like: adb failed to read command:no error.
That's normal, just reboot your phone via recovery and you are done
MAGISK:
1. Once your settled your phone, reboot to recovery.
2. Hit "APPLY UPDATE", then "APPLY FROM ADB"
3. On your PC, do the following command:
adb sideload *insert Magisk package name here*
4. Once it finishes, reboot your phone
*DIRTY FLASH (ONLY POSSIBLE IF YOU WERE ALREADY RUNNING AN OLD DERP BUILD):
1. Via OTA (Just hit to download and wait, once download finishes, let it reboot)
1. A) To keep Magisk, you can go to Magisk and select it to "INSTALL TO THE INACTIVE SLOT" before letting it reboot (not supported on A12 for now)
2. Via ADB Sideload.
2. A) Reboot to recovery
B) Select 'APPLY UPDATE', then "APPLY FROM ADB"
C) On your PC, do the following command:
adb sideload *insert your derp zip package name here*
D) Once it's done, reboot.
To keep Magisk, you will need to repeat the steps on *MAGISK* section