Closed Bluscream closed 7 months ago
Not sure why this error occurred. AOSP source code for Android 14 still has isub
for ISub (subscription manager service). So, if the device has support for telephony, Context.getService("isub")
should not return null
.
Can you share the files /system/framework/framework.jar
and /system/framework/services.jar
?
Not sure why this error occurred. AOSP source code for Android 14 still has
isub
for ISub (subscription manager service). So, if the device has support for telephony,Context.getService("isub")
should not returnnull
.Can you share the files
/system/framework/framework.jar
and/system/framework/services.jar
?
This is a tablet without telephony. I'll get the files and attach them here later
EDIT: Framework_2.zip
You said "phone", so I assumed it supporting telephony.
You said "phone", so I assumed it supporting telephony.
Yeah, sorry. I thought it was clear from the device info posted in the table
I already have necessary checks for telephony. If the tablet supports telephony, how is it managed to bypass it? Can you check if the following features are available?
android.hardware.telephony
android.hardware.telephony.subscription
You can check them at App Manager > Settings > About the device.
OS version: 14
Bootloader: unknown, VM: ART
Kernel: 4.9.190+
Brand: Lenovo, Model: Lenovo TB-X606F
Board: achilles6_row_wifi, Manufacturer: LENOVO
SDK
Target: 34, Min: 28
Security
Root: true
SELinux: Enforcing
Encryption: Encrypted (FBE)
Patch level: February 5, 2023
Security providers: AndroidNSSP (v1.0), AndroidOpenSSL (v1.0), CertPathProvider (v1.0), AndroidKeyStoreBCWorkaround (v1.0), BC (v1.68), HarmonyJSSE (v1.0), AndroidKeyStore (v1.0), JKS (v1.0)
CPU
Hardware: MT8768WT
Supported architectures: arm64-v8a, armeabi-v7a, armeabi
Cores: 8
Graphics
OpenGL ES version: 3.2
Memory
4.00 GB
Battery
Capacity: 5000.0mAh
Screen
Density: hdpi (240 DPI)
Scaling factor: 1.5
Size: 1920px × 1200px
Window size: 1920px × 1200px
Refresh rate: 60.0 Hz
Languages
English (United States)
Users
1 (Owner)
Apps
User: Owner (0)
Total: 285, User: 71, System: 214
Features
android.hardware.audio.low_latency
android.hardware.audio.output
android.hardware.biometrics.face
android.hardware.bluetooth
android.hardware.bluetooth_le
android.hardware.camera
android.hardware.camera.any
android.hardware.camera.autofocus
android.hardware.camera.capability.manual_sensor
android.hardware.camera.front
android.hardware.faketouch
android.hardware.location
android.hardware.location.gps
android.hardware.location.network
android.hardware.microphone
android.hardware.opengles.aep
android.hardware.ram.normal
android.hardware.screen.landscape
android.hardware.screen.portrait
android.hardware.sensor.accelerometer
android.hardware.sensor.light
android.hardware.sensor.proximity
android.hardware.sensor.stepcounter
android.hardware.sensor.stepdetector
android.hardware.telephony
android.hardware.telephony.calling
android.hardware.telephony.data
android.hardware.telephony.gsm
android.hardware.telephony.ims
android.hardware.telephony.messaging
android.hardware.telephony.radio.access
android.hardware.telephony.subscription
android.hardware.touchscreen
android.hardware.touchscreen.multitouch
android.hardware.touchscreen.multitouch.distinct
android.hardware.touchscreen.multitouch.jazzhand
android.hardware.usb.accessory
android.hardware.usb.host
android.hardware.vulkan.compute
android.hardware.vulkan.level
android.hardware.vulkan.version (v4198400)
android.hardware.wifi
android.hardware.wifi.direct
android.hardware.wifi.passpoint
android.software.activities_on_secondary_displays
android.software.adoptable_storage
android.software.app_enumeration
android.software.app_widgets
android.software.autofill
android.software.backup
android.software.cant_save_state
android.software.companion_device_setup
android.software.controls
android.software.cts
android.software.device_admin
android.software.device_lock
android.software.file_based_encryption
android.software.game_service
android.software.home_screen
android.software.input_methods
android.software.ipsec_tunnels
android.software.managed_users
android.software.midi
android.software.picture_in_picture
android.software.print
android.software.sdksandbox.sdk_install_work_profile
android.software.secure_lock_screen
android.software.securely_removes_users
android.software.sip
android.software.sip.voip
android.software.telecom
android.software.verified_boot
android.software.virtualization_framework
android.software.voice_recognizers
android.software.webview
android.software.window_magnification
com.google.android.apps.dialer.call_recording_audio
com.google.android.apps.dialer.SUPPORTED
com.google.android.apps.photos.NEXUS_PRELOAD
com.google.android.apps.photos.nexus_preload
com.google.android.feature.D2D_CABLE_MIGRATION_FEATURE
com.google.android.feature.GMS_GAME_SERVICE
com.google.android.feature.GOOGLE_BUILD
com.google.android.feature.GOOGLE_EXPERIENCE
com.google.android.feature.WELLBEING
Weird. It says you have all the telephony features.
Maybe because it's a GSI firmware? Which is for more than just one device. You can look up the model number on google and will see the tablet doesnt have a SIM slot
Also fyi, the latest debug build (6661 or smth) does not crash but hangs and shows ANR after showing app details
Maybe because it's a GSI firmware? Which is for more than just one device. You can look up the model number on google and will see the tablet doesnt have a SIM slot
Even then, if it says telephony exists, it should return something. Otherwise, it will break compatibility like the example above. The anything is possible scenario could very much be a nightmare for everybody.
Also fyi, the latest debug build (6661 or smth) does not crash but hangs and shows ANR after showing app details
An ANR is expected for now, especially in the debug builds. You need to ignore them by clicking on the wait button.
Also fyi, the latest debug build (6661 or smth) does not crash but hangs and shows ANR after showing app details
It didnt recover after dismissing 10 ANR dialogs
Even then, if it says telephony exists, it should return something. Otherwise, it will break compatibility like the example above. The anything is possible scenario could very much be a nightmare for everybody.
I asked the GSI maintainer and it seems to be a huawei thing?
Fixed in f7888880d14b635ae73e1d8f6b18645fba0ea6a5
Please check before submitting an issue
Logs
Device Info:
To Reproduce
No response Open any app detail
Expected behavior
No response
Screenshots
No response
Additional context
No response