- Basics
- The Knox Ecosystem
- White Paper
- Samsung Knox Portal
- Knox Cloud Services
- General Knox Support
- Knox Licenses
- For IT admins
- Knox Admin Portal
- Knox Suite
- Knox Platform for Enterprise
- Introduction
- How-to videos
- Before you begin
- Get started with UEMs
- Introduction
- Blackberry UEM
- Citrix Endpoint Management
- FAMOC
- IBM MaaS360
- Microsoft Intune
- MobileIron Cloud
- MobileIron Core
- Samsung Knox Manage
- SOTI MobiControl
- VMware Workspace ONE UEM
- Knox Service Plugin
- Release notes
- Migrate to Android 11
- FAQs
- Troubleshoot
- KBAs
- Knox Mobile Enrollment
- Knox Configure
- Mobile
- Wearables
- Shared Device
- FAQ
- KBAs
- Knox Capture
- Introduction
- How it works
- How-to videos
- IT admins: Get started
- Getting started with Knox Capture
- Step 1: Launch Knox Capture
- Step 2: Create a scanning profile
- Step 3: Select apps and activities
- Step 4: Configure the scanner
- Step 5: Set keystroke output rules
- Step 6: Test apps in your configuration
- Step 7: Share your configuration
- Step 8: Deploy Knox Capture in Managed mode
- End users: Get started
- Features
- Release notes
- FAQ
- KBAs
- Troubleshoot
- Knox Asset Intelligence
- Knox Manage
- Introduction
- How-to videos
- Get started
- Video: Getting started with Knox Manage
- Integration with Managed Service Provider
- Access Knox Manage
- Configure basic environments
- Create user accounts
- Create groups
- Create organization
- Set up devices and profiles
- Set up Knox Manage deployment with a Knox Suite license
- Manage Chromebooks
- Manage Android devices with the Android Management API
- Manage Shared iPads
- Configure
- Licenses
- Organization
- Users
- Sync user information
- Groups
- Devices
- Content
- Applications
- Profile
- Knox E-FOTA
- Certificates
- Advanced settings
- Monitor
- Kiosk devices
- Knox Remote Support
- Active Directory
- Microsoft Exchange
- Mobile Admin
- Appendix
- Release notes
- Features
- FAQ
- KBAs
- Knox E-FOTA
- Introduction
- How-to videos
- Get started
- Features
- EMM integration
- Appendix
- Release notes
- FAQ
- KBAs
- Troubleshoot
- Knox E-FOTA On-Premises
- Legacy Knox E-FOTA products
- Knox Guard
- Introduction
- How-to video
- Get started
- Using Knox Guard
- Dashboard
- Manage devices
- Device management
- Accept or reject devices
- Upload devices
- Delete devices
- Complete device management
- Send notifications
- Enable or disable SIM control
- Download devices as CSV
- View device log
- View device deletion log
- Start and stop blinking reminder
- Lock and unlock devices
- Update lock message
- Send relock timestamp
- Turn on/off relock reminder
- Manage policies
- Manage licenses
- Manage resellers
- Manage admins and roles
- Activity log
- Knox Deployment App
- Release notes
- FAQ
- KBAs
- Support
- Samsung Care+ for Business
- For Knox Partners
- Knox Deployment Program
- Knox MSP Program
Animation files
Knox Configure for wearables require animation files to be in EDJ file format as opposed to the QMG file format for smart phone animation files.
Create animation file
To create an .edg animation file for Knox Configure for wearables, follow the steps below:
- Open Tizen Studio.
- Select the template: Basic UI with EDC.
- Open the project and res/edje/(project_name).edc.
- Under the EDC editor's settings, set your animation to the image path:
- The default path is set to (project_name)/edje/images.
- Create the EDC file as shown in the following example:
- A header file can be used to include image files.
//project_name.edc file images { image:"/images/Tizen_power_on_01.png" COMP; image:"/images/Tizen_power_on_02.png" COMP; image:"/images/Tizen_power_on_03.png" COMP; image:"/images/Tizen_power_on_04.png" COMP; image:"/images/Tizen_power_on_05.png" COMP; image:"/images/Tizen_power_on_06.png" COMP; image:"/images/Tizen_power_on_07.png" COMP; image:"/images/Tizen_power_on_08.png" COMP; image:"/images/Tizen_power_on_09.png" COMP; image:"/images/Tizen_power_on_10.png" COMP; image:"/images/Tizen_power_on_11.png" COMP; Copyright © 2017 Samsung Electronics Co. Ltd. 3 } collections { group { name: "poweron"; parts { part { name: "poweron"; mouse_events: 0; description { state: "default" 0.0; image{ normal:"/images/Tizen_power_on_01.png";//first and default image tween:"/images/Tizen_power_on_02.png"; tween:"/images/Tizen_power_on_03.png"; tween:"/images/Tizen_power_on_04.png"; tween:"/images/Tizen_power_on_05.png"; tween:"/images/Tizen_power_on_06.png"; tween:"/images/Tizen_power_on_07.png"; tween:"/images/Tizen_power_on_08.png"; tween:"/images/Tizen_power_on_09.png"; tween:"/images/Tizen_power_on_10.png"; tween:"/images/Tizen_power_on_11.png"; } visible: 1; } } } programs { program { name: "poweron"; signal: "show";//start animation action: STATE_SET "default" 0.0;//state for the image part target: "poweron";//part name transition: LINEAR 4;//animation type and duration in seconds after: "poweron_end"; } program { name: "poweron_end"; action: SIGNAL_EMIT "end" "animation"; } } }
- Navigate to a local folder and make an EDJ file by entering the following in the command line:
edje_cc –id ../images {project_name}.edc. temporary_name.edj
Set custom animation
Once you've created your EDJ animation file, to set a custom booting animation or shutdown animation for an existing profile, follow the steps below:
Set custom booting animation
- Under Profiles, select an existing profile for wearable devices.
- On the Profile configuration dashboard, select DISPLAYS.
- Click Edit.
- Under Custom booting and shutdown animations, select Set a custom booting animation.
- Click SELECT to upload an EDJ or WGT format animation file.
- Note that the file must be less than 1 MB.
- Click SAVE.
Set custom shutdown animation
- Under Profiles, select an existing profile for wearable devices.
- On the Profile configuration dashboard, select DISPLAYS.
- Click Edit.
- Under Custom booting and shutdown animations, select Set a custom shutdown animation.
- Click SELECT to upload an EDJ format animation file.
- Note that the file must be less than 1 MB.
- Click SAVE .
Clear custom animations
When replacing an existing custom animation, ensure you first clear the existing custom animation before uploading a new animation:
- Under Profiles, select an existing profile for wearable devices.
- On the Profile configuration dashboard, select DISPLAYS.
- Click Edit.
- Under Custom booting and shutdown animations, select Clear a custom booting and shutdown animation.
- Click SAVE.