Wednesday, June 21, 2017

Two big problems with Le S3

Encountered two big issues with the Le S3:

1) No android.net.conn.CONNECTIVITY_CHANGE broadcast, apps are not aware of network changes, such as register loss of SIP after switching from WiFi to mobile data or vice versa.

2) No setExactAndAllowWhileIdle(), apps cannot do things periodically, such as register of SIP every 15 minutes.

The result is: communication-based apps become totally unreliable. Seems a general issue of such Chinese phones.

[Solution] Install the unofficial LOS 13.

 [In Chinese]

一是没有android.net.conn.CONNECTIVITY_CHANGE广播。没有这个广播,apps无法知道
网络有没有变化。自Android 5.0一来,这个广播总是乱广播、误广播,所以我在我自
己的app里对这个广播做仔细的过滤。我能理解乐视的工程师为什么要这么干,但是这
是典型的中国式的不守规矩,在美国不能也这么干的。

二是没有setExactAndAllowWhileIdle()。没有这个,apps无法定时做一些事情。比
如Sipdroid每15分钟要注册一次,就没法子了。我也能理解在流氓软件遍地的中国,为
什么乐视的工程师要这么以流氓的方式对付流氓,但是你在美国卖这个手机,就不能这
样耍流氓。

这里一位老兄也遭遇到了这些问题,他说中国的手机大多都这么干:

https://stackoverflow.com/questions/40931966/android-alarmmanager-setexactandallowwhileidle-and-wakefulbroadcastreceiver-no

需要用手机干正经事的,还是不能买这些国产手机。Axon 7我没有真正使用过,不知道
是不是也是这样,多半没有,因为中兴和华为已经在美国卖了很多年的手机了,应该没
有这么重的流氓习气。

对于不是码农的普通用户来说,结果是网络活动不牢靠,比如微信和邮件不能及时推送
到手机上,Hangouts之类的漏电话,定时的事件不会按时发生。。。好处是省电,类似
于苹果那样的流氓加恶霸式的强行关后台。

是的,我已经在电池管理里面折腾过了,没效果。

【解决办法】刷unofficial LOS 13,一切问题都没有了。


No comments:

Post a Comment