Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any solution for Samsung Galaxy ICS 4.0.3 LPQ firmware sending two text messages?

There is an issue with firmware (LPQ) specifically for Samsung Galaxy S2 running ICS 4.0.3 where SMS is sent twice on all 3rd party apps (including Handcent, GO SMS, etc) except stock messaging app. I think the latest version of firmware LP7 fixes the duplicate send SMS issue.

However, Handcent & GO SMS has found their own workarounds and upgraded their apks to market.

Does anyone else know how to fix this issue programmatically using sendMultipartTextMessage() or/and sendTextMessage()?

thanks!

like image 572
asangani Avatar asked Apr 04 '12 22:04

asangani


1 Answers

Check out the workaround at the official bug report http://code.google.com/p/android/issues/detail?id=27024#c23

And the Android Library project that wraps the workaround in a nice consistent API: https://github.com/nadam/compatibility-sms-manager

like image 91
marmor Avatar answered Nov 07 '22 11:11

marmor