Fly Spark (fly-iq4404): Difference between revisions
Appearance
Line 74: | Line 74: | ||
== Installation == | == 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 | |||
<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> | <pre>fastboot flash boot boot.img-fly-iq4404</pre> | ||
Revision as of 09:41, 8 June 2020
![]() Fly iq4404 white | |
Manufacturer | Fly |
---|---|
Name | Spark |
Codename | fly-iq4404 |
Released | 2013 |
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 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
See also
- pmaports!1213 Initial merge request