- Mar 28, 2016
- 104
- 28
Hi guys,
Today I have installed the latest ROM [ xiaomi.eu_multi_leo_6.3.24_v7-5.1 ] to my Mi Note Pro followed by the installation of "Where is My Droid" application from Google Play:
While perfectly working on "legitimate" EU mobiles, it never worked properly on Xiaomi for various resons. In this particular case, I was able to see the probable cause via logcat (please see relevant part attached). It looks like once mobile receives the request to return its location:
the following exception is thrown:
It is my understanding that this happens because the method either does not exist (which I doubt) or not made public .
This can be easily reproduced on a free version of a "Where Is My Droid" app if required.
Please comment.
Thanks a lot!
Cheers,
Mixxalych
Today I have installed the latest ROM [ xiaomi.eu_multi_leo_6.3.24_v7-5.1 ] to my Mi Note Pro followed by the installation of "Where is My Droid" application from Google Play:
While perfectly working on "legitimate" EU mobiles, it never worked properly on Xiaomi for various resons. In this particular case, I was able to see the probable cause via logcat (please see relevant part attached). It looks like once mobile receives the request to return its location:
Code:
> I/GCM ( 5125): GCM message com.alienmanfc6.wheresmyandroid 0:1459283109279756%e9b9e882000190aa
> I/ActivityManager( 1140): Start proc 12381:com.alienmanfc6.wheresmyandroid/u0a80 for broadcast com.alienmanfc6.wheresmyandroid/.receivers.GcmReceiver
the following exception is thrown:
Code:
> java.lang.NoSuchMethodException: setMobileDataEnabled [boolean]
It is my understanding that this happens because the method either does not exist (which I doubt) or not made public .
This can be easily reproduced on a free version of a "Where Is My Droid" app if required.
Please comment.
Thanks a lot!
Cheers,
Mixxalych