Daily Shaarli
December 14, 2018

Des bonnes idées sur une musique immonde. Mais qui est le graphiste qui a eu la permission de poster ça !!!
while [ "$(timeout 2 telnet 192.168.0.1 3389 2>&1| grep -c Connected)" -ne "1" ];do sleep 2;done;notify-send "port 3389 TSE sur 192.168.0.1 est ouvert !"
while [ "$(timeout 2 ping 192.168.0.1 -c 1 | grep -c '1 received')" -ne "1" ];do sleep 2;done;notify-send "ping ok sur 192.168.0.1"
This application is used to delete or disable gapps. It uses a regex to find GApps package
- pm disable xxx (xxx is a package name that is found by the application)
or
- rm -rf xxx (xxx is a path name that is found by the application)
It requires root to work.
Don't delete GApps on touchwiz (or similar) stock rom or your device might not boot afterwards. You should try to disable GApps instead!
To re-enable GApps, go to the Settings › Apps menu, and chose "restore apps preferences". If you want to reinstall GApps, you should use the OpenGApps zip or GApps installer (third party apps).