whatawurst / android_device_sony_yoshino-common

This is the Android device configuration for the yoshino platform
10 stars 48 forks source link

Baseband issuse #37

Closed shuxiangfan closed 3 years ago

shuxiangfan commented 3 years ago

Hello, I built Pixel Experience Plus with latest device trees for maple. But after I booted up, it couldn't detect SIM card and said Unknown Baseband version. I have tried to revert 0e509117757ff7c7ac0fba385d0c511ea8609f7d but nothing changed. Here's my logcat:https://del.dog/tolataleve I noticed Could not find 'android.hardware.radio@1.1::IRadio/slot1' for ctl.interface_start from pid: 636 (/system/bin/hwservicemanager) and Could not find 'android.hardware.secure_element@1.0::ISecureElement/SIM1' for ctl.interface_start from pid: 636 (/system/bin/hwservicemanager)

shank03 commented 3 years ago

Other ROMs it worked right ?

shuxiangfan commented 3 years ago

Other ROMs it worked right ?

No, Rcmiku built evox with latest device trees and got same problem.

derfelot commented 3 years ago

my guess would be that those other roms dont have secureelement support. remove it from the manifest and see if that fixes it.

but i'm not sure what the issue is here exactly. los is working fine.

derfelot commented 3 years ago

actually, that is probably not the issue. the link to you logcat isnt working for me (copy/pasting the url isn't either). upload it again so we can have a look

edit: nevermind, just took a while to come up

edit2: Try what i mentioned above, just to rule this out.

shuxiangfan commented 3 years ago

my guess would be that those other roms dont have secureelement support. remove it from the manifest and see if that fixes it.

but i'm not sure what the issue is here exactly. los is working fine.

Thanks a lot! I will try a clean build later. This is log file: https://www.dropbox.com/s/lk03269azojnzqm/log.log?dl=0

derfelot commented 3 years ago

Right, i missed the fact that you are running maple.

I see the problem. I'll try to fix his later.

derfelot commented 3 years ago

should be fixed in my lineage-18.1_update branches

shuxiangfan commented 3 years ago

I saw commit 5ced017768936efb1de6ae6fa7559d486058dc0b in your maple_dsds_update and after applying it ,baseband works! Thank you for your great work!

derfelot commented 3 years ago

cool, i close this issue then

lucasponez commented 3 years ago

I saw commit 5ced017768936efb1de6ae6fa7559d486058dc0b in your maple_dsds_update and after applying it ,baseband works! Thank you for your great work!

Do you have the link of this commit, friend?

shuxiangfan commented 3 years ago

I saw commit 5ced017768936efb1de6ae6fa7559d486058dc0b in your maple_dsds_update and after applying it ,baseband works! Thank you for your great work!

Do you have the link of this commit, friend?

https://github.com/whatawurst/android_device_sony_maple_dsds/commit/c011bdf7be633be6b63133f787c0276a51e086bd Here is it.