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
So basically my device is in Recovery 0x1281 and i want to be able to exit recovery. irecv_init(); irecv_client_t client;
irecv_open_with_ecid(&client, (unsigned long long)0xMYECID); irecv_reboot(client);
at irecv_reboot(client); i'm getting an Access Violation. Not really sure what happens, cause sometimes the phone will reboot during this "break", but right back into recovery lol.
Any examples would be much love!
I
The text was updated successfully, but these errors were encountered:
So basically my device is in Recovery 0x1281 and i want to be able to exit recovery.
irecv_init();
irecv_client_t client;
irecv_open_with_ecid(&client, (unsigned long long)0xMYECID);
irecv_reboot(client);
at
irecv_reboot(client);
i'm getting an Access Violation. Not really sure what happens, cause sometimes the phone will reboot during this "break", but right back into recovery lol.Any examples would be much love!
I
The text was updated successfully, but these errors were encountered: