- *BASICS*
- The Knox Ecosystem
- Samsung Knox Portal
- Knox Cloud Services
- General Knox Support
- Knox Licenses
- *FOR IT ADMINS*
- Knox Suite
- Knox Platform for Enterprise
- Introduction
- White paper
- Before you begin
- Get started with UEMs
- Introduction
- Blackberry UEM
- 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
- Introduction
- Get started
- Features
- Register resellers
- Add an admin
- Create profiles
- Google device owner support
- MDM compatibility matrices
- Device users
- Activity log
- Enroll and unenroll devices
- Configure devices
- Provide KME feedback
- Use the Knox Deployment App (KDA)
- Recover Google FRP locked devices using KME
- Role-based access control (RBAC)
- Release notes
- FAQs
- Troubleshoot
- KBAs
- Knox Configure
- Mobile
- Wearables
- Shared Device
- 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
- FAQs
- Troubleshoot
- Knox Manage
- Introduction
- How-to videos
- Get started
- Configure
- Licenses
- Organization
- Users
- Sync user information
- Groups
- Devices
- Content
- Applications
- Profile
- Knox E-FOTA
- Certificates
- Advanced settings
- Monitor
- Kiosk devices
- Remote Support
- Active Directory
- Microsoft Exchange
- Mobile Admin
- Appendix
- Release notes
- FAQs
- KBAs
- Knox E-FOTA
- Introduction
- White paper
- Knox E-FOTA One
- Introduction
- How-to videos
- Get started
- Features
- EMM integration
- Appendix
- Release notes
- FAQs
- Troubleshoot
- KBAs
- Migrate from Knox E-FOTA Advanced to Knox E-FOTA One
- Knox E-FOTA Advanced
- Knox E-FOTA on MDM
- Samsung Care+ for Business
- *FOR RESELLERS*
- Knox Deployment Program
- *FOR MANAGED SERVICE PROVIDERS*
- 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.