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. |
Added infobox. |
||
Line 1: | Line 1: | ||
[[Category:Unsupported Devices]] | [[Category:Unsupported Devices]] | ||
[[Category:Devices]] | |||
{{Infobox device | |||
=== Contributors | | manufacturer = Samsung | ||
| name = Galaxy S Duos | |||
| codename = s7562 | |||
| image = File:Samsung Galaxy S Duos.jpg | |||
| imagecaption = Samsung Galaxy S Duos | |||
| releaseyear = 2012 | |||
| originalsoftware = Android 4.0.1 on Linux 3.0.1 | |||
| cpu = Qualcomm MSM7227A Snapdragon S1 | |||
| gpu = Adreno 200 | |||
| storage = 4GB | |||
| display = 480x800 IPS | |||
| memory = 768MB | |||
}} | |||
== 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 30: | ||
* 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 | ||
Revision as of 02:20, 15 September 2017
![]() Samsung Galaxy S Duos | |
Manufacturer | Samsung |
---|---|
Name | Galaxy S Duos |
Codename | s7562 |
Released | 2012 |
Hardware | |
CPU | Qualcomm MSM7227A Snapdragon S1 |
GPU | Adreno 200 |
Display | 480x800 IPS |
Storage | 4GB |
Memory | 768MB |
Software | |
Original software | Android 4.0.1 on Linux 3.0.1 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Mainline | no |
Flashing |
No data |
---|---|
USB Networking |
No data |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
No data |
Touchscreen |
No data |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
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
- 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