TheFreeman193 / PIFS

A collection of build properties for the PIF module
MIT License
505 stars 28 forks source link

After running pickaprint, play intregrity can't be checked. #7

Closed aqtoo closed 9 months ago

aqtoo commented 9 months ago

Device : POCO F3 ROM : CRDroid (Android 14) Root : KSU

After running pickaprint.sh with the osm0sis fork of Play Integrity Fix, any sort of method to check Play Integrity returns "API ERROR -17"

After reinstalling osm0sis on its own and not using pickaprint.sh, it works fine. After running the script once again it breaks.

aqtoo commented 9 months ago

I'll make sure to keep an eye on this and provide any logs I can if needed.

TheFreeman193 commented 9 months ago

Some users have had issues with one of the additional properties I was including, namely SDK_INT. I updated the collection and script today, so could you re-download the script and try again please?

Error -17 means a transient error on the client (source) which usually means DroidGuard crashed or didn't handle the request/response properly, but can sometimes result from sending too many requests in a short time.

Let me know what results you get with the new script.

aqtoo commented 9 months ago

After attempting to use the script again, I seemingly get a new error related to wget, it seems to persist even after reinstalling termux.

Screenshot_20240106-130522_Termux

Screenshot_20240106-130535_Termux

Screenshot_20240106-130547_Termux )

TheFreeman193 commented 9 months ago
wget: TLS error from peer (alert code 80): 80
wget: error getting response: Connection reset by peer

I'm not entirely sure why you're getting HTTPS errors downloading the collection archive, but I'm adding some wget/curl parameters to the next version of the script which might help. That should be out later today.

aqtoo commented 9 months ago

I'll keep an eye out for the update and test it when avaliable, if I forget please do remind me.

TheFreeman193 commented 9 months ago

Hi @ac-tu, I've updated the script - could you check again please?

aqtoo commented 9 months ago

Seems to be all fixed on my end! Able to generate a successful working fingerprint after a few attempts, and it's able to update itself!