Skip to content

Instantly share code, notes, and snippets.

@kubark42
kubark42 / compile_QLocation.sh
Last active September 12, 2017 12:31
Script for compiling QLocation from git sources.
# Clone main repo
git clone git://code.qt.io/qt/qt5.git
# Enter main repo
cd qt5
# Checkout 5.9, which is currently in Alpha [2017-02-15]
git checkout 5.9
# Fetch all submodules-- except webkit, webkit-examples, and webengine-- and check out v.5.9
@samrocketman
samrocketman / libimobiledevice_ifuse_Ubuntu.md
Last active January 11, 2024 22:47
On Ubuntu 16.04, since iOS 10 update, libimobiledevice can't connect to my iPhone. This is my attempt to document a fix.

Why this document?

I upgraded my iPhone 5s to iOS 10 and could no longer retrieve photos from it. This was unacceptable for me so I worked at achieving retrieving my photos. This document is my story (on Ubuntu 16.04).

The solution is to compile libimobiledevice and ifuse from source.

Audience

Who is this guide intended for?