Skip to content

Final Update for XPRIZE trials in Tanzania

Latest
Compare
Choose a tag to compare
@talapadi talapadi released this 02 May 05:44
· 60 commits to master since this release

This is the final update for XPRIZE trials in Tanzania.

For the English version

Download both the apks:

  • bali.apk
  • goa.apk

Installing directly on the tablet

You can directly download these files on your tablet. Once download is complete, click on bali.apk and it will get installed. After that, click on goa.apk and it will get installed.

  • Make sure you install bali.apk first.
  • If you see any error message, go to Settings->Security and turn on Unknown Sources

Installing from a computer

If you are downloading them on your computer, provided you have installed the Android Development Bridge on your computer, run the following commands:

adb install bali.apk
adb shell pm grant org.chimple.bali android.permission.WRITE_EXTERNAL_STORAGE
adb shell am start -n "org.chimple.bali/org.chimple.bali.launcher.LauncherScreen"
adb shell cmd package set-home-activity  "org.chimple.bali/org.chimple.bali.launcher.LauncherScreen"
adb install goa.apk

For the Swahili version

Download both the apks:

  • bali_sw.apk
  • goa_sw.apk

Installing directly on the tablet

You can directly download these files on your tablet. Once download is complete, click on bali_sw.apk and it will get installed. After that, click on goa_sw.apk and it will get installed.

  • Make sure you install bali_sw.apk first.
  • If you see any error message, go to Settings->Security and turn on Unknown Sources

Installing from a computer

If you are downloading them on your computer, provided you have installed the Android Development Bridge on your computer, run the following commands:

adb install bali_sw.apk
adb shell pm grant org.chimple.bali android.permission.WRITE_EXTERNAL_STORAGE
adb shell am start -n "org.chimple.bali/org.chimple.bali.launcher.LauncherScreen"
adb shell cmd package set-home-activity  "org.chimple.bali/org.chimple.bali.launcher.LauncherScreen"
adb install goa_sw.apk