1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.md

To run this tool in Android 10 code base, the python tools need to be prebuilt on Android 11 code base and dropped to this directory. This is to workaround a bug in the older version of protobuf.

How to:

  1. From Android 11 code base, build the python tools:
croot
m update_apn
m update_carrier_data
  1. Copy the generated binary to this directory:
cp out/host/linux-x86/bin/update_apn <path/to/this/directory>
cp out/host/linux-x86/bin/update_carrier_data <path/to/this/directory>
  1. Run the main.sh as usual