Snailsoft
∞ and beyond!
Staff Member
Moderator
SB Mod Squad ⭐
✔ Approved Releaser
Active User
Member for 2 years
- Gender
- Not specified
- Device
- 6502
- Country
- Canada
This only applies to apps protected by PairIP and only when side-loading the app.
This bypass is for standard, non-rooted devices.
You will need LADB.
In this method, we will be changing the installer package name to com.android.vending, which belongs to the Play Store. Here’s how it can be done:
From within LADB (or ADB on a PC if you prefer) enter:
NOTE: If using Windows ADB, you will need the ADB command and PC path.
The app will now be installed on your device. You can launch it and use it.
If you check the app details, it will show that it’s installed from Play Store!
The annoying message should now stop.
This bypass is for standard, non-rooted devices.
You will need LADB.
In this method, we will be changing the installer package name to com.android.vending, which belongs to the Play Store. Here’s how it can be done:
From within LADB (or ADB on a PC if you prefer) enter:
Code:
install -r -i "com.android.vending" /storage/emulated/0/Download/appname.apk
Code:
adb install -r -i "com.android.vending" C:\Download\appname.apk
If you check the app details, it will show that it’s installed from Play Store!
The annoying message should now stop.
Last edited:

