Nov-15-2016, 08:15 PM
Hi guys, i try to find something on google but with no results.. How can i shutdown my computer trough my Android phone or tablet?
Shutdown from remote trough Android
|
Nov-15-2016, 08:15 PM
Hi guys, i try to find something on google but with no results.. How can i shutdown my computer trough my Android phone or tablet?
Nov-15-2016, 08:20 PM
Take the corner of the phone and press it against the 'on/off' button
![]() Seriously though, this relates to Python how?
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch" Python 3.6.5, IDE: PyCharm 2018 Community Edition
Nov-15-2016, 08:26 PM
I think im bad to explain.. Im not good with english sorry! I wanna write a script for shutdown my computer from remote Android. Like this, run this on my android with python installed and shutdown when i start the script.
ipcomputer = 'myip', '128.0.0.0' androidremotecontrol = '128.0.0.0' 'shutdown' Is a bad example, but is what i want to do. If you know a module for remote control..
Nov-15-2016, 08:42 PM
You might take a look at QPython or Kivy . Are you looking to do this over the internet or on an intranet?
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch" Python 3.6.5, IDE: PyCharm 2018 Community Edition
you could just ssh into your computer and execute a shutdown command and then make an apk file from the script.
Recommended Tutorials:
Nov-15-2016, 08:52 PM
(Nov-15-2016, 08:44 PM)metulburr Wrote: you could just ssh into your computer and execute a shutdown command and then make an apk file from the script. Who'd a thunk ![]() May have to give it a try ![]()
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch" Python 3.6.5, IDE: PyCharm 2018 Community Edition
Nov-15-2016, 10:17 PM
(Nov-15-2016, 08:44 PM)metulburr Wrote: you could just ssh into your computer and execute a shutdown command and then make an apk file from the script. Can you expain me? Or send me an example? I dont understand.. By the way i dont want a external program, just wanna understand the module to use.. For write a script :) |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Help with graceful shutdown of MP thread with asyncio | sawtooth500 | 3 | 1,199 |
Jul-03-2024, 05:29 PM Last Post: sawtooth500 |
|
![]() |
shutdown host from docker container | cosmin1805 | 0 | 1,711 |
Nov-27-2022, 06:34 PM Last Post: cosmin1805 |
Os.system("shutdown"); command not found | cosmin1805 | 4 | 3,336 |
Nov-13-2022, 02:07 PM Last Post: cosmin1805 |
|
Possible to execute a python script before log off/shutdown with input commands? | Kaltex | 1 | 3,177 |
May-18-2021, 06:31 AM Last Post: Skaperen |
|
Detecting windows shutdown event | riccardoob | 4 | 7,676 |
Nov-12-2019, 04:51 PM Last Post: Aurthor_King_of_the_Brittons |
|
Iterating trough Unique Object List | yelyah | 1 | 2,952 |
Dec-12-2018, 11:46 AM Last Post: Gribouillis |