There's a new home for Articles. Find Articles on Our Product Support Page.
Hello,Following the update to Android 14 on our managed Samsung devices, we are getting a net::ERR_UNKNOWN_URL_SCHEME when trying to access the wifi app using the action ''action://CONFIGURE_WIFI'' in lockdown mode.Is there any workaround or fix to this? I've tried sending intents with ''android.settings.WIFI_SETTINGS'' without luck.Thank you,
Hi all, We have a question about making use of intents. We want to create a button that calls an intent that starts the Log In screen from Soti. we have scanners in a lock screen and now they need to press and hold the back button and press login: what we want is that we create a login button so they will directly go to this page. (so instead of press and hold the back button and press login) when we check the activity (via identify_activity) we see the following: net.soti.mobicontrol.androidwork/net.soti.mobicontrol.shareddevice.SharedDeviceActivity now the question :) how can we open this screen via an intent? We checked the intent manual but we can't get it work. hopefully someone over here can help us. thank you in advance!!
Hi, is it possible to send a script that uses intent to send a specific key? For example, the Android intent for "#" character is intent.KEYCODE_POUND which is the script syntax to use to obtain the same behavior as a physical key pressure?
Hi, our customer needs to add a Zebra Enteprise Browser into lockdown scrren. Zebra provided me the intent to launch and it works correctly if I use ADB. When i launch the intent command, Enterprise Browser is launched with the configured webpage. The ADB command is the follwing: adb shell am start -a com.rho.rhoelements.SHORTCUT_ACTION -c android.intent.category.DEFAULT -n "com.zebra.mdna.enterprisebrowser/com.rhomobile.rhodes.RhodesActivity" -d http://www.google.com -t "com.rho.rhoelements/application" --ei "id" -702889725 How can I use it to add an Home Screen item using SOTI syntax? Thank you very much. Nicolò
Hi there, I'm trying to create an icon in the lockdown screen to automatically enable Zebra Datawedge. I found the following intent that works correctly if I send it via "send script" feature: sendintent -b "intent:#Intent;action=com.symbol.datawedge.api.ACTION;S.com.symbol.datawedge.api.ENABLE_DATAWEDGE=true;end" but when I configure the lockdown profile adding an intent: item, the icon has been added to the lockdown but, when I press it, the popup "Activity not fiound" is showed. I'm using Zebra TC21 Android 11 device. Any suggestion? Thank you,
Dear Support Community, i'm not fimilar with Android Intents. I tried to figure it out how they work to get out a script but i'm out of ideas. I tried to build my script by using different informations. These might be the best: CONNECT WITH PROFLE Intent openVPN = new Intent("net.openvpn.openvpn.CONNECT"); openVPN.setPackage("net.openvpn.openvpn"); openVPN.setClassName("net.openvpn.openvpn", "net.openvpn.unified.MainActivity"); openVPN.putExtra("net.openvpn.openvpn.AUTOSTART_PROFILE_NAME", "PC MYPROFILENAME "); openVPN.putExtra("net.openvpn.openvpn.AUTOCONNECT", true); openVPN.putExtra("net.openvpn.openvpn.APP_SECTION", "PC"); if (openVPN.resolveActivity(getActivity().getPackageManager()) != null) { startActivity(openVPN); } DISCONNECT Intent openVPN = new Intent("net.openvpn.openvpn.DISCONNECT"); openVPN.setPackage("net.openvpn.openvpn"); openVPN.setClassName("net.openvpn.openvpn", "net.openvpn.unified.MainActivity"); openVPN.putExtra("net.openvpn.openvpn.STOP", true); if (openVPN.resolveActivity(getActivity().getPackageManager()) != null) { startActivityForResult(openVPN, 0); } I tried the disconnect first because it seamed to be the easier part and came up with different scripts but none of them worked: sendintent -a "intent:#Intent;action=net.openvpn.openvpn.DISCONNECT;component=net.openvpn.openvpn;B.STOP=true;end;" or sendintent -a "intent:#Intent;action=net.openvpn.openvpn.DISCONNECT;B.STOP=true;end;" or sendintent -a "intent:#Intent;action=net.openvpn.openvpn.DISCONNECT;B.net.openvpn.openvpn.extra.STOP=true;end;" I guess i've tried them all but unforunately none of them worked. Hope you can help!
Trying to create a intent script for importing a datawedge profile but with no success. Looked over the documentation here:Import Config - Zebra Technologies TechDocsThe sendintent Command (soti.net)This is what i have so farsendintent -b "intent:#Intent;action=com.symbol.datawedge.api.ACTION;S.putExtra=IMPORT_CONFIG;S.putString=FOLDER_PATH, /sdcard/Profiles/;end"
I'm new to Soti Mobicontrol. Would like to know if someone can point me how to do this. I found documentation that Soti can execute intents on Android: https://soti.net/mc/help/v14.3/en/scriptcmds/reference/sendintent.html I first want to deploy an uploaded Android app APK, then together with or after the app deployment, execute an intent on that device. I kind of got the 1st part, but not the 2nd part for executing intent on a device after the app is deployed to it. Someone help me connect the dots. For the intent, adapting the command syntax we estimated/derived for AirWatch, the AirWatch command would have been something like mode=explicit,broadcast=false,action=android.intent.action.MAIN,package=com.mist.marvisclient,class=com.mist.marvisclient.MainActivity,extraString=MOBILE_SDK_SECRET=TheSecretValueHere what's the equivalent translated command for Soti sendintent command?
Hello all, we have imported configurations to the device on a number of Zebra TC52x using the Velocity file Assistant app (The app will sync/copy all the velocity configuration files from /sdcard/com.wavelink.velocity folder to /sdcard/Android/data/com.wavelink.velocity/files folder after starting velocity). Unfortunately, due to a change in the profile name, we are now seeing two profiles. Due to Android 11, we cannot simply delete the files via the file browser. In the Ivanti community we came across the following article:https://forums.ivanti.com/s/article/Android-11-Non-Android-enterprise-Method-to-deploy-files-from-MDM-using-Velocity-File-assistant-app?language=en_US Here it is shown that with the following intent the files/profiles can be deleted: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setComponent(ComponentName.unflattenFromString("com.wavelink.velocityfileassistant/.FileUpdate")); intent.putExtra("com.wavelink.velocityfileassistant.extra.CLEAN", true); try { startActivity(intent); } catch (ActivityNotFoundException e) { // Velocity File Assistant was not found Unfortunately, this does not seem to be the correct syntax for MobiControl. Do any of you have an idea how the intent has to look exactly so that we can delete the profiles? We would be very grateful for any help! Kind Regards Keno
Hello, I want to update the Memor K with the newest Android Update. I found the intent: intent:#Intent;component=com.datalogic.systemupdate/com.datalogic.systemupdate.SystemUpgradeService;i.action=2;S.path=/sdcard/MemorK_Update.zip;i.reset=0;i.force_update=0;end; But this intent didn't work. The Device show me a that the activity couldn't be found. I created the intent in the Lockdown. Can someone help me in this case? Best Regards Simon
Hi, I need to start an app with args. I use intent: to launch it, but it has a negative effect - the app always starts with main activity. Now I use hoff://ru.hoff.tablet#Intent;action=android.intent.action.VIEW;S.data=custom_data;launchFlags=0x20002000;end Is there any way to launch an application with arguments that it doesn't switch its screen after pressing the home button and launching it again? I've tried doing some tests as described here but failed. android-app://ru.hoff.tablet.prodsrv.idx2#Intent;S.data=custom_data;end No Activity found to handle Intent { act=android.intent.action.MAIN flg=0x10800000 pkg=ru.hoff.tablet.prodsrv.idx2 } android-app://ru.hoff.tablet.prodsrv.idx2#Intent;action=android.intent.action.VIEW;S.data=custom_data;end No Activity found to handle Intent { act=android.intent.action.VIEW flg=0x10800000 pkg=ru.hoff.tablet.prodsrv.idx2 }
Dear All, we need to preconfigure Datawedge in order to send scanned information into an app. The manual way is the bellow: Go to DataWedge provided app Press on Profile0(default) Scroll until "Intent output" section is found Enable output via intent In intent action write com.euronav_app.ACTION Intent delivery must be set to "Broadcast intent I assume that this could be done with a commant like the bellow: sendintent -b "intent:#Intent;action=com.symbol.datawedge.api.ACTION;S.putExtra= com.euronav_app.ACTION;end" "com.euronav_app" is the application name. Cen anybody advise on thos? Best regards
I'm trying to add a homescreen item that will allow me to import Honeywell XML's.But I can't seem to figure out what intent I need to write for it to work.I figured out that the package is: com.honeywell.tools.persistAnd the service its using is: com.honeywell.persist.action.START_PERSIST_SERVICEThis should initiate the service thats automaticly started at a reboot.I have tried the following: intent:#intent;action=com.honeywell.persist.action.START_PERSIST_SERVICE;end launch://com.honeywell.tools.persist/com.honeywell.persist.action.START_PERSIST_SERVICE And I also tried a method that I already knew from sendintent -b, which I accosionally use in package scripting: intent:#Intent;action=com.honeywell.ezconfig.intent.action.IMPORT_XML;S.path=/sdcard/honeywell/persist/DataCollectionService.xml;launchFlags=0x1400020;end But it always returns: Activity not found.
Hello, We would like to develop an Adndroid application that could send intent to the android enterprise agent installed on the device. Is there a way to directly contact the agent (does the AE agent have an intent receiver?) or do we have to go through the MobiControl API? (We would prefer to send an intent directly to the agent without going through the API) Android Enterprise Device Owner (agent version 14.3.3.1038) MobiControl vesion 14.3.3.1111 Thank you for your answer BR, Yoan.
Is it possible to send an intent from my application to execute a SOTI script? Either running a SOTI script file which I have sent to the device with FileSync or sending a command to MobiControl (e.g. reboot). There are certain actions my app does not have permission to do but would be easy to achieve with a SOTI script. However, I need to do these actions conditionally from within my app such as executing an APK. Based on the other forum post below, it is possible to launch a SOTI script from a shortcut on the lockdown. However, is it possible to launch a SOTI script from my application via an intent to MobiControl? Android : Launch-able SOTI Script shortcut on SOTI Lockdown Thanks.
Top-tier experts who are delivering outstanding content. Should have more than 7000 points.
Experts who are consistent with great content. Should have more than 1000 points
Highly experienced members with valuable inputs. Should have more than 700 points
Beginners taking the initiative. Should have more than 500 points