Monday 21 April 2014
0 comments

Keep Track of Everything Your Device Does withEvent Logger

00:25

Keep Track of Everything Your Device Does withEvent Logger:-

Event Logger, as its name implies, keeps track of what
your device does at any given time and displays it in a
very simple and understandable format. Currently, the
tool can keep tabs on your WiFi, Bluetooth, GPS,
charging status, location, display power, screen lock
state, received SMS messages, application launches,
call events, headphone events, media scanner events,
time settings, airplane mode, battery level, wallpaper,
volume, and when you restart or power off your phone.
Those running Xposed Framework can also keep track of
media playback events. In the future, various other
events will be added such as NFC state, HDMI state,
application installation and removal, mobile network
state, and SD card state. Furthermore, event filtering
will be added some time in the future.
     


Easily keep track of what your phone is doing.
Event Logger will keep track of the following events:
☑ WiFi Enabled/Disabled
☑ WiFi Connected/Disconnected
☑ Bluetooth Enabled/Disabled
☑ GPS Enabled/Disabled
☑ Power Connected/Disconnected
☑ Orientation Changed
☑ Locale Changed
☑ Screen On/Off
☑ Screen Unlocked
☑ SMS Received
☑ App Started
☑ Call Events(Incoming/Outgoing)
☑ Headphones Plugged/Unplugged
☑ Media Scanner Started/Stopped
☑ Phone Booted
☑ Phone Shutting Down/Restarting
☑ User Changed Time/Date/Timezone
☑ Airplane Mode On/Off
☑ Battery Level Ok/Low
☑ Wallpaper Changed
☑ Volume Changed
Events that works only with xposed framework:
☑ Media Play/Pause
Events to be added in future releases:
☐ HDMI Plugged/Unplugged
☐ NFC On/Off
☐ Application Installed/Removed/Replaced/Cleared
☐ Service Started/Stopped
☐ Mobile Network On/Off
☐ SD Card Removed/Inserted/Mounted/Unmounted
Suggestions are welcome, but please be realistic
TODO:
☐ Filter events
☐ You tell me
Bugs:
☐ Sometimes events are added to the list without them
actually happening(Headphone plugged, volume level
changed, orientation changed)
☐ List sometimes doesn't scroll to bottom when app is
started
☐ Media Play/Pause apparently doesn't work
☐ When app is killed by the system due to low memory
(on android 4.4) it doesn't get restarted - only happens
on 4.4+
PERMISSIONS:
• ACCESS_WIFI_STATE - to determine if wifi is on/off
• ACCESS_NETWORK_STATE - determine connectivity
change (connected/disconnected)
• BLUETOOTH - determine bluetooth state (on/off)
• BLUETOOTH_ADMIN - determine bluetooth state (on/
off)
• RECEIVE_SMS - intercept incoming sms(only phone
number is stored)
• READ_PHONE_STATE - detect incoming calls
• PROCESS_OUTGOING_CALLS - detect outgoing calls
• INTERNET - used for ads and sending crash reports
• RECEIVE_BOOT_COMPLETED - detect that phone has
booted up
• ACCESS_FINE_LOCATION - detect GPS state (on/off)
• GET_TASKS - get running applications on a device
• RESTART_EVENT_SERVICE - internal permission, used
to restart service when killed by system
                                                 

0 comments:

Post a Comment

 
Toggle Footer
Top