Change in the framework-res.apk LocationProviderPackageName


cesco73

Members
Oct 12, 2011
1
13
Hi all,

in my original framework-res.apk i have this lines

<string name="config_networkLocationProviderPackageName">c om.baidu.map.location</string>
<string name="config_geocodeProviderPackageName">com.baidu .map.location</string>

have I tried to change her and to ricompile the apk but doesn't it work, someone might look at my original framework-res and to change these lines, and replace them with

<string name="config_networkLocationProviderPackageName">com.google.android.location</string>
<string name="config_geocodeProviderPackageName">com.google.android.location</string>

I have used apkMultitool.

https://docs.google.com/file/d/0B2ISbVP2JqkheGNOeW1SX19vVmc/edit?usp=sharing : framework-res.apk


I'd be grateful
 
  • Like
Reactions: Roo79