Play integrity fix NEXT
6.49K subscribers
5 photos
10 files
16 links
Download Telegram
PLAYCURL INSTRUCTIONS


You can use the apk too!
Wtf ๐Ÿ˜ญ

It was reported on the official Pif group too, people that are using a custom kernel are not passing device integrity anymore.

Pif is not working for them since 25/01/24.
๐Ÿ‘26๐Ÿ”ฅ2๐Ÿ˜ข2๐Ÿ‘Ž1
AS FOR NOW :

- some pixels with stock kernel
- some sultan kernels
- some lineageos kernels


Explanation:

https://github.com/chiteroman/PlayIntegrityFix/issues/236
๐Ÿ‘8
For now, use the termux command instead of the app, I need to ask the user if he wants to spoof the kernel value or not.

The app will come back soon.

EDIT: Now, you only need to run the 'fp' command inside Termux once. It will create the file it needs. After that, you can use the app again!


All is back to normal since the kernel spoofing is not working, I'll add it back when it will be ok!
๐Ÿ‘40๐Ÿ‘17๐Ÿ‘Œ4
Google again fucked up something๐Ÿ˜, stay tuned for updates

It's working again, just run the app or the fp command (new fp pulled)
๐Ÿ‘Œ72๐Ÿ†17๐Ÿ‘12๐Ÿ‘Ž3
The fp is dead.

The new fp will be pulled soon.

The script is fetching every 5 min the xiaomi eu apk to check for updates.
๐Ÿ”ฅ56๐Ÿ‘27๐Ÿ†3๐Ÿ‘Œ2
The github raw has been updated!

You can now run the fp command or the app!
๐Ÿ”ฅ84๐Ÿ‘Œ6๐Ÿ‘3๐Ÿ†2
Hi guys,
recently lot off ppl asked to admins how to pass strong integrity.

The answer is simple, we don't know.

As for now, only chiteroman did it.

Playcurl simply provides an fp that will let you pass device integrity, nothing more.

Thank you for your attention.
๐Ÿ‘Œ76๐Ÿ‘32๐Ÿ†9๐Ÿ‘4
Google banned the fp again ๐Ÿ˜’

The new fp is available
๐Ÿ‘Œ182๐Ÿ”ฅ44๐Ÿ‘25๐Ÿ‘19
Forwarded from Pray Integrity Fix ๐Ÿ™ (Marcos)
My signed LineageOS build pass Device even with vbmeta disabled and built as userdebug (adb root disabled).

Confirmed, now DG checks for unsigned roms.

All AOSP maintainers must sign their ROMs if they want to pass Device verdict.

For "mortal" users, ask your ROM maintainer if the ROM is signed.

Official LineageOS builds are signed with their keys, so it should work.
๐Ÿ‘11
This from chiteroman explains the current situation, the current fp Is ok but dg requires a signed rom
๐Ÿ‘2
{
"ID": "AD1A.240530.047.U1",
"BRAND": "google",
"DEVICE": "caiman",
"FINGERPRINT": "google/caiman/caiman:14/AD1A.240530.047.U1/12150698:user/release-keys",
"MANUFACTURER": "Google",
"MODEL": "Pixel 9 Pro",
"PRODUCT": "caiman",
"SECURITY_PATCH": "2024-08-05"
}
Working fp, tnx to @Bias_khaliq
Forwarded from Taki ๐Ÿ‘€
Hi everyone,

For the past few months, Chiteroman has been providing an FP with his module, and Osmosis has created a script that fetches the FP from Xiaomi EU, similar to what Playcurl did in the past. As a result, Playcurl has become redundant.

I still use and update it, but just to clarify, it's no longer necessary.

Currently, I've created another repository, which is a fork of Pixel Props.

You can find it here: https://github.com/daboynb/build.prop

The automated CI always fetches an updated beta FP from a chosen device.

Here you can find both FPs (Chiteroman and Osmosis):
https://github.com/daboynb/autojson

Feel free to check them out!
๐Ÿ‘1
If anyone knows a way to automate changing the device from which the FP is extracted when the current FP gets banned, that would be awesome as for now I'm doing it manually.
The autojson repo is having some problems, I'm busy at work rn, I'll fix asap.

Edit : FIXED
This is a rewrite of Playcurl, the old version became outdated as many things have changed.
Paradoxically, this is more lightweight and easier to use.

https://github.com/daboynb/playcurlNEXT

This module fetches every 30 minutes the updated fingerprint, starting from 7:00 AM to 12:00 AM to avoid battery drain during the night.

# How to Use :

- Flash the module.
- Confirm when prompted to install the app and reboot.

Note: For KSU and Apatch users, you may need to enable notifications in the app's settings and then reboot the phone to see the notification.

# Additional Information :

- You can manually trigger the action (action.sh) if you're using Magisk Canary.
- You can also run the script in Termux with the following command: su -c 'fp'


IMPORTANT:

You must remove the old playcurl to use this!

I see an alarm icon on my status bar, but I haven't set any alarms. Why is that?

That's not an issue, it's how Android works. If an app has a schedule, it will display that icon.


If you think that the app is consuming your battery, you can uninstall it and trigger the FP command via termux or magisk action
๐Ÿ‘3
I finally managed how to set up crontab correctly on playcurl๐Ÿ˜

No more shitty tasker apps.

Now you can install the module and forget about it, it will take care of all๐Ÿ˜Ž

https://github.com/daboynb/playcurlNEXT/releases/tag/v1.03
V1.04 -> New Features!

1) You can now set your own check interval by specifying the number of minutes inside the file: /data/adb/modules/playcurlNEXT/minutes.txt (minimum 1 minute, maximum 1400 minutes).

2) You can now set whether you want to use a random beta FP from the last month (since multiple are available) or the latest one.
- Follow these steps to configure:
a) Open the file: /data/adb/modules/playcurlNEXT/mode.txt
b) Write random in the file if you want to use a random FP.
c) Write normal or leave the file empty if you want to use the latest one.

Version 1.04 comes with these default values:
- check interval -> every hour
- mode -> normal (latest FP)

If you are okay with these values, do not edit anything.
๐Ÿ‘5