- Basics
- About Knox
- Knox licenses
- Knox white paper
- Sign up for Samsung Knox
- Latest release notes
- General Knox FAQ
- General Knox KBAs
- Submit a support ticket
- User Acceptance Testing
- For IT admins
- Knox Admin Portal
- Knox Suite
- Knox Platform for Enterprise
- Knox Mobile Enrollment
- Knox Configure
- Mobile
- Introduction
- Get started
- Features
- License management
- Release notes
- Troubleshoot
- Wearables
- Shared Device
- FAQ
- KBAs
- Mobile
- Knox Capture
- Welcome
- Overview
- How-to guides
- Manage licenses
- Scanning profiles
- Apps and activities
- Scan engine settings
- Keystroke output and data formatting
- Export configuration and deploy through EMM
- Set the camera scan trigger
- Connect a hardware scanner
- Configure the output path
- Check a configuration in test mode
- Use intent output
- Knox Capture AR
- Get started
- How-to videos
- Release notes
- FAQ
- KBAs
- Troubleshoot
- Knox Capture: Scandit Edition
- Introduction
- How it works
- 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
- 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
- Create a new profile
- Assign profiles to groups and organizations
- Enroll devices
- Shared Android device quickstart
- Non-shared Android device enrollment quickstart
- Android Management API device enrollment quickstart
- Apple User Enrollment quickstart
- View device information
- Apply profiles to organizations
- 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
- 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.