summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* screencap: retain possibility to set ADB path at top of scriptHEADreplicant-6.0Wolfgang Wiedmeyer2017-05-231-2/+2
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* screencap: Add naive SSH backend implementation.Denis 'GNUtoo' Carikli2017-05-231-2/+27
| | | | | | | | | | This implementation is not efficent as each command will spawn a new ssh command, which has considerable overhead and latency. Example usage: ./screencap.sh -h root@192.168.43.1 -f OUTPUT.PNG Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* screencap: Remove adb rootWolfgang Wiedmeyer2017-03-101-2/+0
| | | | | | | Rather add a note to the instructions that ADB should be running as root. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* usb/networking: abort if no gateway is foundWolfgang Wiedmeyer2017-03-101-0/+7
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* networking/usb: rename the device scriptWolfgang Wiedmeyer2017-03-101-0/+0
| | | | | | Makes it easier to link to it from the wiki. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* a script for taking screenshotsWolfgang Wiedmeyer2017-03-021-0/+124
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* wifi: be more sensitive about permissions and remove unneeded stuffWolfgang Wiedmeyer2017-03-016-192/+3
| | | | | | | | The wifi directory should be kept in place with its default ownership and permissions. Unfortunately, this reverts Timothy's fix for the issue where files were not pushed correctly to the device. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* wifi: import Timothy Magee's changesWolfgang Wiedmeyer2017-03-014-38/+78
| | | | | | Fixes an issue where the scripts aren't pushed to the right directory on the device. Connecting to unsecured networks is now also supported. Full credit for these improvements goes to Timothy Magee.
* Import version 1.4 of Filippo "Fil" Bergamo's wifi scriptsWolfgang Wiedmeyer2017-03-0114-0/+1495
| | | | I changed the path of the scripts from "scripts" to "device-files".
* reverse tether scriptWolfgang Wiedmeyer2017-02-281-0/+96
Works together with the network manager on the host and uses dhcp. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>