xyzz
xyzz
The keyboard is done (albeit it works not everywhere it seems); now what's missing is the most essential feature: controls. Suggestions are welcome.
The keyboard is reported to cause crashes on some device so it really should be replaced with AlertDialog or something like that.
Checklist: - [ ] Stop keyboard from crashing the device (reproducible on Android 4.1) - [x] Java: Start the game, copy cache to /sdcard - [ ] Java: input via...
It'll print something similar to your first output.
alternative: ```diff diff --git a/platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/chconf.h b/platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/chconf.h index d53f57edd9..eae6dcc529 100644 --- a/platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/chconf.h +++ b/platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/chconf.h @@ -5,9 +5,13 @@ #define CH_CFG_SMP_MODE TRUE #define CH_CFG_ST_RESOLUTION 32 -#define CH_CFG_ST_FREQUENCY 1000000 +#define CH_CFG_ST_FREQUENCY 10000 #define...
[SC430929.BIN.zip](https://github.com/NationalSecurityAgency/ghidra/files/11739802/SC430929.BIN.zip) Here's the file, it can be loaded at address 0x1000
To get current mode/list of modes: https://developer.android.com/reference/android/view/Display.html#getSupportedModes() https://developer.android.com/reference/android/view/Display.html#getMode() To set a mode: https://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#preferredDisplayModeId (or preferredRefreshRate)
Is there a reason to support this? Due to the nature of the exploit I'd rather push users towards downgrading instead of supporting 3.70.
Sorry, but this repository is no longer maintained.
It's only supported on GLESv2 because it uses shaders to change gamma, not sure there's a way to do that on GLESv1.