Fly Spark (fly-iq4404): Difference between revisions
Appearance
Add MR link, use Button template |
HenriDellal (talk | contribs) m fly-iq4404: change port status |
||
Line 33: | Line 33: | ||
| status_sms = <!-- Sending and receiving short messages works as intended. --> | | status_sms = <!-- Sending and receiving short messages works as intended. --> | ||
| status_calls = <!-- Talking to other people over the cellular network. --> | | status_calls = <!-- Talking to other people over the cellular network. --> | ||
| status = <!-- 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" --> | ||
| booting = | | booting = no <!-- The device is booting at all, can be yes/no *IMPORTANT* --> | ||
| pmoskernel = 3.10.89 | |||
<!-- you can also use these lines if you need to: | <!-- you can also use these lines if you need to: | ||
if the device haven't originally ran Android OS, e.g. Nokia N900 | if the device haven't originally ran Android OS, e.g. Nokia N900 | ||
| n-android = ✔ | | n-android = ✔ | ||
see Unixbench page on wiki | see Unixbench page on wiki | ||
| whet_dhry = 0.0 | | whet_dhry = 0.0 |
Revision as of 18:00, 19 April 2020
This device is marked as not booting.
Status: Boots, not merged
Status: Boots, not merged
![]() 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 |
Contributors
- LibrePhone (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
pmbootstrap creates a damaged boot.img, so you need to manually build boot.img
mtkimg repack newboot.img -n -k vmlinuz-fly-iq4404 -r initramfs-fly-iq4404
fastboot flash boot newboot.img
See also
- pmaports!862 Initial (closed, not merged) merge request