How to see the Toast message in this code. I think it was encrypted and hidden somehow. Please help me how to view message Toast will display. Thanks a lot!
This is the code: http://www56.zippyshare.com/v/tCJ3LYkj/file.html
CODE TOAST
-
- Posts: 67
- Joined: Sun Mar 04, 2018 1:29 am
Re: CODE TOAST
I can not understand the smali file. I just want to delete that Toast message from my game. Hope somebody can help me! My purpose is to help the player not be bothered by Toast messages attached by someone.
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: CODE TOAST
thats some kind of text file
on line 1260 is this
i guess you could somehow disable the show() at the end.
on line 1260 is this
Code: Select all
invoke-virtual {v2}, Landroid/widget/Toast;->show()V
i guess you could somehow disable the show() at the end.
-
- Posts: 67
- Joined: Sun Mar 04, 2018 1:29 am
Re: CODE TOAST
Acewell wrote:thats some kind of text file
on line 1260 is thisCode: Select all
invoke-virtual {v2}, Landroid/widget/Toast;->show()V
i guess you could somehow disable the show() at the end.
Thank you! But I do not understand what the 1260 line means. I just want to see the content that will display that toast message on the screen. May you help me!
Here is an example:
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: CODE TOAST
i mean if you open that file in Notepad++ and go to line 1260 you will see that.
i can't help further because i have no idea what this all is.
i can't help further because i have no idea what this all is.
-
- Posts: 67
- Joined: Sun Mar 04, 2018 1:29 am
Re: CODE TOAST
Thank you for helping Acewell!