XpLoDWilD

Results 29 comments of XpLoDWilD

Can you screenshot or something the beginning of the log? You should see a bunch of /dev/input probed - errors are poorly handled in this part of the code, but...

Hey, can you do an adb logcat when connecting to see if there's any errors there ?

Hey! Thanks for the investigation and the workaround! I'll look into that and issue an official update soon.

Hey @asticode, thanks for the review. The changes you've requested have been done. I also made an additional change moving `didReady = true` to the end of the `onReady` function,...

Hey again @asticode :) Found out the issue. Readline was initialized twice on the socket during the first start, as both the onConnect and the regular code path were initializing,...

This is a good idea, however the error returned should be handled by the parent function and close/restart the connection accordingly. I'm not sure reconnection is properly supported yet, so...

Are you using "LoginFromConnect"? I must admit I haven't played with this in a while so there might be a bit that has broke down somewhere down the line, I'll...

@anisse Could you make a PR with your patch so I can integrate it here for everyone? Thanks

@anisse Thanks, I had notifications off for the repo so I missed a bunch of things, but will review them throughout the day and get up to speed.

"Go-gettability" will be worked on soon, as for godoc there's already a huge amount of code that is properly commented, so it should just be a matter of generating it