idevicerestore icon indicating copy to clipboard operation
idevicerestore copied to clipboard

About log format

Open AiXanadu opened this issue 3 months ago • 1 comments

Hello, regarding the new log format, it's not user-friendly for upper-level applications that use command-line calls and receive output. I had to modify the source code's log output to accommodate the UI. Is there a way, or perhaps an environment variable, for the caller to choose between using the old or new log format? Also, is there a better way to flash the device in parallel (without using multiple command lines)? It would be even better if a library (like libimobiledevice) could be generated that provides both the library and command lines for easy integration, rather than relying on command-line capture.

AiXanadu avatar Sep 23 '25 02:09 AiXanadu

Have you tried the option --plain-progress ?

nikias avatar Sep 24 '25 00:09 nikias