1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
wiki.mbirth.de/know-how/software/windows-mobile/_posts/2008-09-13-flashing-htc-from-linux.md

719 B

title, layout, created, updated, toc, tags
title layout created updated toc tags
Flashing HTC devices from Linux default 2008-09-13 00:47:08 +0200 2008-09-13 00:47:08 +0200 false
know-how
software
windows-mobile
linux

To flash HTC devices under Linux, there is the HTCFlasher tool.

You might be missing the /dev/ttyUSB0 device in recent Ubuntu installations. To fix this, use lsusb and look for the device ID of a Microsoft Corp. Generic PPC Flash device (if in bootloader mode). Now do a

sudo modprobe usbserial vendor=0x045e product=0x00ce

or add the following line to your /etc/modules:

usbserial vendor=0x045e product=0x00ce

The ID here is that of my HTC Universal.