Jump to content

Motorola One Action (motorola-troika)

From postmarketOS Wiki
Motorola One Action
Manufacturer Motorola
Name One Action
Codename motorola-troika
Released 2019
Type handset
Hardware
Chipset Samsung Exynos 9610
CPU Octa-core (4x2.2 GHz Cortex-A73
4x1.6 GHz Cortex-A53)
GPU Mali-G72 MP3
Display 1080x2520 IPS
Storage 128GB
Memory 4 GB
Architecture aarch64
Software
Original software
The software and version the device was shipped with.
Android 9.0
Extended version
The most recent supported version from the manufacturer.
Android 11
postmarketOS
Mainline
Instead of a Linux kernel fork, it is possible to run (Close to) Mainline.
no
pmOS kernel
The kernel version that runs on the device's port.
4.14.113

Contributors

Maintainer(s)

Users owning this device

  • Swee (Notes: Running LineageOS 22, broken-ish screen)


Entering Fastboot mode

  1. Press and hold the Power and Volume Down buttons at the same time, then you should be in fastboot mode.
  2. Using adb reboot bootloader from your computer.

Entering Recovery mode

  1. Press and hold the Power and Volume Up buttons at the same time.
  2. While in fastboot mode, you can navigate using the volume keys (press Volume Down two times) until the blue-green bubble reads "RECOVERY MODE" then press the Power button.
  3. Using adb reboot recovery from your computer.

Flashing

SD Card

Warning WARNING: Ongoing test, please do not use yet.
Hint Get DTBO image from LineageOS or keep the stock dtbo.img
$ pmbootstrap build linux-motorola-troika
$ pmbootstrap build device-motorola-troika
$ pmbootstrap install --sdcard=/dev/sdf # Replace sdf with your SD card
$ pmbootstrap flasher flash_vbmeta
# fastboot flash dtbo /path/to/lineageos/dtbo.img # Don't run if you don't want to replace stock dtbo
$ pmbootstrap flasher flash_kernel

What works

What doesn't work

  • For now, booting. Kernel (Mainly DTB) is being worked on...