forked from wsot/platform_frameworks_base
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Still having problems with the FM radio addition of 0209. FInally got a logcat, since I don't have any devices that run that OS.
http://pastebin.com/2VDGkiWB
Looks like we have a casting problem with the new package. Here's the money shot:
com.stericsson.hardware.fm.FmReceiverImpl cannot be cast to android.privacy.PrivacySettingsManager
There are multiple potential points of failure here, because it now takes a simply unbelievable amount of jiggering to port to 4.1. In this case I have to...
1)Copy over ContentResolver.smali, GSMServiceStateTracker.smali (both used to work...the ContentResolver has been updated to include the FM radio portions)
2) Delete all RILs except for the one used (method cap issue)
3) Copy over Mms.apk instead of patch
Metadata
Metadata
Assignees
Labels
No labels