DiaKEM / dexcom-g7-apk-patcher

Dexcom G7 .apk patcher | ✅ AAPS Broadcasting ✅ Disable compatibility checks ✅ Enable Screenshots ✅ Decrease required android version
87 stars 30 forks source link

Patches are failing (no such file or directory): filename mismatch after apktool #52

Closed OlegShirochenkov closed 11 months ago

OlegShirochenkov commented 11 months ago

Hello. I'm unable to apply patches to a Dexcom_G7_1.6.1.4537_Apkpure.apk due to file path difference in apktool.

  ⏳ Apply android manifest service patch
error: dexcom-src/smali/kz/??.smali: No such file or directory
error: dexcom-src/smali/kz/??.smali: No such file or directory
error: dexcom-src/smali_classes4/kz/??.smali: No such file or directory

I've replaced a non-printable symbols to a question marks. This was expected to fail on a Windows, but is failing on Debian for me. Same failure with 1.3.3 and 1.4.0. How is it possible and where is the source of apktool 2.7.0 mismatch in a decoding? apktool have generated the list of files with a question marks from obfuscated parts instead of non-printable characters as expected.

'?.1.smali'
'?.10.smali'
'?.11.smali'
'?.12.smali'

I wonder why I'm the only affected. Please suggest.

OlegShirochenkov commented 11 months ago

It was required to set environment variables related to language.