Tag

libimobiledevice

0 views collected around this technical thread.

Bilibili Tech
Bilibili Tech
Sep 3, 2024 · Mobile Development

USB Wired Screen Casting for iOS and Android on Windows

The article details a USB‑based wired screen‑casting solution for iOS and Android on Windows, explaining how to replace wireless LAN casting with driver‑installed USB communication, using libimobiledevice and libusbK to capture, encode (H.264/AAC), package into FLV, transfer via a custom header, and restore original device drivers after use.

AndroidWindowsiOS
0 likes · 22 min read
USB Wired Screen Casting for iOS and Android on Windows
HomeTech
HomeTech
Nov 21, 2018 · Mobile Development

Design and Implementation of an iOS Remote Real‑Time Testing Platform

This article describes the challenges of scaling iOS device testing at Autohome, evaluates existing cloud‑device solutions, and presents a self‑built iOS remote‑real‑time testing platform that uses libimobiledevice, iOS‑minicap, WebDriverAgent, iproxy, and a B/S architecture to achieve high‑frame‑rate streaming and low‑latency control.

AutomationVideo StreamingWDA
0 likes · 10 min read
Design and Implementation of an iOS Remote Real‑Time Testing Platform
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 22, 2017 · Mobile Development

Automated Retrieval and Symbolication of iOS Crash Logs for Third‑Party Apps

This article explains how to overcome Xcode's limitations by using command‑line tools such as libimobiledevice to automatically collect crash logs from third‑party iOS apps, symbolicate them without dsym files, and analyze the resulting CrashReport structure for effective debugging.

CommandLineCrashLogMobileTesting
0 likes · 9 min read
Automated Retrieval and Symbolication of iOS Crash Logs for Third‑Party Apps