Motorola Droid 3: Difference between revisions
| Line 139: | Line 139: | ||
Also, the device often comes network locked. [[User:Wizzup]] has access to Sigmakey software and can help remotely remove the network lock. | Also, the device often comes network locked. [[User:Wizzup]] has access to Sigmakey software and can help remotely remove the network lock. | ||
Note that if you run the battery dead, you cannot recharge using the MicroUSB cable. It is recommended to purchase a wall-wort to externally charge the battery. | |||
== Gallery == | == Gallery == | ||
Revision as of 22:03, 28 August 2026
| Motorola Droid 3 | |
|---|---|
|
| |
| Manufacturer | Motorola |
| Codename | Solana XT862 / XT860 |
| Dimensions | todo |
| Release Date | todo |
| Category | Supported |
| Specifications | |
| SoC | TI OMAP4430 |
| DRAM | 512MB DDR2 |
| Hardware Features | |
| LCD | 960x540 4" |
| Video | PowerVR SGX540 |
| Storage | 16GB flash |
| Sensors | todo |
| Software Features | |
| Kernel | 6.1.9 |
| Serial | Yes, special cable |
| Charging | Yes |
| USB Slave | Yes |
| USB Host | Yes |
| Touchscreen | Yes |
| Keyboard | Yes |
| Screen | Yes |
| HDMI-out | No |
| 3D acceleration | Yes [1] (closed) |
| Vibration motor | Yes |
| Audio | Yes |
| Phone calls | No (needs modem work) |
| SMS | No (needs modem work) |
| Wifi | Yes |
| Bluetooth | todo |
| FM transmitter | No, but apparently exists, needs serdev kernel modules/drivers |
| Accelerometer | Yes |
| Compass | Yes, no integration |
| Proximity Sensor | Yes |
| Ambient Light Sensor | Yes |
| GPS | No (needs modem work) |
| A-GPS | No |
| Front Camera | No |
| Back Camera(s) | No |
This device is called "Motorola Milestone 3" outside of the US.
Installation
Hardware requirements:
- Droid 3 with fully charged battery
- MicroUSB cable
- MicroSD card
Software requirements:
- Host Linux system
- Android Tools: fastboot adb
Download latest Chimera release from https://maedevu.maemo.org/images/droid3/
- Latest maemo-leste-1.0-armhf-droid3-20240908.img.xz
Download from https://github.com/tmlind/droid4-kexecboot.git
- droid4-kexecboot.img
Download or clone https://github.com/MerlijnWajer/bionic-clown-boot/tree/solana (solana branch!)
Follow the instructions in bionic-clown-boot's readme to install kexecboot on your device.
Now, flash the Maemo Leste image to your sdcard.
Notes
IMPORTANT: Set the USB mode to "PC mode" instead of "mass storage mode" on your device before running install.sh on bionic-clown-boot
Device is still heavy work in the progress. The following is known not to work:
- Brightness control (screen is always max brightness) You can scale the brightness using xrandr:
xrandr --output DSI-1 --brightness 0.5
- Keyboard backlight
- Modem interrupts, it is visible on USB but other communication with it doesn't work
- pstore (needs figuring out what the reserved memory is on Android)
- See if we can use 512MB ram instead of 509MB (see dts)
3d shows some frame lag / misdrawing, so probably powervr clock needs adjusting(seems solved on kernel 5.15)touchscreen buttons do not work yet(fixed on 5.15)- keyboard layout in Leste is not faithful to the icons on the keyboard, but rather mostly mimic droid 4
Additionally, the device suffers from random hangs while in use, causing resets. When pstore works, we can hopefully figure this out. (Haven't seen them on 5.15) (Came back on kernel 6.x) It might be a power-management-related issue, or a GPU issue (last log line shows something about OMAP complaining about DRM), or something else. The emergency shell works just fine with no hangs at all.
There is a workaround to the random hangs that work for some. Replace the script in the /etc/init.d/powervr with this:
#!/sbin/openrc-run
depend() {
after eudev kmod
before xorg xsession hildon-desktop
}
start() {
ebegin "Starting PowerVR"
modprobe pvrsrvkm_omap4_sgx540_120 || true
for i in 1 2 3 4 5; do
[ -e /sys/bus/platform/devices/56000000.gpu/power/control ] && break
sleep 1
done
#echo 0xffffffff > /sys/module/pvrsrvkm_omap4_sgx540_120/parameters/gPVRDebugLevel 2>/dev/null || true
echo on > /sys/bus/platform/devices/56000000.gpu/power/control 2>/dev/null || true
/usr/bin/pvrsrvinit || true
eend 0
}
stop() {
ebegin "Stopping PowerVR"
eend 0
}
Also, the device often comes network locked. User:Wizzup has access to Sigmakey software and can help remotely remove the network lock.
Note that if you run the battery dead, you cannot recharge using the MicroUSB cable. It is recommended to purchase a wall-wort to externally charge the battery.
Gallery
-
This page was last edited on 28 August 2026, at 22:03.

