Notes
Hey, first time doing a port for PortMaster, please be gentle. ๐
This is a fully featured browser using the Qt framework and Webkit engine. It is able to use play medias and launch games, just like your desktop browser. It even has a virtual keyboard for typing. The only limitations is that downloading files is unimplemented. Keep in mind we only have 1GB of RAM to play with on most (all?) devices so things may not be so fast. I included a host based adblocking solution as a bonus.
Not sure how well this work on other devices/OS, I only have a RG35XX-H to do my tests so I will need help there. I tried to autodetect libs to either use the EGL (mali) backend for hardware acceleration, or the framebuffer one for devices that aren't compatible.
Download link :
https://www.mediafire.com/file/9j3r5ln2k3fidzs/qtwebbrowser-portmaster.zip/file
Compiling everything cost me 30$ of AWS rental. If you feel like paying me a coffee for the trouble, here is my donation page โ :
https://ko-fi.com/snowram
Sources :
https://github.com/qtproject/qt-apps-qtwebbrowser with some slight tweaks to the UI, will upload my fork soon
Controls
| Button | Action |
|--|--|
|A|left click|
|B|right click|
|start|enter|
|l2|home|
|r2|end|
|DPAD|directional keys|
|left stick|mouse|
|right stick|page up/down|
Compile
TODO
basically compile Qt6 and related modules for hours with some slight tweaks to the Portmaster instruction
then cmake like any other apps
Testing
CFW Tests:
[] AmberELEC
[] ArkOS
[] ROCKNIX
[X] MuOS
[] Knulli (Optional)
[] Crossmix (Optional)
Architectures:
[x] Aarch64
[] Panfrost (Mainline)
Resolutions:
[] 480x320 (Optional)
[X] 640x480
[] 720x720 (RGB30) (Optional)
[] Higher resolutions (e.g., 1280x720)


