Jump to content

Intex Aqua Q1

From postmarketOS Wiki
Revision as of 10:55, 13 October 2022 by VIXXKIGOLI (talk | contribs) (Created page with "{{Infobox device | manufacturer = Intex | name = Aqua Q1 | codename = intex-aqua-q1 | image = File:intex-aqua-q1.jpg | imagecaption = Weston v21.12 | releaseyear = 2015 | orig...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Intex Aqua Q1
Weston v21.12
Weston v21.12
Manufacturer Intex
Name Aqua Q1
Codename intex-aqua-q1
Released 2015
Hardware
Chipset Spreadtrum SC8830
CPU Spreadtrum
GPU Mali
Display 480x854
Storage 4 GB
Memory 512 MB
Architecture armv7
Software
Original software Android 4.4.2
FOSS bootloader no
postmarketOS
Category testing
Pre-built images no
Mainline no
Features
Flashing
Broken
USB Networking
Broken
Internal storage
No data
SD card
No data
Battery
No data
Screen
Works
Touchscreen
Works
Touchpad
Works
Multimedia
3D Acceleration
Broken
Audio
No data
Camera
No data
Camera Flash
No data
IR TX
Broken
Connectivity
WiFi
No data
Bluetooth
No data
GPS
No data
NFC
Broken
Modem
Calls
No data
SMS
No data
Mobile data
No data
Miscellaneous
FDE
No data
USB-A
No data
USB OTG
Broken
HDMI/DP
Broken
Sensors
Accelerometer
Broken
Magnetometer
Broken
Ambient Light
No data
Proximity
No data
Hall Effect
Broken
Haptics
No data
Barometer
No data
Power Sensor
Broken


Contributors

@VIXXKIGOLI @borkarsachin97

Users owning this device

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