Skip to content

Instantly share code, notes, and snippets.

@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?

@merk
merk / Debug.php
Last active September 25, 2017 09:56
Debug helpers for Symfony2/Twig
<?php
namespace Infinite\Helper\Twig;
use Doctrine\Common\Util\Debug as DoctrineDebug;
class Debug extends \Twig_Extension
{
/**
* Returns a list of global functions to add to the existing list.