Closed SangdonLee972 closed 1 year ago
Hello. I solve one issue with deep renaming in the last release. And it correctly works with renaming the provider (the ads in your case). But in your app I meet new problem. There are a shared libraryes libfrep2.so and libstrjni.so in the package. And they have strings with package name, for example 'Java_com_x0_strai_secondfreq_StrNative_cs'. I tried to change it too, but after launcing the app still throw exeption: "java.lang.UnsatisfiedLinkError: No implementation found for boolean com.x0.strai.secondfreq.StrNative.cs(byte[]) (tried Java_com_x0_strai_secondfreq_StrNative_cs and Java_com_x0_strai_secondfreq_StrNative_cs___3B)" Now I have no idea how I can right rename this in the libraryes.
Thank you for your feedback
So, the another issue is not solving and its just only apk problem right? i want know that you might solve this frep2 apk issue with your lib.
I encountered this problem and I really want to know this solution. I hope that you find solution of this issue.
Hope you will taht good result. Thank you for the asked.
I've been trying to repackage and install about 3 copies of the app called frep2, which I had inquired about before, on my phone. (I'm involved in the development of this app.) Therefore, it's crucial for me to succeed in this test and your renaming package has been of great help to me! However, when I attempt deep naming, the name and package name do change, but errors occur in sections like the provider (like Google ads), and the application does not operate (it does work when I just rename without attempting deep naming). Yet, perhaps because the package name hasn't changed deeply, it does not install over the existing app when I just rename it. I will provide my manifest after the change here, and I sincerely request that if there is anything wrong, please leave a comment.
<?xml version="1.0" encoding="UTF-8"?>