Samsung Galaxy S Duos (samsung-s7562): Difference between revisions
Appearance
Added infobox. |
merging Template:Change arch into Template:Infobox device |
||
(12 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox device | {{Infobox device | ||
| manufacturer = Samsung | | manufacturer = Samsung | ||
| name = Galaxy S Duos | | name = Galaxy S Duos | ||
| codename = s7562 | | codename = samsung-s7562 | ||
| image = File:Samsung Galaxy S Duos.jpg | | image = File:Samsung Galaxy S Duos.jpg | ||
| imagecaption = Samsung Galaxy S Duos | | imagecaption = Samsung Galaxy S Duos | ||
| releaseyear = 2012 | | releaseyear = 2012 | ||
| originalsoftware = Android 4.0.1 | | originalsoftware = Android | ||
| | | originalversion = 4.0.1 (Linux 3.0.1) | ||
| chipset = Qualcomm Snapdragon S1 (MSM7227A) | |||
| cpu = 1.0 GHz Cortex-A5 | |||
| gpu = Adreno 200 | | gpu = Adreno 200 | ||
| storage = | | storage = 4 GB | ||
| display = 480x800 IPS | | display = 480x800 IPS | ||
| memory = | | 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 == | == Contributors == |
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