javiersantos/PiracyChecker

Lucky patcher still detected after uninstalled

Photogad opened this issue · 13 comments

Details
  • PiracyChecker version: 1.2.6
  • Device OS version: unknown
  • Device Manufacturer: unknown
  • Device Name: unknown

Possibly related to closed issue #30

I have not tested. Below is an email I got from a user.

Screenshot_20200408-044638_Gmail

I have telled them to uninstall my app (to clear sharedprefs) and search their phone for any lucky patcher folders and delete it before reinstalling my app. I don't know if it will work but i hope this user dont leave bad review as they say.

this is my implementation, I am NOT using the uninstalled apps check

private void piracyCheck(){
        checker = new PiracyChecker(this)
                .enableGooglePlayLicensing("censored")
                // check for things like lucky patcher below
                .enableUnauthorizedAppsCheck()
                // only allow app to be installed from google play below
                .enableInstallerId(InstallerID.GOOGLE_PLAY, InstallerID.AMAZON_APP_STORE, InstallerID.GALAXY_APPS)
            //.enableDebugCheck();
            // Add as many library customizations as you want
            checker.start();
    }

Did they clear cache and storage for your app by any chance?

I'm experiencing the same issue.
Also as mentioned in #37 to disable folderscheck, but the method doesn't accept any parameter.

I'm just checking .enableUnauthorizedAppsCheck().display(piracyCheckerDisplay) and nothing else.

@maxx2478 folders check is disabled by default, enableFoldersCheck literally enables it, so no need to pass any parameter

@maxx2478 folders check is disabled by default, enableFoldersCheck literally enables it, so no need to pass any parameter

Thanks for your reply, but not adding folderscheck doesn't work. Library still detects lucky patcher when it us not installed. I'd cleared cache and data too.

Details
  • PiracyChecker version: 1.2.6
  • Device OS version: unknown
  • Device Manufacturer: unknown
  • Device Name: unknown

Possibly related to closed issue #30

I have not tested. Below is an email I got from a user.

Screenshot_20200408-044638_Gmail

I have telled them to uninstall my app (to clear sharedprefs) and search their phone for any lucky patcher folders and delete it before reinstalling my app. I don't know if it will work but i hope this user dont leave bad review as they say.

I've found the solution.
Lucky patcher is the base, it's components like fake servers are installed separately. For testing, I'd uninstalled lucky patcher, but library was still showing it as installed, then I went to installed apps in settings and found there are "two" lucky patcher server apps installed by lucky patcher. First image shows lucky patcher asks to install servers and the second image shows the names of server apps.

Screenshot_20200815-144402.png

Screenshot_20200815-144831.png

So, we need to show a 'learn more' or 'lucky patcher uninstalled, still facing problem, click here to know how to completely remove lucky patcher' and then instruct user to remove every app that has a lucky patcher like app icon.

@maxx2478
I have the same problem as above
I installed the app cloner, I really need the app cloner for mutitask work activities, the app cloner rejects premium on the detected lucky patcher,
Lucky patcher even though I deleted it for a long time.
these days I was distracted with this problem.

I have done the method above, but the results still can't & a notification appears "Please uninstall the lucky patcher"
Please help me ...

@maxx2478
I have the same problem as above
I installed the app cloner, I really need the app cloner for mutitask work activities, the app cloner rejects premium on the detected lucky patcher,
Lucky patcher even though I deleted it for a long time.
these days I was distracted with this problem.

I have done the method above, but the results still can't & a notification appears "Please uninstall the lucky patcher"
Please help me ...

try:

  1. Install lucky patcher again
  2. Install those server apps when asked by app or install from switches menu
  3. Uninstall lucky patcher first
  4. Now uninstall server apps from settings

I'd this problem too, reinstalling lucky patcher and following the same steps did the job.

@maxx2478
I have the same problem as above
I installed the app cloner, I really need the app cloner for mutitask work activities, the app cloner rejects premium on the detected lucky patcher,
Lucky patcher even though I deleted it for a long time.
these days I was distracted with this problem.
I have done the method above, but the results still can't & a notification appears "Please uninstall the lucky patcher"
Please help me ...

try:

1. Install lucky patcher again

2. Install those server apps when asked by app or install from switches menu

3. Uninstall lucky patcher first

4. Now uninstall server apps from settings

I'd this problem too, reinstalling lucky patcher and following the same steps did the job.

I've done that.
but by:

  1. install again lucky pacther
  2. After checking, the LP app server is missing,
  3. open the LP app, select the switch, and select 2 servers, and the result will appear the LP server
  4. uninstall from settings \ application
  5. Uninstall LP first: delete cache -> data -> force stop -> uninstall
  6. uninstall 2 servers in the same way

but the result is the same, is my method above wrong?

@maxx2478
I have the same problem as above
I installed the app cloner, I really need the app cloner for mutitask work activities, the app cloner rejects premium on the detected lucky patcher,
Lucky patcher even though I deleted it for a long time.
these days I was distracted with this problem.
I have done the method above, but the results still can't & a notification appears "Please uninstall the lucky patcher"
Please help me ...

try:

1. Install lucky patcher again

2. Install those server apps when asked by app or install from switches menu

3. Uninstall lucky patcher first

4. Now uninstall server apps from settings

I'd this problem too, reinstalling lucky patcher and following the same steps did the job.

I've done that.
but by:

  1. install again lucky pacther
  2. After checking, the LP app server is missing,
  3. open the LP app, select the switch, and select 2 servers, and the result will appear the LP server
  4. uninstall from settings \ application
  5. Uninstall LP first: delete cache -> data -> force stop -> uninstall
  6. uninstall 2 servers in the same way

but the result is the same, is my method above wrong?

strange. Are you sure you are not using deep scan method of this library?

@maxx2478
I have the same problem as above
I installed the app cloner, I really need the app cloner for mutitask work activities, the app cloner rejects premium on the detected lucky patcher,
Lucky patcher even though I deleted it for a long time.
these days I was distracted with this problem.
I have done the method above, but the results still can't & a notification appears "Please uninstall the lucky patcher"
Please help me ...

try:

1. Install lucky patcher again

2. Install those server apps when asked by app or install from switches menu

3. Uninstall lucky patcher first

4. Now uninstall server apps from settings

I'd this problem too, reinstalling lucky patcher and following the same steps did the job.

I've done that.
but by:

  1. install again lucky pacther
  2. After checking, the LP app server is missing,
  3. open the LP app, select the switch, and select 2 servers, and the result will appear the LP server
  4. uninstall from settings \ application
  5. Uninstall LP first: delete cache -> data -> force stop -> uninstall
  6. uninstall 2 servers in the same way

but the result is the same, is my method above wrong?

strange. Are you sure you are not using deep scan method of this library?

No, I use LP or other apps normally..

How? anyone can help solve the problem above