Kenny Root

Results 134 comments of Kenny Root

@tornewuff do you have an over-arching plan for keyboard mapping?

This looks like a critical randomness failure. I'll investigate what could be going wrong.

Thanks for the excellent investigative work, @luismrsilva. That will help a lot.

If you step line-by-line it goes into interpreter mode and doesn't run the precompiled code. It would be useful to have the files from `/data/dalvik-cache/` for Connectbot to see what...

If you installed a debug version of Connectbot, you can use `run-as` in the `adb shell` which should give you access to whatever the application can see including `.oat` files....

The `.oat` files should be in `/data/app/[org.connectbot something]/oat/[processor]/...` but it might be easier to manually acquire the `.oat` file: 1. `curl https://github.com/connectbot/connectbot/releases/download/git-v1.9.7/ConnectBot-git-v1.9.7-google.apk -o connectbot.apk -SL` 1. `adb push connectbot.apk /data/local/tmp`...

Oh, `djb.Curve25519` in 2.2.9 was replaced with Tink in 2.2.14 which coincided with this error. The other side is most likely OpenSSH, so nobody is using `djb.Curve25519` in this exchange....

I'll switch everything to cmake to fix this autoconf madness.