Josef Micka
Josef Micka
you are using outdated version of plist, you need to update libplist first.
i did compile libimobile on windows with msys2
i had installed msys from https://www.msys2.org/ inside msys i installed following packages ` gcc python-devel openssl-devel automake autoconf ` pacman will automatically take care of dependencies, so i'm listing only...
search is here for a reason, see #1217 there are also direct instructions for using script for macos build made by @nikias ``` mkdir -p limd-build cd limd-build curl -o...
try with https: eg. ``` mkdir -p limd-build cd limd-build curl -o ./limd-build-macos.sh -L https://is.gd/kdT2Nl bash ./limd-build-macos.sh ``` or, since it's shorcut, you can use full url ``` mkdir -p...
are you building on M1 mac? we will need to ask @nikias for further assistance.
idevicesyslog outputs characters as is. it doesn't know encoding of source received (while message itself is utf-8 log data are send as base64 and decoded aftewards), just redirect output to...
as i said, redirect output to file, converting to ascii is not done by idevicesyslog, i use similar code in my project for dumping syslog, except all output i get...
you can check mobilegestalt, some information are not in deviceinfo, and it's not limitation of libimobile, libimobile asks for all values and apple returns, what he wants.
unfortunately i have no idea, but you can list all mobilegestalt keys and their values, and search trough that.