Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Share Your Creations > Open Source Projects
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Open Source Projects The place to discuss Basic4ppc open source applications.

GPS4PPC v2.0

Reply
 
LinkBack Thread Tools Display Modes
  #41 (permalink)  
Old 08-24-2010, 06:08 AM
Newbie
 
Join Date: Aug 2010
Location: A top-secret bunker in an undisclosed location...
Posts: 6
Question Kinda works...

Works well so far... I can see and manipulate all the controls in full screen now. But there is one issue: When I get connected to GPS, the "compass" display shows a "sky view" of the satellites I am connected to, not my current direction/heading any suggestions on how to change that? Also, the "set target" button seems to not be working, or maybe I'm doing it wrong. Sorry for the late response by the way.
Reply With Quote
  #42 (permalink)  
Old 08-24-2010, 09:31 AM
Basic4ppc Expert
 
Join Date: May 2008
Location: Berkshire, UK
Posts: 762
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by Unit ZER0 View Post
Works well so far... I can see and manipulate all the controls in full screen now.
Thanks for letting me know that...

Quote:
Originally Posted by Unit ZER0 View Post
But there is one issue: When I get connected to GPS, the "compass" display shows a "sky view" of the satellites I am connected to, not my current direction/heading any suggestions on how to change that?
Yes, I should change that so that the compass ring shows up even when there is no target set (which it depends upon now). Then you could at least see speed and heading even though there cannot be distance or "VMG".

Quote:
Originally Posted by Unit ZER0 View Post
Also, the "set target" button seems to not be working, or maybe I'm doing it wrong.
I have abandoned the original target mechanism (which was a bit limited for routing) in favour of the go-to sequence I described using a waypoint. It is more long-winded for a single target but better for a sequence forming a route. Plus the position can be named and saved for re-use. I have found that there is sometimes a failure to respond to setting the target this way, and the compass ring will then appear after disconnecting the GPS and immediately connecting again.

And, as I said earlier, I have not yet come up with a scheme for switching between forms without returning to the initial screen form. I should at least try the menu solution.

Quote:
Originally Posted by Unit ZER0 View Post
Sorry for the late response by the way.
No problem; we all have numerous distractions - I hope!

Mike.
Reply With Quote
  #43 (permalink)  
Old 08-26-2010, 06:51 PM
enonod's Avatar
Basic4ppc Veteran
 
Join Date: Oct 2007
Location: U.K.
Posts: 324
Default

I have searched the forum and read many posts in vain while trying to track down the elusive KML library which is said to be on the forum.
Will some kind soul please direct this blind man.
__________________
You never stop learning until you die.
Sometimes I think I am dead.
Sometimes others think I am dead!
Homesite: http://www.don-simmonds.co.uk for Libyan Mural

Device:Viewsonic VPad7, Android 2.2.2
Reply With Quote
  #44 (permalink)  
Old 08-26-2010, 07:04 PM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 5,953
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

You can use Google to search the forum as detailed here http://www.basic4ppc.com/forum/quest...ches-tlas.html

Searching with "site:basic4ppc.com kml" brings back 41 results. One of those is probably what you want.
__________________
Sorry, but I don't answer questions by PM or email.
Please post your queries in the forum.
Reply With Quote
  #45 (permalink)  
Old 08-26-2010, 09:17 PM
Basic4ppc Expert
 
Join Date: May 2008
Location: Berkshire, UK
Posts: 762
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by enonod View Post
I have searched the forum and read many posts in vain while trying to track down the elusive KML library which is said to be on the forum.
What I remember of the KML library when I looked at it some months ago, it was rather limited.

You might do better to check the 40+ Google hits that Andrew mentions for where I've offered the code I've developed to read and write KML (and GPX) files.

Mike.
Reply With Quote
  #46 (permalink)  
Old 08-27-2010, 08:35 AM
enonod's Avatar
Basic4ppc Veteran
 
Join Date: Oct 2007
Location: U.K.
Posts: 324
Default

Thank you both, I am enlightened, never thought to use Google instead of local forum search. The only reason for asking was that the with recording version required it, to run.
__________________
You never stop learning until you die.
Sometimes I think I am dead.
Sometimes others think I am dead!
Homesite: http://www.don-simmonds.co.uk for Libyan Mural

Device:Viewsonic VPad7, Android 2.2.2
Reply With Quote
  #47 (permalink)  
Old 09-13-2010, 10:12 PM
Basic4ppc Veteran
 
Join Date: Jan 2009
Location: Bayern, Germany
Posts: 489
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hi Mike

I have been wanting to test your version of GPS4PPC App, but does not work for me.
Question please. Which version of b4ppc is needed, to test and play with ?

Thank you.
Best regards.

William
Reply With Quote
  #48 (permalink)  
Old 09-13-2010, 11:40 PM
Basic4ppc Expert
 
Join Date: May 2008
Location: Berkshire, UK
Posts: 762
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by wm.chatman View Post
... Which version of b4ppc is needed, to test and play with ?
Hi William, assuming it's my version of GPS4PPC-MJC you are referring to, it is definitely version 6.90 source with lots of "Dim ... As Number" and so forth.

All the DLLs it needs are merged into the EXE I posted except for bList.dll. If there are different versions of that DLL then it would need a 6.90 version.

To run it needs a datums text file as bundled with the V2 EXE. I don't remember whether I included that with the CAB file.

I'm still working on it (inventing new bugs! ). For instance I put in Magnetic Variance using the NOAA code that David Erez built into his nav.dll library from another thread.

Best regards, Mike.
Reply With Quote
  #49 (permalink)  
Old 09-14-2010, 12:17 AM
Basic4ppc Veteran
 
Join Date: Jan 2009
Location: Bayern, Germany
Posts: 489
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hi Mike

At least you are able to invent new bugs. v6.8 I use, v6.9 not installed yet.
Working on another PC Unit. Children busted last one. BTW. Real nice App of yours. (killer code) Wisch I'd have the smarts as you.

Please Explain:

>>To run it needs a datums text file as bundled with the V2 EXE.<<

Meaning last version's datums file ?
Reply With Quote
  #50 (permalink)  
Old 09-14-2010, 09:53 AM
Basic4ppc Expert
 
Join Date: May 2008
Location: Berkshire, UK
Posts: 762
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by wm.chatman View Post
>>To run it needs a datums text file as bundled with the V2 EXE.<<

Meaning last version's datums file ?
Sorry; I should have checked which versions of GPS4PPC need the datums file. I'm sure any datum file version will be OK. My setup file includes all the files that are needed but as I said in an earlier message, it is too big for the forum! I was able to attach a CAB file and I think that contains all that is needed.

(And with all the stuff I'm adding in, it is getting bigger all the time! If it was more complete and polished I could put a copy on my own website which doesn't have the size limitation. But then I would also have to write an instruction manual...)

Mike.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Gps4ppc Erel Open Source Projects 67 02-23-2010 03:59 PM
Using Erels Gps4ppc Open Source App., I would like to Integrate this... wm.chatman Questions (Windows Mobile) 21 03-25-2009 07:12 PM
GPS4PPC in opticomp Put Claude Questions (Windows Mobile) 2 01-07-2008 07:51 PM


All times are GMT. The time now is 12:36 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0