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

There is a problem with firmware (LPQ) specifically for Samsung Galaxy S2 running ICS 4.0.3, where SMS is sent twice to all third-party applications (including Handcent, GO SMS, etc.), except for the stock exchange application. I think the latest version of LP7 firmware fixes the problem of duplicate SMS sending.

However, Handcent and GO SMS found their workarounds and updated their apk to the market.

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

thanks!

+7
source share
2 answers

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

And an Android library project that wraps a workaround in a well-compatible API: https://github.com/nadam/compatibility-sms-manager

+1
source

There is an option to check if you are using Samsung in

settings> send message

0
source

All Articles