ZeroSMS icon indicating copy to clipboard operation
ZeroSMS copied to clipboard

Android >=2.3 Class 0 SMS Proof of concept

Results 3 ZeroSMS issues
Sort by recently updated
recently updated
newest added

How i can build your sources ? Project needed in some libs com.android.internal.telephony etc.

Hello, It doesn't work anymore (worked on Android 2.3) on Android 4.3 (CM10.2.1). ``` E/AndroidRuntime(26541): java.lang.NoSuchMethodError: com.android.internal.telephony.Phone.getIccSmsInterfaceManager E/AndroidRuntime(26541): at com.android.zerosms.ZeroSMS.sendSMS(ZeroSMS.java:139) E/AndroidRuntime(26541): at com.android.zerosms.ZeroSMS.access$2(ZeroSMS.java:129) E/AndroidRuntime(26541): at com.android.zerosms.ZeroSMS$1.onClick(ZeroSMS.java:59) E/AndroidRuntime(26541): at android.view.View.performClick(View.java:4247) E/AndroidRuntime(26541):...

What should I do after moving ZeroSMS-signed.apk to /system/app? Should I send SMS via default messenger?