Samsung Galaxy S Duos (samsung-s7562): Difference between revisions
Appearance
m CmdrWgls moved page Samsung-S7562 to Samsung Galaxy S Duos (samsung-s7562): Device title format change. |
merging Template:Change arch into Template:Infobox device |
||
(13 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
=== Contributors | {{Infobox device | ||
| manufacturer = Samsung | |||
| name = Galaxy S Duos | |||
| codename = samsung-s7562 | |||
| image = File:Samsung Galaxy S Duos.jpg | |||
| imagecaption = Samsung Galaxy S Duos | |||
| releaseyear = 2012 | |||
| originalsoftware = Android | |||
| originalversion = 4.0.1 (Linux 3.0.1) | |||
| chipset = Qualcomm Snapdragon S1 (MSM7227A) | |||
| cpu = 1.0 GHz Cortex-A5 | |||
| gpu = Adreno 200 | |||
| storage = 4 GB | |||
| display = 480x800 IPS | |||
| memory = 768 MB | |||
| architecture = armhf | |||
| status_usbnet = | |||
| status_flashing = | |||
| status_touch = | |||
| changearch=armv7 | |||
| status_screen = | |||
| status_wifi = | |||
| status_xwayland = | |||
| status_fde = | |||
| status_mainline = | |||
| status_battery = | |||
| status_3d = | |||
| status_accel = | |||
| status_audio = | |||
| status_bluetooth = | |||
| status_camera = | |||
| status_gps = | |||
| status_mobiledata = | |||
| status_sms = | |||
| status_calls = | |||
| status = | |||
| booting = no | |||
}} | |||
== Contributors == | |||
* cmdr2 on IRC | * cmdr2 on IRC | ||
== What works == | |||
* Compilation of kernel, system and initramfs | * Compilation of kernel, system and initramfs | ||
* pmOS starts up if a pre-compiled kernel (from the original boot.img) is used, along with the newly built initramfs and system image. Telnet, decrypt filesystem, and ssh (partially) works | * pmOS starts up if a pre-compiled kernel (from the original boot.img) is used, along with the newly built initramfs and system image. Telnet, decrypt filesystem, and ssh (partially) works | ||
== What does not work == | |||
* pmOS does not boot with the newly built kernel. it only works if a pre-built factory kernel is used | * pmOS does not boot with the newly built kernel. it only works if a pre-built factory kernel is used | ||
Line 17: | Line 53: | ||
* No graphics are displayed on the screen, weston fails with <code>Failed to open frame buffer device ‘/dev/fb0’: No such file or directory</code> | * No graphics are displayed on the screen, weston fails with <code>Failed to open frame buffer device ‘/dev/fb0’: No such file or directory</code> | ||
== Links == | |||
* https://github.com/KlinkOnE/android_kernel_ba2x_2.0-1 | * https://github.com/KlinkOnE/android_kernel_ba2x_2.0-1 | ||
* https://forum.xda-developers.com/s7562/development/cm11-samsung-galaxy-s-duos-kitkat-4-4-4-t3024762 | * https://forum.xda-developers.com/s7562/development/cm11-samsung-galaxy-s-duos-kitkat-4-4-4-t3024762 | ||
Latest revision as of 13:00, 26 August 2024
WARNING: This device is not recommended for future use with postmarketOS due to its armhf architecture. Alpine Linux (the distribution that postmarketOS extends) pmaports#599 has been considering dropping it. |
This device is still running on armhf, although the processor supports armv7. If you own it, change it and test it that way. |
This device is marked as not booting.
![]() Samsung Galaxy S Duos | |
Manufacturer | Samsung |
---|---|
Name | Galaxy S Duos |
Codename | samsung-s7562 |
Released | 2012 |
Hardware | |
Chipset | Qualcomm Snapdragon S1 (MSM7227A) |
CPU | 1.0 GHz Cortex-A5 |
GPU | Adreno 200 |
Display | 480x800 IPS |
Storage | 4 GB |
Memory | 768 MB |
Architecture | armhf |
Software | |
Original software | Android |
Original version | 4.0.1 (Linux 3.0.1) |
postmarketOS | |
Category | testing |
Pre-built images | no |
Contributors
- cmdr2 on IRC
What works
- Compilation of kernel, system and initramfs
- pmOS starts up if a pre-compiled kernel (from the original boot.img) is used, along with the newly built initramfs and system image. Telnet, decrypt filesystem, and ssh (partially) works
What does not work
- pmOS does not boot with the newly built kernel. it only works if a pre-built factory kernel is used
- ssh fails with a 'cannot create channel 0' error, which can be bypassed with
ssh user@<ip> '/bin/sh'
. With this, no prompt is shown (i.e. no "$" or "%"), but commands can be typed and executed and the results are displayed - No graphics are displayed on the screen, weston fails with
Failed to open frame buffer device ‘/dev/fb0’: No such file or directory