Matheus Garcia

Results 14 issues of Matheus Garcia

I'm trying to boot FreeBSD from a virtual disk. BTX (FreeBSD's bootloader) does recognize the mapping. However, as soon as the OS loads, the mapping is gone. I've tried every...

Only wlan0 and lo interfaces shows up in the app. Could you change this to a manual input instead?

Almost every game I have tried have a massive lag issue. Games such as Future Cop, Tanks 3D, Test Drive 5 and Daytona USA Deluxe are just unplayable. The only...

https://github.com/termux/termux-packages/pull/12122#issuecomment-1259943273 Patch file is now present.

767f9d80f6872831588c6c7c505cf195cc74e7d3: the Shell wouldn't report the exit status of procedures. dcd87b8bb4da3fa325bff859b6e07cf26b074bd8: `NAME_MAX` is the equivalent to `MAXNAMLEN`. c6123c0f757c66a5f8de93495b3e22d694259f80: set `Wall` for verbose compilation; optional `g` for debugging symbols.

Tested. Builds and works successfully.

Recent distributions enforce metadata checksum. This needs testing. Unfortunately, my A13 device no longer boots.

Issues arise if this isn't called synchronously. ```java { AdbStream stream = connection.open("shell:uname"); while(!stream.isClosed()) ; } ``` results in an infinite loop, even though the variable is set `true`.