Useful adb and server cmds

From SoftwareGuy
Revision as of 08:05, 31 March 2023 by Mark (talk | contribs) (→‎adb commands)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

adb commands

App active admin, needed to replace app on Osprey workstation

adb shell
dpm remove-active-admin com.viken.vx.workstation.debugOperator/com.viken.vx.workstation.AdminReceiver
dpm set-device-owner com.viken.vx.workstation.debugOperator/com.viken.vx.workstation.AdminReceiver

Alternate method

adb shell dpm remove-active-admin com.viken.vx.workstation.debugOperator/com.viken.vx.workstation.AdminReceiver
adb shell dpm set-device-owner com.viken.vx.workstation.debugOperator/com.viken.vx.workstation.AdminReceiver
adb shell appops set android TOAST_WINDOW deny

Additional directions from Scott:

Osprey Workstation Installation Procedure

Analyst Station:

1.     Log into existing Analyst app as “service”

2.     Close the Analyst app

3.     In the Android Studio > Terminal window, type:

adb shell dpm remove-active-admin com.viken.vx.workstation.debugAnalyst/com.viken.vx.workstation.AdminReceiver

4.     From Android Studio, install new version of the app

5.     In the Android Studio > Terminal window, type:

adb shell dpm set-device-owner com.viken.vx.workstation.debugAnalyst/com.viken.vx.workstation.AdminReceiver [ENTER]

adb shell appops set android TOAST_WINDOW deny

6.     Reboot the workstation box


Operator Station:

1.     Log into existing Operator app as “service”

2.     Close the Operator app

3.     In the Android Studio > Terminal window, type:

adb shell dpm remove-active-admin com.viken.vx.workstation.debugOperator/com.viken.vx.workstation.AdminReceiver

4.     From Android Studio, install new version of the app

5.     In the Android Studio > Terminal window, type:

adb shell dpm set-device-owner com.viken.vx.workstation.debugOperator/com.viken.vx.workstation.AdminReceiver [ENTER]

adb shell appops set android TOAST_WINDOW deny

6.     Reboot the workstation box

Server commands

remove a registered device

curl --location --request POST 'http://192.168.1.9/removeRegisteredDevice/' \
--header 'Content-Type: text/plain' \
--data-raw '{"deviceId"      : "testing1234"}'

force logout

curl —location —request POST ‘http://192.168.1.9/forceLogOut/‘ \
—header ‘Content-Type: text/plain’ \
—data-raw ‘{
  “username”: “user1.1”
}’

clear django sessions

sudo python3 /home/vikenadmin/server/webapi/viken_django/manage.py clearsessions

Available server commands as of 6/10/2021

admin
heartbeat
updateScan
requestImage
requestPhoto
setAlert
updateAlert
deleteAlert
deleteAllAlerts
sendPixels
getPixels
updateMetadata
getMetadata
sendDeviceCommand
getDeviceCommand
sendDeviceStatus
getDeviceStatus
setDeviceActive
setStatsLog
getStatsLog
clearStatsLog
setDevData
getDevData
registerDevice
getRegisteredDevice
removeRegisteredDevice
deleteAllRegisteredDevices
getAllRegisteredDevices
updateLastRunTime
getLastRunTime
sendLPRData
getLPRData
modifyLPRData
lprAlignment
configureDefaultSettings
setSetting
getSettings
testing
forceLogOut
login
logout
getUser
getUsers
setModeRequest
setLight
setMode
getModeRequest
getTrafficManagementReady
auditLogsJson
auditLogs
getArchivedVehicleRecords
setVehicleRecordSelected
updateVehicleRecord
removeOldRecords
deleteVehicleRecords
removeOldAuditLogs
reportVersion
versions
snapshotVersions
hashes
snapshotHashes
exportVehicleRecord
getAllVehicleRecords
clearAttachmentDirectory
updateAttachments