[android-porting] Re: Disabling GPS in Android build system

2011-11-15 Thread aulty
It has been suggested to use 'BOARD_HAVE_GPS_HARDWARE := true' in BoardConfig.mk. However there are no references to this string in the sources: http://www.google.com/codesearch#search/&exact_package=android&q=BOARD_HAVE_GPS_HARDWARE&type=cs. The documentation for BoardConfig.mk has been removed b

[android-porting] Re: Disabling GPS in Android build system

2011-11-18 Thread aulty
For anyone interested, adding either: setprop ro.ril.def.agps.value 4 or setprop ro.ril.def.agps.mode 0 to the device's init.rc file seems to have disabled gps. Cheers, Matt On Nov 15, 3:09 pm, aulty wrote: > It has been suggested to use 'BOARD_HAVE_GPS_HARDWARE := true' in > BoardConfig.mk. > H

[android-porting] Re: Disabling GPS in Android build system

2011-11-24 Thread aulty
It turns out those settings didn't work. I did a fix but its been changed upstream in webkit: http://pastebin.com/MgaDqxxe On Nov 18, 10:17 am, aulty wrote: > For anyone interested, adding either: > setprop ro.ril.def.agps.value 4 > or > setprop ro.ril.def.agps.mode 0 > to the device's init.rc f