Note
Check here for video demonstration
Note
This guide works on Chromebooks with Android subsystem support (ARC++/ARCVM)
Tested on ChromeOS Flex v134.0.6998.130
| <?xml version="1.0" standalone="yes"?> | |
| <!-- | |
| ============================================ | |
| Application bugs worked around in this file: | |
| ============================================ | |
| * web broswer OpenGL renderer override fo asahi | |
| Several web sites (paypal.com, etsy.com) apparently block on "Apple" in | |
| WebGL renderer strings when the UA reports Linux as OS. |
| // ==UserScript== | |
| // @name PayPal Asahi Linux Fix | |
| // @version v1.0 | |
| // @description Fix PayPal banning Asahi Linux | |
| // @author Asahi Lina | |
| // @match https://www.paypal.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=paypal.com | |
| // @grant unsafeWindow | |
| // ==/UserScript== |
| I'm completely aware that there is a user at @13-JA masquerading as a collaborator with me on a water cleanup bot project or something. | |
| I just want to clarify that this is not the case. This user has no affiliation with me. | |
| If you believe cheaters (whom this user is one) are people I associate myself with, I have a giant lot of 128 Lamborghinis to sell you. And just to clarify further, it's not the kind of romantic cheater. It's the kind of cheater who plagarizes other people's work and uses AI to do everything they do. | |
| This "water cleanup bot" project or something does not even exist. |
| I'm told that there are people claiming to "tokenize" my git repositories with my approval. | |
| I just want to clarify that that is not the case. I do not believe in monetizing my repositories. | |
| If you believe crypto-currencies are anything but a scam, I have a bridge to sell you. | |
| But I'm not selling source code. |
Note
Check here for video demonstration
Note
This guide works on Chromebooks with Android subsystem support (ARC++/ARCVM)
Tested on ChromeOS Flex v134.0.6998.130
Consider this gist to be deprecated. It's full of information that may or may not be correct, given recent findings. Consider the in-development PIDDatabase, and UMSKT, instead: https://umskt.github.io/PIDDatabase-viewer https://github.com/UMSKT/UMSKT
If you still want to see the old gist, see the last revision.
Since monterey update does not allow us to use Xcode previous than 13, let's show how to "install previous SDKs"
Swift toolchains, from https://swift.org/download/
Previous Xcode.xip, from the https://developer.apple.com
| VC# 2010 Express: PQT8W-68YB2-MPY6C-9JV9X-42WJV | |
| VC++ 2010 Express: 6VPJ7-H3CXH-HBTPT-X4T74-3YVY7 | |
| VWD 2010 Express: CY8XP-83P66-WCF9D-G3P42-K2VG3 | |
| VB.NET 2010 Express: 2KQT8-HV27P-GTTV9-2WBVV-M7X96 |
softwareupdate --list-full-installers
Finding available software
Software Update found the following full installers:
* Title: macOS Ventura, Version: 13.1, Size: 11931164KiB, Build: 22C65
* Title: macOS Ventura, Version: 13.0.1, Size: 11866460KiB, Build: 22A400
* Title: macOS Ventura, Version: 13.0, Size: 11866804KiB, Build: 22A380
* Title: macOS Monterey, Version: 12.6.2, Size: 12104568KiB, Build: 21G320
* Title: macOS Monterey, Version: 12.6.1, Size: 12108491KiB, Build: 21G217
Installing packages.
opkg update
opkg install kmod-i2c-gpio-custom i2c-tools
Loading I2C bus drivers. Using pins 7 (SDA) and 8 (SCL).
insmod i2c-dev
insmod i2c-gpio-custom bus0=0,7,8