You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a region scanner. I know my full model code is "SM-S908BZWGEUB", but i don't know the region (and there's 500+ of them), and even worse, I know the url does not use the "full" model code, but a substring of the full code. (SM-S908BZWGEUB is a Samsung Galaxy S22 Ultra sold somewhere in Europe...)
wrote one in PHP but I'm not good at C# and idk what to do with the scanner, leaving it here
sample usage:
$ time php test2.php SM-F916N
total urls to check per model string: 509
total urls to check: 2545
Checking model string 1/5: SM-F916N
http://fota-cloud-dn.ospserver.net/firmware/KTC/SM-F916N/version.xml : 200
http://fota-cloud-dn.ospserver.net/firmware/LUC/SM-F916N/version.xml : 200
http://fota-cloud-dn.ospserver.net/firmware/SKC/SM-F916N/version.xml : 200
http://fota-cloud-dn.ospserver.net/firmware/KOO/SM-F916N/version.xml : 200
509/509 - 509/2545Checking model string 2/5: SM-F916
443/509 - 952/2545
I need a region scanner. I know my full model code is "SM-S908BZWGEUB", but i don't know the region (and there's 500+ of them), and even worse, I know the url does not use the "full" model code, but a substring of the full code. (SM-S908BZWGEUB is a Samsung Galaxy S22 Ultra sold somewhere in Europe...)
wrote one in PHP but I'm not good at C# and idk what to do with the scanner, leaving it here
sample usage:
code
The text was updated successfully, but these errors were encountered: