Samsung Galaxy Core Prime VE LTE (samsung-coreprimevelte)
This is one specific Galaxy Core Prime hardware revision. For an overview, see Samsung Galaxy Core Prime |
Manufacturer | Samsung |
---|---|
Name | Galaxy Core Prime VE LTE |
Codename | samsung-coreprimevelte, SM-G361F |
Hardware | |
Chipset | Marvell PXA1908 |
CPU | Quad-core 1.2GHz Cortex-A53 |
GPU | Vivante GC7000UL |
Display | 480x800px |
Memory | 902MB |
Architecture | armv7 |
Software | |
Original software | Android 5.1.1 with Linux kernel 3.14 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Internal storage |
No data |
---|---|
SD card |
No data |
Battery |
No data |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
No data |
Camera Flash |
No data |
Connectivity | |
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 |
Users owning this device
- AAT596 (Notes: (1+) Original Android, trying to build a custom ROM for them because there's none as of now)
- CoderCharmander
- LegoLivesMatter (Notes: Currently mainlining)
- RobusTetus (Notes: Stuck in a odin mode, cannot boot)
- StandaSK
- Stupidenbyace
Mainline
According to Documentation/arm/marvel.rst
the PXA1908 chipset should be supported, but it is unknown whether it's actually supported.
Downstream
It's possible to compile the Samsung-provided downstream kernel with some config changes (arch/arm64/configs/pxa1908_coreprimevelte_eur_defconfig
should be used as a defconfig):
CONFIG_CRYPTO_XTS
should be set, and CONFIG_ANDROID_PARANOID_NETWORK
should be unset. These are required by postmarketOS.
CONFIG_OPTIMIZE_FOR_SIZE
should be set, or the boot image will be too big for the partition.
The concatenated dtb blob should be generated with https://github.com/osm0sis/pxa-mkbootimg, because the G361F's chipset is a bit different.
Booting
The SM-G361F uses the Marvell PXA1908 chipset, which is, while really similar to Qualcomm ones, has some differences. It has a bit different way to specify the revision in DTB files, therefore the dtbTool from https://github.com/osm0sis/pxa-mkbootimg should be used. This is the same with mkbootimg. Additionally, SEANDROIDENFORCE
should be appended to the bootimage, in order to silence the "KERNEL IS NOT SEANDROID ENFORCING" warning.