Hi,
I found the problem for voltage differences...
In Android Lollipop SDK they are not enabled gpio's the following signals to power up the GPS Module...
1. AUX_3V15_EN GPIO(6, 9)
2. GPS_EN GPIO(3, 0)
3. GPS_PPS GPIO(3, 18)
So I manually pulled up these gpio's on the sysfs, after this i got the same voltages in all the pins compared with android 4.2, but thereafter also not working...
There are some device node's missing related to GPS on "/dev" directory...
Here is list of dev nods...
1. /dev/athrnmea
2. /dev/athrpipein
3. /dev/athrpipeout
Is there any kernel module required for GPS?
How can i solve this issue?
Regards,
Narasimma