My device is on existenz nougat v.8.0
I've used this rom for about 3 months but suddenly my BT cant be turned on.so how do i fix this issue?,is it because of my "bt_firmware" folder on /root doesn't have any file on it? or am i missing something else?
Related
First of all thanks for porting Kitkat to our device! This is a great rom, running smoothly on P880, however, I faced with an issue, which can be a "show stopper" for those who need bluetooth connections. Unfortunately, bluetooth can't be turned on. When I try to activate bluetooth after 4-5 secs returns to off state.
Have you experienced simalar problems? Have you found the root case? Do we have a solution or a workaround? Thanks!
jhevesi said:
First of all thanks for porting Kitkat to our device! This is a great rom, running smoothly on P880, however, I faced with an issue, which can be a "show stopper" for those who need bluetooth connections. Unfortunately, bluetooth can't be turned on. When I try to activate bluetooth after 4-5 secs returns to off state.
Have you experienced simalar problems? Have you found the root case? Do we have a solution or a workaround? Thanks!
Click to expand...
Click to collapse
I've same issue. Any solution? This ROM is very fast but this problem for my use is annoing.
I came from CM11 that i used for almost 1 month. but have many lags same day installed also that have problem with audio on calling and power on display from sleep that require many times to click twice or restart device.
Help please...
FIX thanks to CM11
Hi.
I tried files from latest CM11 build for P880. I have inserted the files into the attachment in this post.
NOTE: THIS ISN'T A FLASHABLE ZIP. EXTRACT AND COPY INTO CORRECT FOLDERS
My work now. Turn on and see devices. I don't had time to test connection but i think is working.
EDIT: I tested for 1 week and use with no problem BLUETOOTH HANDSET and FILE TRANSFER.
There are 7 files.
3 into /system/lib
3 into /system/etc/bluetooth
1 into /system/vendor/lib
I take backup of files, copy on respectively forder and restore permissions
Owner RW
Group R
Other R
I see that don't need reboot but might help
Thanks to CM11
AdrenSnyder said:
Hi.
I tried files from latest CM11 build for P880. I have inserted the files into the attachment in this post.
NOTE: THIS ISN'T A FLASHABLE ZIP. EXTRACT AND COPY INTO CORRECT FOLDERS
My work now. Turn on and see devices. I don't had time to test connection but i think is working.
EDIT: I tested for 1 week and use with no problem BLUETOOTH HANDSET and FILE TRANSFER.
There are 7 files.
3 into /system/lib
3 into /system/etc/bluetooth
1 into /system/vendor/lib
I take backup of files, copy on respectively forder and restore permissions
Owner RW
Group R
Other R
I see that don't need reboot but might help
Thanks to CM11
Click to expand...
Click to collapse
Hi,
Can you please indicate were should i upload those files?
Thanks
Cleophas said:
Hi,
Can you please indicate were should i upload those files?
Thanks
Click to expand...
Click to collapse
Hi there. If you open the zip the files are compressed with the correct path.
however:
/system/etc/bluetooth/
auto_pair_devlist.conf
bt_did.conf
bt_stack.conf
/system/lib
libbluetooth_jni.so
libbt-hci.so
libbt-utils.so
/system/vendor/lib
libbt-vendor.so
I used ROM of 10/02/2014 not the last 27/02/2014. (http://forum.xda-developers.com/showthread.php?t=2639397)
Actually use it like my daily rom with only a problem with tethering not working.
So I flashed C-Rom (a ROM similar to Carbon) and it worked mostly fine -- a few SystemUI crashes, and Play Music acted weirdly. However, I stuck with it until it randomly did a soft reboot. When the OS was back up, I noticed that the GPS ceased to function. Then it soft rebooted again. Up for 30 seconds. Soft reboot. It went on and on; my phone was unusable.
Until I flashed Carbon ROM -- as the last time I did it was featureless, but it had been updated -- to my device. I am currently loving it! Just as great as C-Rom but much more stable. However, something weird occurred. I tried to flash RenderBroken's Render Kernel later. I got the unlocked bootloader warning screen, but it just stayed there...I thought the ROM wouldn't boot, until I got the notification sounds all of the sudden. So the ROM booted, just the screen only showed the bootloader screen and wouldn't respond except to the power button. So I flashed CM11, flashed the kernel, same problem.
I got curious about this problem, and noticed that an issue that appeared with it is that when uploading Instagram photos -- they would appear as a black box, on both Carbon and CM11. So I plugged my phone into my PC, ran LogCat while trying to upload an Instagram photo:
E/ConnectivityService( 1058): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_use_userconfig: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 1058): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_delack_seg: open failed: ENOENT (No such file or directory)
The issue with GPM is that when playing downloaded music, the Play/Pause button has about a 10 second delay till the music stops or starts. I tried to run LogCat there, but my screen froze, the terminal wasn't showing anything and then my phone crashed and the terminal filled with errors -- a lot of them kernel related. (I also tried instagram on a Moto G running C-Rom, works fine).
So I believe that the problem is kernel related, even though I've flashed quite a few kernels recently so the partition "should" have been cleaned. Is there any way to debug the kernel and know for sure? Or how else can I go about looking for a solution? I'm a debugging noob, but I know my way around the Android OS for the most part. Any help would be greatly appreciated.
You don't mention doing a 'Dalvik cache' wipe in Recovery. I believe it's generally good practice to do this when changing kernels. I suggest you do a wipe and reflash current or alternative kernel. If you still have issues, post in the thread for that kernel.
Ultimately, you might have to return to stock firmware; since all custom ROMs [currently] are very much a work-in-progress and come with an assortment of bugs and quirks.
Just tried that, didn't work unfortunately ? The problem is it has worked for me before, so I need to figure out how to debug and fix it. So I'm curious is, how should I go about searching for it?
Sent from my Moto G using XDA Free mobile app
It sounds like you are running logcat on the phone itself, try doing it on PC via adb.
adb logcat -v long > logcat.txt
lost101 said:
It sounds like you are running logcat on the phone itself, try doing it on PC via adb.
adb logcat -v long > logcat.txt
Click to expand...
Click to collapse
Just did that; now what am I looking for? Because since I'm having trouble with both Instagram and getting the kernel to work, I believe they are related. So the question is how do I find the problem with Instagram? I had it only output lines with the E tag but a lot of them look like:
E/mm-camera-CORE( 506): new_ew[157]=0.813300, 0.860912, 0.809075, 0.688594, 0.837469, 0.830200, 0.790950
The file will show up in my gallery if I take it through the Instagram app, which would mean that Instagram is having trouble retrieving the file...which is what the kernel assists with, correct? I also have tried sharing to Instagram through the gallery with the same issue. So what do you think? Sounds like a kernel issue?
Hi,
I´m having a problem with the Garmin XperiaTM Edition.
It used to work, but there was a problem with my profile that it was connected to the US and EU, so they removed that settings and I had to reinstall it.
I can install the app and everything else on my phone is working, but when I start the app, then it wants to update some files and it will go into this loop: "Some files still need to be downloaded from the Internet ....."
I have talked to Garmin and they are saying this is a Google Play problem and I´m very sure it´s not.
This is what I have from the log file:
06-03 13:24:57.846 8465-8633/? E/NaviKernel: E-1: Missing data file: BaseStyless
06-03 13:24:57.849 8465-10467/? E/NaviKernelConnector: Load NK failed
com.navigon.nk.iface.NK_Factory$LackingDataException: Missing data file: BaseStyles
at com.navigon.nk.impl.Global.createInstance(ProGuard:61)
at com.navigon.nk.iface.NK_Factory.createNaviKernel(ProGuard:144)
at com.navigon.navigator_select.util.y$b.run(ProGuard:173)
I don´t see this is a Google problem.
Can anybody read something out of this?
Thanks
Lasse
hr.vigh said:
Hi,
I´m having a problem with the Garmin XperiaTM Edition.
It used to work, but there was a problem with my profile that it was connected to the US and EU, so they removed that settings and I had to reinstall it.
I can install the app and everything else on my phone is working, but when I start the app, then it wants to update some files and it will go into this loop: "Some files still need to be downloaded from the Internet ....."
I have talked to Garmin and they are saying this is a Google Play problem and I´m very sure it´s not.
This is what I have from the log file:
06-03 13:24:57.846 8465-8633/? E/NaviKernel: E-1: Missing data file: BaseStyless
06-03 13:24:57.849 8465-10467/? E/NaviKernelConnector: Load NK failed
com.navigon.nk.iface.NK_Factory$LackingDataException: Missing data file: BaseStyles
at com.navigon.nk.impl.Global.createInstance(ProGuard:61)
at com.navigon.nk.iface.NK_Factory.createNaviKernel(ProGuard:144)
at com.navigon.navigator_select.util.y$b.run(ProGuard:173)
I don´t see this is a Google problem.
Can anybody read something out of this?
Thanks
Lasse
Click to expand...
Click to collapse
I wouldn't even bother with that software. It's Navigon which is quite inferior compared to Streetpilot from Garmin. Check gpspower for solution, as long you are on lollipop still.
So I read that the honor 6 comes with IR and there does seem to be one on top of my phone.
But how do I get it to work? From what I've read it only works with the stock app, but my phone doesn't have it
I tried downloading and installing it from here:
http://forum.xda-developers.com/honor-6/themes-apps/stock-honor-6-ir-remote-controller-t3224974
The SDK installs fine but when I install the app I always get the "Parse Error - There is a problem parsing the package"
Is there anything I can do to get the IR working??
Why won't the app install?
Maybe the download got corrupted or the apk simply doesn't work (can't test right now).
https://play.google.com/store/apps/details?id=com.tiqiaa.remote
I also have this app installed and it works fine
Maybe the guy there just pulled the apk, and wouldn't be knowing about the odex file.
So that's why it maybe not working.
Try zaza remote from Play store. Works perfectly for Honor 6
RemoteController - parse error
Hi,
I have the same "parse error" while installing remotecontroller apk.
I saw one post : "Maybe the guy there just pulled the apk, and wouldn't be knowing about the odex file." but I do not understant what does that mean ...
Is there anything esle to do than "execute" the apk ?
Any help would be welcome !
Many thanks in advance.
Bruno
This link works well
I deleted mine by accident a few months ago &
Have been downloading a few but not working
Have been trying all day.. finally found this one that works:
com-huawei-android-remotecontroller-10001-15431925-46b00ab410414bb3851b7f6d29c9c97b.apk
You can also try with Mi Remote : https://play.google.com/store/apps/details?id=com.duokan.phone.remotecontroller&hl=fr
It working fine on mine
Hi!
After loosing my /efs partition due to a wrong backup overwrite i managed to recover the original IMEI by flashing stock image plus "no-verity-opt-encrypt" zip as described here. Everything works fine in stock, mobile data, wlan, bluetooth... After flashing Lineageos all looks good too, but i cannot activate bluetooth. Wlan and mobile data are ok. I also tested with clean installation of AICP Rom, same behaviour.
Any ideas how to get back working bluetooth? Logcat part with bluetooth activation attached.
Lars
Hi, here is a full logcat after fresh system start with bluetooth disabled. After startup tried to enable bluetooth. Hope someone can help me to identify the problem
Lars
Nobody with any idea? Is there any further information or logs i can provide?
Please help, its really annoying without working bluetooth connection.
Lars