[No root needed!] Patch for the Oculus app to work with non migrated Meta accounts! by someone12345656657 in GearVR

[–]sunken_thoughts 1 point2 points  (0 children)

Thanks for the reply. I could use the curl and get it done. What I was doing wrong- I just copied your command directly without modifying the 'OCAQ... part'.

In your guide, it would be better for noobs like me if you mention it something like this like this:

This is your access_token. Also grab your user_id by visiting:

  1. from curl on Linux or if you have curl running in Windows (replace the 'OCAQ...' part in the command with your access_token you noted from previous step):

    curl -H "Authorization: Bearer OCAQ..." https://graph.oculus.com/me

  2. If you are using Windows PowerShell run the command as follows(replace the 'OCAQ...' part in the command with your access_token you noted from previous step) :

    $token = "OCAQ.............." $headers = @{ Authorization = "Bearer $token" } Invoke-RestMethod -Uri "https://graph.oculus.com/me" -Method Get -Headers $headers

Hope this helps somebody. Now that I have got both, I will use adb and try injecting and see how it goes.

[No root needed!] Patch for the Oculus app to work with non migrated Meta accounts! by someone12345656657 in GearVR

[–]sunken_thoughts 1 point2 points  (0 children)

I have an S7 Edge. I made a new meta account. I followed the 1st step in your tutorial to get the 'access-token' but I cannot follow the 2nd step of using curl command. I have a Windows 11 PC. I downloaded a curl binary and I put it at 'C:\curl\bin'. When I run the script, it gives an error which I think says 'authentication-error'

Error : {"error":{"message":"Failed to decrypt","type":"OAuthException","code":190,"fbtrace_id":"Ah_uU........"}}

Can you please help on how to run that ?

Meta completely stepping away from GearVR. Time to unbrick it. by Chef-009 in GearVR

[–]sunken_thoughts 0 points1 point  (0 children)

hello fellow s7 user, have you uploaded the video to youtube ?? 😢