Jump to content

Intex Aqua Q1: Difference between revisions

From postmarketOS Wiki
mNo edit summary
m Add type
 
(7 intermediate revisions by 4 users not shown)
Line 6: Line 6:
| imagecaption = Weston v21.12
| imagecaption = Weston v21.12
| releaseyear = 2015
| releaseyear = 2015
| originalsoftware = Android 4.4.2
| originalsoftware = Android
| originalversion = 4.4.2
| chipset = Spreadtrum SC8830
| chipset = Spreadtrum SC8830
| postmarketOS kernel = 3.10.17
| postmarketOS kernel = 3.10.17
Line 15: Line 16:
| memory = 512 MB
| memory = 512 MB
| architecture = armv7
| architecture = armv7
| type = handset
<!-- the following status_* questions should be answered with Y for yes, P for partial, N for no, - for N/A or unavailable, or left blank for untested or unknown -->
<!-- the following status_* questions should be answered with Y for yes, P for partial, N for no, - for N/A or unavailable, or left blank for untested or unknown -->
| status_usbnet = N
| status_usbnet = Y
| status_flashing = N
| status_flashing = N
| status_touch = Y
| status_touch = Y
Line 24: Line 26:
| status_fde =  
| status_fde =  
| status_mainline = N
| status_mainline = N
| status_battery =  
| status_battery = Y
| status_3d = N
| status_3d = N
| status_audio =  
| status_audio = P
| status_bluetooth =  
| status_bluetooth = P
| status_camera =  
| status_camera =  
| status_gps =  
| status_gps =  
Line 33: Line 35:
| status_sms =  
| status_sms =  
| status_calls =  
| status_calls =  
| status = kernel compiles, boot up perfectly, no display except weston v21.12  
| status = kernel compiles, boot up perfectly, xfce-4 v21.12 works like charm now
| status_otg = N/A
| status_otg = -
| status_nfc = N/A
| status_nfc = -
| status_usba =  
| status_usba =  
| status_hdmidp = N/A
| status_hdmidp = -
| status_keyboard = -
| status_keyboard = -
| status_touchpad = Y
| status_touchpad = Y
| status_irtx = N/A
| status_irtx = -
| status_trustzone = N/A
| status_trustzone = -
| status_accel = N/A
| status_accel = -
| status_magnet = N/A
| status_magnet = -
| status_light =  
| status_light =  
| status_proximity =  
| status_proximity =  
| status_hall = N/A
| status_hall = -
| status_barometer =  
| status_barometer =  
| status_powersensor = N/A
| status_powersensor = N/A
Line 62: Line 64:
== Contributors ==
== Contributors ==
@VIXXKIGOLI
@VIXXKIGOLI
@borkarsachin97


== Users owning this device ==
== Users owning this device ==
{{Device owners}}
{@vixxkigoli}
<!-- autogenerated, use {{Owns device|devicepage|notes}} on your profile page -->
<!-- autogenerated, use {{Owns device|devicepage|notes}} on your profile page -->
<!-- use _ instead of spaces in device page name, e.g. {{Owns device|HTC_Desire_(htc-bravo)|custom notes}}-->
<!-- use _ instead of spaces in device page name, e.g. {{Owns device|HTC_Desire_(htc-bravo)|custom notes}}-->
Line 111: Line 112:
-->
-->


* [https://twitter.com/vixxkigoli/status/1579807103853600768 More Pics]
* [https://twitter.com/vixxkigoli/status/1580893905519710208 X11/xfce-4 and More Pics]
* [https://twitter.com/vixxkigoli/ My Twitter Handle]
* [https://twitter.com/vixxkigoli/ My Twitter Handle]



Latest revision as of 12:20, 12 September 2024

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 4.4.2
FOSS bootloader no
postmarketOS
Category testing
Pre-built images no
Mainline no
Features
Flashing
Broken
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
Works
Screen
Works
Touchscreen
Works
Touchpad
Works
Multimedia
3D Acceleration
Broken
Audio
Partial
Camera
No data
Camera Flash
No data
Connectivity
WiFi
No data
Bluetooth
Partial
GPS
No data
Modem
Calls
No data
SMS
No data
Mobile data
No data
Miscellaneous
FDE
No data
USB-A
No data
Sensors
Ambient Light
No data
Proximity
No data
Haptics
No data
Barometer
No data
Power Sensor
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