Skip to content

Latest commit

 

History

History
66 lines (61 loc) · 2.66 KB

changelog.md

File metadata and controls

66 lines (61 loc) · 2.66 KB

Changelog

v1.1.3 (jon8rfc) 2024-xx-xx

FIX

  • minor things

ADD

  • extra .env info to hopefully support more devices
    • track the android 13 & 14 patch usage

v1.1.2 (jon8rfc) 2024-03-08

FIX

  • Android 13 and prior patching

ADD

  • apktool v2.8.1
  • pythonunbuffered to dockerfile to view more verbose logs

CHANGE

  • apktool v2.8.1 & v2.9.2 dual functionality for both Android 13 and prior & Android 14 support

UPDATE

  • dex2jar to v2.4.15

NOTES

  • apktool v2.9.2 --aapt1 flag did not support Android 13 and prior in my experience
  • dex2jar v2.4.16 & apktool v2.9.3(or v3.0.0) will require smali/baksmali v3.0.5

v1.1.1 (jon8rfc) 2023-10-19

FIX

  • v1.0.0 http status 200 from disallowing a failure state to report
  • Android 13 and prior disappearing NFC system setting and eventual screen off dysfunction

ADD

  • Android 14 support
  • custom HTTP status response code 535 if a known incompatibility exists
    • since I can't yet figure out textual responses from within a failed upload process

UPDATE

  • apktool to v2.9.2
  • dex2jar to v2.4.11

NOTES

  • added my batch file for easy Docker Container setup on Windows, after Docker has been installed

v1.1.0 (jon8rfc) 2023-09-06

ADD

  • pre-patch verify: server connectivity (no upload waiting if down)
  • custom HTTP status response codes 545 & 555 (server.py & NFCScreenOff Magisk module v2.0.0+ customize.sh)
    • distinction between patching failure and anything else (server.py & customize.sh)
    • optional textual messages with abort/resume functionality within module (server.py & customize.sh)
  • optional saving of failed-to-patch zip file for custom HTTP status codes failures (server.py)
  • build.prop version/sdk and module version, for troubleshooting
  • simple landing/home page

CHANGE

  • save client-side UNIX date as "DATE_ID" in stats.csv, replacing/unifying server-side UNIX date instead of "timestamp"
    • improves troubleshooting when someone shares info with their DATE_ID
  • Android SDK tools to standalone build tools (for zipalign & apksigner)
  • dex2jar from pxb1988 repo to ThexXTURBOXx repo
  • smali & baksmali from JesusFreke repo to Google repo
  • dockerfile update/refactor/rearrange
    • comments/notes for update URLs

UPDATE

  • smali folders to include smali_classes4 through smali_classes9
  • Android build tools from rev 26.0.1 (Jul 2017) to rev 34.0.0 rc4 (May 2023)
  • apktool from v2.6.2 (2022-12-09) to v2.8.1 (2023-07-22)
  • dex2jar from pxb1988 v2.0 (2015-06-09) to ThexXTURBOXx v72 (2023-09-04)
  • smali & baksmali from v2.5.2 (2021-03-03) to v3.0.3 (2023-04-27)

NOTES


v1.0.0 (lapwat) 2022-12-09