PDA

View Full Version : GPS access


stratus
03-24-2010, 07:36 PM
How can i access gps data through code;

Nicknack
03-25-2010, 11:15 AM
try Mike's code from here (http://forums.ppl-lang.com/showthread.php?t=1761&highlight=access) or ask Jozo about his project (http://forum.arianesoft.ca/showthread.php?t=1841). ;)

stratus
03-25-2010, 04:27 PM
Thank's very much for your answer.I have one more question how can i get access to phone data like missed calls ,duration of calls etc.I read that ppl supports this function but i do not find the way.

Nicknack
03-25-2010, 06:59 PM
there is phone.ppl in the lib folder, so add #include "phone.ppl" to your code and play a bit around with the avaible functions.not sure if theres any documentation, but it doesn't seem to difficult.

stratus
03-26-2010, 08:13 AM
there is phone.ppl in the lib folder, so add #include "phone.ppl" to your code and play a bit around with the avaible functions.not sure if theres any documentation, but it doesn't seem to difficult.
I saw the phoneapi but this is not that i want.I want to see all my calls outgoing,incoming,missed not the last one.Also i want to see duration of calls.Is there any way to archive this;

Nicknack
03-26-2010, 10:26 PM
do you have a phone.dll on your device? if so you should be able to use these api calls (http://msdn.microsoft.com/en-us/library/bb416387.aspx), especially PhoneGetCallLogEntry.