diff --git a/catscreen.sh b/catscreen.sh new file mode 100644 index 0000000..225dd4e --- /dev/null +++ b/catscreen.sh @@ -0,0 +1,3 @@ +#!/system/bin/sh + +touch /mnt/catscreen \ No newline at end of file diff --git a/wephone.rc b/wephone.rc index 848dd75..6756351 100644 --- a/wephone.rc +++ b/wephone.rc @@ -1,2 +1,5 @@ on boot exec - root -- /system/bin/wephone.sh + +on debug.tracing.battery_stats.screen=1 + exec - root -- /system/bin/catscreen.sh \ No newline at end of file