Will BlissPop ever come out for T805?
I am very sorry to see that the 805 gets abadoned on every Custom ROM
regards
I am very sorry to see that the 805 gets abadoned on every Custom ROM
regards
If the videos are flash-based, it's not a bug: it's a feature [emoji13]
So guys NO MORE UPDATES to Blisspop from me, if anyone countinue work then he can
I have written a HOWTO build cm12 for chagallwifi. Perhaps you can have a look on it and write some kind of "HOWTO build blisspop". That should make it easier for one to jump in. Just an idea.
mkdir blissBuild
cd blissBuild
repo init -u https://github.com/TeamBliss-LP/android.git -b lp5.1
repo sync (-j4) (-j8) (-j16)- This depends on number of cpu cores- use just "repo sync" if you are unsure.
git clone https://github.com/eousphoros/android_device_samsung_klimtwifi.git device/samsung/klimtwifi
git clone https://github.com/eousphoros/proprietary_vendor_samsung.git vendor/samsung
git clone https://github.com/eousphoros/android_kernel_samsung_exynos5420.git kernel/samsung/klimtwifi
git clone -b current-12.1 https://github.com/nvertigo/android_device_samsung_chagallwifi.git device/samsung/chagallwifi
git clone -b current-12.1 https://github.com/nvertigo/android_vendor_samsung_chagallwifi.git vendor/samsung/chagallwifi
git clone -b current-12.1 https://github.com/nvertigo/android_kernel_samsung_chagallwifi.git kernel/samsung/chagallwifi
$(call inherit-product, device/samsung/klimtwifi/full_klimtwifi.mk)
# Inherit some common BLISS stuff.
$(call inherit-product, vendor/bliss/config/common_full_tablet_wifionly.mk)
PRODUCT_NAME := bliss_klimtwifi
PRODUCT_DEVICE := klimtwifi
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_MODEL=SM-T700 \
PRODUCT_NAME=klimtwifi \
PRODUCT_DEVICE=klimtwifi \
TARGET_DEVICE=klimtwifi \
$(call inherit-product, device/samsung/chagallwifi/full_chagallwifi.mk)
# Inherit some common bliss stuff.
$(call inherit-product, vendor/bliss/config/common_full_tablet_wifionly.mk)
PRODUCT_NAME := bliss_chagallwifi
PRODUCT_DEVICE := chagallwifi
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_MODEL=SM-T800 \
PRODUCT_NAME=chagallwifi \
PRODUCT_DEVICE=chagallwifi \
TARGET_DEVICE=chagallwifi \
[
{
"remote": "cm",
"repository": "android_hardware_samsung_slsi_exynos",
"target_path": "hardware/samsung_slsi/exynos",
"revision": "cm-12.1"
},
{
"remote": "cm",
"repository": "android_hardware_samsung_slsi_exynos5-insignal",
"target_path": "hardware/samsung_slsi/exynos5-insignal",
"revision": "cm-12.1"
},
{
"remote": "cm",
"repository": "android_hardware_samsung_slsi_exynos5420",
"target_path": "hardware/samsung_slsi/exynos5420",
"revision": "cm-12.1"
},
{
"remote": "cm",
"repository": "android_hardware_samsung_slsi_openmax",
"target_path": "hardware/samsung_slsi/openmax",
"revision": "cm-12.1"
},
{
"remote": "cm",
"repository": "android_hardware_samsung",
"target_path": "hardware/samsung",
"revision": "cm-12.1"
}
]
patch -p1 <device/samsung/chagallwifi/patches/OMX-google-ffmpeg.diff
patch -p1 <device/samsung/chagallwifi/patches/mv2sd-framworks-base.diff
. build/envsetup.sh && brunch klimtwifi
. build/envsetup.sh && brunch chagallwifi