tareksander
tareksander
Do you use Termux from f-droid? AFAIK there hasn't been a release since this was merged, so it's only available in the github build for now.
A `logcat -d` dump would be better, it seems the socket server isn't running correctly. Maybe there was an error.
> hey @cyprienflx, iirc i fixed this by using an abstract socket. you can find more about this on my blog: https://wantguns.dev/blog/ipc-on-termux/ It's deliberately a filesystem socket and not an...
1. I took a quick look at those libraries and I think it shouldn't be too much work to port it. Depends on the size of your application though. 2....
Not out-of-the-box, but it can in theory work with anything where you can access the pixel buffer. You can create a RGBA888 buffer in pygame and after drawing each frame...
> Please, tell me what I'm doing wrong. I'm trying to add TabLayout. I have code like this `with tg.Connection() as c: a = tg.Activity(c) tab_list = ['tab1', 'tab2', 'tab3']...
Do things other than a TabLayout work? Are you sure you have version 0.1.4 of the app? The symptom of code after that not executing should be from the python...
Can you upload the output of `logcat -d` after running your script? I think the plugin log messages should also be in there. Maybe there was an error in the...
You can try the following script, which runs the event loop in a separate thread. If you see an event printed with "invalidMethod", that means a feature (in this case...
What Android version do you have? When you quit the python script with ctrl + c, there should be a stack trace, can I see that?