jackyzy823 / radiko_android_kai

Modify Radiko Android Apk to bypass root check and Geolocation limitation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements:
0. git for patch
1. JDK for jarsigner
2. Apktools 2.3.2 for decompile and build

Step 
1. git clone this project
2. download radikojp for android into project folder
3. java -jar apktools.jar d <Apk File>  -o build
4. apply patch
5. java -jar apktools.jar b build
6. cd build/dist/ 
7. keytool -genkey -keystore fake.keystore -alias fake  -storepass 123456 -dname "CN=fake" -keypass 123456  -validity 36500
8. jarsigner -keystore fake.keystore -storepass 123456 -signedjar   <generated_apk>  <generated_signed_apk> fake

Bonus:Automatic radiko android dynamic library patcher
see parser.py

About

Modify Radiko Android Apk to bypass root check and Geolocation limitation.

License:The Unlicense


Languages

Language:Python 73.3%Language:Shell 26.7%