Custom ROM J5 2017: unable to open libbt-vendor.s - Samsung Galaxy J5 Questions & Answers

I was able to built a lineage 10.0 for the J5 2017.
It boots and i can interact, but bluetooth, wifi and camera is broken.
I did a adb logcat and found the following:
11:52:31.750 4188 4235 I [email protected]: BluetoothHci::initialize()
11:52:31.751 4188 4235 E [email protected]: Open unable to open libbt-vendor.so (dlopen failed: library "libbt-vendor.so" not found)
I checked: libbt-vendor.so is there. But it is the 32bit version.
The kernel is a 64bit kernel.
Do i have to build lineage with a 32bit kernel?
Does anybody know how to get a 64bit version of libbt-vendor.so? (the stock rom only contains the 32bit version...)
Thanks!

jaggedN said:
I was able to built a lineage 10.0 for the J5 2017.
It boots and i can interact, but bluetooth, wifi and camera is broken.
I did a adb logcat and found the following:
11:52:31.750 4188 4235 I [email protected]: BluetoothHci::initialize()
11:52:31.751 4188 4235 E [email protected]: Open unable to open libbt-vendor.so (dlopen failed: library "libbt-vendor.so" not found)
I checked: libbt-vendor.so is there. But it is the 32bit version.
The kernel is a 64bit kernel.
Do i have to build lineage with a 32bit kernel?
Does anybody know how to get a 64bit version of libbt-vendor.so? (the stock rom only contains the 32bit version...)
Thanks!
Click to expand...
Click to collapse
Here the complete stacktrace:
05-27 23:44:30.445 3922 3964 E [email protected]: Open unable to open libbt-vendor.so (dlopen failed: library "libbt-vendor.so" not found)
05-27 23:44:30.520 3922 3964 F : [0528/104430.446104:FATAL:hci_layer_android.cc(88)] Check failed: status == Status::SUCCESS.
05-27 23:44:30.520 3922 3964 F : #00 0x000000708287fa0b /system/lib64/libchrome.so+0x00000000000b8a0b
05-27 23:44:30.520 3922 3964 F : #01 0x000000708239eee7 /system/lib64/libbluetooth.so+0x000000000026dee7
05-27 23:44:30.520 3922 3964 F : #02 0x00000070706a7fc7 /system/lib64/[email protected]+0x000000000001efc7
05-27 23:44:30.520 3922 3964 F : #03 0x000000707065a63b /system/vendor/lib64/hw/[email protected]+0x000000000000663b
05-27 23:44:30.520 3922 3964 F : #04 0x000000707069f113 /system/lib64/[email protected]+0x0000000000016113
05-27 23:44:30.520 3922 3964 F : #05 0x000000708239ed43 /system/lib64/libbluetooth.so+0x000000000026dd43
05-27 23:44:30.520 3922 3964 F : #06 0x00000070828678a3 /system/lib64/libchrome.so+0x00000000000a08a3
05-27 23:44:30.520 3922 3964 F : #07 0x000000708288749f /system/lib64/libchrome.so+0x00000000000c049f
05-27 23:44:30.520 3922 3964 F : #08 0x000000708288785b /system/lib64/libchrome.so+0x00000000000c085b
05-27 23:44:30.520 3922 3964 F : #09 0x0000007082889063 /system/lib64/libchrome.so+0x00000000000c2063
05-27 23:44:30.520 3922 3964 F : #10 0x00000070828ab32f /system/lib64/libchrome.so+0x00000000000e432f
05-27 23:44:30.520 3922 3964 F : #11 0x00000070822ceb83 /system/lib64/libbluetooth.so+0x000000000019db83
05-27 23:44:30.520 3922 3964 F : #12 0x00000070822ce92b /system/lib64/libbluetooth.so+0x000000000019d92b
05-27 23:44:30.520 3922 3964 F : #13 0x00000070822ce9c7 /system/lib64/libbluetooth.so+0x000000000019d9c7
05-27 23:44:30.520 3922 3964 F : #14 0x000000716ba3d57f /apex/com.android.runtime/lib64/bionic/libc.so+0x00000000000e357f
05-27 23:44:30.520 3922 3964 F : #15 0x000000716b9ddd1b /apex/com.android.runtime/lib64/bionic/libc.so+0x0000000000083d1b
05-27 23:44:30.520 3922 3964 F : #16 0xffffffffffffffff <unknown>
05-27 23:44:30.520 3922 3964 F :
05-27 23:44:30.520 3922 3964 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 3964 (bt_hci_thread), pid 3922 (droid.bluetooth)

I found https://stackoverflow.com/questions/27186243/use-32-bit-jni-libraries-on-64-bit-android
Found an explanation: 64-bit Android can use 32-bit native libraries as a fallback, only if System.loadlLibrary() can't find anything better in the default search path. You get an UnsatisfiedLinkError if you force the system to load the 32-bit library using System.load() with the full library path. So the first workaround is using System.loadLibrary() instead of System.load().
An additional thing that has to be taken into account is that libraries cannot be mixed: the fallback behaviour only applies for the first library your application loads. If the first one is 64-bit, no 32-bit libraries can be loaded by the same application, and vice versa
Click to expand...
Click to collapse
So does anybody know how to force
#00 0x0000007d870bba0b /system/lib64/libchrome.so+0x00000000000b8a0b
to use the 32bit lib?

Related

LePro3 don't let me play high end games

Mine le pro crashes some high end gaming apps. Tested this for "lord of the Fallen" and "Realboxing".
Here are the crash log für lotf:
http://pastebin.com/Mq86kkv4
And here are the log for Realboxing:
http://pastebin.com/ZeJFh9Z3
I hop you could help me a bit to find out why I can't play games, wich need high recources.
Chris
For LOTF I have now logged only for Errors and got this:
Code:
02-16 10:20:19.588 23449 23483 E MediaPlayer: stop called in state 1
02-16 10:20:19.589 23449 23483 E MediaPlayer: error (-38, 0)
02-16 10:20:19.589 23449 23449 E MediaPlayer: Error (-38,0)
02-16 10:20:23.179 3674 3682 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [4, 0]
02-16 10:20:24.707 23449 23535 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0xc7f80084 in tid 23535 (AudioThread 0)
02-16 10:20:24.811 629 629 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
02-16 10:20:24.812 629 629 F DEBUG : Build fingerprint: 'LeEco/ZL1_CN/le_zl1:6.0.1/WAXCNFN5801811012S/letv11011204:user/release-keys'
02-16 10:20:24.812 629 629 F DEBUG : Revision: '0'
02-16 10:20:24.812 629 629 F DEBUG : ABI: 'arm'
02-16 10:20:24.813 629 629 F DEBUG : pid: 23449, tid: 23535, name: AudioThread 0 >>> com.cigames.lotfbof <<<
02-16 10:20:24.813 629 629 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xc7f80084
02-16 10:20:24.871 629 629 F DEBUG : r0 00000014 r1 00000003 r2 f742d300 r3 c7f80000
02-16 10:20:24.871 629 629 F DEBUG : r4 c9996000 r5 00000000 r6 c52a8048 r7 c7f97280
02-16 10:20:24.871 629 629 F DEBUG : r8 f7420594 r9 f742d2f4 sl 00000001 fp ce851620
02-16 10:20:24.871 629 629 F DEBUG : ip c7f80050 sp ce851528 lr f7403f31 pc f7400a5a cpsr 20010030
02-16 10:20:24.880 629 629 F DEBUG :
02-16 10:20:24.880 629 629 F DEBUG : backtrace:
02-16 10:20:24.880 629 629 F DEBUG : #00 pc 00055a5a /system/lib/libc.so (ifree+53)
02-16 10:20:24.880 629 629 F DEBUG : #01 pc 00058f2d /system/lib/libc.so (je_free+388)
02-16 10:20:24.881 629 629 F DEBUG : #02 pc 0000e7c7 /system/lib/libutils.so (_ZNK7android7RefBase9decStrongEPKv+50)
02-16 10:20:24.881 629 629 F DEBUG : #03 pc 00009955 /system/lib/libwilhelm.so
02-16 10:20:24.881 629 629 F DEBUG : #04 pc 00014115 /system/lib/libwilhelm.so
02-16 10:20:24.881 629 629 F DEBUG : #05 pc 00019163 /system/lib/libwilhelm.so
02-16 10:20:24.881 629 629 F DEBUG : #06 pc 03c26be4 /data/app/com.cigames.lotfbof-1/lib/arm/libUE4.so (_ZN16FSLESSoundSource4StopEv+108)
02-16 10:20:24.881 629 629 F DEBUG : #07 pc 02d05804 /data/app/com.cigames.lotfbof-1/lib/arm/libUE4.so (_ZN12FAudioDevice11StopSourcesER6TArrayIP13FWaveInstance17FDefaultAllocatorEi+512)
02-16 10:20:24.881 629 629 F DEBUG : #08 pc 02d064b8 /data/app/com.cigames.lotfbof-1/lib/arm/libUE4.so (_ZN12FAudioDevice6UpdateEb+1880)
02-16 10:20:24.881 629 629 F DEBUG : #09 pc 01613d30 /data/app/com.cigames.lotfbof-1/lib/arm/libUE4.so (_ZN10TGraphTaskI18FFunctionGraphTaskE11ExecuteTaskER6TArrayIP14FBaseGraphTask17FDefaultAllocatorEN13ENamedThreads4TypeE+84)
02-16 10:20:24.881 629 629 F DEBUG : #10 pc 018f021c /data/app/com.cigames.lotfbof-1/lib/arm/libUE4.so (_ZN16FNamedTaskThread23ProcessTasksNamedThreadEib+180)
02-16 10:20:24.881 629 629 F DEBUG : #11 pc 018efae0 /data/app/com.cigames.lotfbof-1/lib/arm/libUE4.so (_ZN16FNamedTaskThread21ProcessTasksUntilQuitEi+100)
02-16 10:20:24.881 629 629 F DEBUG : #12 pc 02d10a38 /data/app/com.cigames.lotfbof-1/lib/arm/libUE4.so (_ZN12FAudioThread3RunEv+84)
02-16 10:20:24.881 629 629 F DEBUG : #13 pc 01928808 /data/app/com.cigames.lotfbof-1/lib/arm/libUE4.so (_ZN22FRunnableThreadPThread3RunEv+100)
02-16 10:20:24.881 629 629 F DEBUG : #14 pc 018f24d8 /data/app/com.cigames.lotfbof-1/lib/arm/libUE4.so (_ZN22FRunnableThreadPThread11_ThreadProcEPv+104)
02-16 10:20:24.882 629 629 F DEBUG : #15 pc 0003fa3b /system/lib/libc.so (_ZL15__pthread_startPv+30)
02-16 10:20:24.882 629 629 F DEBUG : #16 pc 00019fe5 /system/lib/libc.so (__start_thread+6)
02-16 10:20:25.483 629 629 F DEBUG :
02-16 10:20:25.483 629 629 F DEBUG : Tombstone written to: /data/tombstones/tombstone_06
02-16 10:20:25.483 629 629 E DEBUG : AM write failed: Broken pipe
02-16 10:20:25.499 3674 3682 E ANDR-PERF-RESOURCEQS: Failed to apply optimization [4, 0]
02-16 10:20:25.600 1613 1878 E InputDispatcher: channel 'f40a44d com.cigames.lotfbof/com.epicgames.ue4.GameActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
02-16 10:20:25.811 1613 3007 E libprocessgroup: failed to kill 1 processes for processgroup 23449
02-16 10:20:25.887 1613 3007 E WindowManager: Unknown window type: 1001
I specially installed Real Boxing for you and it's working fine. I also played in HOMM3 HD. Every app worked yet. Try to reinstall, then take it full permissions and turn on it.
I tried already and homm 3 Just run smooth and fine.
Maybe its a Problem with my Software.
Wicht Rom you have?
I am on eui 5.8 18s
I have 5.9.020s with x720.
Hm, I should Update soon
But I cant ota Update, due to root.
Have you unlocked the bootloader? And inatalled twrp?
No, full stock
There are some SElinux error in your log , and this error won't be fixed in bootimage . what a pity.
Soo nie i flashed 5.9 to my device and the game works Well, now i have flashed supersu and xposed and it is crashing again
Further more i Got werid random touches when i slide in my Screen after the Update?
Andy clues?
entchen66 said:
Soo nie i flashed 5.9 to my device and the game works Well, now i have flashed supersu and xposed and it is crashing again
Further more i Got werid random touches when i slide in my Screen after the Update?
Andy clues?
Click to expand...
Click to collapse
It's probably because of exposed uninstall it, it's not supported.:good:
But with you have so much adventages

[ROM][9.0.0_r1][UNOFFICIAL] CarbonBeta | cr-7.0 [ported] [riva]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
CarbonROM is an aftermarket firmware based on the Android Open Source Project. We are dedicated to fast, stable, and feature-filled roms, honesty and communication with our users, and openness with our code. We like frequent builds, with the very latest and greatest hardware support and fixes. We strive to not only provide you with the best rom we can build, but also to give back to the Android community and our fellow developers. For us, this is about creating something we can be proud of and hope you will enjoy.
Notice: This is a early build of Carbon. The features shown will very likely be changed/altered/moved in the release version. We're still working on it.
What's working :
Boots
RIL (Calls, SMS, Data)
Wi-Fi
Bluetooth
Camera
Camcorder
Video Playback
Audio
Sensors
Flash
LED
GPS
Volte
Known issues:
IR Blaster
Hardware encryption
For mtp go to developer option and set default usb configuration to file transfer.
Instructions :
Download Rom , Treble-Enabler , Fixes , Gapps
Reboot To Recovery
Wipe System, Data , Davik , Cache , Vendor
Flash Treble Enabler , Flash Carbon Rom zip (No Need To Extract , It Is Flashable)
Flash SgsiFix 1 , 2 3
Flash LagFix
Flash gapps
Reboot To System
After Booting , Reboot To Recovery
Flash VolteFix (Only If You Are Volte User)
Flash bt fix to prevent setting reset after each reboot
Reboot
Downloads:
Rom : Carbon Rom
TrebleEnabler : Download
Fixes : Download
FrontCamfix : Download
Gapps : Download
XDAevDB Information
CarbonROM, ROM for the Xiaomi Redmi 5A
contributors
sunnyraj84348 , riteshsaxena , tr
Thanks To Erfan For His Amazing Work On Android P gsi
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.x
Version Information
Status: Stable
Stable Release Date: 2018-08-17
Created 2018-08-17
Last Updated 2018-08-17
great ,i try later
---------- Post added at 01:51 AM ---------- Previous post was at 01:48 AM ----------
Fixes : can't download,need login ,plz fix this file url,3q
---------- Post added at 01:59 AM ---------- Previous post was at 01:51 AM ----------
Fixes file,can't download, please fix download url, thank you
Thanks for the info , link fixed now
Bro, Android Pie! Amazing!I will try it later. Thanks your work!
---------- Post added at 04:48 AM ---------- Previous post was at 04:29 AM ----------
Please help, when i flash the carbon zip, it says "Zip treble compatibility error1"
Which recovery should we use?I use PitchBlack supporting vendor.
sunnyraj84348 said:
Thanks for the info , link fixed now
Click to expand...
Click to collapse
which recovery support , SgsiFix error,no vender
bunnyblue said:
great ,i try later
---------- Post added at 01:51 AM ---------- Previous post was at 01:48 AM ----------
Fixes : can't download,need login ,plz fix this file url,3q
---------- Post added at 01:59 AM ---------- Previous post was at 01:51 AM ----------
Fixes file,can't download, please fix download url, thank you
Click to expand...
Click to collapse
bunnyblue said:
which recovery support , SgsiFix error,no vender
Click to expand...
Click to collapse
Flash Dragon TWRP , HERE https://androidfilehost.com/?fid=746163614322265552
TWRP vendor 3.1.1 work no sir ?
Thanks pru sar
Ayata Naoi said:
TWRP vendor 3.1.1 work no sir ?
Click to expand...
Click to collapse
Dragon twrp recommended
LordShenron said:
Thanks pru sar
Click to expand...
Click to collapse
Thanks for testing sur
Thanks for the update.
Allover looks stable, just missing the google contact sync to use t as a daily driver. Other tweaks, I believe will be done to make it more user-friendly.
Some annoying things:
1. unable to disable navigation bar
2. No google contact syn
Any suggestions?
amitgsir said:
Thanks for the update.
1. unable to disable navigation bar
2. No google contact syn
Any suggestions?
Click to expand...
Click to collapse
1. to disable navigation bar try init.qcom.zip attached to this message. Unzip & copy with replace into vendor/bin/
2. gapps are installed?
I will try the patch for navi bar.
I installed mentioned gap in post... I can use play store etc...but contacts are not sync
@sunnyraj84348 sir u have done brilliant job ,I have tested your ROM , working good ,
And this is my experience on using it,
1) contact is not sync
2) trying face unlock but its always showing camera isn't available , I have installed gcam and trying to make it default, unable to do that
3)battery drains fast compare to Oreo
4)a little audio distortion
5)every time I restart ,its always ask to set default sim
I have already installed your fix
Otherthan this rom is smoother than Oreo
Transition effect are good ,looking at status bar feels good ,gaming experience in pubg is wonderful, and yes in asphalt 9 too ..
You have done a great job ,thank u @sunnyraj84348
can't boot system, alway Waiting for service sensorservice
here is log:
01-11 02:55:00.619 2275 2275 F keystore: keystore_main.cpp:71] Check failed: device Failed to get service for "[email protected]::IKeymasterDevice" with interface name "default"
01-11 02:55:00.619 2275 2275 F libc : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 2275 (keystore), pid 2275 (keystore)
01-11 02:55:00.643 2282 2282 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-11 02:55:00.643 649 649 I /system/bin/tombstoned: received crash request for pid 2275
01-11 02:55:00.644 2282 2282 I crash_dump64: performing dump of process 2275 (target tid = 2275)
01-11 02:55:00.646 2282 2282 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-11 02:55:00.647 2282 2282 F DEBUG : LineageOS Version: 'unknown'
01-11 02:55:00.647 2282 2282 F DEBUG : Build fingerprint: 'Xiaomi/land/land:6.0.1/MMB29M/V9.5.8.0.MALMIFD:user/release-keys'
01-11 02:55:00.647 2282 2282 F DEBUG : Revision: '0'
01-11 02:55:00.647 2282 2282 F DEBUG : ABI: 'arm64'
01-11 02:55:00.647 2282 2282 F DEBUG : pid: 2275, tid: 2275, name: keystore >>> /system/bin/keystore <<<
01-11 02:55:00.647 2282 2282 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-11 02:55:00.647 2282 2282 F DEBUG : Abort message: 'keystore_main.cpp:71] Check failed: device Failed to get service for "[email protected]::IKeymasterDevice" with interface name "default"'
01-11 02:55:00.647 2282 2282 F DEBUG : x0 0000000000000000 x1 00000000000008e3 x2 0000000000000006 x3 0000000000000008
01-11 02:55:00.647 2282 2282 F DEBUG : x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 7f7f7f7f7f7f7f7f
01-11 02:55:00.647 2282 2282 F DEBUG : x8 0000000000000083 x9 0000007d166ba7e0 x10 fffffff87fffffdf x11 0000000000000001
01-11 02:55:00.647 2282 2282 F DEBUG : x12 0000000000000000 x13 ffffffffffffffff x14 ff00000000000000 x15 ffffffffffffffff
01-11 02:55:00.647 2282 2282 F DEBUG : x16 0000007d166f32c8 x17 0000007d16631288 x18 0000000000000000 x19 00000000000008e3
01-11 02:55:00.647 2282 2282 F DEBUG : x20 00000000000008e3 x21 0000000000000083 x22 0000007d16ca3aec x23 0000007c94e46140
01-11 02:55:00.647 2282 2282 F DEBUG : x24 0000007d172b95e0 x25 0000007d172b95e0 x26 0000000000000000 x27 0000007d172b95e0
01-11 02:55:00.647 2282 2282 F DEBUG : x28 0000007d15935050 x29 0000007ff2c888f0
01-11 02:55:00.647 2282 2282 F DEBUG : sp 0000007ff2c888b0 lr 0000007d16625a90 pc 0000007d16625abc
01-11 02:55:00.656 2282 2282 F DEBUG :
01-11 02:55:00.656 2282 2282 F DEBUG : backtrace:
01-11 02:55:00.656 2282 2282 F DEBUG : #00 pc 0000000000021abc /system/lib64/libc.so (abort+124)
01-11 02:55:00.656 2282 2282 F DEBUG : #01 pc 00000000000081d4 /system/lib64/libbase.so (android::base:efaultAborter(char const*)+12)
01-11 02:55:00.656 2282 2282 F DEBUG : #02 pc 0000000000008d2c /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+724)
01-11 02:55:00.656 2282 2282 F DEBUG : #03 pc 0000000000045320 /system/bin/keystore (_ZZZ25enumerateKeymasterDevicesIN7android8hardware9keymaster4V4_07support10Keymaster3EEN8keystore16KeymasterDevicesEPNS0_4hidl7manager4V1_115IServiceManagerEENKUlRKNS1_8hidl_vecINS1_11hidl_stringEEEE_clESH_ENKUlRKT_bE_clISE_EEDaSL_b+1568)
01-11 02:55:00.656 2282 2282 F DEBUG : #04 pc 0000000000044c8c /system/bin/keystore (_ZNSt3__110__function6__funcIZ25enumerateKeymasterDevicesIN7android8hardware9keymaster4V4_07support10Keymaster3EEN8keystore16KeymasterDevicesEPNS3_4hidl7manager4V1_115IServiceManagerEEUlRKNS4_8hidl_vecINS4_11hidl_stringEEEE_NS_9allocatorISL_EEFvSK_EEclESK_+84)
01-11 02:55:00.656 2282 2282 F DEBUG : #05 pc 000000000003e444 /system/lib64/libhidltransport.so (android::hidl::manager::V1_0::BpHwServiceManager::_hidl_listByInterface(android::hardware::IInterface*, android::hardware::details::HidlInstrumentor*, android::hardware::hidl_string const&, std::__1::function<void (android::hardware::hidl_vec<android::hardware::hidl_string> const&)>)+764)
01-11 02:55:00.656 2282 2282 F DEBUG : #06 pc 000000000003fb34 /system/lib64/libhidltransport.so (android::hidl::manager::V1_0::BpHwServiceManager::listByInterface(android::hardware::hidl_string const&, std::__1::function<void (android::hardware::hidl_vec<android::hardware::hidl_string> const&)>)+148)
01-11 02:55:00.656 2282 2282 F DEBUG : #07 pc 0000000000044600 /system/bin/keystore (keystore::KeymasterDevices enumerateKeymasterDevices<android::hardware::keymaster::V4_0::support::Keymaster3>(android::hardware::hidl::manager::V1_1::IServiceManager*) [clone .cfi]+152)
01-11 02:55:00.657 2282 2282 F DEBUG : #08 pc 0000000000043f60 /system/bin/keystore (initializeKeymasters() [clone .cfi]+232)
01-11 02:55:00.657 2282 2282 F DEBUG : #09 pc 0000000000048d94 /system/bin/keystore (main.cfi+92)
01-11 02:55:00.657 2282 2282 F DEBUG : #10 pc 00000000000ae640 /system/lib64/libc.so (__libc_init+88)
01-11 02:55:00.690 2282 2282 E crash_dump64: unable to connect to activity manager: No such file or directory
01-11 02:55:00.690 649 649 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_29
01-11 02:55:00.696 637 1036 I ServiceManager: Waiting for service sensorservice...
01-11 02:55:00.799 2276 2276 I mediaserver: ServiceManager: 0xe961c1c0
01-11 02:55:00.800 2276 2276 W BatteryNotifier: batterystats service unavailable!
01-11 02:55:01.684 637 1138 I ServiceManager: Waiting for service sensorservice...
01-11 02:55:01.698 637 1036 I ServiceManager: Waiting for service sensorservice...
---------- Post added at 08:02 AM ---------- Previous post was at 08:01 AM ----------
i flash it ,but system can't boot
Waiting for service sensorservice
Log:
01-11 02:55:00.619 2275 2275 F keystore: keystore_main.cpp:71] Check failed: device Failed to get service for "[email protected]::IKeymasterDevice" with interface name "default"
01-11 02:55:00.619 2275 2275 F libc : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 2275 (keystore), pid 2275 (keystore)
01-11 02:55:00.643 2282 2282 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-11 02:55:00.643 649 649 I /system/bin/tombstoned: received crash request for pid 2275
01-11 02:55:00.644 2282 2282 I crash_dump64: performing dump of process 2275 (target tid = 2275)
01-11 02:55:00.646 2282 2282 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-11 02:55:00.647 2282 2282 F DEBUG : LineageOS Version: 'unknown'
01-11 02:55:00.647 2282 2282 F DEBUG : Build fingerprint: 'Xiaomi/land/land:6.0.1/MMB29M/V9.5.8.0.MALMIFD:user/release-keys'
01-11 02:55:00.647 2282 2282 F DEBUG : Revision: '0'
01-11 02:55:00.647 2282 2282 F DEBUG : ABI: 'arm64'
01-11 02:55:00.647 2282 2282 F DEBUG : pid: 2275, tid: 2275, name: keystore >>> /system/bin/keystore <<<
01-11 02:55:00.647 2282 2282 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-11 02:55:00.647 2282 2282 F DEBUG : Abort message: 'keystore_main.cpp:71] Check failed: device Failed to get service for "[email protected]::IKeymasterDevice" with interface name "default"'
01-11 02:55:00.647 2282 2282 F DEBUG : x0 0000000000000000 x1 00000000000008e3 x2 0000000000000006 x3 0000000000000008
01-11 02:55:00.647 2282 2282 F DEBUG : x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 7f7f7f7f7f7f7f7f
01-11 02:55:00.647 2282 2282 F DEBUG : x8 0000000000000083 x9 0000007d166ba7e0 x10 fffffff87fffffdf x11 0000000000000001
01-11 02:55:00.647 2282 2282 F DEBUG : x12 0000000000000000 x13 ffffffffffffffff x14 ff00000000000000 x15 ffffffffffffffff
01-11 02:55:00.647 2282 2282 F DEBUG : x16 0000007d166f32c8 x17 0000007d16631288 x18 0000000000000000 x19 00000000000008e3
01-11 02:55:00.647 2282 2282 F DEBUG : x20 00000000000008e3 x21 0000000000000083 x22 0000007d16ca3aec x23 0000007c94e46140
01-11 02:55:00.647 2282 2282 F DEBUG : x24 0000007d172b95e0 x25 0000007d172b95e0 x26 0000000000000000 x27 0000007d172b95e0
01-11 02:55:00.647 2282 2282 F DEBUG : x28 0000007d15935050 x29 0000007ff2c888f0
01-11 02:55:00.647 2282 2282 F DEBUG : sp 0000007ff2c888b0 lr 0000007d16625a90 pc 0000007d16625abc
01-11 02:55:00.656 2282 2282 F DEBUG :
01-11 02:55:00.656 2282 2282 F DEBUG : backtrace:
01-11 02:55:00.656 2282 2282 F DEBUG : #00 pc 0000000000021abc /system/lib64/libc.so (abort+124)
01-11 02:55:00.656 2282 2282 F DEBUG : #01 pc 00000000000081d4 /system/lib64/libbase.so (android::base:efaultAborter(char const*)+12)
01-11 02:55:00.656 2282 2282 F DEBUG : #02 pc 0000000000008d2c /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+724)
01-11 02:55:00.656 2282 2282 F DEBUG : #03 pc 0000000000045320 /system/bin/keystore (_ZZZ25enumerateKeymasterDevicesIN7android8hardware9keymaster4V4_07support10Keymaster3EEN8keystore16KeymasterDevicesEPNS0_4hidl7manager4V1_115IServiceManagerEENKUlRKNS1_8hidl_vecINS1_11hidl_stringEEEE_clESH_ENKUlRKT_bE_clISE_EEDaSL_b+1568)
01-11 02:55:00.656 2282 2282 F DEBUG : #04 pc 0000000000044c8c /system/bin/keystore (_ZNSt3__110__function6__funcIZ25enumerateKeymasterDevicesIN7android8hardware9keymaster4V4_07support10Keymaster3EEN8keystore16KeymasterDevicesEPNS3_4hidl7manager4V1_115IServiceManagerEEUlRKNS4_8hidl_vecINS4_11hidl_stringEEEE_NS_9allocatorISL_EEFvSK_EEclESK_+84)
01-11 02:55:00.656 2282 2282 F DEBUG : #05 pc 000000000003e444 /system/lib64/libhidltransport.so (android::hidl::manager::V1_0::BpHwServiceManager::_hidl_listByInterface(android::hardware::IInterface*, android::hardware::details::HidlInstrumentor*, android::hardware::hidl_string const&, std::__1::function<void (android::hardware::hidl_vec<android::hardware::hidl_string> const&)>)+764)
01-11 02:55:00.656 2282 2282 F DEBUG : #06 pc 000000000003fb34 /system/lib64/libhidltransport.so (android::hidl::manager::V1_0::BpHwServiceManager::listByInterface(android::hardware::hidl_string const&, std::__1::function<void (android::hardware::hidl_vec<android::hardware::hidl_string> const&)>)+148)
01-11 02:55:00.656 2282 2282 F DEBUG : #07 pc 0000000000044600 /system/bin/keystore (keystore::KeymasterDevices enumerateKeymasterDevices<android::hardware::keymaster::V4_0::support::Keymaster3>(android::hardware::hidl::manager::V1_1::IServiceManager*) [clone .cfi]+152)
01-11 02:55:00.657 2282 2282 F DEBUG : #08 pc 0000000000043f60 /system/bin/keystore (initializeKeymasters() [clone .cfi]+232)
01-11 02:55:00.657 2282 2282 F DEBUG : #09 pc 0000000000048d94 /system/bin/keystore (main.cfi+92)
01-11 02:55:00.657 2282 2282 F DEBUG : #10 pc 00000000000ae640 /system/lib64/libc.so (__libc_init+88)
01-11 02:55:00.690 2282 2282 E crash_dump64: unable to connect to activity manager: No such file or directory
01-11 02:55:00.690 649 649 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_29
01-11 02:55:00.696 637 1036 I ServiceManager: Waiting for service sensorservice...
01-11 02:55:00.799 2276 2276 I mediaserver: ServiceManager: 0xe961c1c0
01-11 02:55:00.800 2276 2276 W BatteryNotifier: batterystats service unavailable!
01-11 02:55:01.684 637 1138 I ServiceManager: Waiting for service sensorservice...
01-11 02:55:01.698 637 1036 I ServiceManager: Waiting for service sensorservice...
anri_dedis said:
1. to disable navigation bar try init.qcom.zip attached to this message. Unzip & copy with replace into vendor/bin/
2. gapps are installed?
Click to expand...
Click to collapse
Which magisk version we can use to root the device?
bunnyblue said:
can't boot system, alway Waiting for service sensorservice
here is log:
01-11 02:55:00.619 2275 2275 F keystore: keystore_main.cpp:71] Check failed: device Failed to get service for "[email protected]::IKeymasterDevice" with interface name "default"
01-11 02:55:00.619 2275 2275 F libc : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 2275 (keystore), pid 2275 (keystore)
01-11 02:55:00.643 2282 2282 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-11 02:55:00.643 649 649 I /system/bin/tombstoned: received crash request for pid 2275
01-11 02:55:00.644 2282 2282 I crash_dump64: performing dump of process 2275 (target tid = 2275)
01-11 02:55:00.646 2282 2282 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-11 02:55:00.647 2282 2282 F DEBUG : LineageOS Version: 'unknown'
01-11 02:55:00.647 2282 2282 F DEBUG : Build fingerprint: 'Xiaomi/land/land:6.0.1/MMB29M/V9.5.8.0.MALMIFD:user/release-keys'
01-11 02:55:00.647 2282 2282 F DEBUG : Revision: '0'
01-11 02:55:00.647 2282 2282 F DEBUG : ABI: 'arm64'
01-11 02:55:00.647 2282 2282 F DEBUG : pid: 2275, tid: 2275, name: keystore >>> /system/bin/keystore <<<
01-11 02:55:00.647 2282 2282 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-11 02:55:00.647 2282 2282 F DEBUG : Abort message: 'keystore_main.cpp:71] Check failed: device Failed to get service for "[email protected]::IKeymasterDevice" with interface name "default"'
01-11 02:55:00.647 2282 2282 F DEBUG : x0 0000000000000000 x1 00000000000008e3 x2 0000000000000006 x3 0000000000000008
01-11 02:55:00.647 2282 2282 F DEBUG : x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 7f7f7f7f7f7f7f7f
01-11 02:55:00.647 2282 2282 F DEBUG : x8 0000000000000083 x9 0000007d166ba7e0 x10 fffffff87fffffdf x11 0000000000000001
01-11 02:55:00.647 2282 2282 F DEBUG : x12 0000000000000000 x13 ffffffffffffffff x14 ff00000000000000 x15 ffffffffffffffff
01-11 02:55:00.647 2282 2282 F DEBUG : x16 0000007d166f32c8 x17 0000007d16631288 x18 0000000000000000 x19 00000000000008e3
01-11 02:55:00.647 2282 2282 F DEBUG : x20 00000000000008e3 x21 0000000000000083 x22 0000007d16ca3aec x23 0000007c94e46140
01-11 02:55:00.647 2282 2282 F DEBUG : x24 0000007d172b95e0 x25 0000007d172b95e0 x26 0000000000000000 x27 0000007d172b95e0
01-11 02:55:00.647 2282 2282 F DEBUG : x28 0000007d15935050 x29 0000007ff2c888f0
01-11 02:55:00.647 2282 2282 F DEBUG : sp 0000007ff2c888b0 lr 0000007d16625a90 pc 0000007d16625abc
01-11 02:55:00.656 2282 2282 F DEBUG :
01-11 02:55:00.656 2282 2282 F DEBUG : backtrace:
01-11 02:55:00.656 2282 2282 F DEBUG : #00 pc 0000000000021abc /system/lib64/libc.so (abort+124)
01-11 02:55:00.656 2282 2282 F DEBUG : #01 pc 00000000000081d4 /system/lib64/libbase.so (android::base:efaultAborter(char const*)+12)
01-11 02:55:00.656 2282 2282 F DEBUG : #02 pc 0000000000008d2c /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+724)
01-11 02:55:00.656 2282 2282 F DEBUG : #03 pc 0000000000045320 /system/bin/keystore (_ZZZ25enumerateKeymasterDevicesIN7android8hardware9keymaster4V4_07support10Keymaster3EEN8keystore16KeymasterDevicesEPNS0_4hidl7manager4V1_115IServiceManagerEENKUlRKNS1_8hidl_vecINS1_11hidl_stringEEEE_clESH_ENKUlRKT_bE_clISE_EEDaSL_b+1568)
01-11 02:55:00.656 2282 2282 F DEBUG : #04 pc 0000000000044c8c /system/bin/keystore (_ZNSt3__110__function6__funcIZ25enumerateKeymasterDevicesIN7android8hardware9keymaster4V4_07support10Keymaster3EEN8keystore16KeymasterDevicesEPNS3_4hidl7manager4V1_115IServiceManagerEEUlRKNS4_8hidl_vecINS4_11hidl_stringEEEE_NS_9allocatorISL_EEFvSK_EEclESK_+84)
01-11 02:55:00.656 2282 2282 F DEBUG : #05 pc 000000000003e444 /system/lib64/libhidltransport.so (android::hidl::manager::V1_0::BpHwServiceManager::_hidl_listByInterface(android::hardware::IInterface*, android::hardware::details::HidlInstrumentor*, android::hardware::hidl_string const&, std::__1::function<void (android::hardware::hidl_vec<android::hardware::hidl_string> const&)>)+764)
01-11 02:55:00.656 2282 2282 F DEBUG : #06 pc 000000000003fb34 /system/lib64/libhidltransport.so (android::hidl::manager::V1_0::BpHwServiceManager::listByInterface(android::hardware::hidl_string const&, std::__1::function<void (android::hardware::hidl_vec<android::hardware::hidl_string> const&)>)+148)
01-11 02:55:00.656 2282 2282 F DEBUG : #07 pc 0000000000044600 /system/bin/keystore (keystore::KeymasterDevices enumerateKeymasterDevices<android::hardware::keymaster::V4_0::support::Keymaster3>(android::hardware::hidl::manager::V1_1::IServiceManager*) [clone .cfi]+152)
01-11 02:55:00.657 2282 2282 F DEBUG : #08 pc 0000000000043f60 /system/bin/keystore (initializeKeymasters() [clone .cfi]+232)
01-11 02:55:00.657 2282 2282 F DEBUG : #09 pc 0000000000048d94 /system/bin/keystore (main.cfi+92)
01-11 02:55:00.657 2282 2282 F DEBUG : #10 pc 00000000000ae640 /system/lib64/libc.so (__libc_init+88)
01-11 02:55:00.690 2282 2282 E crash_dump64: unable to connect to activity manager: No such file or directory
01-11 02:55:00.690 649 649 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_29
01-11 02:55:00.696 637 1036 I ServiceManager: Waiting for service sensorservice...
01-11 02:55:00.799 2276 2276 I mediaserver: ServiceManager: 0xe961c1c0
01-11 02:55:00.800 2276 2276 W BatteryNotifier: batterystats service unavailable!
01-11 02:55:01.684 637 1138 I ServiceManager: Waiting for service sensorservice...
01-11 02:55:01.698 637 1036 I ServiceManager: Waiting for service sensorservice...
---------- Post added at 08:02 AM ---------- Previous post was at 08:01 AM ----------
i flash it ,but system can't boot
Waiting for service sensorservice
Log:
01-11 02:55:00.619 2275 2275 F keystore: keystore_main.cpp:71] Check failed: device Failed to get service for "[email protected]::IKeymasterDevice" with interface name "default"
01-11 02:55:00.619 2275 2275 F libc : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 2275 (keystore), pid 2275 (keystore)
01-11 02:55:00.643 2282 2282 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-11 02:55:00.643 649 649 I /system/bin/tombstoned: received crash request for pid 2275
01-11 02:55:00.644 2282 2282 I crash_dump64: performing dump of process 2275 (target tid = 2275)
01-11 02:55:00.646 2282 2282 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-11 02:55:00.647 2282 2282 F DEBUG : LineageOS Version: 'unknown'
01-11 02:55:00.647 2282 2282 F DEBUG : Build fingerprint: 'Xiaomi/land/land:6.0.1/MMB29M/V9.5.8.0.MALMIFD:user/release-keys'
01-11 02:55:00.647 2282 2282 F DEBUG : Revision: '0'
01-11 02:55:00.647 2282 2282 F DEBUG : ABI: 'arm64'
01-11 02:55:00.647 2282 2282 F DEBUG : pid: 2275, tid: 2275, name: keystore >>> /system/bin/keystore <<<
01-11 02:55:00.647 2282 2282 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-11 02:55:00.647 2282 2282 F DEBUG : Abort message: 'keystore_main.cpp:71] Check failed: device Failed to get service for "[email protected]::IKeymasterDevice" with interface name "default"'
01-11 02:55:00.647 2282 2282 F DEBUG : x0 0000000000000000 x1 00000000000008e3 x2 0000000000000006 x3 0000000000000008
01-11 02:55:00.647 2282 2282 F DEBUG : x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 7f7f7f7f7f7f7f7f
01-11 02:55:00.647 2282 2282 F DEBUG : x8 0000000000000083 x9 0000007d166ba7e0 x10 fffffff87fffffdf x11 0000000000000001
01-11 02:55:00.647 2282 2282 F DEBUG : x12 0000000000000000 x13 ffffffffffffffff x14 ff00000000000000 x15 ffffffffffffffff
01-11 02:55:00.647 2282 2282 F DEBUG : x16 0000007d166f32c8 x17 0000007d16631288 x18 0000000000000000 x19 00000000000008e3
01-11 02:55:00.647 2282 2282 F DEBUG : x20 00000000000008e3 x21 0000000000000083 x22 0000007d16ca3aec x23 0000007c94e46140
01-11 02:55:00.647 2282 2282 F DEBUG : x24 0000007d172b95e0 x25 0000007d172b95e0 x26 0000000000000000 x27 0000007d172b95e0
01-11 02:55:00.647 2282 2282 F DEBUG : x28 0000007d15935050 x29 0000007ff2c888f0
01-11 02:55:00.647 2282 2282 F DEBUG : sp 0000007ff2c888b0 lr 0000007d16625a90 pc 0000007d16625abc
01-11 02:55:00.656 2282 2282 F DEBUG :
01-11 02:55:00.656 2282 2282 F DEBUG : backtrace:
01-11 02:55:00.656 2282 2282 F DEBUG : #00 pc 0000000000021abc /system/lib64/libc.so (abort+124)
01-11 02:55:00.656 2282 2282 F DEBUG : #01 pc 00000000000081d4 /system/lib64/libbase.so (android::base:efaultAborter(char const*)+12)
01-11 02:55:00.656 2282 2282 F DEBUG : #02 pc 0000000000008d2c /system/lib64/libbase.so (android::base::LogMessage::~LogMessage()+724)
01-11 02:55:00.656 2282 2282 F DEBUG : #03 pc 0000000000045320 /system/bin/keystore (_ZZZ25enumerateKeymasterDevicesIN7android8hardware9keymaster4V4_07support10Keymaster3EEN8keystore16KeymasterDevicesEPNS0_4hidl7manager4V1_115IServiceManagerEENKUlRKNS1_8hidl_vecINS1_11hidl_stringEEEE_clESH_ENKUlRKT_bE_clISE_EEDaSL_b+1568)
01-11 02:55:00.656 2282 2282 F DEBUG : #04 pc 0000000000044c8c /system/bin/keystore (_ZNSt3__110__function6__funcIZ25enumerateKeymasterDevicesIN7android8hardware9keymaster4V4_07support10Keymaster3EEN8keystore16KeymasterDevicesEPNS3_4hidl7manager4V1_115IServiceManagerEEUlRKNS4_8hidl_vecINS4_11hidl_stringEEEE_NS_9allocatorISL_EEFvSK_EEclESK_+84)
01-11 02:55:00.656 2282 2282 F DEBUG : #05 pc 000000000003e444 /system/lib64/libhidltransport.so (android::hidl::manager::V1_0::BpHwServiceManager::_hidl_listByInterface(android::hardware::IInterface*, android::hardware::details::HidlInstrumentor*, android::hardware::hidl_string const&, std::__1::function<void (android::hardware::hidl_vec<android::hardware::hidl_string> const&)>)+764)
01-11 02:55:00.656 2282 2282 F DEBUG : #06 pc 000000000003fb34 /system/lib64/libhidltransport.so (android::hidl::manager::V1_0::BpHwServiceManager::listByInterface(android::hardware::hidl_string const&, std::__1::function<void (android::hardware::hidl_vec<android::hardware::hidl_string> const&)>)+148)
01-11 02:55:00.656 2282 2282 F DEBUG : #07 pc 0000000000044600 /system/bin/keystore (keystore::KeymasterDevices enumerateKeymasterDevices<android::hardware::keymaster::V4_0::support::Keymaster3>(android::hardware::hidl::manager::V1_1::IServiceManager*) [clone .cfi]+152)
01-11 02:55:00.657 2282 2282 F DEBUG : #08 pc 0000000000043f60 /system/bin/keystore (initializeKeymasters() [clone .cfi]+232)
01-11 02:55:00.657 2282 2282 F DEBUG : #09 pc 0000000000048d94 /system/bin/keystore (main.cfi+92)
01-11 02:55:00.657 2282 2282 F DEBUG : #10 pc 00000000000ae640 /system/lib64/libc.so (__libc_init+88)
01-11 02:55:00.690 2282 2282 E crash_dump64: unable to connect to activity manager: No such file or directory
01-11 02:55:00.690 649 649 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_29
01-11 02:55:00.696 637 1036 I ServiceManager: Waiting for service sensorservice...
01-11 02:55:00.799 2276 2276 I mediaserver: ServiceManager: 0xe961c1c0
01-11 02:55:00.800 2276 2276 W BatteryNotifier: batterystats service unavailable!
01-11 02:55:01.684 637 1138 I ServiceManager: Waiting for service sensorservice...
01-11 02:55:01.698 637 1036 I ServiceManager: Waiting for service sensorservice...
Click to expand...
Click to collapse
Flash all fix correctly as specified in post , you missing something surely
Sandeepmohanty210 said:
@sunnyraj84348 sir u have done brilliant job ,I have tested your ROM , working good ,
And this is my experience on using it,
1) contact is not sync
2) trying face unlock but its always showing camera isn't available , I have installed gcam and trying to make it default, unable to do that
3)battery drains fast compare to Oreo
4)a little audio distortion
5)every time I restart ,its always ask to set default sim
I have already installed your fix
Otherthan this rom is smoother than Oreo
Transition effect are good ,looking at status bar feels good ,gaming experience in pubg is wonderful, and yes in asphalt 9 too ..
You have done a great job ,thank u @sunnyraj84348
Click to expand...
Click to collapse
Flash gapps just after flashing rom means don't flash after reboot to prevent sync issue
I will update cam issue soon
Yes , carbon draining too fast , I also experienced
Flash distortion fix - https://drive.google.com/file/d/1MGmmecinVZQL3b8dSSm5ISzy4ZBK23By/view?usp=drivesdk
Yes it ask , because to get volte work
thanks for specifying all issues
anri_dedis said:
1. to disable navigation bar try init.qcom.zip attached to this message. Unzip & copy with replace into vendor/bin/
2. gapps are installed?
Click to expand...
Click to collapse
I tried below gapps.
Now google sync looks good.
https://doc-0c-0s-docs.googleuserco.../1c-jBuJm1_p3UfvDc58isx8zS6yZopPsc?e=download
Any screenshot dev?
Really appreciate your job :good:

Can't connect to Camera

Hello guys i have redmi note 7
I can't use both of my camera when i try i got error "can't connect to camera" i try following steps:
1.Clear camera app cache
2.Install other camera apps
3.Change Rom
4.Update FW
5.Try flash camera fix file
6.Hard resset device
7.Flash orginall rom
and camera still isn't working and i have no idea what i can do to fix it
Fastboot stock miui.
U use a custom kernel?
joke19 said:
Fastboot stock miui.
U use a custom kernel?
Click to expand...
Click to collapse
I didn't use custom kernel
after boot stock miui still got error
Hm i remembered that camera can stop work after i use magisk plugin
After i again flash stock rom i find a way to run front camera i must run qr scaner
After I flashed Derpfest and crDroid, i'm able to take photos but not video. I posted in the derpfest thread and have my logcat in there obviously showing problems with the camera. Now i'm not sure if this is a hardware or software issue. Also, seems to correlate with sensors as auto roate doesn't work either as there are numerous errors with sensors and camera and also a gpu error. I'm trying to track this down but i'm overwhelmed and wouldn't mind if I had some help with this. Anyone having issues should post their dmesg and logcats and either attach the text to their reply or use pastebin service so we can see if we have the same errors and maybe someone can make some sense out of it for us.
---------- Post added at 03:03 AM ---------- Previous post was at 03:01 AM ----------
Code:
F/libc (15563): Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 19273 (CAM_AECAWB), pid 15563 ([email protected])
F/DEBUG (19380): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
F/DEBUG (19380): Build fingerprint: 'google/coral/coral:10/QQ1B.191205.011/5974828:user/release-keys'
F/DEBUG (19380): Revision: '0'
F/DEBUG (19380): ABI: 'arm'
F/DEBUG (19380): Timestamp: 2020-01-12 06:48:57-0600
F/DEBUG (19380): pid: 15563, tid: 19273, name: CAM_AECAWB >>> /vendor/bin/hw/[email protected] <<<
F/DEBUG (19380): uid: 1047
F/DEBUG (19380): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
F/DEBUG (19380): Cause: null pointer dereference
F/DEBUG (19380): r0 00000000 r1 00000000 r2 e8d69fbb r3 e8d69e05
F/DEBUG (19380): r4 e5df00d0 r5 e6f03220 r6 e6f07960 r7 e6f3b160
F/DEBUG (19380): r8 e6eff288 r9 dd1bcab8 r10 ddbd40ac r11 e5df00c4
F/DEBUG (19380): ip 00000000 sp dd1bca80 lr e8d6a1ed pc e5d65c42
F/DEBUG (19380):
F/DEBUG (19380): backtrace:
F/DEBUG (19380): #00 pc 0000dc42 /vendor/lib/libmmcamera2_stats_modules.so (dmbr_aec_calculate+498)
F/DEBUG (19380): #01 pc 0003becf /vendor/lib/libmmcamera2_stats_modules.so (aec_port_send_aec_update+470)
F/DEBUG (19380): #02 pc 00043c29 /vendor/lib/libmmcamera2_stats_modules.so (aec_port_callback+384)
F/DEBUG (19380): #03 pc 00025d41 /vendor/lib/libmmcamera2_stats_modules.so (aecawb_thread_handler+1212)
F/DEBUG (19380): #04 pc 000ad03f /apex/com.android.runtime/lib/bionic/libc.so (__pthread_start(void*)+20) (BuildId: ad99a32f0457f7ed69b9379cd46cf195)
F/DEBUG (19380): #05 pc 00061055 /apex/com.android.runtime/lib/bionic/libc.so (__start_thread+30) (BuildId: ad99a32f0457f7ed69b9379cd46cf195)
Code:
E/SDM ( 2779): HWPrimary::SetIdleTimeoutMs: Unable to open /sys/devices/virtual/graphics/fb0/idle_time, node Permission denied
E/SDM ( 2779): HWPrimary::SetIdleTimeoutMs: Unable to open /sys/devices/virtual/graphics/fb0/idle_time, node Permission denied
E/SDM ( 2779): HWPrimary::SetIdleTimeoutMs: Unable to open /sys/devices/virtual/graphics/fb0/idle_time, node Permission denied
E/SDM ( 2779): HWPrimary::SetIdleTimeoutMs: Unable to open /sys/devices/virtual/graphics/fb0/idle_time, node Permission denied
E/SDM ( 2779): HWPrimary::SetIdleTimeoutMs: Unable to open /sys/devices/virtual/graphics/fb0/idle_time, node Permission denied
E/SDM ( 2779): HWPrimary::SetIdleTimeoutMs: Unable to open /sys/devices/virtual/graphics/fb0/idle_time, node Permission denied
E/SDM ( 2779): HWPrimary::SetIdleTimeoutMs: Unable to open /sys/devices/virtual/graphics/fb0/idle_time, node Permission denied
E/SDM ( 2779): HWPrimary::SetIdleTimeoutMs: Unable to open /sys/devices/virtual/graphics/fb0/idle_time, node Permission denied
E/SDM ( 2779): HWPrimary::SetIdleTimeoutMs: Unable to open /sys/devices/virtual/graphics/fb0/idle_time, node Permission denied
E/SDM ( 2779): HWPrimary::SetIdleTimeoutMs: Unable to open /sys/devices/virtual/graphics/fb0/idle_time, node Permission denied
Code:
01-13 21:25:04.850 9035 9035 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-13 21:25:04.850 9035 9035 F DEBUG : Build fingerprint: 'google/coral/coral:10/QQ1B.191205.011/5974828:user/release-keys'
01-13 21:25:04.850 9035 9035 F DEBUG : Revision: '0'
01-13 21:25:04.850 9035 9035 F DEBUG : ABI: 'arm'
01-13 21:25:04.851 9035 9035 F DEBUG : Timestamp: 2020-01-13 21:25:04+0100
01-13 21:25:04.851 9035 9035 F DEBUG : pid: 8724, tid: 9025, name: HwBinder:8724_2 >>> /vendor/bin/hw/[email protected] <<<
01-13 21:25:04.851 9035 9035 F DEBUG : uid: 1047
01-13 21:25:04.851 9035 9035 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
01-13 21:25:04.851 9035 9035 F DEBUG : Abort message: 'FORTIFY: strncpy: prevented 4294967294-byte write into 40-byte buffer'
01-13 21:25:04.851 9035 9035 F DEBUG : r0 00000000 r1 00002341 r2 00000006 r3 e04c59a0
01-13 21:25:04.851 9035 9035 F DEBUG : r4 e04c59b4 r5 e04c5998 r6 00002214 r7 0000016b
01-13 21:25:04.851 9035 9035 F DEBUG : r8 e04c59b0 r9 e04c59a0 r10 e04c59d0 r11 e04c59c0
01-13 21:25:04.851 9035 9035 F DEBUG : ip 00002341 sp e04c5970 lr f2bcf2a3 pc f2bcf2b6
01-13 21:25:04.884 9035 9035 F DEBUG :
01-13 21:25:04.884 9035 9035 F DEBUG : backtrace:
01-13 21:25:04.884 9035 9035 F DEBUG : #00 pc 0005f2b6 /apex/com.android.runtime/lib/bionic/libc.so (abort+166) (BuildId: 133fa2c332c49e183c449fc2c4f666d3)
01-13 21:25:04.884 9035 9035 F DEBUG : #01 pc 0007b503 /apex/com.android.runtime/lib/bionic/libc.so (__fortify_fatal(char const*, ...)+26) (BuildId: 133fa2c332c49e183c449fc2c4f666d3)
01-13 21:25:04.884 9035 9035 F DEBUG : #02 pc 0007bced /apex/com.android.runtime/lib/bionic/libc.so (__strncpy_chk2+84) (BuildId: 133fa2c332c49e183c449fc2c4f666d3)
01-13 21:25:04.884 9035 9035 F DEBUG : #03 pc 00113859 /vendor/lib/hw/camera.sdm660.so (Pixel2Platform::Pixel2Platform(unsigned int, vidhance::camera_data const&)+180) (BuildId: cd264d5afe688c7a67c6dccacc63a4cb)
01-13 21:25:04.884 9035 9035 F DEBUG : #04 pc 00113c2d /vendor/lib/hw/camera.sdm660.so (Pixel2PlatformHAL3::Pixel2PlatformHAL3(vidhance::camera_data const&)+4) (BuildId: cd264d5afe688c7a67c6dccacc63a4cb)
01-13 21:25:04.885 9035 9035 F DEBUG : #05 pc 00074167 /vendor/lib/hw/camera.sdm660.so (qcamera::QCamera3HardwareInterface::QCamera3HardwareInterface(unsigned int, camera_module_callbacks const*)+2690) (BuildId: cd264d5afe688c7a67c6dccacc63a4cb)
01-13 21:25:04.885 9035 9035 F DEBUG : #06 pc 00072edf /vendor/lib/hw/camera.sdm660.so (qcamera::QCamera2Factory::cameraDeviceOpen(int, hw_device_t**)+290) (BuildId: cd264d5afe688c7a67c6dccacc63a4cb)
01-13 21:25:04.885 9035 9035 F DEBUG : #07 pc 0001c47b /vendor/lib/[email protected] (android::hardware::camera::common::V1_0::helper::CameraModule::open(char const*, hw_device_t**)+46) (BuildId: dac706d56b2c095101c4fcf615503d69)
01-13 21:25:04.885 9035 9035 F DEBUG : #08 pc 00015b97 /vendor/lib/[email protected] (android::hardware::camera::device::V3_2::implementation::CameraDevice::open(android::sp<android::hardware::camera::device::V3_2::ICameraDeviceCallback> const&, std::__1::function<void (android::hardware::camera::common::V1_0::Status, android::sp<android::hardware::camera::device::V3_2::ICameraDeviceSession> const&)>)+386) (BuildId: d3a82a11b4254e43586ec11507ec60aa)
01-13 21:25:04.885 9035 9035 F DEBUG : #09 pc 000161f3 /vendor/lib/[email protected] (android::hardware::camera::device::V3_2::implementation::CameraDevice::TrampolineDeviceInterface_3_2::open(android::sp<android::hardware::camera::device::V3_2::ICameraDeviceCallback> const&, std::__1::function<void (android::hardware::camera::common::V1_0::Status, android::sp<android::hardware::camera::device::V3_2::ICameraDeviceSession> const&)>)+66) (BuildId: d3a82a11b4254e43586ec11507ec60aa)
01-13 21:25:04.885 9035 9035 F DEBUG : #10 pc 00013443 /system/lib/vndk-29/[email protected] (android::hardware::camera::device::V3_2::BnHwCameraDevice::_hidl_open(android::hidl::base::V1_0::BnHwBase*, android::hardware::Parcel const&, android::hardware::Parcel*, std::__1::function<void (android::hardware::Parcel&)>)+286) (BuildId: 857f0841fb4d5275f91e5c05fdb960e5)
01-13 21:25:04.885 9035 9035 F DEBUG : #11 pc 00013b5b /system/lib/vndk-29/[email protected] (android::hardware::camera::device::V3_2::BnHwCameraDevice::onTransact(unsigned int, android::hardware::Parcel const&, android::hardware::Parcel*, unsigned int, std::__1::function<void (android::hardware::Parcel&)>)+498) (BuildId: 857f0841fb4d5275f91e5c05fdb960e5)
01-13 21:25:04.885 9035 9035 F DEBUG : #12 pc 00068bb7 /system/lib/vndk-sp-29/libhidlbase.so (android::hardware::BHwBinder::transact(unsigned int, android::hardware::Parcel const&, android::hardware::Parcel*, unsigned int, std::__1::function<void (android::hardware::Parcel&)>)+46) (BuildId: a3dce1ead11407c77f3b060cb689aa80)
01-13 21:25:04.885 9035 9035 F DEBUG : #13 pc 0006b129 /system/lib/vndk-sp-29/libhidlbase.so (android::hardware::IPCThreadState::getAndExecuteCommand()+924) (BuildId: a3dce1ead11407c77f3b060cb689aa80)
01-13 21:25:04.885 9035 9035 F DEBUG : #14 pc 0006bff9 /system/lib/vndk-sp-29/libhidlbase.so (android::hardware::IPCThreadState::joinThreadPool(bool)+64) (BuildId: a3dce1ead11407c77f3b060cb689aa80)
01-13 21:25:04.885 9035 9035 F DEBUG : #15 pc 00076f29 /system/lib/vndk-sp-29/libhidlbase.so (android::hardware::PoolThread::threadLoop()+12) (BuildId: a3dce1ead11407c77f3b060cb689aa80)
01-13 21:25:04.885 9035 9035 F DEBUG : #16 pc 0000d84b /system/lib/vndk-sp-29/libutils.so (android::Thread::_threadLoop(void*)+182) (BuildId: 410942a2eb205c95b34f7c7d5e808b7b)
01-13 21:25:04.885 9035 9035 F DEBUG : #17 pc 000a6d13 /apex/com.android.runtime/lib/bionic/libc.so (__pthread_start(void*)+20) (BuildId: 133fa2c332c49e183c449fc2c4f666d3)
01-13 21:25:04.885 9035 9035 F DEBUG : #18 pc 00060763 /apex/com.android.runtime/lib/bionic/libc.so (__start_thread+30) (BuildId: 133fa2c332c49e183c449fc2c4f666d3)
can you post an error log while trying to access camera? debug log is ok, but doesn't say much.
nerowski2310 said:
Code:
01-13 21:25:04.850 9035 9035 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-13 21:25:04.850 9035 9035 F DEBUG : Build fingerprint: 'google/coral/coral:10/QQ1B.191205.011/5974828:user/release-keys'
01-13 21:25:04.850 9035 9035 F DEBUG : Revision: '0'
01-13 21:25:04.850 9035 9035 F DEBUG : ABI: 'arm'
01-13 21:25:04.851 9035 9035 F DEBUG : Timestamp: 2020-01-13 21:25:04+0100
01-13 21:25:04.851 9035 9035 F DEBUG : pid: 8724, tid: 9025, name: HwBinder:8724_2 >>> /vendor/bin/hw/[email protected] <<<
01-13 21:25:04.851 9035 9035 F DEBUG : uid: 1047
01-13 21:25:04.851 9035 9035 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
01-13 21:25:04.851 9035 9035 F DEBUG : Abort message: 'FORTIFY: strncpy: prevented 4294967294-byte write into 40-byte buffer'
01-13 21:25:04.851 9035 9035 F DEBUG : r0 00000000 r1 00002341 r2 00000006 r3 e04c59a0
01-13 21:25:04.851 9035 9035 F DEBUG : r4 e04c59b4 r5 e04c5998 r6 00002214 r7 0000016b
01-13 21:25:04.851 9035 9035 F DEBUG : r8 e04c59b0 r9 e04c59a0 r10 e04c59d0 r11 e04c59c0
01-13 21:25:04.851 9035 9035 F DEBUG : ip 00002341 sp e04c5970 lr f2bcf2a3 pc f2bcf2b6
01-13 21:25:04.884 9035 9035 F DEBUG :
01-13 21:25:04.884 9035 9035 F DEBUG : backtrace:
01-13 21:25:04.884 9035 9035 F DEBUG : #00 pc 0005f2b6 /apex/com.android.runtime/lib/bionic/libc.so (abort+166) (BuildId: 133fa2c332c49e183c449fc2c4f666d3)
01-13 21:25:04.884 9035 9035 F DEBUG : #01 pc 0007b503 /apex/com.android.runtime/lib/bionic/libc.so (__fortify_fatal(char const*, ...)+26) (BuildId: 133fa2c332c49e183c449fc2c4f666d3)
01-13 21:25:04.884 9035 9035 F DEBUG : #02 pc 0007bced /apex/com.android.runtime/lib/bionic/libc.so (__strncpy_chk2+84) (BuildId: 133fa2c332c49e183c449fc2c4f666d3)
01-13 21:25:04.884 9035 9035 F DEBUG : #03 pc 00113859 /vendor/lib/hw/camera.sdm660.so (Pixel2Platform::Pixel2Platform(unsigned int, vidhance::camera_data const&)+180) (BuildId: cd264d5afe688c7a67c6dccacc63a4cb)
01-13 21:25:04.884 9035 9035 F DEBUG : #04 pc 00113c2d /vendor/lib/hw/camera.sdm660.so (Pixel2PlatformHAL3::Pixel2PlatformHAL3(vidhance::camera_data const&)+4) (BuildId: cd264d5afe688c7a67c6dccacc63a4cb)
01-13 21:25:04.885 9035 9035 F DEBUG : #05 pc 00074167 /vendor/lib/hw/camera.sdm660.so (qcamera::QCamera3HardwareInterface::QCamera3HardwareInterface(unsigned int, camera_module_callbacks const*)+2690) (BuildId: cd264d5afe688c7a67c6dccacc63a4cb)
01-13 21:25:04.885 9035 9035 F DEBUG : #06 pc 00072edf /vendor/lib/hw/camera.sdm660.so (qcamera::QCamera2Factory::cameraDeviceOpen(int, hw_device_t**)+290) (BuildId: cd264d5afe688c7a67c6dccacc63a4cb)
01-13 21:25:04.885 9035 9035 F DEBUG : #07 pc 0001c47b /vendor/lib/[email protected] (android::hardware::camera::common::V1_0::helper::CameraModule::open(char const*, hw_device_t**)+46) (BuildId: dac706d56b2c095101c4fcf615503d69)
01-13 21:25:04.885 9035 9035 F DEBUG : #08 pc 00015b97 /vendor/lib/[email protected] (android::hardware::camera::device::V3_2::implementation::CameraDevice::open(android::sp<android::hardware::camera::device::V3_2::ICameraDeviceCallback> const&, std::__1::function<void (android::hardware::camera::common::V1_0::Status, android::sp<android::hardware::camera::device::V3_2::ICameraDeviceSession> const&)>)+386) (BuildId: d3a82a11b4254e43586ec11507ec60aa)
01-13 21:25:04.885 9035 9035 F DEBUG : #09 pc 000161f3 /vendor/lib/[email protected] (android::hardware::camera::device::V3_2::implementation::CameraDevice::TrampolineDeviceInterface_3_2::open(android::sp<android::hardware::camera::device::V3_2::ICameraDeviceCallback> const&, std::__1::function<void (android::hardware::camera::common::V1_0::Status, android::sp<android::hardware::camera::device::V3_2::ICameraDeviceSession> const&)>)+66) (BuildId: d3a82a11b4254e43586ec11507ec60aa)
01-13 21:25:04.885 9035 9035 F DEBUG : #10 pc 00013443 /system/lib/vndk-29/[email protected] (android::hardware::camera::device::V3_2::BnHwCameraDevice::_hidl_open(android::hidl::base::V1_0::BnHwBase*, android::hardware::Parcel const&, android::hardware::Parcel*, std::__1::function<void (android::hardware::Parcel&)>)+286) (BuildId: 857f0841fb4d5275f91e5c05fdb960e5)
01-13 21:25:04.885 9035 9035 F DEBUG : #11 pc 00013b5b /system/lib/vndk-29/[email protected] (android::hardware::camera::device::V3_2::BnHwCameraDevice::onTransact(unsigned int, android::hardware::Parcel const&, android::hardware::Parcel*, unsigned int, std::__1::function<void (android::hardware::Parcel&)>)+498) (BuildId: 857f0841fb4d5275f91e5c05fdb960e5)
01-13 21:25:04.885 9035 9035 F DEBUG : #12 pc 00068bb7 /system/lib/vndk-sp-29/libhidlbase.so (android::hardware::BHwBinder::transact(unsigned int, android::hardware::Parcel const&, android::hardware::Parcel*, unsigned int, std::__1::function<void (android::hardware::Parcel&)>)+46) (BuildId: a3dce1ead11407c77f3b060cb689aa80)
01-13 21:25:04.885 9035 9035 F DEBUG : #13 pc 0006b129 /system/lib/vndk-sp-29/libhidlbase.so (android::hardware::IPCThreadState::getAndExecuteCommand()+924) (BuildId: a3dce1ead11407c77f3b060cb689aa80)
01-13 21:25:04.885 9035 9035 F DEBUG : #14 pc 0006bff9 /system/lib/vndk-sp-29/libhidlbase.so (android::hardware::IPCThreadState::joinThreadPool(bool)+64) (BuildId: a3dce1ead11407c77f3b060cb689aa80)
01-13 21:25:04.885 9035 9035 F DEBUG : #15 pc 00076f29 /system/lib/vndk-sp-29/libhidlbase.so (android::hardware::PoolThread::threadLoop()+12) (BuildId: a3dce1ead11407c77f3b060cb689aa80)
01-13 21:25:04.885 9035 9035 F DEBUG : #16 pc 0000d84b /system/lib/vndk-sp-29/libutils.so (android::Thread::_threadLoop(void*)+182) (BuildId: 410942a2eb205c95b34f7c7d5e808b7b)
01-13 21:25:04.885 9035 9035 F DEBUG : #17 pc 000a6d13 /apex/com.android.runtime/lib/bionic/libc.so (__pthread_start(void*)+20) (BuildId: 133fa2c332c49e183c449fc2c4f666d3)
01-13 21:25:04.885 9035 9035 F DEBUG : #18 pc 00060763 /apex/com.android.runtime/lib/bionic/libc.so (__start_thread+30) (BuildId: 133fa2c332c49e183c449fc2c4f666d3)
Click to expand...
Click to collapse
This is good log ?
Code:
01-09 01:38:53.633 9696 9696 E mm-camera: <IMGLIB><ERROR> 1348: frameproc_comp_reload_lib: Error opening frameproc library libmmcamera_chromaflash_lib.so error dlopen failed: library "libmmcamera_chromaflash_lib.so" not found
01-09 01:38:53.633 9696 9696 E mm-camera: <IMGLIB><ERROR> 1214: frameproc_comp_load: frameproc_comp_load:1214] cannot load libmmcamera_chromaflash_lib.so
01-09 01:38:53.633 9696 9696 E mm-camera: <IMGLIB><ERROR> 3509: module_imgbase_init: imglib_chroma_flash] Error rc -7
01-09 01:38:53.633 9696 9696 W mm-camera: <IMGLIB>< WARN> 748: module_imglib_create_topology: Can not init the module imglib_chroma_flash
01-09 01:38:53.634 9696 9696 E mm-camera: <IMGLIB><ERROR> 1348: frameproc_comp_reload_lib: Error opening frameproc library libmmcamera_optizoom_lib.so error dlopen failed: library "libmmcamera_optizoom_lib.so" not found
01-09 01:38:53.634 9696 9696 E mm-camera: <IMGLIB><ERROR> 1214: frameproc_comp_load: frameproc_comp_load:1214] cannot load libmmcamera_optizoom_lib.so
01-09 01:38:53.634 9696 9696 E mm-camera: <IMGLIB><ERROR> 3509: module_imgbase_init: imglib_optizoom] Error rc -7
01-09 01:38:53.634 9696 9696 W mm-camera: <IMGLIB>< WARN> 748: module_imglib_create_topology: Can not init the module imglib_optizoom
01-09 01:38:53.634 9696 9696 E mm-camera: <IMGLIB><ERROR> 1348: frameproc_comp_reload_lib: Error opening frameproc library libmmcamera_ubifocus_lib.so error dlopen failed: library "libmmcamera_ubifocus_lib.so" not found
01-09 01:38:53.634 9696 9696 E mm-camera: <IMGLIB><ERROR> 1214: frameproc_comp_load: frameproc_comp_load:1214] cannot load libmmcamera_ubifocus_lib.so
01-09 01:38:53.634 9696 9696 E mm-camera: <IMGLIB><ERROR> 3509: module_imgbase_init: imglib_ubifocus] Error rc -7
01-09 01:38:53.634 9696 9696 W mm-camera: <IMGLIB>< WARN> 748: module_imglib_create_topology: Can not init the module imglib_ubifocus
01-09 01:38:53.635 9696 9696 E mm-camera: <IMGLIB><ERROR> 1348: frameproc_comp_reload_lib: Error opening frameproc library libmmcamera_ubifocus_lib.so error dlopen failed: library "libmmcamera_ubifocus_lib.so" not found
01-09 01:38:53.635 9696 9696 E mm-camera: <IMGLIB><ERROR> 1214: frameproc_comp_load: frameproc_comp_load:1214] cannot load libmmcamera_ubifocus_lib.so
01-09 01:38:53.635 9696 9696 E mm-camera: <IMGLIB><ERROR> 3509: module_imgbase_init: imglib_refocus] Error rc -7
01-09 01:38:53.635 9696 9696 W mm-camera: <IMGLIB>< WARN> 748: module_imglib_create_topology: Can not init the module imglib_refocus
01-09 01:38:53.636 9696 9696 E mm-camera: <IMGLIB><ERROR> 1348: frameproc_comp_reload_lib: Error opening frameproc library libmmcamera_trueportrait_lib.so error dlopen failed: library "libmmcamera_trueportrait_lib.so" not found
01-09 01:38:53.636 9696 9696 E mm-camera: <IMGLIB><ERROR> 1214: frameproc_comp_load: frameproc_comp_load:1214] cannot load libmmcamera_trueportrait_lib.so
01-09 01:38:53.636 9696 9696 E mm-camera: <IMGLIB><ERROR> 3509: module_imgbase_init: imglib_trueportrait] Error rc -7
01-09 01:38:53.636 9696 9696 W mm-camera: <IMGLIB>< WARN> 748: module_imglib_create_topology: Can not init the module imglib_trueportrait
01-09 01:38:53.637 9696 9696 E mm-camera: <IMGLIB><ERROR> 1348: frameproc_comp_reload_lib: Error opening frameproc library libmmcamera_stillmore_lib.so error dlopen failed: library "libmmcamera_stillmore_lib.so" not found
01-09 01:38:53.637 9696 9696 E mm-camera: <IMGLIB><ERROR> 1214: frameproc_comp_load: frameproc_comp_load:1214] cannot load libmmcamera_stillmore_lib.so
01-09 01:38:53.637 9696 9696 E mm-camera: <IMGLIB><ERROR> 3509: module_imgbase_init: imglib_stillmore] Error rc -7

[ROM][11.0][OFFICIAL] Pixel Experience [AOSP] [16-12-2021]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PixelExperience for MI 8 SE
What is this?
Pixel Experience is an AOSP based ROM, with Google apps included and all Pixel goodies (launcher, wallpapers, icons, fonts, bootanimation)
Our mission is to offer the maximum possible stability and security, along with essential and useful features for the proper functioning of the device
Based on Android 11.0
Whats working?
WiFi
RIL
Mobile data
GPS
Camera
Flashlight
Camcorder
Bluetooth
Fingerprint reader
IR
Lights
Sound / vibration
Audio
Android Auto
Known issues
You tell me
DON'T FLASH GAPPS, ALREADY INCLUDED
Download
Donate
Main PixelExperience Developer
Translation
Help with project translation
Stay tuned
Our Telegram channel
Our blog​
Android OS version: 11.0.0_r46
Security patch level: December 2021
Device Source code: https://github.com/PixelExperience-Devices
ROM Developer: jhenrique09
Install
1 - Flash Recovery (link: https://dl.twrp.me/xmsirius/)
2 - Reboot recovery
3 - Factory Reset and Format Data (backup sdcard before format)
4 - reboot recovery
5 - Flash ROM (GAPPS included)
6 - reboot system
Update
1 - Reboot recovery
2- Flash Rom
3- Wipe cache and dalvik
4- Reboot system
Contributors
-etylix
-uixdess
-kudproject
-guoxiao1213
ROM OS Version: Android 11
ROM Kernel: Linux 4.9.293
Based on: AOSP
Version Information
Status: Stable
Current Version: 2021-12-16
Which twrp version to use??
0967894983 said:
Which twrp version to use??
Click to expand...
Click to collapse
U can use this https://drive.google.com/open?id=1yEGgkthRNeJIinpPRrN_K2OtzRO8KA4P
Gonna try right away, thanks
@solidv
Can't figure out why the media doesn't play over my Bluetooth earphone. Play media to: set as my Bluetooth device though.
Calling over Bluetooth does work.
tanjir.h said:
Gonna try right away, thanks
@solidv
Can't figure out why the media doesn't play over my Bluetooth earphone. Play media to: set as my Bluetooth device though.
Calling over Bluetooth does work.
Click to expand...
Click to collapse
yap, thats a bug
solidv said:
yap, thats a bug
Click to expand...
Click to collapse
Is Wi-fi display working ?
UPDATE 24-01-2020
Changelog:
- Fixes bluetooth audio coming from phone speakers instead of bluetooth device
- kernel updated to 4.9.211
Download: https://drive.google.com/open?id=1qXkzp1EVX3eWku7-IMNtZ_H_It5MUoZz
Good job as usual mate ?
solidv said:
UPDATE 24-01-2020
Changelog:
- Fixes bluetooth audio coming from phone speakers instead of bluetooth device
- kernel updated to 4.9.211
Download: https://drive.google.com/open?id=1qXkzp1EVX3eWku7-IMNtZ_H_It5MUoZz
Click to expand...
Click to collapse
Whoa, that was quick! Gonna be my new daily driver. Was using your Pie build earlier. Thanks, bro
Best Android 10 ROM for this device. Awesome performance, sound etc.
Using chrome for a while seems to totally freeze the phone. I will post a logcat later.
Thank you!
Code:
--------- beginning of crash
01-25 10:56:03.727 10645 10682 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 10682 (GpuWatchdog), pid 10645 (ileged_process0)
01-25 10:56:03.731 18693 18693 E chromium: [0125/105603.730469:ERROR:socket.cc(181)] incorrect payload size 0
01-25 10:56:03.896 18697 18697 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-25 10:56:03.897 18697 18697 F DEBUG : Build fingerprint: 'Xiaomi/sirius/sirius8.1.0/OPM1.171019.019/V9.5.6.0.OEBCNFA:user/release-keys'
01-25 10:56:03.897 18697 18697 F DEBUG : Revision: '0'
01-25 10:56:03.897 18697 18697 F DEBUG : ABI: 'arm'
01-25 10:56:03.898 18697 18697 F DEBUG : Timestamp: 2020-01-25 10:56:03+0200
01-25 10:56:03.898 18697 18697 F DEBUG : pid: 10645, tid: 10682, name: GpuWatchdog >>> com.android.chrome:privileged_process0 <<<
01-25 10:56:03.898 18697 18697 F DEBUG : uid: 10130
01-25 10:56:03.898 18697 18697 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
01-25 10:56:03.898 18697 18697 F DEBUG : Cause: null pointer dereference
01-25 10:56:03.898 18697 18697 F DEBUG : r0 00000000 r1 00001337 r2 e0410880 r3 00000002
01-25 10:56:03.898 18697 18697 F DEBUG : r4 e0465840 r5 00000001 r6 00000003 r7 c727db84
01-25 10:56:03.898 18697 18697 F DEBUG : r8 c777f37c r9 00000000 r10 00000000 r11 00000000
01-25 10:56:03.898 18697 18697 F DEBUG : ip c727b4f8 sp c3a4df58 lr c58df587 pc c66a6682
01-25 10:56:03.899 18697 18697 F DEBUG :
01-25 10:56:03.899 18697 18697 F DEBUG : backtrace:
01-25 10:56:03.899 18697 18697 F DEBUG : #00 pc 024dd682 /data/app/com.google.android.trichromelibrary_394513638-8pGlc3lR2RCvdAaRdCNZbQ==/base.apk!libmonochrome.so (offset 0x65e000) (BuildId: e023ba4ed532cc8658145f5844463ff920b5f3a5)
01-25 10:56:05.745 1160 1160 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_13
01-25 10:56:05.923 18711 18711 E ileged_process: Not starting debugger since process cannot load the jdwp agent.
01-25 10:56:05.943 658 18710 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
01-25 10:56:06.055 658 18736 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
01-25 10:56:06.059 12837 12989 E GoogleConversionReporter: Error sending ping
01-25 10:56:06.059 12837 12989 E GoogleConversionReporter: bgqf: Exception in CronetUrlRequest: net::ERR_CONNECTION_REFUSED, ErrorCode=7, InternalErrorCode=-102, Retryable=false
01-25 10:56:06.059 12837 12989 E GoogleConversionReporter: at org.chromium.net.impl.CronetUrlRequest.onError(PG:59)
01-25 10:56:07.940 1491 2074 E LightsService: Light requested not available on this device. 2
01-25 10:56:11.065 800 1675 E Fence : Throttling EGL Production: fence 292 didn't signal in 3000 ms
01-25 10:56:12.218 3092 7861 E cibw : *~*~*~ Channel {0} was not shutdown properly!!! ~*~*~*
01-25 10:56:12.218 3092 7861 E cibw : Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
01-25 10:56:12.218 3092 7861 E cibw : java.lang.RuntimeException: ManagedChannel allocation site
01-25 10:56:12.218 3092 7861 E cibw : at cibv.<init>(:[email protected]@19.8.31 (120408-284611645):2)
01-25 10:56:12.218 3092 7861 E cibw : at cibw.<init>(:[email protected]@19.8.31 (120408-284611645):2)
01-25 10:56:12.218 3092 7861 E cibw : at chuq.b(:[email protected]@19.8.31 (120408-284611645):8)
01-25 10:56:12.218 3092 7861 E cibw : at srl.a(:[email protected]@19.8.31 (120408-284611645):24)
01-25 10:56:12.218 3092 7861 E cibw : at srl.a(:[email protected]@19.8.31 (120408-284611645):33)
01-25 10:56:12.218 3092 7861 E cibw : at awbt.a(:[email protected]@19.8.31 (120408-284611645):108)
01-25 10:56:12.218 3092 7861 E cibw : at awbt.a(:[email protected]@19.8.31 (120408-284611645):205)
01-25 10:56:12.218 3092 7861 E cibw : at awbt.a(:[email protected]@19.8.31 (120408-284611645):209)
01-25 10:56:12.218 3092 7861 E cibw : at awan.a(:[email protected]@19.8.31 (120408-284611645):2)
01-25 10:56:12.218 3092 7861 E cibw : at aeug.a(:[email protected]@19.8.31 (120408-284611645):29)
01-25 10:56:12.218 3092 7861 E cibw : at aetv.a(Unknown Source:6)
01-25 10:56:12.218 3092 7861 E cibw : at brdw.a(:[email protected]@19.8.31 (120408-284611645):2)
01-25 10:56:12.218 3092 7861 E cibw : at brfy.b(:[email protected]@19.8.31 (120408-284611645):2)
01-25 10:56:12.218 3092 7861 E cibw : at brex.run(:[email protected]@19.8.31 (120408-284611645):7)
01-25 10:56:12.218 3092 7861 E cibw : at brga.run(:[email protected]@19.8.31 (120408-284611645):1)
01-25 10:56:12.218 3092 7861 E cibw : at sym.b(:[email protected]@19.8.31 (120408-284611645):15)
01-25 10:56:12.218 3092 7861 E cibw : at sym.run(:[email protected]@19.8.31 (120408-284611645):10)
01-25 10:56:12.218 3092 7861 E cibw : at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-25 10:56:12.218 3092 7861 E cibw : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-25 10:56:12.218 3092 7861 E cibw : at tej.run(Unknown Source:7)
01-25 10:56:12.218 3092 7861 E cibw : at java.lang.Thread.run(Thread.java:919)
01-25 10:56:12.339 658 18766 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
01-25 10:56:12.340 658 18765 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
01-25 10:56:12.599 800 800 E ClientCache: failed to get buffer, invalid process token
01-25 10:56:12.599 800 800 E ClientCache: failed to register erased recipient, could not retrieve buffer
01-25 10:56:18.016 1491 1669 E LightsService: Light requested not available on this device. 2
Managed to trace it down.
In /vendor/default.prop the properties
Code:
ro.bionic.2nd_cpu_variant=kryo385
dalvik.vm.isa.arm.variant=kryo385
should be changed to cortex-a9
Reboot and force a recompile
Code:
su
cmd package compile -m speed-profile -a -f
Currently chrome (webview) runs stable for 1 hour.
Wow, thanks, it was great rom
Just minor bug, IR blaster not working for me
gbrezak1 said:
Is Wi-fi display working ?
Click to expand...
Click to collapse
screen cast working
kreuks said:
Just minor bug, IR blaster not working for me
Click to expand...
Click to collapse
in the next build IR will be working. We added this stuff
UPDATE 26-01-2020
Changelog:
- IR Blater is now working
- Some minor fixes
Download : https://drive.google.com/open?id=1ZCMEkYfKliY-WHVSnl2ZwI65-40B4tBE
solidv said:
UPDATE 26-01-2020
Changelog:
- IR Blater is now working
- Some minor fixes
Click to expand...
Click to collapse
So fast, already flashed and IR works
Thank you
Can I upload it to one drive
I'm from China. Due to various domestic reasons, I can't use VPN to access Google cloud temporarily. Can you upload to one drive? If you like.
Grain_Rain said:
I'm from China. Due to various domestic reasons, I can't use VPN to access Google cloud temporarily. Can you upload to one drive? If you like.
Click to expand...
Click to collapse
Sure
https://1drv.ms/u/s!AnbQhUZB4-WDg2imCj6crz3QcRHu?e=kCjug3
Thank you, very good rom
If someone is experiencing freezes while using Chrome, try to dowload Webview beta from Play Store and change it to default via dev settings
One strange thing: YouTube and Instagram sound doesn't work in Bluetooth headset from time to time, haven't noticed any regularity yet. Also, voice messages via Telegram sometimes are playing muted. So, maybe BT part needs some work.
Sometimes icons on desktop are disappearing
Screen keeps waking up while charging (?)
black.ic3 said:
Thank you, very good rom
If someone is experiencing freezes while using Chrome, try to dowload Webview beta from Play Store and change it to default via dev settings
One strange thing: YouTube and Instagram sound doesn't work in Bluetooth headset from time to time, haven't noticed any regularity yet. Also, voice messages via Telegram sometimes are playing muted. So, maybe BT part needs some work.
Sometimes icons on desktop are disappearing
Screen keeps waking up while charging (?)
Click to expand...
Click to collapse
probably systemUI freezes will be solved soon. I have found a error in DT, testing now
i am using bluetooth very often and didnt find such problems.
About icons: maybe problem in the launcher or missclicks?
About screen: did you have auto-lock time for screen? Just tested now and it getting dark after 30sec, as in my screen options
Help me go to the ROM
When I followed the steps wipe out/system/cache/dalvik/data, installed the firmware and ROM then reboot my device.It automatically went into fastboot,couldn't get into rec or the system.Every time I start the phone,there's nothing except the fastboot logo.It drives me crazy.Help me plz.

Trouble compiling 8.2.0 kernel from source for ShieldTV 2017

I am trying to compile the 8.2.0 Kernel for my Shield TV 2017. I am hoping to adding the Wireguard kernel module.
I downloaded the source linked from https://developer.nvidia.com/shield-open-source following the instructions links here https://nv-tegra.nvidia.com/gitweb/...7;hb=1a508fa42d6ae55ee0fe62a3e07559a484794108
The source code checks out fine. I set up my cross compiler by setting these environment variables
Code:
ARCH=arm64
SUBARCH=arm64
CROSS_COMPILE=/absolute/path/shield-open-source/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/aarch64-linux-android-
I removed the CONFIG_SYSTEM_TRUSTED_KEYS="signing_key.x509" from the tegra_android_defconfig file
I then went to ~/shield-open-source/kernel/kernel-4.9 and ran
Code:
make mrproper
make tegra_android_defconfig
make -j4
There were a few warnings that got flagged as errors and caused the build to failed. I modified the make files so the warnings wouldn't be flagged as errors (ex: ccflags-y += -Wno-error=maybe-uninitialized)
There is one more error with ~/shield-open-source/hardware/nvidia/platform/t210b01/ers/kernel-dts/ers-platforms/tegra210b01-ers-common.dtsi in that it can't find <tegra210b01-cpufreq.dtsi>. I changed this to include "darcy-platforms/tegra210b01-darcy-cpufreq.dtsi"
I also added Wireguard by following the kernel instructions from https://forum.xda-developers.com/android/development/wireguard-rom-integration-t3711635
At this point I am able build the Image.gz file. I took the boot.img from the recovery images that NVidia provides and used AndroidImageKitchen (https://forum.xda-developers.com/showthread.php?t=2073775) to unpack the boot.img, swap out boot.img-Image.gz with the one Image.gz that I compiled and re-packed the boot.img I flashed this boot.img to my device using fastboot, and the device never boots.
I have some logs from the bootloop - here is the snipit that seems most relevant but I don't really know what I am looking for or how to determine what needs to change
Code:
09-12 22:00:42.120 3384 3384 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 1
09-12 22:00:42.120 3384 3384 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 1
09-12 22:00:42.120 3383 3383 E Netd : cannot find interface dummy0
09-12 22:00:42.120 3383 3383 I Netd : Initializing RouteController: 1.3ms
09-12 22:00:42.120 3384 3384 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 3384 (surfaceflinger), pid 3384 (surfaceflinger)
09-12 22:00:42.120 3383 3383 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHSA
09-12 22:00:42.120 3383 3383 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHPOLICY
09-12 22:00:42.120 3383 3383 I Netd : Initializing XfrmController: 0.2ms
09-12 22:00:42.121 3383 3383 I Netd : Registering NetdNativeService: 0.5ms
09-12 22:00:42.122 3383 3383 I Netd : Starting CommandListener: 0.1ms
09-12 22:00:42.123 3383 3383 I Netd : Registering NetdHwService: 1.0ms
09-12 22:00:42.123 3383 3383 I Netd : Netd started in 219ms
09-12 22:00:42.132 3378 3378 D Zygote : begin preload
09-12 22:00:42.132 3378 3378 I Zygote : Installing ICU cache reference pinning...
09-12 22:00:42.132 3378 3378 I Zygote : Preloading ICU data...
09-12 22:00:42.135 3379 3379 I Zygote : Accepting command socket connections
09-12 22:00:42.138 3378 3378 I Zygote : Preloading classes...
09-12 22:00:42.140 3436 3436 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
09-12 22:00:42.140 3184 3184 I /system/bin/tombstoned: received crash request for pid 3384
09-12 22:00:42.141 3436 3436 I crash_dump64: performing dump of process 3384 (target tid = 3384)
09-12 22:00:42.143 3436 3436 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-12 22:00:42.143 3436 3436 F DEBUG : Build fingerprint: 'NVIDIA/darcy/darcy:9/PPR1.180610.011/4079208_2235.1395:user/release-keys'
09-12 22:00:42.143 3436 3436 F DEBUG : Revision: '0'
09-12 22:00:42.143 3436 3436 F DEBUG : ABI: 'arm64'
09-12 22:00:42.143 3436 3436 F DEBUG : pid: 3384, tid: 3384, name: surfaceflinger >>> /system/bin/surfaceflinger <<<
09-12 22:00:42.143 3436 3436 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
09-12 22:00:42.143 3436 3436 F DEBUG : Cause: null pointer dereference
09-12 22:00:42.143 3436 3436 F DEBUG : x0 0000000000000000 x1 0000000000000000 x2 0000000000000000 x3 00000025b1c537d0
09-12 22:00:42.143 3436 3436 F DEBUG : x4 0000000000000000 x5 0000007fe38db898 x6 0000000000000000 x7 0000000000000030
09-12 22:00:42.143 3436 3436 F DEBUG : x8 0101010101010101 x9 b72fc0062f2280b8 x10 000000005f647079 x11 0000000000000000
09-12 22:00:42.143 3436 3436 F DEBUG : x12 0000000000000001 x13 0000000000000000 x14 0000000000000001 x15 00000025b1c81a88
09-12 22:00:42.143 3436 3436 F DEBUG : x16 000000252f3b9e58 x17 00000025307de610 x18 0000000000000001 x19 00000025b1c537d0
09-12 22:00:42.143 3436 3436 F DEBUG : x20 0000000000000000 x21 0000000000000000 x22 000000252ed0c5e0 x23 0000000000000000
09-12 22:00:42.143 3436 3436 F DEBUG : x24 0000000000000001 x25 0000007fe38dbb00 x26 00000000000f4240 x27 0000007fe38dbb00
09-12 22:00:42.143 3436 3436 F DEBUG : x28 0000007fe38dba90 x29 0000007fe38db900
09-12 22:00:42.143 3436 3436 F DEBUG : sp 0000007fe38db8e0 lr 000000252f396f78 pc 00000025307de620
09-12 22:00:42.146 3378 3378 I PackageBackwardCompatibility: Loaded android.content.pm.OrgApacheHttpLegacyUpdater
Any pointers to what I am doing wrong, or how to further debug would be appreciated.
Also if there is already a kernel built with Wireguard support, a reference to that would be :good:
Hi, I've compiled kernel for Shield 2017 following your steps and I'm probably facing same issue. My boot hangs on Nvidia logo. I have a question - how you've obtained boot logs? ADB don't work from fastboot menu for me.
Hi, did you finally succeed in compiling a kernel for shield 2017 ?

Categories

Resources