access pictures on my meschiphone over usb
hi folks! i have had a little bit of time today, so i was experimenting with my iphone. i wanted to gain access to the pictures on it without jailbraking [1]. and, clear and brief, it works! here are the necessary steps [2,3] on a ubuntu system … install libplist [4] getting the sources: git clone git://github.com/JonathanBeck/libplist.git installing necessary packages (on ubuntu/debian systems): apt-get install build-essential cmake libglib2.0-dev libxml2-dev \...