Skip to content

Commit

Permalink
Hopefully this fixes issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSoelberg committed Sep 13, 2021
1 parent 552fed6 commit abb1764
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified EWay_Scooter_v1.0.15_speed.apk
Binary file not shown.
Binary file added apktool_2.6.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion apply_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
rm -rf EWay_Scooter_v1.0.15_speed EWay_Scooter_v1.0.15_speed.apk
cp -r EWay_Scooter_v1.0.15_original EWay_Scooter_v1.0.15_speed
patch -s -p0 < max_speed.patch
apktool b EWay_Scooter_v1.0.15_speed -o EWay_Scooter_v1.0.15_speed.apk
java -jar apktool_2.6.0.jar b EWay_Scooter_v1.0.15_speed -o EWay_Scooter_v1.0.15_speed.apk
apksigner sign --ks android.jks --ks-pass pass:abcdef12 EWay_Scooter_v1.0.15_speed.apk
python3 -m http.server 8000
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
rm -rf android.jks
rm -rf EWay_Scooter_v1.0.15_original
keytool -genkey -keystore android.jks -keyalg RSA -keysize 2048 -validity 3650 -alias app -dname "cn=Unknown, ou=Unknown, o=Unknown, c=Unknown" -storepass abcdef12 -keypass abcdef12
apktool d -f -r Eway_Scooter_v1.0.15_original.apk -o EWay_Scooter_v1.0.15_original
java -jar apktool_2.6.0.jar d -f Eway_Scooter_v1.0.15_original.apk -o EWay_Scooter_v1.0.15_original

0 comments on commit abb1764

Please sign in to comment.