Jump to content

Alcatel One Touch Pop C1 (alcatel-yaris35-gsm): Difference between revisions

From postmarketOS Wiki
Mention 2 cpu cores
m Add mention of maximum version of spflashtool
 
(2 intermediate revisions by 2 users not shown)
Line 93: Line 93:
== How to enter flash mode ==
== How to enter flash mode ==


[[mtkclient]]: turn off the phone, start mtkclient, attach usb cable. Works without battery too.
=== Using mtkclient ===


Seems that there is no fastboot and even no way to enter recovery by pressing buttons.
Turn off the phone, start [[mtkclient]], attach usb cable. Works without battery too.
 
=== Using spflashtool ===
 
==== spflashtool for linux ====
 
Use version 5.2032.00, later versions no longer work with MT6572.
 
=== Using recovery ===
 
Seems that there is no button combination to enter recovery during boot. It's possible to enter recovery by issuing <code>adb reboot recovery</code> command. However, recovery is locked and only accepts signed archives.
 
To install unlocked recovery:
 
* Root the phone with [https://xdaforums.com/t/root-framaroot-a-one-click-apk-to-root-some-devices.2130276/ framaroot], use ''Barahir'' exploit.
* Use [https://github.com/aschot-myan/Rashr rashr] to install new recovery, such as TWRP (use [https://xdaforums.com/t/team-win-recovery-project-for-alcatel-pop-c1.3622145/ recovery image specially built for this phone]).


== Installation ==
== Installation ==
Line 101: Line 116:


<!-- Expand this with the commands needed for flashing, add --sdcard to install if it makes sense etc. -->
<!-- Expand this with the commands needed for flashing, add --sdcard to install if it makes sense etc. -->
<source lang="shell-session">
<syntaxhighlight lang="shell-session">
$ pmbootstrap init
$ pmbootstrap init
$ pmbootstrap install --fde
$ pmbootstrap install --fde
</source>
</syntaxhighlight>


<!-- add more sections below as necessary, e.g. WiFi, photos, ... -->
<!-- add more sections below as necessary, e.g. WiFi, photos, ... -->

Latest revision as of 13:13, 23 June 2024

This device is marked as not booting.
Alcatel One Touch Pop C1
Alcatel One Touch Pop C1
Alcatel One Touch Pop C1
Manufacturer Alcatel
Name One Touch Pop C1
Codename alcatel-yaris35-gsm
Model 4015X
Released 2014
Type handset
Hardware
Chipset Mediatek MT6572
CPU 2 × ARM Cortex A7 @ 1.2GHz
GPU Mali-400 MP1
Display 320 x 480 TFT
Storage 4 GB
Memory 512 MB
Architecture armv7
Software
Original software Android
Original version 4.2
postmarketOS
Category testing
Pre-built images no
postmarketOS kernel 3.4.5
Unixbench Whet/Dhry score 0.0


Contributors

Users owning this device


How to enter flash mode

Using mtkclient

Turn off the phone, start mtkclient, attach usb cable. Works without battery too.

Using spflashtool

spflashtool for linux

Use version 5.2032.00, later versions no longer work with MT6572.

Using recovery

Seems that there is no button combination to enter recovery during boot. It's possible to enter recovery by issuing adb reboot recovery command. However, recovery is locked and only accepts signed archives.

To install unlocked recovery:

Installation

Use pmbootstrap to build your own installation image.

$ pmbootstrap init
$ pmbootstrap install --fde


See also