Difference between revisions of "Alcatel OneTouch Pop 7S (alcatel-pop7lte)"
(Update status and add information re: flashing,) |
|||
Line 15: | Line 15: | ||
| architecture = armv7 | | architecture = armv7 | ||
<!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) --> | <!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) --> | ||
− | | status_usbnet = | + | | status_usbnet = Y <!-- USB networking does work? then put Y here and delete this comment --> |
| status_flashing = P <!-- Flashing with "pmbootstrap flasher" works? Put Y here. It works the same for everything coming below. --> | | status_flashing = P <!-- Flashing with "pmbootstrap flasher" works? Put Y here. It works the same for everything coming below. --> | ||
| status_touch = <!-- Touch screen is working? You can also answer these questions with P for partially. --> | | status_touch = <!-- Touch screen is working? You can also answer these questions with P for partially. --> | ||
Line 59: | Line 59: | ||
== How to enter flash mode == | == How to enter flash mode == | ||
+ | I have as yet been '''unable to find a way to ''directly'' enter fastboot''' on this device, nor have I been able to find any hint of custom Android ROM / custom recovery development for this or info on sites like XDA-Developers. | ||
+ | |||
+ | However, one is able to reboot into the bootloader from a running Android system through ADB by running `adb reboot-bootloader` on one's host system. | ||
== Installation == | == Installation == | ||
+ | In theory you should be able to directly install onto the device, but due to the aforementioned difficulties getting into fastboot I have not tried this. All of my testing has been undertaken by installing onto an SD card (<code>pmbootstrap install --sdcard [device]</code>) and directly booting the kernel using <code>pmbootstrap flasher boot</code>. | ||
<!-- add more sections below as necessary, e.g. WiFi, photos, ... --> | <!-- add more sections below as necessary, e.g. WiFi, photos, ... --> | ||
+ | |||
+ | == Bootloader unlocking == | ||
+ | |||
+ | I was able to unlock the bootloader on my device with a simple <code>fastboot oem unlock</code>, although I did not test if this works if the device is still carrier locked (in the UK, these devices were mainly sold cheaply -- and carrier locked -- by EE and O2; I was able to obtain a carrier unlock code for my device for under £1 from an eBay seller as EE is slow and charges £9 at time of writing). | ||
== See also == | == See also == |
Revision as of 20:01, 13 March 2020
200px No image yet | |
Manufacturer | Alcatel |
---|---|
Name | OneTouch Pop 7S (P330X) |
Codename | alcatel-pop7lte |
Released | 2014 |
Category | testing |
Original software | Android 4.3 or 4.4.2 |
postmarketOS kernel | 3.4.0 |
Hardware | |
Chipset | Qualcomm MSM8226 Snapdragon 400 |
CPU | 4 cores up to 1.2 GHz Cortex-A7 (32bit) |
GPU | Qualcomm Adreno 306 GPU |
Display | 1024×600 px, 7.0" in (17.78 cm) diagonal, WSVGA IPS LCD display (touchscreen: FocalTech FT5436) |
Storage | 16/32 GB flash memory, microSDXC slot (up to 64 GB) |
Memory | 1 GB |
Architecture | armv7 |
USB Networking |
Works |
---|---|
Flashing |
Partial |
Touchscreen | |
Display |
Broken |
WiFi | |
Xwayland | |
FDE | |
Mainline | |
Battery | |
3D Acceleration | |
Accelerometer | |
Audio | |
Bluetooth | |
Camera | |
GPS | |
Mobile data | |
SMS | |
Calls | |
USB OTG | |
Contributors
Maintainer(s)
Users owning this device
- Thejsa (Notes: Damaged touchscreen, cellular doesn't work)
How to enter flash mode
I have as yet been unable to find a way to directly enter fastboot on this device, nor have I been able to find any hint of custom Android ROM / custom recovery development for this or info on sites like XDA-Developers.
However, one is able to reboot into the bootloader from a running Android system through ADB by running `adb reboot-bootloader` on one's host system.
Installation
In theory you should be able to directly install onto the device, but due to the aforementioned difficulties getting into fastboot I have not tried this. All of my testing has been undertaken by installing onto an SD card (pmbootstrap install --sdcard [device]
) and directly booting the kernel using pmbootstrap flasher boot
.
Bootloader unlocking
I was able to unlock the bootloader on my device with a simple fastboot oem unlock
, although I did not test if this works if the device is still carrier locked (in the UK, these devices were mainly sold cheaply -- and carrier locked -- by EE and O2; I was able to obtain a carrier unlock code for my device for under £1 from an eBay seller as EE is slow and charges £9 at time of writing).