Skip to main content

Track your smartphone addiction with Phone Usage Monitor

Track your smartphone addiction with Phone Usage Monitor

Track your smartphone addiction with Phone Usage Monitor

Smartphones are arguably the most addictive devices that have ever been created. It’s not so so much the hardware that makes these devices hard to put down. What really drives phone usage is the enormous number of apps. Many of us easily have over 100 apps installed on our phones. The constant checking of Twitter, YouTube, emails, Facebook, etc, can add up to a lot of screen time. That’s where Phone Usage Monitor comes in.
Phone Usage Monitor was created by XDA member bartito. The app keeps track of how much the device is being used and which apps are used the most. Users can decide which device “events” they want to be recorded. For example, screen on/off, device unlocked, battery level changes, WiFi connections, and more. If you feel that your smartphone usage is too high, this app will help you see what is eating up time. You may find some habits that need to be fixed.
Phone Usage Monitor is available in the Play Store in the beta stage. If you decide to try it out, the developer is looking for issues and feature suggestions in the thread below.
Phone Usage Monitor (Unreleased)

Comments

Popular posts from this blog

Bypass Ubuntu Login Screen

Here is the new post on the series of the bypassing of the login screens of the different Operating Systems . In this post, we are going to bypass login screen of the 'Ubuntu 16.04 LTS' . This method is basically works on all Ubuntu . Here is the screen of the Login of the Ubuntu 16.04 LTS which we are going to bypass. STEPS:- Steps 1 :  First restart the system and load the GRUB menu by holding SHIFT  key when the BIOS  loads. After that selects ' Advanced Options ' and you will get this menu. Steps 2 :  Then selects recovery mode on the above menu and you will get the following menu. Steps 3 :  Then selects the root menu and you will dropped into root shell of the system. Steps 4 :  Then run the following commands: mount -rw -o remount / passwd <username> After the successful completion of the command, you have successfully changed the root password of the system. You find the root username of the system by changing to the syst

Bypass Kali Linux Login Screen

This is the another post of the Operating System Login Mechanism bypass series. In this post, we are going to bypass the login screen of the Kali Linux that works on all Kali rollings. This is method is slightly different from the method of the Ubuntu. STEPS:- Step 1 :  First, boot the Kali rolling and you will find the GRUB Menu of the KALI. Step 2 :  Then press 'e'  key to load the GRUB. Step 3 :  After that, replace 'ro'  to 'rw'  and 'init=/bin/bash'  at the same line and press 'F10'  key to load with this GRUB file. Step 4 :  After the boot, you will dropped into the root shell of the system. Step 5 :  Now, type 'passwd root'  command and enter the new unix password twice of the root user. Now, Reboot the system and boot normally and you are able to login to the root account of the Kali-rolling with the new password. Post written by - M4TRIX_H4CK3R Author  -  https://en.gravatar.com/kalima