Jump to content

Coolpad Modena 2 (coolpad-modena2): Difference between revisions

From postmarketOS Wiki
m Link to mediatek
CmdrWgls (talk | contribs)
Added infobox.
Line 1: Line 1:
[[Category:Unsupported Devices]]
[[Category:Unsupported Devices]]
=== Contributor ===
[[Category:Devices]]
{{Infobox device
| manufacturer = Coolpad
| name = Modena 2
| codename = modena2
| image = File:
| imagecaption = Coolpad Modena 2
| releaseyear = 2016
| originalsoftware = Android 6.0 on Linux 3.18.10
| cpu = Mediatek MT6735P
| gpu = Mali-T720MP2
| storage = 16GB
| display = 720x1280 IPS
| memory = 2GB
}}
== Contributor ==


* [https://github.com/McBitter McBitter]
* [https://github.com/McBitter McBitter]


=== Status ===
== Status ==


Flashing a custom kernel is not possible yet, but McBitter is working on replacing the bootloader with a custom fork of [https://github.com/littlekernel/lk LK] (a proprietary fork of LK is already present on the device, but it does not allow flashing a custom kernel). When that works, porting pmOS can begin.
Flashing a custom kernel is not possible yet, but McBitter is working on replacing the bootloader with a custom fork of [https://github.com/littlekernel/lk LK] (a proprietary fork of LK is already present on the device, but it does not allow flashing a custom kernel). When that works, porting pmOS can begin.
Line 12: Line 27:
See also: [[Mediatek]]
See also: [[Mediatek]]


==== List of LCM's (the LCD control module) in original firmware ====
=== List of LCM's (the LCD control module) in original firmware ===


* hx8394f_dsi_ld_cpt_vdo
* hx8394f_dsi_ld_cpt_vdo
Line 19: Line 34:
* ili9881c_dsi_ld_auo_vdo
* ili9881c_dsi_ld_auo_vdo


==== Digitizer that is present on the model I have ====
=== Digitizer that is present on the model I have ===


* TBD
* TBD


=== Links ===
== Links ==


* [https://forum.xda-developers.com/u/repair/coolpad-sky-3-e502-modena-2-unbrick-t3610163 Unbrick tutorial]
* [https://forum.xda-developers.com/u/repair/coolpad-sky-3-e502-modena-2-unbrick-t3610163 Unbrick tutorial]
Line 30: Line 45:
* [[Mediatek|Detailed description of boot process]]
* [[Mediatek|Detailed description of boot process]]


=== Links to useful reverse engineering hints ===
== Links to useful reverse engineering hints ==


* http://www.stevenhoneyman.co.uk/2015/02/reconstructing-mtk-lcm-drivers.html
* http://www.stevenhoneyman.co.uk/2015/02/reconstructing-mtk-lcm-drivers.html
* https://forum.xda-developers.com/showpost.php?p=70395172&postcount=5882
* https://forum.xda-developers.com/showpost.php?p=70395172&postcount=5882

Revision as of 03:26, 5 September 2017

Coolpad Modena 2
[[File:|200px|alt=Coolpad Modena 2]]
Coolpad Modena 2
Manufacturer Coolpad
Name Modena 2
Codename modena2
Released 2016
Hardware
CPU Mediatek MT6735P
GPU Mali-T720MP2
Display 720x1280 IPS
Storage 16GB
Memory 2GB
Software
Original software Android 6.0 on Linux 3.18.10
postmarketOS
Category testing
Pre-built images no
Mainline no
Features
Flashing
No data
USB Networking
No data
Internal storage
No data
SD card
No data
Battery
No data
Screen
No data
Touchscreen
No data
Multimedia
3D Acceleration
No data
Audio
No data
Camera
No data
Camera Flash
No data
Connectivity
WiFi
No data
Bluetooth
No data
GPS
No data
NFC
No data
Modem
Calls
No data
SMS
No data
Mobile data
No data
Miscellaneous
FDE
No data
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

Contributor

Status

Flashing a custom kernel is not possible yet, but McBitter is working on replacing the bootloader with a custom fork of LK (a proprietary fork of LK is already present on the device, but it does not allow flashing a custom kernel). When that works, porting pmOS can begin.

Most of the time is spent on documenting Mediatek boot process in depth. This device will be used as an example.

See also: Mediatek

List of LCM's (the LCD control module) in original firmware

  • hx8394f_dsi_ld_cpt_vdo
  • ili9881c_dsi_ys_cmi_vdo
  • otm1287a_dsi_by_auo
  • ili9881c_dsi_ld_auo_vdo

Digitizer that is present on the model I have

  • TBD

Links

Links to useful reverse engineering hints