https://github.com/sammcj/retro
Retro / Emu / Handheld things
https://github.com/sammcj/retro
Last synced: 7 months ago
JSON representation
Retro / Emu / Handheld things
- Host: GitHub
- URL: https://github.com/sammcj/retro
- Owner: sammcj
- License: mit
- Created: 2023-12-21T04:44:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T23:36:51.000Z (over 1 year ago)
- Last Synced: 2025-01-11T15:12:53.202Z (9 months ago)
- Language: Shell
- Size: 988 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sam's Retro Devices Repository
## Anbernic RG405V
### Scripts
[RG405V/gammaOS/fancontrol.sh](RG405V/gammaOS/fancontrol.sh)
A little script to control the fan speed on the RG405V and stops it from randomly spinning up while in standby.
It's just a basic shell script that launches (non-blocking) on boot via [Magisk's `service.d` directory](https://github.com/topjohnwu/Magisk/blob/master/docs/guides.md#boot-scripts). It checks the CPU temperature every 5 seconds and sets the fan speed accordingly. It's a bit of a hack, but it works.
Uninstall any other fan-control software such as GOSTools, then install with:
```shell
adb root
adb push fancontrol.sh /data/adb/service.d/fancontrol.sh
adb shell chmod 755 /data/adb/service.d/fancontrol.sh
adb reboot
```---
[RG405V/gammaOS/setup.sh](RG405V/gammaOS/setup.sh)
A script to install the fancontrol.sh script and set some sensible defaults for the RG405V with GammaOS such as setting the wifi sleep policy, disabling stats etc...
### 3D Model
My 3D model is a bit of a work in progress, I want to make a case and possibly stand for it.
It's very much alpha quality at the moment but the model and Fusion 360 source files are here: [RG405V/3d](RG405V/3d)
