3813e58108
* add firmware for samsung-i9100 * add firmware package as dependecy for device package * fix sha sums * fix checksums * APKBUILD fixes * hopefully correct pkgrel versions * set kernel config for postmarketos firmware location * bump pkgrel * update checksum for linux-samsung-i9100 * fix path for downloading firmware files * update checksums * set device system partion for flash to FACTORYFS ( issue#422 ) (please check that I merged master correctly in previous commit)
27 lines
786 B
Text
27 lines
786 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Galaxy SII"
|
|
deviceinfo_manufacturer="Samsung"
|
|
deviceinfo_date=""
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_nonfree="????"
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs=""
|
|
deviceinfo_external_disk="true"
|
|
deviceinfo_external_disk_install="true"
|
|
deviceinfo_flash_methods="heimdall-isorec"
|
|
deviceinfo_arch="armhf"
|
|
|
|
# Splash screen
|
|
deviceinfo_screen_width="480"
|
|
deviceinfo_screen_height="800"
|
|
|
|
# Heimdall related
|
|
deviceinfo_flash_heimdall_partition_kernel="KERNEL"
|
|
deviceinfo_flash_heimdall_partition_initfs="RECOVERY"
|
|
deviceinfo_flash_heimdall_partition_system="FACTORYFS"
|
|
|
|
deviceinfo_weston_core_modules="xwayland.so"
|
|
|