Jump to content

Intex Aqua Q1

From postmarketOS Wiki
Intex Aqua Q1
Weston v21.12
Weston v21.12
Manufacturer Intex
Name Aqua Q1
Codename intex-aqua-q1
Released 2015
Type handset
Hardware
Chipset Spreadtrum SC8830
CPU Spreadtrum
GPU Mali 400 MP1
Display 480x854
Storage 4 GB
Memory 512 MB
Architecture armv7
Software
Original software Android
Original version
The version the device was shipped with.
4.4.2
FOSS bootloader no
postmarketOS
Category testing
Pre-built images
Whether pre-built images are available here.
no
Mainline
Instead of a Linux kernel fork, it is possible to run (Close to) Mainline.
no
Features
Flashing
It is possible to flash the device with pmbootstrap flasher.
Broken
USB Networking
After connecting the device with USB to your PC, you can connect to it via telnet (initramfs) or SSH (booted system).
Works
Battery
Charging and battery level reporting works
Works
Screen
Display works. Ideally with sleep mode and brightness control.
Works
Touchscreen
Works
Touchpad
Build in Touchpad
Works
Multimedia
3D Acceleration
Broken
Audio
Audio playback, microphone, headset and buttons.
Partial
Camera
Untested
Connectivity
WiFi
Untested
Bluetooth
Partial
GPS
Untested
Modem
Calls
Untested
SMS
Untested
Mobile data
Untested
Miscellaneous
FDE
Full disk encryption and unlocking with unl0kr.
Untested
USB-A
Full-sized USB-A port works (Usually applicable to SBCs and laptops).
Untested
Sensors
Ambient Light
Untested
Proximity
Untested
Barometer
Sensor to measure air pressure
Untested
Power Sensor
Sensor to monitor current, voltage and power. Not fuel gauge!
Broken


Contributors

@VIXXKIGOLI

Users owning this device

{@vixxkigoli}

How to enter flash mode

Access ADB and type following command

adb reboot bootloader

Also any TWRP with sc8830 will work for this device, just port it.

Installation

This device doesn't have much memory to install boot.img [128 MB] directly So, generate splitted image by following commands

pmboostrap install --split

It will create two images 1. intex-q1-boot.img 2. intex-q1-root.img

Still we will need third image to flash into boot partition.

So, search boot.img in postmarketOS's work directory. 3. boot.img

A: Flash third image to boot partition. B: Flash second image to system/internal SD partition. C: Flash first Image to cache partition.

Useful partitions:

/dev/block/mmcblk0p22 //internal sd /dev/block/mmcblk0p17 //system /dev/block/mmcblk0p18 //cache

See also