
Cheats on Advanced Drastic DarkOsRE
Does anyone knows how to put cheats on Advanced Drastic? I can access to the menu and use some cheats but I can't come back from that menu, I mapped different buttons for return but nothing seems to work

Does anyone knows how to put cheats on Advanced Drastic? I can access to the menu and use some cheats but I can't come back from that menu, I mapped different buttons for return but nothing seems to work
Hi, I’m sharing my findings in case this helps someone else with the same issue, and also in case someone knows a proper fix.
I have an R36S clone with this board:
G80CA-MB V1.3-20251212
My stock/AeUX setup was working fine in terms of battery reading. The percentage was normal and it did not jump incorrectly when charging.
After installing dArkOSRE on a separate test SD card, I noticed a battery issue immediately:
- when I connect the charger, the battery percentage jumps straight to 100%
- this did not happen on my original AeUX card
- charging itself seems to work, but the percentage reading is clearly wrong
What I checked so far:
This is not a hardware battery failure
- on dArkOS I can see battery voltage and current
- for example, while charging it shows values like 4.0V / 1532mA or 4.1V / 1080mA
- so the battery is charging normally
- the problem seems to be the battery percentage calculation / reporting
I compared the original DTB and the dArkOS DTB
- stock/original card uses:
rk3326-evb-lp3-v12-linux.dtb
- dArkOS uses:
rk3326-r36s-linux.dtb
I tested booting dArkOS with the original DTB
- result: the system gets stuck on the dArkOS boot screen and does not finish booting
- so I restored the original dArkOS DTB and it boots normally again
I compared the battery node values between both DTBs
The important differences I found were:
- bat_res
- stock: 119
- dArkOS: 100
- power_off_thresd
- stock: 3400
- dArkOS: 3300
Also, the stock DTB contains:
- charge_red_gpio
- charge_blue_gpio
I made a patched dArkOS DTB
- I kept the dArkOS DTB
- I changed bat_res and power_off_thresd to match the stock DTB
- result: system still boots, but the battery percentage still jumps to 100% when charging
So at this point, my conclusion is:
- the issue is not the battery itself
- the issue is not fixed by simply replacing the full DTB
- the issue is also not fixed just by changing those two battery values
- so the problem is probably deeper in dArkOSRE / kernel / battery driver behavior for this clone, rather than just one simple DTB value
Right now, the console is usable on dArkOS, but the battery percentage is unreliable. Voltage/current seem real, percentage does not.
If anyone has this same board and has fixed the battery reporting on dArkOSRE, I’d really appreciate any help.
Again, my board is:
G80CA-MB V1.3-20251212
And stock AeUX does not have this battery percentage issue, while dArkOSRE does.
Thanks.