kivy-remote-shell
kivy-remote-shell copied to clipboard
Remote SSH + Python interactive shell in Kivy

Bumps [twisted](https://github.com/twisted/twisted) from 20.3.0 to 22.4.0. Release notes Sourced from twisted's releases. Twisted 22.4.0 (2022-04-11) Features twisted.python.failure.Failure tracebacks now capture module information, improving compatibility with the Raven Sentry client. (#7796)...
executing "git clone git://github.com/kivy/kivy-remote-shell" as stated leads to: The unauthenticated git protocol on port 9418 is no longer supported. it should be: git clone https://github.com/kivy/kivy-remote-shell Besides the fact that the...
URL https://drive.google.com/open?id=0B1WO07-OL50_dzJDYU1Zak1WTnc returns 404
Fix of issue #25
I am getting the following error while running the app in my mobile phone 11-17 23:22:05.021 21724 21761 I python : Traceback (most recent call last): 11-17 23:22:05.021 21724 21761...
Hey, built and executed from master, when running I get this error on startup: ``` I/python ( 2166): Traceback (most recent call last): I/python ( 2166): File "/buildozer/.buildozer/android/app/main.py", line 73,...
Such traceback: ``` 01-24 12:11:25.127 18983 19269 I python : /data/user/0/org.kivy.remoteshell/files/app/lib/python2.7/site-packages/twisted/conch/ssh/common.py:18: RuntimeWarning: PyCrypto not installed, but continuing anyways! 01-24 12:11:25.149 18983 19269 I python : Traceback (most recent call last):...
I've tried to build kivy remote shell with kivy 1.10 and got the following error: distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cffi>=1.4.1') I can install cffi 1.10 with pip,...
This version starts a service-based remote shell. It does not drop the connection nor freeze on Home button pressed, but have no access to the mActivity: ``` python $ ssh...