Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

jackyzy823/radiko_android_kai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published