how to lock mobile file system with python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to lock mobile file system with python?

12th Oct 2016, 9:17 AM
Vimal Odakkali
Vimal Odakkali - avatar
2 Answers
+ 1
import os or import sys (I dont know exactly) subprocess.call("shutdown -s") This work in PC
15th Oct 2016, 11:07 PM
James Wheel
James Wheel - avatar
+ 1
Another way is with PowerTimer and EQShutdown. These apps arent in the App Stire, So you have to download from your navigator. Good luck.
15th Oct 2016, 11:16 PM
James Wheel
James Wheel - avatar