View Single Post
Old 05-12-2025, 07:21 PM   #81
asulwer
Junior Member
asulwer began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2025
Device: Go Color 7
what worked

the following is what worked on the latest Go Color 7

download goco7.bin, place in edl.exe directory

- adb reboot edl
- edl /lgoco7.bin
- edl.exe /r /pboot_a boota.img /t
- edl /z

copy boota.img to Downloads dir on device
use latest Magisk to patch boota.img
copy boota_patched.img to the same directory as edl.exe is located

do not boot into bootloader, didnt work for me
- adb reboot edl
- edl /lgoco7.bin
- edl /w /pboot_a boota_patched.img
- edl /z

patching complete! verify patching complete with Magisk

use to revert back changes

- adb reboot edl
- edl /lgoco7.bin
- edl /w /pboot_a boota.img
- edl /z

patching reversed! verify reversal with Magisk

Last edited by asulwer; 05-12-2025 at 07:24 PM.
asulwer is offline   Reply With Quote