[MODULE] SmaliPatcherEx 1.1.2

Search This thread

sabpprook

Senior Member
Dec 8, 2011
281
393
Kaohsiung
sshot-0001.png


A refactored version of Smali Patcher (fOmey) and add mock location patches support Android 12 - 13.


Credit:


NOTICE:
Only use .vdex to restore classes.dex, it will need an adb devices to process.
Same usage as original Smali Patcher.
Recommend to install JAVA runtime from Amazon Corretto 17

0.1.1.2 - Remove the dalvik-cache '.*dex' files generate from services.jar

0.1.1.0 - Use zipalign to make mmap access services.jar directly

0.1.0.2 - Fix detect ADB device informations

0.1.0.0 - Init Release

The program is created for my own purpose and I would like to share it to everyone.
It may against the copyright from fOmey@XDA, if anyone feel it's not appropriate please tell me and I will delete it.
 

Attachments

  • SmaliPatcherEx-0.1.1.2.zip
    3.5 MB · Views: 73
Last edited:

meleduk

Member
Apr 27, 2019
25
1
nice sir ... amazing tools ...

Any advice about this ?
sabpprook @ XDA Developers
Version: 0.1.0.0
✅ Java version: 17.0.8
➡ Detect ADB devices
➡ ADB dump framework
✅ Dumped framework
❌ API not detected.

thanks sir
 
Last edited:

thinhbuzz

Member
Dec 16, 2016
6
1
Just curious, why is the services.jar file reduced in size by more than 30% compared to the original file after patching? that's too much

1694926724686.png
 
Last edited:
  • Like
Reactions: Chueppo

Chueppo

Member
Aug 29, 2021
27
41
Finally.....
It does work on Pixel 6 pro A13 and Oneplus 9 Pro A13.1
It makes setting up mock location so much simpler than using LSPosed+ Hide Mock Location.
Thank you so much sabpprook


Thank you thinhbuzz for taking me here.
 

Chueppo

Member
Aug 29, 2021
27
41
hi sir, are possible to fix to make smali patcher without connect phone ? just browse to framework folder manually

already try but not working

✅ Java version: 17.0.8
❌ API not detected.
Even on the original smali, if you're making module using framework folder downloaded to your pc, you need to have a phone connected.
 

meleduk

Member
Apr 27, 2019
25
1
Even on the original smali, if you're making module using framework folder downloaded to your pc, you need to have a phone connected.

but already try build with connected phone still not working,

anyway couple years a go theres smali pacther mod no need to connect phone when try build smali from file browser.. but im forget wheres the files for sample..
 

Top Liked Posts

  • There are no posts matching your filters.
  • 12
    sshot-0001.png


    A refactored version of Smali Patcher (fOmey) and add mock location patches support Android 12 - 13.


    Credit:


    NOTICE:
    Only use .vdex to restore classes.dex, it will need an adb devices to process.
    Same usage as original Smali Patcher.
    Recommend to install JAVA runtime from Amazon Corretto 17

    0.1.1.2 - Remove the dalvik-cache '.*dex' files generate from services.jar

    0.1.1.0 - Use zipalign to make mmap access services.jar directly

    0.1.0.2 - Fix detect ADB device informations

    0.1.0.0 - Init Release

    The program is created for my own purpose and I would like to share it to everyone.
    It may against the copyright from fOmey@XDA, if anyone feel it's not appropriate please tell me and I will delete it.
    1
    Just curious, why is the services.jar file reduced in size by more than 30% compared to the original file after patching? that's too much

    1694926724686.png
    1
    Just curious, why is the services.jar file reduced in size by more than 30% compared to the original file after patching? that's too much

    View attachment 6004213
    All because it strip off the debug infos while baksmali and compress classes.dex file in services.jar