Skip to content

wolfinabox/py-wearmodder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py-wearmodder

WearModder (WearOS tool) ported to Python.

Full credit to moneytoo from XDADevelopers for the idea and original Java code for this.

I simply ported it to Python, as I had some issues with the original version when trying to convert other apps.

Full instructions (modified slightly from original thread):

Decompile apk

java -jar apktool_2.3.3.jar d spotify-lite.apk

Mod resources (use directory)

python ./wearmodder.py ./spotify-lite/res

Perform additional manual tweaks

Build apk

java -jar apktool_2.3.3.jar b spotify-lite

Sign

keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000

jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore spotify-lite/dist/spotify-lite.apk alias_name

About

WearModder (WearOS tool) ported to Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages