How to switch ZRC to partner build
Overview
ZRC has 2 types of build
- zrc_5.4.0.275_production.apk - production build, provided for the Zoom web portal, the signature is the same as Google Play Stores
- zrc_5.4.0.275_partner.apk - partner build, provided for partners, and will deploy to the ZDM backend, signing with Zoom GA cert
Some new partner may have bundled the production build, but if the partner wants to integrate with ZDM, they need to switch ZRC to partner build, this is the instruction to do it.
How to switch
This is our research on switching to partner build, please feel free to contact us if have any problems.
To switch to the partner build, there are two files need to backup and restore:
- The cfg file:
/data/data/us.zoom.zrc/shared_prefs/zrc.xml
- The keystore file:
/data/misc/keystore/user_0/XXXX_USRPKEY_android_zrc
(filename is prefixed with ZRC's user id, e.g. 10035_USRPKEY_android_zrc)
The steps to switch ZRC should be:
- Backup the cfg file and the keystore file
- Install the partner build
- Rename the kestore file with new ZRC's user id (e.g. if user id changed to 10036, then rename to 10036_USRPKEY_android_zrc)
- Restore the cfg file and the keystore file
- Launch ZRC once the preview steps ready