Difference between revisions of "Alcatel OneTouch Pop 7S (alcatel-pop7lte)"
(Update status details) |
|||
Line 19: | Line 19: | ||
| status_touch = P <!-- Touch screen is working? You can also answer these questions with P for partially. --> | | status_touch = P <!-- Touch screen is working? You can also answer these questions with P for partially. --> | ||
| status_screen = Y <!-- The display is working? --> | | status_screen = Y <!-- The display is working? --> | ||
− | | status_wifi = | + | | status_wifi = P <!-- Wireless network works? --> |
| status_xwayland = Y <!-- Showing X11 applications in a Wayland compositor (Weston, KWin, ...) works? --> | | status_xwayland = Y <!-- Showing X11 applications in a Wayland compositor (Weston, KWin, ...) works? --> | ||
| status_fde = <!-- When installing with full disk encryption, can you type in the password with the on screen keyboard? --> | | status_fde = <!-- When installing with full disk encryption, can you type in the password with the on screen keyboard? --> | ||
| status_mainline = N <!-- Instead of a Linux kernel fork, it is possible to run mainline. --> | | status_mainline = N <!-- Instead of a Linux kernel fork, it is possible to run mainline. --> | ||
− | | status_battery = <!-- Charging the battery with charging-sdl is possible --> | + | | status_battery = P <!-- Charging the battery with charging-sdl is possible --> |
| status_3d = N <!-- Hardware accelerated 3D graphics (e.g. with freedreno) --> | | status_3d = N <!-- Hardware accelerated 3D graphics (e.g. with freedreno) --> | ||
| status_accel = N <!-- The sensor that measures proper acceleration works --> | | status_accel = N <!-- The sensor that measures proper acceleration works --> | ||
− | | status_audio = <!-- Using the device's speakers/headphone jack works --> | + | | status_audio = P <!-- Using the device's speakers/headphone jack works --> |
− | | status_bluetooth = <!-- It's possible to pair and use other devices via the bluetooth protocol --> | + | | status_bluetooth = P <!-- It's possible to pair and use other devices via the bluetooth protocol --> |
− | | status_camera = <!-- Taking photos and videos works. --> | + | | status_camera = N <!-- Taking photos and videos works. --> |
− | | status_gps = <!-- The Global Positioning System sensor works. --> | + | | status_gps = N <!-- The Global Positioning System sensor works. --> |
| status_mobiledata = N <!-- Connecting to the Internet via cellular network. --> | | status_mobiledata = N <!-- Connecting to the Internet via cellular network. --> | ||
| status_sms = N <!-- Sending and receiving short messages works as intended. --> | | status_sms = N <!-- Sending and receiving short messages works as intended. --> |
Revision as of 13:52, 16 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 GB eMMC 4.5 flash memory, microSDXC slot |
Memory | 1 GB |
Architecture | armv7 |
USB Networking |
Works |
---|---|
Flashing |
Partial |
Touchscreen |
Partial |
Display |
Works |
WiFi |
Partial |
Xwayland |
Works |
FDE | |
Mainline |
Broken |
Battery |
Partial |
3D Acceleration |
Broken |
Accelerometer |
Broken |
Audio |
Partial |
Bluetooth |
Partial |
Camera |
Broken |
GPS |
Broken |
Mobile data |
Broken |
SMS |
Broken |
Calls |
Broken |
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).
Touchscreen
The touchscreen in this device uses a FocalTech FT5436 controller - firmware is compiled into the kernel, is required for the driver to build, and is stored as .i
files in the kernel tree in drivers/input/touchscreen
. (I agree, this is yucky.)
tslib and libinput recognise the screen and tslib calibration seems to recognise touch inputs, but Weston does not (suspected driver issues?)
WiFi
WiFi firmware is packaged but the prima/pronto driver appears to be missing in Alcatel's kernel tree :-(
See also
- pmaports!1072 Initial merge request