REQUEST Error When I edit the name app , who mange to fix it ?

ss101027

New member
Joined
Jan 2, 2024
Messages
7
Awards
1
Offline
Hello guys, I saw this person who shared the panel and the application. I installed the application and modified it so that it now works with the panel. Now I am facing a problem such that when I change the name of the application, the application does not work. Is there a solution, please?

Capture.PNG
 

JEMUMAN

Well-known member
Joined
Mar 16, 2023
Messages
558
Awards
4
Offline
Hello guys, I saw this person who shared the panel and the application. I installed the application and modified it so that it now works with the panel. Now I am facing a problem such that when I change the name of the application, the application does not work. Is there a solution, please?

View attachment 8215
change the app name and base64 encode
 

Dunny

New member
Joined
Jul 13, 2021
Messages
21
Awards
1
Offline
Change the name of your app within /values/strings.xml first.

Then go to https://www.base64encode.org/
Encode the excat same app name into base64 code. Copy and paste the code into
smali_class3\d\k\a\k\e\c\a
file = a.smali
line = 41

Do the same with your package name in Androidmanifest.xml
Again, needs to be base encoded and code placed in
\smali_classes3\d\k\a\k\e\c\a
file = e.smali
line = 56
 

ss101027

New member
Joined
Jan 2, 2024
Messages
7
Awards
1
Offline
Change the name of your app within /values/strings.xml first.

Then go to https://www.base64encode.org/
Encode the excat same app name into base64 code. Copy and paste the code into
smali_class3\d\k\a\k\e\c\a
file = a.smali
line = 41

Do the same with your package name in Androidmanifest.xml
Again, needs to be base encoded and code placed in
\smali_classes3\d\k\a\k\e\c\a
file = e.smali
line = 56
Capture.PNG
where i can find it?
 

TheOne

Well-known member
VIP Member
Joined
Aug 21, 2022
Messages
277
Awards
3
Offline
You have to open the classes
 

TheOne

Well-known member
VIP Member
Joined
Aug 21, 2022
Messages
277
Awards
3
Offline
Click on smali at the top right
 

TheOne

Well-known member
VIP Member
Joined
Aug 21, 2022
Messages
277
Awards
3
Offline
May I ask you which editor you are using? I too am having the same issue with a different app but when I change anything it no longer works.
That's the APK Editor
 

ss101027

New member
Joined
Jan 2, 2024
Messages
7
Awards
1
Offline
May I ask you which editor you are using? I too am having the same issue with a different app but when I change anything it no longer works.
yea user APK Easy Tool v1.60 Portable like i did it works fine .
 
Top