-
Notifications
You must be signed in to change notification settings - Fork 39
Events Feature
Marcos Bomfim edited this page Jul 23, 2021
·
2 revisions
Events is like logs, all the data sended by device or webserver is registred into database on server. The basic function of events is allow the user understand each packet request sended by webserver and the response of android app. checkout the app events name avaliable:
- GET_WIFI_INFO_CODE
- Get information about wifi network
- GET_USER_INFO_CODE
- get information about current user like
- GET_SYSTEM_INFO_CODE
- get information about android system like name device, version, build and more.
- GET_USER_AND_WIFI_INFO_CODE
- get information about wifi network and android system
- GET_LOCAL_STORAGE_INFO_CODE
- get information about storage like size of memory, size of storage
- GET_ALL_APPS_CODE
- get all apps installed on device
- GET_GEOLOCATION
- get current geo location (latitude and longitude, name of street)
- GET_AUDIO_MIC_CODE
- start a recoder microphone max 50 seconds
- GET_DEVICEINFO_CODE
- get all information about your device
- GET_EXTENIONS_CODE
- get all extensions about permission device
- COMMAND_SECURITY_CODE
- send command type administrator device
- COMMAND_MISC_TOAST_CODE
- send command toast message notification
- COMMAND_PERMISSION_CHECK_CODE
- check if device has permission
- COMMAND_SECURITY_ALARM_CODE
- start/pause alerm song
- PING_PONG_CODE
- check if device is alive
- FILE_TRANSFER_CODE
- transfer file from web
- NETWORK_SCAN_CODE
- start a new scanner network for detect all devices in current network wifi.
- CLIPBOARD_CODE
- get/set information about clipboard data
The packet type has two type:
- SEND_PACKET_CODE - packet sended by webserver (nanobrok-server).
- RECEIVE_PACKET_CODE - packet sended by android app.
© Copyright 2021, Nanobrok - P0cL4bs Team