I'm getting a "no mirrors found" on androidfilehost download link. Anyone else?
No, I've tested it, AFH has found four mirrors.I'm getting a "no mirrors found" on androidfilehost download link. Anyone else?
git clone https://github.com/davidmueller13/device_lt03lte_nougat.git device/samsung/lt03lte
Do you maybe use one of the CM branches instead of of the omni branch?And I did the envsetup and it did say "including device/samsung/lt03lte/vendorsetup.sh", so I assume I synced that part correctly too.
But then in the lunch menu there's no device-specific entry other than "cm_lt03lte-userdebug", and when I pick it it just errors out saying there's no config makefile.
No, the limited manifest I initialized my folder upon is also for Omni (see that link). I also made sure that my CM build and TWRP build are in different folders. I'm baffled that CM appears in that too.Do you maybe use one of the CM branches instead of of the omni branch?
I'm talking about the branch of the device config:https://github.com/davidmueller13/device_lt03lte_nougat/tree/omniNo, the limited manifest I initialized my folder upon is also for Omni.
Ah crap, just found out I wrote the wrong link in the initial post. But I did clone the tree/omni one... I'll double-check that later.I'm talking about the branch of the device config:https://github.com/davidmueller13/device_lt03lte_nougat/tree/omni
<?xml version="1.0" encoding="UTF-8"?>
<!--Please do not manually edit this file-->
<manifest>
<remove-project name="lj50036/android_device_qcom_common" />
<project path="device/samsung/lt03lte" name="davidmueller13/device_lt03lte_nougat" remote="github" revision="omni" />
<project path="device/samsung/msm8974-common" name="davidmueller13/android_device_samsung_msm8974-common" remote="github" revision="cm-12.1" />
<project path="kernel/samsung/lt03lte" name="davidmueller13/kernel_samsung_lt03lte_nougat2" remote="github" revision="master" />
<project path="device/qcom/common" name="davidmueller13/android_device_qcom_common" remote="github" revision="cm-12.1" />
<project path="device/samsung/qcom-common" name="davidmueller13/android_device_samsung_qcom-common" remote="github" revision="cm-12.1" />
<project name="android_hardware_broadcom_wlan" path="hardware/broadcom/wlan" remote="omnirom" revision="android-6.0" />
<project name="android_external_stlport" path="external/stlport" remote="omnirom" revision="android-6.0" />
<project name="android_hardware_sony_boringssl-compat" path="hardware/sony/boringssl-compat" remote="omnirom" revision="android-6.0" />
</manifest>
You should not use device_qcom_common, device_samsung_qcom-common and device_samsung_msm8974-common from my github, because I forked them 2 years ago (they are outdated).basically adding necessary repos from your collection
No dice, still saying conflicting revisions. Is that because both your and Omni's qcom-common repo don't have an "android-6.0" branch? I had to use "android-5.1" instead so as to make it sync properly.You should not use device_qcom_common, device_samsung_qcom-common and device_samsung_msm8974-common from my github, because I forked them 2 years ago (they are outdated).
You can just the ones you find in omniROM github.
If you turn off the device and plug it in the device turns back on. It will not stay offIn the OP is says that "Off Charging" is not working. I can't find any further explanation as to what is it that doesn't work?
Although not all button settings are working, you can set longpress home button for split screen.Would you please reconsider bringing back the 'long press' behaviour ( to show Multi Window) in your future releases or let us know how to manually revert the behaviour back to what it was in your past releases.
Thanks for your reply.Although not all button settings are working, you can set longpress home button for split screen.
-global_configuration {
- attached_output_devices AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_SPEAKER
+global_configuration {
+ attached_output_devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_EARPIECE
- devices AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_AUX_DIGITAL|AUDIO_DEVICE_OUT_PROXY|AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET|AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET
+ devices AUDIO_DEVICE_OUT_SPEAKER|AUDIO_DEVICE_OUT_EARPIECE|AUDIO_DEVICE_OUT_WIRED_HEADSET|AUDIO_DEVICE_OUT_WIRED_HEADPHONE|AUDIO_DEVICE_OUT_ALL_SCO|AUDIO_DEVICE_OUT_AUX_DIGITAL|AUDIO_DEVICE_OUT_PROXY|AUDIO_DEVICE_OUT_ANLG_DOCK_HEADSET|AUDIO_DEVICE_OUT_DGTL_DOCK_HEADSET
No. SM-P600 uses an Exynos SoC, so it's a complete different device.Does it work on the SM-P600 (lt03wifi)?