Mateo Jimenez

Results 15 comments of Mateo Jimenez

it's been 7 years this hasn't implemented yet

**Update:** I eventually got it to work by by using this SQL command ```sql ALTER TABLE levels MODIFY COLUMN settingsString MEDIUMTEXT DEFAULT ''; ``` it's because of settingsString

Hello, sorry for my late reply. This PackageManagerAPI will just add a small pm command alternative which is parsable because it's JSON, this might be useful for making some sort...

Here's a [video](https://www.dropbox.com/scl/fi/vh1qdyx4jtpzkeyk6zd7e/InShot_20241020_212023472.mp4?rlkey=oygiodjfxzyk6je11sa2o84e5&st=sqfozjmd&raw=1) showing the bug.

I think I kind of _fixed_ it. Running `pulseaudio` on foreground then playing, then making Termux run on background works fine, but as soon as I don't make `pulseaudio` run...

Using `sox`'s `play` ``` MrRare@localhost:~$ logcat *:IWE --------- beginning of system --------- beginning of main 10-21 21:30:10.291 31160 31160 E libEGL : Invalid file path for libcolorx-loader.so 10-21 21:30:10.292 31160...

Well, the main issue here is the playback stopped when I make the app run on background, and that's why on the logcat, were getting these "cannot write" errors, which...

``` MrRare@localhost:~$ pulseaudio -vv --daemon I: [pulseaudio] main.c: Daemon startup successful. MrRare@localhost:~$ pulseaudio -vv --daemon E: [pulseaudio] main.c: Daemon startup failed. MrRare@localhost:~$ pulseaudio -vv --daemon E: [pulseaudio] main.c: Daemon startup...

``` MrRare@localhost:~$ pulseaudio -vv I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Unknown error 1 D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us. D: [pulseaudio] core-util.c: setpriority() worked. I:...