Fly Spark (fly-iq4404): Difference between revisions
Appearance
add Mediatek category |
m more links |
||
(11 intermediate revisions by 7 users not shown) | |||
Line 3: | Line 3: | ||
| name = Spark | | name = Spark | ||
| codename = fly-iq4404 | | codename = fly-iq4404 | ||
| image = File: | | image = File:Fly-iq4404-plasma1.jpg | ||
| imagecaption = Fly iq4404 | | imagecaption = Fly iq4404 kde plasma 5 | ||
| releaseyear = 2013 | | releaseyear = 2013 | ||
| originalsoftware = Android 4.2 | | originalsoftware = Android | ||
| originalversion = 4.2 | |||
| chipset = MediaTek MT6572 | | chipset = MediaTek MT6572 | ||
| cpu = 2x 1.2 GHz Cortex-A7 | | cpu = 2x 1.2 GHz Cortex-A7 | ||
Line 14: | Line 15: | ||
| memory = 512 MB | | memory = 512 MB | ||
| architecture = armv7 | | architecture = armv7 | ||
| type = handset | |||
<!-- 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 = Y | | status_usbnet = Y | ||
Line 34: | Line 36: | ||
| status_calls = <!-- Talking to other people over the cellular network. --> | | status_calls = <!-- Talking to other people over the cellular network. --> | ||
| status = Boots, not merged<!-- Text displayed in the "not booting" table on the Devices page , e.g "kernel compiles, doesn't boot" --> | | status = Boots, not merged<!-- Text displayed in the "not booting" table on the Devices page , e.g "kernel compiles, doesn't boot" --> | ||
| status_securebootoff = Y | |||
| booting = yes <!-- The device is booting at all, can be yes/no *IMPORTANT* --> | | booting = yes <!-- The device is booting at all, can be yes/no *IMPORTANT* --> | ||
| pmoskernel = 3.10.89 | | pmoskernel = 3.10.89 | ||
Line 73: | Line 76: | ||
== Installation == | == Installation == | ||
<pre>fastboot flash boot | You can install it on an sd card or flash it on your phone through recovery. To do this, instead of pmbootstrap install, run | ||
<pre>./pmbootstrap.py install --android-recovery-zip --recovery-install-partition=data</pre> | |||
It loads into recovery (I checked on twrp), go to advanced ones and click adb sideload. We connect the usb cable and run | |||
<pre>./pmbootstrap.py flasher --method=adb sideload</pre> | |||
And flashing the kernel | |||
<pre>fastboot flash boot boot.img-fly-iq4404</pre> | |||
== Photos == | |||
[[File:Fly-iq4404-ardour1.jpg|300px]] | |||
[[File:Fly-iq4404-plasma-info.jpg|300px]] | |||
== See also == | == See also == | ||
* {{MR|1213|pmaports}} Initial merge request | * {{MR|1213|pmaports}} Initial merge request | ||
* {{Device package|fly-iq4404|testing}} | |||
* {{Kernel package|fly-iq4404|testing}} | |||
<!-- | <!-- | ||
Link to related GitLab issues or merge requests like the following (replace CHANGEME with the ID, e.g. 1234): | Link to related GitLab issues or merge requests like the following (replace CHANGEME with the ID, e.g. 1234): | ||
Line 86: | Line 100: | ||
* [https://redmine.replicant.us/projects/replicant/wiki/GalaxyS2I9100 Replicant wiki page] | * [https://redmine.replicant.us/projects/replicant/wiki/GalaxyS2I9100 Replicant wiki page] | ||
--> | --> | ||
Latest revision as of 17:15, 6 March 2025
![]() Fly iq4404 kde plasma 5 | |
Manufacturer | Fly |
---|---|
Name | Spark |
Codename | fly-iq4404 |
Released | 2013 |
Type | handset |
Hardware | |
Chipset | MediaTek MT6572 |
CPU | 2x 1.2 GHz Cortex-A7 |
GPU | Mali-400 |
Display | 480x854 IPS |
Storage | 4 GB |
Memory | 512 MB |
Architecture | armv7 |
Software | |
Original software | Android |
Original version | 4.2 |
postmarketOS | |
Category | testing |
Pre-built images | no |
postmarketOS kernel | 3.10.89 |
Flashing |
No data |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
3D Acceleration |
No data |
Audio |
Broken |
Camera |
No data |
Camera Flash |
No data |
Connectivity | |
WiFi |
No data |
Bluetooth |
No data |
GPS |
No data |
NFC |
No data |
Modem | |
Calls |
No data |
SMS |
No data |
Mobile data |
No data |
Miscellaneous | |
FDE |
No data |
USB OTG |
No data |
HDMI/DP |
No data |
Sensors | |
Accelerometer |
No data |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
Contributors
- km2
Maintainer(s)
Users owning this device
How to enter flash mode
+ (loading Recovery)
Connect usb cable and enter:
sudo adb start-server
When Recovery is fully loaded
adb reboot bootloader
When the fastboot logo appears on the phone
Installation
You can install it on an sd card or flash it on your phone through recovery. To do this, instead of pmbootstrap install, run
./pmbootstrap.py install --android-recovery-zip --recovery-install-partition=data
It loads into recovery (I checked on twrp), go to advanced ones and click adb sideload. We connect the usb cable and run
./pmbootstrap.py flasher --method=adb sideload
And flashing the kernel
fastboot flash boot boot.img-fly-iq4404
Photos
See also
- pmaports!1213 Initial merge request
- Device package
- Kernel package