[HowTo] Using Anbox manually to reduce battery drain
-
I. Disable Anbox via anbox-tool:
anbox-tool disableor make it disabled manually:
rm /home/phablet/anbox-data/.enable stop anbox-session sudo stop anbox-containeror alternatively configure Upstart to ignore the start on / stop on stanzas:
sudo mount -o remount,rw / echo "manual" | sudo tee /etc/init/anbox-container.override echo "manual" | sudo tee /usr/share/upstart/sessions/anbox-session.override sudo sync sudo mount -o remount,ro / stop anbox-session sudo stop anbox-containerII. Remove Anbox icons:
rm /home/phablet/.local/share/applications/anbox-*III. Create start script:
#!/bin/bash sudo start anbox-container start anbox-sessionand stop script:
#!/bin/bash stop anbox-session sudo stop anbox-container rm /home/phablet/.local/share/applications/anbox-*IV. Start or stop Anbox:
bash <nameofscript>
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login