Jump to content

Samsung Galaxy SII Plus (samsung-s2vep): Difference between revisions

From postmarketOS Wiki
No edit summary
Halamix2 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
| manufacturer = Samsung
| manufacturer = Samsung
| name = Galaxy SII Plus
| name = Galaxy SII Plus
| codename = i9105p
| codename = samsung-i9105p
| model = samsung-s2vep
| model = samsung-s2vep
| image = File:Samsung-s2vep.jpg
| image = File:Samsung-s2vep.jpg
Line 29: Line 29:
| status_fde =  
| status_fde =  
| status_emmc = Y
| status_emmc = Y
| status_wifi =  
| status_wifi = Y
| status_mainline =  
| status_mainline =  
| status_battery = Y
| status_battery = Y
Line 101: Line 101:


<!-- add more sections below as necessary, e.g. WiFi, photos, ... -->
<!-- add more sections below as necessary, e.g. WiFi, photos, ... -->
== Usage ==
=== wifi ===
see [[Samsung Galaxy SII (samsung-i9100)#Wifi]]
=== LightDM ===
The device will not show the login screen after first boot.
SSH into the device
<syntaxhighlight lang="bash">ssh user@172.16.42.1</syntaxhighlight>
Change line <code>#logind-check-graphical=true
</code> in <code>/etc/lightdm/lightdm.conf</code> to
<syntaxhighlight lang=ini>logind-check-graphical=false</syntaxhighlight>


== See also ==
== See also ==
* {{MR|5861|pmaports}} Initial merge request
* {{MR|5861|pmaports}} Initial merge request
* [https://github.com/surblazer/android_kernel_samsung_galaxys2plus-common kernel source]  
* [https://github.com/surblazer/android_kernel_samsung_galaxys2plus-common kernel source]
* [https://github.com/surblazer/android_device_samsung_galaxys2plus-common Device Tree] (galaxys2plus-common)
* [https://github.com/surblazer/android_device_samsung_i9105p Device Tree] (i9105p)
* [https://gothub.dev.projectsegfau.lt/surblazer/android_kernel_samsung_galaxys2plus-common Kernel source]
* [https://github.com/surblazer/build_tools/tree/cm-14.1/patches Compatibility Patches] from [https://forum.xda-developers.com/t/rom-wip-8-1-0-unofficial-lineageos-15-1-2019-05-15.3930505/ forum.xda-developers.com]
 
<!--
<!--
Link to related GitLab issues or merge requests like the following (replace CHANGEME with the ID, e.g. 1234):
Link to related GitLab issues or merge requests like the following (replace CHANGEME with the ID, e.g. 1234):

Latest revision as of 12:00, 1 February 2025

Samsung Galaxy SII Plus
My i9105p running PostmarketOS
My i9105p running PostmarketOS
Manufacturer Samsung
Name Galaxy SII Plus
Codename samsung-i9105p
Model samsung-s2vep
Released 2013
Type handset
Hardware
Chipset Broadcom BCM28155
CPU Dual-core 1.2 GHz
GPU Broadcom VideoCore IV
Display 480x800 AMOLED
Storage 8GB
Memory 1GB
Architecture armv7
Software
Original software Android
Original version 4.1.2
FOSS bootloader no
postmarketOS
Category testing
Pre-built images no
postmarketOS kernel 3.0.101
Features
Flashing
Works
USB Networking
Works
Internal storage
Works
SD card
Works
Battery
Works
Screen
Works
Touchscreen
Works
Multimedia
3D Acceleration
No data
Audio
Broken
Camera
No data
Camera Flash
No data
Connectivity
WiFi
Works
Bluetooth
No data
Ethernet
No data
GPS
No data
NFC
No data
Modem
Calls
No data
SMS
No data
Mobile data
No data
Miscellaneous
FDE
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
Power Sensor
No data


Contributors

VaporGame

Users owning this device


How to enter flash mode

Hold volume down, power button and home button

Installation

Use pmbootstrap to build your own installation image.

The boot (KERNEL) partition is only 8mb in size. With the current configuration the built kernel is around 4mb.


Usage

wifi

see Samsung Galaxy SII (samsung-i9100)#Wifi

LightDM

The device will not show the login screen after first boot.

SSH into the device

ssh user@172.16.42.1

Change line #logind-check-graphical=true in /etc/lightdm/lightdm.conf to

logind-check-graphical=false


See also