We don't need this anymore, I know why it detected. Thanks @ngoxthjen
Check: https://t.me/deepinrain
Currently, VNeID detect:
- init.svc.adb_root
- service.adb.root
- /proc/self/maps
- Bootloader?
- app ksu, ksun, apatch...
| echo "Remove Official Local Version String" | |
| rm "localversion-moon" | |
| echo "Add experimental version string" | |
| echo "-EXPERIMENTAL-MoonWake" > localversion-00-experimental | |
| echo "Add commit version string" | |
| echo "-$(git rev-parse --short=7 HEAD)" > localversion-01-experimental | |
| echo "Add run number string" | |
| echo "-$RUN_NUMBER" > localversion-02-experimental | |
| make O=out kernelrelease | |
| echo "Done!" |
| local http = require('coro-http') | |
| local timer = require('timer') | |
| local Readable = require('stream').Readable | |
| local HTTPStream = Readable:extend() | |
| function HTTPStream:initialize(method, url, headers, body, customOptions) | |
| Readable.initialize(self, { objectMode = true }) | |
| self.method = method | |
| self.uri = http.parseUrl(url) |
We don't need this anymore, I know why it detected. Thanks @ngoxthjen
Check: https://t.me/deepinrain
Currently, VNeID detect: