There is some weird issues with bluetooth from what I tested. Couldn't get it to play audio clearly
Sent from my SM-T800 using Tapatalk
There is some weird issues with bluetooth from what I tested. Couldn't get it to play audio clearly
There is some weird issues with bluetooth from what I tested. Couldn't get it to play audio clearly
Sent from my SM-T800 using Tapatalk
Oh great news thinkYeah no update for 5.1 more, when our device sources are ready for 6.0 then I will make new builds
What about that (http://forum.xda-developers.com/showthread.php?t=3219759)Yeah no update for 5.1 more, when our device sources are ready for 6.0 then I will make new builds
Thank you for the ROM!
I am on 4.0.3 now, everything is fine except I keep getting System UI crash when running Pandora. Like, as soon as it opens. Music plays, but the crash prompt just keeps coming up over and over. Anyone have any suggestions?
EDIT: Same problem in Amazon Prime Music, crash prompt comes up as soon as music plays.
Better to flash stock firmware again, although this is wrong place to postHi,
I bought a samsung s20 FE from a second hans. Everything was working ok, i deleted all the apps and put mine. I even deleted magisk. I used it 2 days and when i tried to access my bank it said my phone was rooted. i installed magisk and then uninstalled it from the inside. it restarted the phone and after that i had no signal. Can i restore the signal in any way?
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