idevicerestore
idevicerestore copied to clipboard
Restore/upgrade firmware of iOS devices
2023-03-10 16:47:02.038 "---------- libusbmuxd : usbmuxd_listen " 2023-03-10 16:47:02.038 "[libusbmuxd] usbmuxd_listen: DEBUG: usbmuxd_listen_poll -> socket : 716 " 2023-03-10 16:47:02.041 "[Retry - 0] Ignore here for Unknown mode connection... "...
When restoring an M1 Mac Mini, I discovered an issue relating to the use of an HTTP proxy. The proxy is set up by defining the HTTP_PROXY and HTTPS_PROXY environmental...
I need help understanding this
idevicerestore-idevicerestore.o: In function `idevicerestore_start': /home/mrgreen/idevicerestore/src/idevicerestore.c:632: warning: the use of `tempnam' is dangerous, better use `mkstemp' /usr/bin/ld: idevicerestore-thread.o: undefined reference to symbol 'pthread_once@@GLIBC_2.2.5' /usr/lib/libpthread.so.0: error adding symbols: DSO missing from command...
This makes it easier to setup `idevicerestore` with all the latest libmobiledevice libraries. I have not tested this through a full restore, but it does detect my device (which is...
I've tested on windows 7 and macos mavericks, same issue eventually it gives up looking and says device failed to enter restore mode
Hi I've been trying to recover a device, iphone 6s (already recover another one just fine) but keep getting this error, does anyone knows what it means? ``` Found device...
Ipad Air mini 2 wont turn on the screen is black but the backlight is on. I have restored it from this state before but forgot the process I did...
my code: ```c static int restore_handle_bb_update_status_msg(restored_client_t client, plist_t msg) { int result = -1; plist_t node = plist_dict_get_item(msg, "Accepted"); uint8_t accepted = 0; plist_get_bool_val(node, &accepted); if (!accepted) { error("ERROR: device...
After building this project (and necessary libraries, there was a ton), when I want to execute it, I got this error: ```idevicerestore: symbol lookup error: idevicerestore: undefined symbol: plist_from_json``` I...