- Jul 24, 2011
- 465
- 65
i do not know yet. I will have more time to look at it this weekend. I have a feeling it's more the kernel/screen driver(maybe how it's interfacing with the rom). For now tho i am stuck for some reasons builds are failing with this:
I am not sure if it's broken for everyone or if it's something with the mi2 tree or what happened at the moment. I will wait a little while and see if something is committed to fix it...
Code:
frameworks/opt/telephony/src/java/com/android/internal/telephony/IccSmsInterfaceManagerProxy.java:145: cannot find symbol
symbol : variable ACTION_NEW_OUTGOING_SMS
location: class android.content.Intent
Intent broadcast = new Intent(Intent.ACTION_NEW_OUTGOING_SMS);
^
frameworks/opt/telephony/src/java/com/android/internal/telephony/IccSmsInterfaceManagerProxy.java:153: cannot find symbol
symbol : variable INTERCEPT_SMS
location: class android.Manifest.permission
android.Manifest.permission.INTERCEPT_SMS,
^
I am not sure if it's broken for everyone or if it's something with the mi2 tree or what happened at the moment. I will wait a little while and see if something is committed to fix it...