Samsung Galaxy S9 (samsung-starlte): Difference between revisions
Appearance
m Added sections about getting logs from recovery |
RiskyGUY22 (talk | contribs) |
||
Line 89: | Line 89: | ||
<!-- add more sections below as necessary, e.g. WiFi, photos, ... --> | <!-- add more sections below as necessary, e.g. WiFi, photos, ... --> | ||
== Getting logs == | == Getting logs == | ||
Run the following in a | Run the following in a TWRP shell to mount the pmos rootfs, and access the logs | ||
<source lang="shell-session"> | <source lang="shell-session"> | ||
$ mkdir /mnt/pmOS | $ mkdir /mnt/pmOS | ||
Line 95: | Line 95: | ||
</source> | </source> | ||
You should now be able to access the rootfs, with logs, at /mnt/pmOS | You should now be able to access the rootfs, with logs, at /mnt/pmOS | ||
== Notes == | == Notes == | ||
* See crownlte device page for more info. | * See crownlte device page for more info. |
Revision as of 10:39, 16 December 2023
![]() Samsung Galaxy S9 running LineageOS 18.1 | |
Manufacturer | Samsung |
---|---|
Name | Galaxy S9 |
Codename | samsung-starlte |
Released | 2018 |
Hardware | |
Chipset | Samsung Exynos 9810 |
CPU | Octa-core (4x 2.7 GHz Mongoose M3 & 4x 1.8 GHz Cortex-A55) |
GPU | Mali-G72 MP18 |
Display | 2960x1440 Quad HD+ Super AMOLED |
Storage | 64 GB |
Memory | 4 GB |
Architecture | aarch64 |
Software | |
Original software | Android |
Original version | 9 |
FOSS bootloader | No |
postmarketOS | |
Category | testing |
Pre-built images | no |
Flashing |
Works |
---|---|
USB Networking |
Broken |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
Works |
Touchscreen |
Works |
Touchpad |
No data |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
Broken |
Camera Flash |
No data |
IR TX |
No data |
Connectivity | |
WiFi |
Works |
Bluetooth |
Works |
GPS |
No data |
NFC |
No data |
Modem | |
Calls |
No data |
SMS |
No data |
Mobile data |
No data |
Miscellaneous | |
FDE |
No data |
USB-A |
No data |
USB OTG |
Works |
HDMI/DP |
Broken |
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
- Eshark22
- nm111
Maintainer(s)
Users owning this device
- Dwrdj (Notes: Daily driver, running OEM Android until replaced)
- Eshark22 (Notes: Running custom rom, Can't do development since Note is broken)
- Hlcj (Notes: Using on stock because of pmos not working)
- LanaX64
- Lucacraft89 (Notes: LineageOS 20.0 with NetHunter Kernel)
- MaxShevPovar (Notes: Running postmarketOS, interface: MATE)
- MymeType (Notes: Only managed to get Sxmo (dwm) to work)
- Nergzd723 (Notes: daily-driver)
- Ungeskriptet (Notes: Cracked back, Lilac Purple; Secondary phone for taking pictures and videos)
Installation
Use pmbootstrap to build your own installation image.
$ pmbootstrap init
$ pmbootstrap install --android-recovery-zip --recovery-install-partition data
$ pmbootstrap export ./
Getting logs
Run the following in a TWRP shell to mount the pmos rootfs, and access the logs
$ mkdir /mnt/pmOS
$ mount -t ext4 -rw /dev/mapper/sda25p2 /mnt/pmOS
You should now be able to access the rootfs, with logs, at /mnt/pmOS
Notes
- See crownlte device page for more info.
See also
- crownlte device page - Most of the info on there applies to starlte too!
How to enter flash mode
Press and hold
+ + simultaneously. Then click to confirm.Installation
Flash twrp, and then install the generated .zip file in twrp. Adb sideloading is also supported.
Notes
- rndis does not work.
- Check crownlte device page