Jump to content

Motorola Moto G5s (motorola-montana): Difference between revisions

From postmarketOS Wiki
Bczeman (talk | contribs)
m Update device info by mainline port
Bczeman (talk | contribs)
Montana is supported with generic device port now
Line 54: Line 54:


== Installation ==
== Installation ==
=== Installation on sdcard ===
* Follow the [[Installation guide]] and your device wiki page.
<source lang="shell-session">
{{Note|'''Warning:''' Flashing [[lk2nd]] is '''required''', as it is a hard dependency. Without it the mainline kernel will not select the display panel (resulting in black screen on boot).}}
$ pmbootstrap init # Select motorola-montana device
<syntaxhighlight lang="shell-session">
$ pmbootstrap install --sdcard=/dev/YOURSDCARD # Replace YOURSDCARD with sdcard's blockdevice (example: mmcblk0, don't forget to plug your sdcard in your PC before entering this command!)
$ pmbootstrap init # choose Vendor: qcom Device codename: msm89x7
$ pmbootstrap flasher boot # To boot kernel without flashing it
$ pmbootstrap install
</source>
$ pmbootstrap flasher flash_lk2nd
=== Installation on internal memory ===
$ pmbootstrap flasher flash_rootfs
This is untested, but kubast2 had success with Android Recovery Zip.
</syntaxhighlight>


== See also ==
== See also ==

Revision as of 14:08, 12 January 2025

Motorola Moto G5s
Manufacturer Motorola
Name Moto G5s
Codename motorola-montana
Released 2017
Type handset
Hardware
Chipset Qualcomm Snapdragon 430 (MSM8937)
CPU Octa-core 1.4Ghz Cortex-A53
GPU Adreno 505
Display 1080x1920 IPS
Storage 32 GB
Memory 3 GB
Architecture aarch64
Software
Original software Android
Original version 7.1 (Linux 3.18.31)
postmarketOS
Category testing
Pre-built images no
Mainline yes
Features
Flashing
Works
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
Broken
Screen
Works
Touchscreen
Works
Multimedia
3D Acceleration
Works
Audio
Broken
Camera
Broken
Camera Flash
No data
Connectivity
WiFi
Partial
Bluetooth
Partial
GPS
Broken
NFC
No data
Modem
Calls
Broken
SMS
Broken
Mobile data
Broken
Miscellaneous
FDE
Works
USB OTG
No data
HDMI/DP
No data
Sensors
Accelerometer
Broken
Magnetometer
No data
Ambient Light
No data
Proximity
No data
Hall Effect
No data
Haptics
No data
Barometer
No data


Contributors

Maintainer(s)

Users owning this device

  • DolphinChips (Notes: Current daily driver)
  • Lexpdev (Notes: not turning on, probably bricked)
  • Xproot (Notes: (2GB/32GB) Battery really degraded. Doesn't have pmOS installed)

Issues

  • Phone gets stuck somewhere when shutting down when using Nougat firmware
  • X11 doesn't work (requires kernel patching)

How to enter flash mode

Power + Volume Down buttons or use adb reboot bootloader

Installation

Note Warning: Flashing lk2nd is required, as it is a hard dependency. Without it the mainline kernel will not select the display panel (resulting in black screen on boot).
$ pmbootstrap init # choose Vendor: qcom Device codename: msm89x7
$ pmbootstrap install
$ pmbootstrap flasher flash_lk2nd
$ pmbootstrap flasher flash_rootfs

See also