adb pull /enterprise/usr/enterprisehomescreen.xml
<?xml version="1.0" encoding="UTF-8"?><config> <applications> <application label="DWDemo" package="com.symbol.datawedge" activity="com.symbol.datawedge.DWDemoActivity"/> </applications> <tools> <application label="DWDemo" package="com.symbol.datawedge" activity="com.symbol.datawedge.DWDemoActivity"/> </tools> <passwords> <admin attempts="1"/> </passwords> <preferences> <title>Enterprise Home Screen</title> <icon_label_background_color>#00FFFFFF</icon_label_background_color> <icon_label_text_color>#FFFFFFFF</icon_label_text_color> <orientation/> <auto_launch_enable>0</auto_launch_enable> <service_auto_launch_enable>0</service_auto_launch_enable> <wallpaper/> <kiosk_mode_enabled>0</kiosk_mode_enabled> <keyguard_camera_disabled>1</keyguard_camera_disabled> <keyguard_search_disabled>1</keyguard_search_disabled> <usb_debugging_disabled>1</usb_debugging_disabled> <system_settings_restricted>1</system_settings_restricted> <recent_apps_button_disabled>1</recent_apps_button_disabled> <recent_apps_access_disabled>1</recent_apps_access_disabled> <wireless_info> <show_ip_address>0</show_ip_address> <show_mac_address>0</show_mac_address> <show_bssid>0</show_bssid> <show_ssid>0</show_ssid> <show_scan_result>0</show_scan_result> </wireless_info> <screen_blanking> <blanking_enabled>0</blanking_enabled> <speed_threshold>10</speed_threshold> <blanking_mode>1</blanking_mode> </screen_blanking> </preferences> </config>
<?xml version="1.0" encoding="UTF-8"?><config> <kiosk> <application label="MyApplication" package="com.my.application" activity="com.my.application.RoutingActivity"/> </kiosk> <applications> <application label="DWDemo" package="com.symbol.datawedge" activity="com.symbol.datawedge.DWDemoActivity"/> <application label="MyApplication" package="com.my.applicatio" activity="com.my.application.RoutingActivity"/> </applications> <tools> <application label="DWDemo" package="com.symbol.datawedge" activity="com.symbol.datawedge.DWDemoActivity"/> </tools> <passwords> <admin attempts="1"/> </passwords> <preferences> <title>Enterprise Home Screen</title> <icon_label_background_color>#00FFFFFF</icon_label_background_color> <icon_label_text_color>#FFFFFFFF</icon_label_text_color> <orientation/> <auto_launch_enable>0</auto_launch_enable> <service_auto_launch_enable>0</service_auto_launch_enable> <wallpaper/> <kiosk_mode_enabled>1</kiosk_mode_enabled> <keyguard_camera_disabled>1</keyguard_camera_disabled> <keyguard_search_disabled>1</keyguard_search_disabled> <usb_debugging_disabled>0</usb_debugging_disabled> <system_settings_restricted>1</system_settings_restricted> <recent_apps_button_disabled>1</recent_apps_button_disabled> <recent_apps_access_disabled>1</recent_apps_access_disabled> <wireless_info> <show_ip_address>0</show_ip_address> <show_mac_address>0</show_mac_address> <show_bssid>0</show_bssid> <show_ssid>0</show_ssid> <show_scan_result>0</show_scan_result> </wireless_info> <screen_blanking> <blanking_enabled>0</blanking_enabled> <speed_threshold>10</speed_threshold> <blanking_mode>1</blanking_mode> </screen_blanking> </preferences> </config>
adb shell mv /sdcard/enterprisehomescreen.xml /enterprise/usr/enterprisehomescreen.xml