EdRedi is an Android tablet, and users can add their own native applications by uploading the APK package file. To add an application, users must add a new Resource.
ADDING AN APPLICATION RESOURCE
- Click Make in the Main Menu.
- Under Make New, Select Resource.
- Under Resource Type, select Application. About is optional.
- Under Called, enter the name you want to give the app
- Click Make It.
- After clicking Make it, the user will be transferred to the Properties Page for the new Resource.
UPLOADING APKS
An APK package is an archive that holds all of the binary files for an Android application. To begin the upload process:
- Click the arrow next to Resource in the top left.
- and select the package file to upload from your computer.
- Once uploaded, it will appear in the All Packages list.
- Make sure the Default Package property is set to the APK file desired, which should be the most recent app. More than 1 APK can be uploaded to this resource, much like uploading more than one version of the same app. The Default Package will always open the app version you selected.
PACKAGE NAME
Every Android application has a package name that uniquely identifies it. Normally this is almost the same file name as the APK package, all the way up to the first hyphen, or it's name between hyphens, like so:
- instead of ---> com.android.dropbox-123456_v2.apk
- Use this as the Package Name---> com.android.dropbox
OR
- instead of ---> DropBox-com.android.dropbox-123456_v2.apk
- Use this as the Package Name---> com.android.dropbox
If the APK package has been installed on the EdRedi as a Resource, but it remains "grayed out" or inaccessible, then the Package Name may not be correct. The correct Package Name can be found by either of the 2 methods below:
METHOD 1 - From Google Play Store
- Go to http://play.google.com
- Do a search for the app's name
- Click on the app to go to its specific Information Page
- Once you're in the app's specific Information Page, look in the web address field above:
- In the Web Address Field, look for id= (marked in purple in picture above).
- The correct package name should be listed after id= (marked in red in the picture above).
METHOD 2 - The Information Page on the Device
- Return to the EdRedi tablet, tap on the Options Menu (3-dot icon) and wait for the menu tray to slide out.
- Tap on Information.
- In the EdRedi Information Page, slide the page upwards to find the Installed Applications section.
- Review the list of installed applications until the name of the application is found.
- Next to the name of the application will be the correct Package Name between parentheses. For example:
- DropBox (com.android.dropbox)
- After correcting the Package Name in the EdRedi Portal, go back to the Information Page and click on the "Check for Updates" button located to the right of the screen.
- Once the update is completed, the Resource application should no longer be "grayed out" and fully functional.