issues
search
mrhaydendp
/
Fire-Tools
Tools for debloating and installing Google Play Services on Fire Tablets + More!
https://blog.mrhaydendp.com/fire-tools
MIT License
182
stars
12
forks
source link
24.06 Update
#47
Closed
mrhaydendp
closed
5 months ago
mrhaydendp
commented
6 months ago
Version bump (24.06)
Replace
os.system
&
os.popen
commands with
subprocess
equivalents since they are deprecated
Update tool now uses Python's
os.chmod
instead of running shell command
Appinstaller function can now accept specified applications instead of installing all apps in a folder
Formatting fixes and code comment updates
Simplified "customlauncher" function by only calling appinstaller script once
Made "customdns" check more correct by using try, except instead of Bash/Posix operators inside ADB shell
More...
os.system
&os.popen
commands withsubprocess
equivalents since they are deprecatedos.chmod
instead of running shell command