I would like to use the GPS on my phone to map my position on a static map or a jpeg. I don't want to use the web at all, I want to store my maps in static images and pull up the appropriate map and be able to find my position on that map
Does anyone know if this is possible and how it would be done?
Thanks.
TW,
BeeLineGPS
I realize you want to be able to import maps, something you cannot do with BeeLineGPS (http://www.visualgps.net/BeeLineGPS/BeeLineGPS), but I'd still strongly recommend the program. It does not do anything over the Internet but it does do just about everything one could do with GPS data. As far as getting some kind of reference of where things are on a blank map, you can import waypoints or mark them on your phone and you can export the movement you've tracked into KML (Google Earth).
From their website: "BeeLineGPS is a high performance Pocket PC cache navigation and management software tool. Import GPX files and manage thousands of waypoints with the advanced Waypoint Manger. View, manage and hunt geocaches with ease and confidence while having fun, a perfect paperless solution. BeeLineGPS also includes active waypoint technology where a waypoint can trigger a warning window for speed traps, safety cameras or play a sound byte while on a guided tour. Other features include waypoint averaging, altitude profiling and a comprehensive trip computer. BeeLineGPS is the ultimate GPS tool for your geocaching and outdoor needs. BeeLineGPS waypoint database can support thousands of waypoints with over 120 icons to depict specific locations."
It's 30 day shareware that eventually turns into nagware but you may find it's worth the $30. Here's the cab: http://www.visualgps.net/BeeLineGPS/BeeLineGPSInstall.CAB
I have not used this at all, haven't even installed it yet, but you might want to look at MyMotion
Very interesting, thanks guys.
I think MyMotion is the closest I've seen yet. I don't really care about tracking where I've been - does anyone know of any open source similar to MyMotion?
TW,
http://www.mgmaps.com/
with
http://www.mapcacher.com/
and
http://debin.net/gMapMaker/
Any thoughts on installing to my tilt? I'm not having much luck...
TW,
i'm newbie on gps stuff so i would like a software that i can track my phone for an example... in every 30minutes the phone autorun gps send the coords to some place on internet or something and then turn off gps again... this on background and i can track on my pc at home or something... this is usefull in a robbery... can this be done? thx in advance ;P
tiger.woods said:
Very interesting, thanks guys.
I think MyMotion is the closest I've seen yet. I don't really care about tracking where I've been - does anyone know of any open source similar to MyMotion?
TW,
Click to expand...
Click to collapse
I think you should take a look at GPStuner. It does a lot of things
- Maps can be downloaded from the phone, or from a computer and stored on memory card. (i currently have 50 JPG covering 200 sq km)
- It records your track, gives information about your current speed, altitude, average speed...
- You set up points aywhere on the map and it will lead you to them, or search nearby points. I use it for things that do not come on Tomtom, like bus stops, libraries or free WiFi hotspots
- You can save your track and open it on Google Earth
Another similar software is tracky, but I like GPSTuner more
chinomoreno, it's not polite to hi-jack a thread... start another with your question.
You can also use LEM's TrackMe, using it off-line it will store your data on your device until you decide to upload it (by example when connected with Wifi or ActiveSync). It also stores .kml files you can use in Google Earth.
We've kind of moved off topic to tracking software as opposed to being able to find a point on a static map or image... is it really that difficult to do???
TW,
Desktop app exportable to kaiser
I use Memorymap on my desktop and it can be fully exported to pda. Incorporates standard maps and arial photographic images which you can flip between:
http://www.memory-map.com/
tiger.woods said:
We've kind of moved off topic to tracking software as opposed to being able to find a point on a static map or image... is it really that difficult to do???
TW,
Click to expand...
Click to collapse
PathAway, but it's way more than what you're asking for. You can create a map, calibrate it, then upload it. You can do large maps, small maps, etc.. And you can pull in topo or sat maps in on the fly over the data connection too if you don't happen to have a map already made.
Here we go:
I use a number of Microsoft Access Databases for my work, and each one is intensely coded and designed and basically run like actual programs. What I am looking for is to be able to take these databases with me. Now understanding that Microsoft and Android are two completely different beasts, what I really am looking for is the ability to take the tables (I use all Back-end database so all my tables are in a completely separate file then all my forms, queries, and reports) and the data with me and be able to run them in a program on Android that keeps the relationships and fields and all of that sort of stuff.
Now what would be great is the ability to use forms (even if special forms for android need to be made), run queries, and even be able to run reports and print as PDFs.
now I know how to code in VBA, hence the extensive coding I have done in Access, so anybody willing to WORK WITH in creating an Android Program to basically be an extension of Microsoft Access please contact me. Please not I use the words WORK WITH loosely, while I am trying to learn how to Program for Android, I currently do not have a computer that I can use to develop programs for android on, and well I would be only able to create the "Hello World" starter program and this project seems a slight bit more complicated. But what I can bring to the table is real world experience in testing and using the program day in and day out, a number of already existing Microsoft Access Databases ranging from Complex to Simple that I use every day. Really a program that can run Microsoft Access Tables on Android would be really useful to me and I am willing to do anything to help make this happen.
kronos82 said:
Here we go:
I use a number of Microsoft Access Databases for my work, and each one is intensely coded and designed and basically run like actual programs. What I am looking for is to be able to take these databases with me. Now understanding that Microsoft and Android are two completely different beasts, what I really am looking for is the ability to take the tables (I use all Back-end database so all my tables are in a completely separate file then all my forms, queries, and reports) and the data with me and be able to run them in a program on Android that keeps the relationships and fields and all of that sort of stuff.
Now what would be great is the ability to use forms (even if special forms for android need to be made), run queries, and even be able to run reports and print as PDFs.
now I know how to code in VBA, hence the extensive coding I have done in Access, so anybody willing to WORK WITH in creating an Android Program to basically be an extension of Microsoft Access please contact me. Please not I use the words WORK WITH loosely, while I am trying to learn how to Program for Android, I currently do not have a computer that I can use to develop programs for android on, and well I would be only able to create the "Hello World" starter program and this project seems a slight bit more complicated. But what I can bring to the table is real world experience in testing and using the program day in and day out, a number of already existing Microsoft Access Databases ranging from Complex to Simple that I use every day. Really a program that can run Microsoft Access Tables on Android would be really useful to me and I am willing to do anything to help make this happen.
Click to expand...
Click to collapse
I think we must have the same job
Android utilizes an sqlite database engine and it looks like sqlite already offers a conversion utility HERE. The real question would be how to get the data in and out of the phone. Regarding forms, they definitely would need to be custom built.
Thanks this is deffenetly a start, From what I can tell this This Looks to be the most promising, It looks like all you would have to do is put a MS Access Database file on your SD CARD and have a program access it. That way you copy it back and forth. Unfortunately it doesn't support Access 2003, but I can save down. I also got a lot of learning to do in programing Java programs.
Forms would be as simply as making a program, this is great thanks much
kronos82 said:
Here we go:
I use a number of Microsoft Access Databases for my work, and each one is intensely coded and designed and basically run like actual programs. What I am looking for is to be able to take these databases with me....
Click to expand...
Click to collapse
I would like to say, "yes, please!" to this idea. I currently use Smart List to Go (the descendant of ThinkDB) on my Palm TX. The TX is dying, and I've been shopping for a replacement. HanDBase exists for the iPhone, but I don't want an iPhone. So I've been focused on WinMo - not by choice as much as by necessity.
And android option would be very welcome around my computers.
benmyers2941 said:
I think we must have the same job
Android utilizes an sqlite database engine and it looks like sqlite already offers a conversion utility HERE. The real question would be how to get the data in and out of the phone. Regarding forms, they definitely would need to be custom built.
Click to expand...
Click to collapse
androids sqlite its for applications to access and store data using java code.
try the pocket office app
Freedomcaller said:
androids sqlite its for applications to access and store data using java code.
try the pocket office app
Click to expand...
Click to collapse
Exactly and we're talking about creating an app that would enable manipulation of an sqlite database. Essentially all that would be needed would be to create a ui framework wrapper for the existing api in android. Not the least monumental task I've heard of an individual taking on but not the most either.
The versions of pocket office that I've seen for android do not currently support Access databases as far as I'm aware. If I'm wrong could you post a link and save everyone some trouble?
aaaaaaaaaaaaaaaaaaa
kronos82 said:
Thanks this is deffenetly a start, From what I can tell this looks to be the most promising, It looks like all you would have to do is put a MS Access Database file on your SD CARD and have a program access it. That way you copy it back and forth. Unfortunately it doesn't support Access 2003, but I can save down. I also got a lot of learning to do in programing Java programs.
Click to expand...
Click to collapse
Jackcess library is now patched to support android (will be in 1.2.2 release). Also seems to support 2000, 2003 and 2007 formats now.
Works great for me.
View jackcess site. Couldn't find anything on support for android. I'm using htc desire and would really like to find program to view ms access file. Can you tell me how you do it?
As I remember reading worked as on PC, while writing had some problems.
This forum prevents me from linking directly, but if you click tracker/patches on Jackcess project, check Android Compatibility Fix - ID: 3101578
The changes are in trunk and will be in the 1.2.2 release. I've added some
notes which will eventually make it to the FAQ page on the website
detailing the compatibility steps:
- Set the system property "com.healthmarketscience.jackcess.broken
Nio=true"
- Set the system property "com.healthmarketscience.jackcess.resour
cePath=res/raw/"
- Copy the *.txt, *.mdb, and *.accdb files from the
"com/healthmarketscience/jackcess/" directory in the Jackcess jar to the
"/res/raw" Android application directory.
- Before executing any Jackcess code, set the current Thread's context
classloader, e.g.
"Thread.currentThread().setContextClassLoader(Database.class.getClassLoader())".
Click to expand...
Click to collapse
Until this version (1.2.2) is released you need to build lib yourself.
You also need commons-lang and commons-logging from apache commons.
Before you use Jackcess in Android code, you set
Thread.currentThread().setContextClassLoader(
getClass().getClassLoader());
System.setProperty(
"com.healthmarketscience.jackcess.brokenNio",
"true");
System.setProperty(
"com.healthmarketscience.jackcess.resourcePath",
"res/raw/");
Click to expand...
Click to collapse
and copy those resource files to res/raw
Then you can work as on PC, for example open /sdcard/yourprogram/file.mdb
Jackcess has no GUI, it's a library to read/write access files.
Getting an Access file into Android
I keep a lot of information on a Psion Revo, which has just turned its face to the wall and is giving up the ghost, and have always backed the information up on to my pc as an Access file. It looks easier to get this into a format acceptable to Android by converting the Access .mbx file into an Excel .xls file. This can be searched readily by Column and Values. Maybe this deals with too simple a need for most enquirers to the forum, but if it helps somebody then so much the better.
hi all i have beenlooking for something the same for some time now and just the other day i came accross this site cellica.com
the android app is free and the desktop application has a 5 day trial period or its $50 to buy it works great the only thing you can not do is create a report from the phone
i have emailed support team and they said they will be adding it on in the future.
Any Updates???
I currently build and use databases in MS Access and was wondering if there are any updates on this topic now that Tablets are in use now. Looking to get the Motorola Xoom (2nd version) in the future, but would love to be able to use a program that I would be able to access my MS Access databases while "on-the-go".
Anyone? This would be huge (I believe), since we now have tablets.
Thanks a bunch,
~Kilch~
Access to MS Access by Android
Hi,
I'm also looking to get on-the-go access to my Access databases on my Android HTC Tattoo.
The file is on it, I just need a tool to access it in read-only / search mode, but judging from the previous comments, there doesn't seem to be an oversupply in applications.
The "convert to Excel format" may be OK for me. I want to use a 3 language Access DB (dictionary) on my phone, so I'll try the Excel solution.
It would be nice if we had an ACCESS reader though...
John
Panacea Database
I know XDA frowns upon excessively hawking your own products here, but I do seem to be directly answering more than one of the reply questions, it just happens that the answer is an application my company released.
The Panacea Database application can handle Access from Access 2000 to Access 2007. It has also worked so far on every Access 2010 database we've tested, and we've received no complaints in that department yet. We release updates from time to time as we improve its functionality and features, often guided in our priorities by user e-mail and market comments. Our next update will be focused on improving screen layout for a variety of Android devices - from small QVGA smartphones, to large WXGA tablets. After that we may move onto other functionality.
In the interest of fairness, I'll point out arafa1209's post. He mentions Celicca Database, which is the only other application that I know of that deals with Access databases on Android. It has features Panacea does not have (yet) - ability to work with forms, ability to create and modify databases, ability to connect to your PC etc. Like us, they also send out updates improving their app regularly. So you can compare the apps, and use which one fits your needs better (or use both). If anyone knows of any others they can post here as well, but these are the only two I know of currently.
Just tried Panacea. Although it is more basic and annoyingly doesn't remember the last files you'be opened necessitating finding the file each time you open the app I prefer it for the simple reason you don't have to convert the Access database to another format.
amwebby said:
doesn't remember the last files you'be opened necessitating finding the file each time you open the app
Click to expand...
Click to collapse
If you update the app, this should be fixed, the last version should have this feature.
Got the update last week. Certainly goes a long way to making it more user-friendly. Keep up the great work!
Since the last update it seems to be broken. Although it remembers the last database I cannot open a table within any database.
Edit: It appears the file was corrupted. Loaded a new file and all working again.
Any news in this topic.
I tried panacea Database, works fine. But not very effective. Searching data is a must for me however I didnt manage to find a search option. When I search for tables, it cant even locate the tables by names.
Hello!
I’m trying to get excited about Windows Phone 7 development again and I need your help. I’m looking for beta-testers for my new app GPS Calculator 4 (OK, this is not exactly new, but this version is a complete refresh).
GPS Calculator is a Swiss army knife tool for working with GPS data. Currently following functions are implemented:
1. Project. Ever wondered where you will end up if you go for 20 miles 45 degrees north? GPS Calculator can accurately project on real earth ellipsoid surface and provide with target coordinates. And now, using Bing reverse geocoding, you can also find the name of the place.
2. Measure. What is the exact distance from Paris to London? From your current location to New-York? From home to office? OK, you get the idea. And with more than 2700 cities data build-in this functions works even in offline mode.
3. Convert. From decimal degrees to GPS coordinates and vice versa.
Have any suggestions for other features to add? Please let me know.
Best of all, GPS Calculator is completely free and has no ads.
If you would like to take part in beta, please let me know the live-id of your phone and I’ll send you the link. This is also my first attempt to globalize (and localize) my app, so I’m especially interested in people with non US phones.
Thank you for your attention.
Nikita
Nice app. I don't need convert but useful is check GPS coordinates on the map.
Thanks...good application
great app
APP
the app works perfect
Thank you everyone for your responses. After collecting this and some feedback I've drastically improved the app functionality and interface. I would love it, if you try the new beta and let me know.
New version includes real-time gps tracking, detailed gps settings, favorites management, area calculation and shortest route visualization on the map.
Thank you!!!
mikam30 said:
Thank you!!!
Click to expand...
Click to collapse
Glad you like it. I want to try make French translation for the app too, if I do, could you help check it? My French is very rusty
Hello everybody, happy to have found this forum.
I am a student and have studied 3 years Java in highschool (pretty good level) and studying for about 2 C/C++ at University, am good with PHP and databases and I know some CMS pretty well. So intermediate programming skills, hoping to improve them. I'm from Italy so excuse my bad grammar
I want to create this app for some friends of mine and I want it to be connected to a database and that database will be displayed online on a website. Basic data categorized and if possible displayed differently for different zones. So say you're from Japan and access a category from the website: firstly it asks for location access and then displays to you the "nearest" data available (if you'd want you could access data from other locations). This should have minimum costs, talking website/database.
So what I am asking, how hard this can be? I have never created a project in Android Studio, just worked with Netbeans ,CodeBlocks and Eclipse.
Is there a way to quickly learn how to save the data from an app to a database ? The other way I guess I'm able to do it.
If any of you is so kindhearted to help me find some good tutorials.
Thanks.
It depends on your skill, based on your skill set it will be easy for you.
All you need is create an API for your app so it can exchange data to your web server. You can use a PHP Framework for your API to make your life easy.
On Android part you can use GSON for converting JSON data to Java Object and vice versa.
mariozawa said:
It depends on your skill, based on your skill set it will be easy for you.
All you need is create an API for your app so it can exchange data to your web server. You can use a PHP Framework for your API to make your life easy.
On Android part you can use GSON for converting JSON data to Java Object and vice versa.
Click to expand...
Click to collapse
hello kababayan.. do you specialized on themes? for what devices?
ioubuntu said:
Hello everybody, happy to have found this forum.
I am a student and have studied 3 years Java in highschool (pretty good level) and studying for about 2 C/C++ at University, am good with PHP and databases and I know some CMS pretty well. So intermediate programming skills, hoping to improve them. I'm from Italy so excuse my bad grammar
I want to create this app for some friends of mine and I want it to be connected to a database and that database will be displayed online on a website. Basic data categorized and if possible displayed differently for different zones. So say you're from Japan and access a category from the website: firstly it asks for location access and then displays to you the "nearest" data available (if you'd want you could access data from other locations). This should have minimum costs, talking website/database.
So what I am asking, how hard this can be? I have never created a project in Android Studio, just worked with Netbeans ,CodeBlocks and Eclipse.
Is there a way to quickly learn how to save the data from an app to a database ? The other way I guess I'm able to do it.
If any of you is so kindhearted to help me find some good tutorials.
Thanks.
Click to expand...
Click to collapse
I guess it can be created and to save your time try to build it using a mobile app builder then connecting it to other source would be easier
All the best