Force Android Update
- 10 December 2020
- MobiControl - Android Scripting
2 Answers- 0 Upvote
- 2 Followers
2 Answers
What is the brand/model of the device you use to test? Have you disabled the ""block OS upgrade" option in any feature-control profile configuration payload deployed to the device?
From my own tests of the script command
writeprivateprofstring SystemUpdatePolicy SystemUpdatePolicy 1
apply SystemUpdatePolicy
on a number of device models in Android-Enterprise Device-Owner mode, it works fine. According to Soti documentation, the device agent needs to be at least v13.9.0.
Please note that the command does not FORCE an update INSTANSTLY right after receiving the command. It just changes the update mode. Depending on the firmware of individual device brand/model, the check on any available firmware upgrade from the OEM vendor upgrade server may be scheduled at a later time or after the device has got rebooted.
For older AEDO device firmwares or device agents, you may try using the legacy command
set_system_update_policy 1
HI Raymond,
The devices i am trying to upgrade are LGE LG-M200
I dont have the block OS upgrade set on any policies.
The devices are running the 14.4.1.1064 version of the agent.
Yes i just want to change the update mode so that the devices are prompted to start the update.
This is the error i receive if i run the script on a device