Magisk-Modules-Repo / terminal_systemizer

terminal_systemizer
318 stars 79 forks source link

Support Android 11 #15

Open Mygod opened 4 years ago

Mygod commented 4 years ago

Apps no longer use /data/app/<id><stuff> format.

IanWardell commented 2 years ago

Can confirm. File structure looks like


:/data/app # ls -altr
total 1620
drwxrwxr-x   3 system system  4096 2021-05-26 12:23 ~~xSy7YPp-Dl1DeQIUB8XJMA==
drwxrwxr-x   3 system system  4096 2021-05-26 12:28 ~~HLqvZPZfUYXRGUdhd_MbFQ==
drwxr
....

Then to expand on the first random directory name

127|:/data/app # ls -al ~~xSy7YPp-Dl1DeQIUB8XJMA==
total 36                                                   drwxrwxr-x   3 system system  4096 2021-05-26 12:23 .
drwxrwx--x 201 system system 16384 2021-10-03 16:05 ..     drwxrwxr-x   3 system system  4096 2021-05-26 12:23 com.google.android.calculator-qbVqw-KmdgSqSB0HPsNr7g==     

Expand again on that calculator app to find the com. folder

:/data/app # cd ~~xSy7YPp-Dl1DeQIUB8XJMA==                 :/data/app/~~xSy7YPp-Dl1DeQIUB8XJMA== # ls -al
total 36                                                   
drwxrwxr-x   3 system system  4096 2021-05-26 12:23 .
drwxrwx--x 201 system system 16384 2021-10-03 16:05 ..     
drwxrwxr-x   3 system system  4096 2021-05-26 12:23 com.google.android.calculator-qbVqw-KmdgSqSB0HPsNr7g==     

Expand one more time to find the base.apk


:/data/app/~~xSy7YPp-Dl1DeQIUB8XJMA== # ls *
base.apk  oat                              

It looks like someone is working on a fixed fork here https://github.com/KreAch3R/terminal_systemizer