JonnyTech
                                            JonnyTech
                                        
                                    Yes, root is available from root in normal boot but only adb sideload from cm recovery. Did try to replace file but failed. In the end I reflashed rom. Would...
Booted into recovery: ``` $ adb devices List of devices attached * daemon not running. starting it now on port 5037 * * daemon started successfully * WbSPARKPJH0025693 unauthorized $...
http://www.hydrogen-music.org/hcms/node/17152
I stopped using system gestures because of this bug. I shall test soon and report back. Thanks for replying.
> Do you mean "true" manual way which can be reproduced on Linux? Thanks for that - yes, I want to create it with Linux - is it possible?
Good find - thank you very much! Will you be integrating it into this repo?
Please find [attached a video](https://github.com/smarek/Simple-Dilbert/files/270z7065/dilbert.zip) (zipped as GibHub would not accept it otherwise). See how zooming in and out crops the image. Running Oreo 8.0 stock ROM on a Nokia...
Hmm, odd, second attempt: [dilbert.zip](https://github.com/smarek/Simple-Dilbert/files/2707477/dilbert.zip)
Similar issue here, Simple Keyboard with Fennec F-Droid does not swipe to end to text, stops after penultimate character. Used to work a few versions ago. To test, click on...
Ah, so in `app/src/main/java/rkr/simplekeyboard/inputmethod/latin/LatinIME.java` there is `public boolean hasCursorPosition()`: `return mExpectedSelStart != INVALID_CURSOR_POSITION && mExpectedSelEnd != INVALID_CURSOR_POSITION;` or as I understand it: `return ((mExpectedSelStart != INVALID_CURSOR_POSITION) && (mExpectedSelEnd != INVALID_CURSOR_POSITION));`...