Difference between revisions of "Samsung Galaxy S4 Mini LTE (samsung-i9195)"
Jump to navigation
Jump to search
Maccraft123 (talk | contribs) |
m (Eloy moved page Samsung Galaxy S4 Mini LTE to Samsung Galaxy S4 Mini LTE (samsung-i9195): add codename to title) |
||
(25 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
| codename = samsung-i9195 (serrano) | | codename = samsung-i9195 (serrano) | ||
| image = File:S4mini.jpg | | image = File:S4mini.jpg | ||
− | | imagecaption = S4 Mini running PostmarketOS and | + | | imagecaption = S4 Mini running PostmarketOS and Xfce4 |
| releaseyear = 2013 | | releaseyear = 2013 | ||
| originalsoftware = Android 4.4.2 | | originalsoftware = Android 4.4.2 | ||
− | | chipset = Qualcomm Snapdragon 400 | + | | chipset = Qualcomm MSM8930 Snapdragon 400 |
| cpu = 1.7 GHz dual-core Krait 300 | | cpu = 1.7 GHz dual-core Krait 300 | ||
| gpu = Adreno 305 | | gpu = Adreno 305 | ||
Line 14: | Line 14: | ||
| memory = 1.5GB | | memory = 1.5GB | ||
| architecture = armhf | | architecture = armhf | ||
− | | status_usbnet = | + | | status_usbnet = P |
| status_flashing = Y | | status_flashing = Y | ||
| status_touch = Y | | status_touch = Y | ||
Line 21: | Line 21: | ||
| status_xwayland = Y | | status_xwayland = Y | ||
| status_fde = | | status_fde = | ||
− | | status_mainline = | + | | status_mainline = N |
| status_battery = Y | | status_battery = Y | ||
− | | status_3d = | + | | status_3d = N |
− | | status_accel = | + | | status_accel = N |
− | | status_audio = | + | | status_audio = N |
− | | status_bluetooth = | + | | status_bluetooth = N |
− | | status_camera = | + | | status_camera = N |
− | | status_gps = | + | | status_gps = N |
− | | status_mobiledata = | + | | status_mobiledata = N |
| status_sms = Y | | status_sms = Y | ||
− | | status_calls = | + | | status_calls = N |
| booting = yes | | booting = yes | ||
}} | }} | ||
Line 38: | Line 38: | ||
* rrooij (initial port) | * rrooij (initial port) | ||
* scintill (USB network, modem) | * scintill (USB network, modem) | ||
− | * maccraft123 ( | + | * maccraft123 (broken his s4mini) |
− | * Everyone else on IRC (feel free to put your name | + | * Everyone else on IRC (feel free to put your name) |
== What works == | == What works == | ||
Line 47: | Line 47: | ||
* Screen display | * Screen display | ||
* Multi-touch | * Multi-touch | ||
+ | * Plasma Mobile(slideshow mode) | ||
+ | * Xfce | ||
+ | * Weston | ||
* Touch screen ({{github|1313}}) | * Touch screen ({{github|1313}}) | ||
* USB Networking ({{github|1260}}) | * USB Networking ({{github|1260}}) | ||
Line 58: | Line 61: | ||
== What does not work == | == What does not work == | ||
− | * | + | * Screen is red by default, can be fixed by using RGB565 mode instead of RGBA8888 |
+ | * HW acceleration(we need libhybris or mainlining or freedreno) | ||
+ | * USB network device has no MAC address set by default, can be fixed by changing it to 06:4b:2d:xx:xx:xx(replace xx with random hex number) | ||
== How to enter flash mode == | == How to enter flash mode == | ||
− | * | + | * 1. Press VolumeDown, Home and Power buttons until Warning screen appears |
+ | * 2. Connect phone to computer | ||
+ | * 3. Press VolumeUp button | ||
+ | * 4. Flash with pmbootstrap flasher | ||
== Links == | == Links == |
Revision as of 15:19, 26 August 2019
USB Networking |
Partial |
---|---|
Flashing |
Works |
Touchscreen |
Works |
Display |
Partial |
WiFi |
Works |
Xwayland |
Works |
FDE | |
Mainline |
Broken |
Battery |
Works |
3D Acceleration |
Broken |
Accelerometer |
Broken |
Audio |
Broken |
Bluetooth |
Broken |
Camera |
Broken |
GPS |
Broken |
Mobile data |
Broken |
SMS |
Works |
Calls |
Broken |
USB OTG | |
Contributors
- rrooij (initial port)
- scintill (USB network, modem)
- maccraft123 (broken his s4mini)
- Everyone else on IRC (feel free to put your name)
What works
- Compiling the kernel
- Flashing postmarketos
- Booting
- Screen display
- Multi-touch
- Plasma Mobile(slideshow mode)
- Xfce
- Weston
- Touch screen (#1313)
- USB Networking (#1260)
- Sending SMS via terminal (#1314)
- Accelerometer (
echo 1 > /sys/class/input/input2/enable
) - Proximity sensor (
echo 1 > /sys/class/input/input4/enable
) - Light sensor (
echo 1 > /sys/class/input/input5/enable
) - Power button (
/dev/input/event0
) - Volume/Home buttons (
/dev/input/event8
) - Menu/Back touch buttons (
/dev/input/event9
)
What does not work
- Screen is red by default, can be fixed by using RGB565 mode instead of RGBA8888
- HW acceleration(we need libhybris or mainlining or freedreno)
- USB network device has no MAC address set by default, can be fixed by changing it to 06:4b:2d:xx:xx:xx(replace xx with random hex number)
How to enter flash mode
- 1. Press VolumeDown, Home and Power buttons until Warning screen appears
- 2. Connect phone to computer
- 3. Press VolumeUp button
- 4. Flash with pmbootstrap flasher
Links
- #1099 initial pull request
- Kernel used: https://github.com/LineageOS/android_kernel_samsung_msm8930-common
- #1612 Unable to install on S4 Mini (samsung-i9195)