Motorola Moto G 4G 2013 (motorola-peregrine): Difference between revisions
Appearance
m --no-fde removed (deprecated) |
m gitlab.com -> gitlab.postmarketos.org (bot edit) |
||
(13 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox device | {{Infobox device | ||
| manufacturer = Motorola | | manufacturer = Motorola | ||
| name = | | name = Moto G 4G (2013) | ||
| codename = motorola-peregrine | | codename = motorola-peregrine | ||
| image = File:peregrine-weston.jpg | | image = File:peregrine-weston.jpg | ||
| imagecaption = Moto G 4G 2013 running Weston | | imagecaption = Moto G 4G 2013 running Weston | ||
| releaseyear = 2013 | | releaseyear = 2013 | ||
| originalsoftware = Android 4.4 | | originalsoftware = Android | ||
| chipset = Qualcomm | | originalversion = 4.4 | ||
| chipset = Qualcomm Snapdragon 400 (MSM8926) | |||
| cpu = Quad-core 1.2 GHz Cortex-A7 | | cpu = Quad-core 1.2 GHz Cortex-A7 | ||
| gpu = Adreno 305 | | gpu = Adreno 305 | ||
| storage = | | storage = 8 GB | ||
| display = 720x1280 IPS LCD | | display = 720x1280 IPS LCD | ||
| memory = | | memory = 1 GB | ||
| architecture = | | architecture = armv7 | ||
| type = handset | |||
| status_usbnet = Y | | status_usbnet = Y | ||
| status_flashing = Y | | status_flashing = Y | ||
Line 21: | Line 23: | ||
| status_xwayland = Y | | status_xwayland = Y | ||
| status_fde = Y | | status_fde = Y | ||
| status_mainline = | | status_mainline = Y | ||
| status_battery = | | status_battery = | ||
| status_3d = | | status_3d = | ||
Line 40: | Line 42: | ||
== Maintainer(s) == | == Maintainer(s) == | ||
* pikpok | * pikpok | ||
== Users owning this device == | |||
{{Device owners}} | |||
== How to enter flash mode == | == How to enter flash mode == | ||
You need to [https://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a/ unlock your bootloader] first if you haven't yet. Hold | You need to [https://motorola-global-portal.custhelp.com/app/standalone/bootloader/unlock-your-device-a/ unlock your bootloader] first if you haven't yet. Hold {{Button|Power}} and {{Button|Volume Down}} button to enter fastboot mode if phone is turned on, or just {{Button|Volume Down}} when connecting USB to turned off device. | ||
== Installation == | == Installation == | ||
Line 49: | Line 54: | ||
Typical fastboot flashing procedure should be fine: | Typical fastboot flashing procedure should be fine: | ||
< | <syntaxhighlight lang="shell-session"> | ||
$ pmbootstrap init | $ pmbootstrap init | ||
$ pmbootstrap install | $ pmbootstrap install | ||
$ pmbootstrap flasher flash_rootfs | $ pmbootstrap flasher flash_rootfs | ||
$ pmbootstrap flasher flash_kernel | $ pmbootstrap flasher flash_kernel | ||
</ | </syntaxhighlight> | ||
== WiFi and NetworkManager == | == WiFi and NetworkManager == | ||
Line 66: | Line 71: | ||
== See also == | == See also == | ||
* {{ | * {{MR|1264}} Initial pull request | ||
* [https://gitlab.postmarketos.org/postmarketOS/pmaports/tree/master/device/testing/device-motorola-peregrine Device package] | |||
* [https://gitlab.postmarketos.org/postmarketOS/pmaports/tree/master/device/testing/linux-motorola-peregrine Kernel package] |
Latest revision as of 13:50, 4 November 2024
![]() Moto G 4G 2013 running Weston | |
Manufacturer | Motorola |
---|---|
Name | Moto G 4G (2013) |
Codename | motorola-peregrine |
Released | 2013 |
Type | handset |
Hardware | |
Chipset | Qualcomm Snapdragon 400 (MSM8926) |
CPU | Quad-core 1.2 GHz Cortex-A7 |
GPU | Adreno 305 |
Display | 720x1280 IPS LCD |
Storage | 8 GB |
Memory | 1 GB |
Architecture | armv7 |
Software | |
Original software | Android |
Original version | 4.4 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | yes |
Flashing |
Works |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
No data |
Camera Flash |
No data |
Connectivity | |
WiFi |
Works |
Bluetooth |
No data |
GPS |
No data |
NFC |
No data |
Modem | |
Calls |
No data |
SMS |
No data |
Mobile data |
No data |
Miscellaneous | |
FDE |
Works |
USB OTG |
No data |
HDMI/DP |
No data |
Sensors | |
Accelerometer |
No data |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
Contributors
- pikpok
Maintainer(s)
- pikpok
Users owning this device
- Lloir (Notes: IMEI blocked,purchased on ebay everything else works)
- Sanzoghenzo
How to enter flash mode
You need to unlock your bootloader first if you haven't yet. Hold and button to enter fastboot mode if phone is turned on, or just when connecting USB to turned off device.
Installation
Typical fastboot flashing procedure should be fine:
$ pmbootstrap init
$ pmbootstrap install
$ pmbootstrap flasher flash_rootfs
$ pmbootstrap flasher flash_kernel
WiFi and NetworkManager
WiFi does not work with NetworkManager out of the box. Seems like it's due to old kernel used (see pmaports#50 for more details).
There are two possible workarounds:
- connect manually using WiFi#Start WIFI manually
- downgrade dhcpcd package to version 6.11.5 (pmaports#50#note_123253196) and change NetworkManager DHCP client in /etc/NetworkManager/conf.d/postmarketos.conf
See also
- !1264 Initial pull request
- Device package
- Kernel package