Possible aGPS-Fix for Milestone (according to nadlabaks infos on that!)


eybee1970

Members
Jan 4, 2011
26
11
Hi,

maybe Mark could post this to MIUI-Devs responsible for Milestone-releases. According to nadlabak's infos (his CM6/7 is base of MS-MIUI), these steps should solve the aGPS-issue:

It's all in the repo, MIUI devs should add the Location Proxy stub to SystemServer.java:
https://github.com/nadlabak/android_...fc96974baf3d4d
(with the comment corrected by this commit:
https://github.com/nadlabak/android_...fffef85c681f52)

And then, after compilation, the injection of the proprietary classes can be easily done like I do in the squisher, under # Location Proxy injection:
https://github.com/nadlabak/android_...tools/squisher

The smali editing would be quite complicated without the stub in SystemServer.java inserted before the platform building. The best way would be to point the MIUI devs to this way of doing it.

Of course I know all kind of workarounds (GPS-Status App, change NTP-Servers in gps.conf, etc), but these are all no real fixes.

Thx in advance