I have a created profile programmatically to launch an activity of my app when pressed "Button L2". It is working fine. Now, I have removed this profile and run the app. Still "Button L2" button click is launching my application activity. I have restarted device, re installed app and so on. But, still the profile is not removed. In my EMDK Profile manager(Android studio) the profile is not displaying. But in the device it is not reflecting. Please help me how to solve this problem.
Removed profile(from Android studio) is not reflecting in the zebra device// Expert user has replied. //Solved |
Accepted Solution
Hello there,
Every time you're processing an EMDK profile, the effects of that profile will persist across every reboot of the device even when the application is uninstalled (In case the profile was processed through an application).
In order to revert the changes, you will need to create another profile either from your application like you've used to or through StageNow to go back to the original L2 button behaviour.
Daniel
1 Replies
Hello there,
Every time you're processing an EMDK profile, the effects of that profile will persist across every reboot of the device even when the application is uninstalled (In case the profile was processed through an application).
In order to revert the changes, you will need to create another profile either from your application like you've used to or through StageNow to go back to the original L2 button behaviour.
Daniel