What's new

GENERAL Smarters change package name

D

dkuzik

Registered
Joined
Jun 6, 2023
Messages
101
Points
63
Online
Hi,
What is the standard way to change the package name?
I no it has to been in base64 as well.
I have noticed the edits seem to be different from one smarters to the next. I have been able to change a few but not all
I have no issues changing appname.
 
Administrator

Administrator

Script Market Form
Admin Staff
VIP
Registered
Joined
Apr 29, 2023
Messages
150
Points
493
Offline
The way I do it is extract the files then use notepad++ search in all files for the package name com.blah.blah and replace with com.blah1.blah1 then search for com/blah/blah and replace with com/blah1/blah1 as an example.
Then change the Base64 string with the package name it in the e.smali file. The location on the is in the same folder as the a.smali with the base64 of the app name. Hope that helps

1. com.blah.blah
2. com.blah.blah.provider
3. com.blah.blah.fileprovider
4. com.blah.blah.AudianceNetworkContentProvider
5. com.blah.blah.filebaseinitprovider

the just the base64 i
Please upgrade your account to access the hidden content.

n e.smali
 
Top