Related
The other day I was at a football game where I had to park on a golf course far from the stadium and ended up wandering around for 20 minutes trying to locate the car afterward.
I knew that the iPhone had an app called "Dude, Where's My Car?" which let someone use GPS to tag a specific location and then later use Google Maps to guide them back to the GPS mark, but when I did some searching I couldn't find a WinMo version. So I made one.
This version isn't as sexy as the iPhone app, but it's free, and you can store up to 3 different locations and even name them if you'd like. When you want to locate one, you just click the respective Find button and you will be provided an arrow or compass direction (N, NW, S, SW, E, SE, W, NE) and approximate distance to your destination which will change as you continue to move.
I did some testing and got rid of whatever bugs I could find and everything seems to work. Since I find it useful to have, I wanted to pass it on to the community in case they might be interested as well.
If you find any problems with it, let me know, otherwise enjoy.
UPDATE 3
I finally got around to adding arrow guidance to accompany compass directions for finding a destination. The arrows are a bit finicky, but its partially due to the quality of the gps fix and the amount of fluctuation in the coordinates it gets. I find that the best way to work with it is to travel in one direction for a short distance steadily until a steady arrow appears. Once that happens, turn in the direction of the arrow and keep walking in the direction it had indicated until it changes to reflect the direction you turned. I.e. if you are walking straight and right arrow appears, turn right and keep walking straight until the right arrow changes to an up arrow.
I also updated the source code package for anyone interested in modifying the code. As before, I just ask that you keep its open nature going (GNU style) and if you post a new version of the software with arrows, or a better GPS interface (that uses triangulation as an option), etc. that you link the new software back to this thread and you let me know about it so I can check it out
UPDATE 2
As requested, I have attached the source code for the project developed with Visual Studio 08. It's not super clean since I put it together kind of rapidly, but it is decently commented. Anyone is welcome to modify this code and use it for your own personal development. Enjoy and let me know if you have any questions.
UPDATE
Attached a screenshot from my visual studio emulator. It should look the same as on the phone but with longer decimal values for the GPS coords.
Also attached the .cab files for the .NET framework that people were having issues with. I don't know if those will resolve the problems or not, but I developed the phone using the 3.5 compact framework. If you have that, a GPS chip on your phone, and WinMo 6 it should work for you.
Downloading, will try it and give you some feedback.
I'll try this out later. The compass feature is nice, something that nuePark doesn't have.
Thanks for pointing me to nuePark. I wish I had located it when I first did my searching, but then I wouldn't have created this. It looks like I unintentionally covered some peoples' requests for naming and multiple locations. Good times.
theres also an app called wm mini gps, or something along those lines. it will let you set a point, then navigate back to it later.
just my 2 cents
you can also do this in google maps.
The WM Mini GPS looks pretty cool. Google maps is ok, but only if you save it as a favorite. Not very good for temp stuff, and I'm not sure you can add a mark based on your current location (vs an address, which I know you can). I guess this app fuses the functionality and adds flexibility with naming and multiple spots. Thanks for pointing out both options.
bug in progam
smrtdrmmr thanx for the program but the prob is
immediately upon install my lil scroll wheel thingy (dont laugh) stop functioning normally instead of scrolling while browsing it activated the call volume function just like I had tapped the lil speaker icon....
That's really strange. It definitely didn't do that for me and I had to install/uninstall several times during the testing process. The installer is a generic project type based on the directions I got from MSDN. You might have some conflicting settings or something. Anyone else experience this?
This nice little utility works great on my Tilt. I'm gonna move this thread to Development and Hacking so it can have greater exposure for other devices.
Thanks
Tried it yesterday and it worked great!
Any way to get an arrow / graphic that works similar to a compass would, or is it just easier to have the words: SW / S...etc.
Thanks again!
I got the following error message once I tried to run it:
GParkS.exe
Exception
at Microsoft.AGL.Common.MISC.HandleAr()
at System.Windows.Forms.TextBoxBase._SetInfo()
at _System.Windows.Forms.TextBoxBase.set_MaxLength()
at GParkS.GParkS.InitializeComponent()
at GParkS.GParkS..ctor()
at GParkS.Program.Main()
I am running a custom wm6.1 rom with netcf 3.5
Please click one of the Quick Reply icons in the posts above to activate Quick Reply.
download and text
scotcha12345 said:
Tried it yesterday and it worked great!
Any way to get an arrow / graphic that works similar to a compass would, or is it just easier to have the words: SW / S...etc.
Thanks again!
Click to expand...
Click to collapse
I thought about using an arrow that rotates around, but because the phone's orientation can change relative to the compass direction I thought it might be kind of confusing (I.e. it points left so you turn left and start walking but it keeps pointing left because it wants you to travel West and you have rotated the phone).
It would be possible for me to track the direction that someone is traveling and adjust the arrow accordingly, but again, phone orientation could vary and it's just more complicated to deal with. The compass directions are fixed so it keeps things simple and generic no matter what way you are pointing your phone.
fredcatsmommy said:
I got the following error message once I tried to run it:
GParkS.exe
Exception
at Microsoft.AGL.Common.MISC.HandleAr()
at System.Windows.Forms.TextBoxBase._SetInfo()
at _System.Windows.Forms.TextBoxBase.set_MaxLength()
at GParkS.GParkS.InitializeComponent()
at GParkS.GParkS..ctor()
at GParkS.Program.Main()
I am running a custom wm6.1 rom with netcf 3.5
Click to expand...
Click to collapse
I haven't seen this before either so I did a little research and dug up this thread http://forum.xda-developers.com/archive/index.php/t-405749.html which then links here http://forum.xda-developers.com/showpost.php?p=2430410&postcount=390 I am not sure if this corresponds with my app or not, but you could check your registry setting and see if your problem matches the one described in the thread.
smrtdrmmr said:
I haven't seen this before either so I did a little research and dug up this thread http://forum.xda-developers.com/archive/index.php/t-405749.html which then links here http://forum.xda-developers.com/showpost.php?p=2430410&postcount=390 I am not sure if this corresponds with my app or not, but you could check your registry setting and see if your problem matches the one described in the thread.
Click to expand...
Click to collapse
will do. thanks
fredcatsmommy said:
will do. thanks
Click to expand...
Click to collapse
that wasn't the problem; my registry was fine.
doesn`t work for me too. I have net fram 3.5 and i get a window with a german text, somthing like: there is a error that can`t be displayed because i have not installed "NETCFv35Messages.DE.wm.cab" ?
I press okay, the app started and i first tried to change for miles to kilometers, now the app crashes completly with a unexpected error (no luck today)
Hope this helps you finding the Bugs.
smrtdrmmr said:
The other day I was at a football game where I had to park on a golf course far from the stadium and ended up wandering around for 20 minutes trying to locate the car afterward.
Click to expand...
Click to collapse
Parking at the Rose Bowl sucks, huh. You get used to it after a few trips. Now I just need a phone with gps
Any hope of getting some screen shots of this?
UPDATE
Second Release
Right, you need to download the website and the application. Both of which i have now attached to this thread.
Follow the same process you did with the initial release, however, DO NOT edit the config file. There is now a tab in the app for this, please use this instead.
Also, there is now a log file if something goes wrong. It is called 2me2u_logfile.log and will be created in the same folder as the executable.
Initial Release: http://www.spikedsoftware.co.uk/blo...sending-smss-via-your-mobile-using-interwebs/
Evening guys,
I don't know about you, but i'm tired of texting from my whone when i'm at my desk. It's a long process and makes it look like i'm not busy at my desk, especially if i'm having a bit of a discussion with friends.
So i decided to write an app that sits on the phone, waiting for SMS's to be sent. You login to a web portal (which the app also logs into) and create your SMS there (as many as you wish) and when the app checks (every 1s to 300s) it'll download the messages you want to send, then send them. With a delivery report if you so wish.
Also looking for more features to add in once released, for example, SMSing you where your phone is, if you've lost it. Using the GPS.
It's still early, but that app is nearly programmatically complete. It's not very pretty, nor is the website. Hoping to get time this week to tidy it all up and get a test release out.
Watch this space Not even sure if this sort of app will be popular!
Will also be posting release information to my blog, http://www.spikedsoftware.co.uk
japanfred said:
Evening guys,
I don't know about you, but i'm tired of texting from my whone when i'm at my desk. It's a long process and makes it look like i'm not busy at my desk, especially if i'm having a bit of a discussion with friends.
So i decided to write an app that sits on the phone, waiting for SMS's to be sent. You login to a web portal (which the app also logs into) and create your SMS there (as many as you wish) and when the app checks (every 1s to 300s) it'll download the messages you want to send, then send them. With a delivery report if you so wish.
Also looking for more features to add in once released, for example, SMSing you where your phone is, if you've lost it. Using the GPS.
It's still early, but that app is nearly programmatically complete. It's not very pretty, nor is the website. Hoping to get time this week to tidy it all up and get a test release out.
Watch this space Not even sure if this sort of app will be popular!
Will also be posting release information to my blog, http://www.spikedsoftware.co.uk
Click to expand...
Click to collapse
Not sure if this app will be popular!! Who are you kidding?
They charge a lot for this kind of thing, so it isn't cheap. If you want free hosting, let me know - I am not sure what methods you will be using for this, but as long as you know how to create the site, I can host it.
Thanks for the offer, for the moment i have hosting sorted however
Do you have the urls to the competitors?
Cheers,
Dean
Sounds good, but how will this differ from, say, mIQ? That allows you to send and receive SMSs via the web.
Huh... didn't actually see that on the web there.
Safe to say it's far more advanced that my application would be anytime soon. The only difference would be my remote GPS finder and that i had a plan to develop an app for Android.
Not much point now.
Thanks for finding that before i got too far into development!
sounds great, looking forward to it
Other than remote GPS finder, will there be any other special features?
Looks like i won't be continuing, mIQ already have the app i'm creating!
Well don't lose interest just yet. A dedicated solution just for that task, especially one I could host on say my own website would be a much preferred solution for me than yet another social site having access to all my information.
Its a cool idea, but I could see how people would be concerned with privacy. My text messages aren't always PG nor are the discussions always "legal". I personally don't concern myself with privacy anyhow.
Right now I just run MyMobiler and tether the phone to my PC and use the phone GUI with my keyboard. This app/service WOULD be very helpful for people with ridiculously strict IT departments and people who don't use Windows OS on their workstations. I'll definitely check it out when released. Sounds cool.
Eoinoc said:
Well don't lose interest just yet. A dedicated solution just for that task, especially one I could host on say my own website would be a much preferred solution for me than yet another social site having access to all my information.
Click to expand...
Click to collapse
enTRAPAG said:
Its a cool idea, but I could see how people would be concerned with privacy. My text messages aren't always PG nor are the discussions always "legal". I personally don't concern myself with privacy anyhow.
Right now I just run MyMobiler and tether the phone to my PC and use the phone GUI with my keyboard. This app/service WOULD be very helpful for people with ridiculously strict IT departments and people who don't use Windows OS on their workstations. I'll definitely check it out when released. Sounds cool.
Click to expand...
Click to collapse
+1, a server that YOU choose would be fairly better than having to use a common service that would store our data...
The webserver could be our pc, or why not, getting a way to get it working throught a php script that could be hosted on any host we want to
Just my opinion...
[APP - Release] Send SMS from your PC, RELEASED.
Well, you guys are on the exact train i am.
Basically, i was going to host it on my site, and if people were interested, then open it up for registration etc. However, you're right, Privacy was a worry and i'm not sure i like my information being held by someone else, i only just allowe Facebook to.
So, i'll continue, get it polished up, then release a package that people can deploy wherever the hell they want
Hopefully this weekend some time, i would imagine? Busy all week
Cheers guys!
thats the spirit man.. just checked out that other software.. exactly the sort of thing i DIDN'T want.. uninstalled it within 5mins of messing around.
Looking forward to your solution! sounds much more like the sort of thing I would be interested in (and many more im sure)
Anyone think of a good name? :\
Working on it at the moment
japanfred said:
Well, you guys are on the exact train i am.
Basically, i was going to host it on my site, and if people were interested, then open it up for registration etc. However, you're right, Privacy was a worry and i'm not sure i like my information being held by someone else, i only just allowe Facebook to.
So, i'll continue, get it polished up, then release a package that people can deploy wherever the hell they want
Hopefully this weekend some time, i would imagine? Busy all week
Cheers guys!
Click to expand...
Click to collapse
I REALLY like this idea. Please keep me informed!
why not use mymobiler?
inertone said:
why not use mymobiler?
Click to expand...
Click to collapse
Because you need to be able to get to your phone, i.e. ActiveSync or via WiFi.
I don't know about you, but at my place of work, we don't have any drivers installed on the machines to allow us to use USB Devices, other than the keyboard and mouse. And we don't have WiFi that will get us onto the main network. So that option would be out.
Sounds really cool, I'd definitely use it. Right now I just use MyMobiler and just type with my pc keyboard on my phone under the keyboard on ABC. Works fine for me now, but my phone needs to be plugged in if I want to use it.
Hey all,
Thanks for the support, very early release can be found here.
Please can you all try it, let me know how you get on. It's very simple, but it does the trick.
Cheers,
D
Sounds like a good idea, but not sure how many people know this, but as long as you know that format for a carrier you can actually send a message via e-mail to a person's phone as a text.
For Sprint it's <10 digit number>@messaging.sprintpcs.com
for AT&T it's <10 digit number>@txt.att.net and to send MMS to ATT it's @mms.att.net
I have a list of HUNDREDS of the formats somewhere I will post if you all want.
Could you? Would be interesting. Thanks.
Any tried it yet? I've had alot of views and no feedback?
I'm developing a touch screen based system for controlling electronic music. As part of the development, we'll be building our own touch screen, but that's not going to be ready for some time. In the mean time, I need to start writing the software (which will be done in java), and I'm going to need a touch screen to use for testing.
So, I am NOT trying to write an application for the Galaxy Tab. I am writing a application that runs on the my desktop, and I'd like it to be able to get touch information from the Galaxy, in any way practical. I've looked into using an iPad for this, but it looks to be too much of a pain to be worth it. All I need is a way of my java application receiving the list of co-ordinates of touches from the tab, in real time. I don't need any higher level gesture interpretation (as I'll have to do that on my end for the final system anyway), just all the touch co-ordinates. Does anyone have a suggestion on the best way to go about this? Is there something in existence already to accomplish this easily, or is there any kind of java library I can use to make calls to a connected tab from my application? I've been googling around, but haven't found any particularly useful information on the subject, as the tab is chiefly meant to be a stand-alone item, not a pc peripheral. Any tips on where I might start looking would be a huge help. Thanks!
-cullam
cullambl said:
I'm developing a touch screen based system for controlling electronic music. As part of the development, we'll be building our own touch screen, but that's not going to be ready for some time. In the mean time, I need to start writing the software (which will be done in java), and I'm going to need a touch screen to use for testing.
So, I am NOT trying to write an application for the Galaxy Tab. I am writing a application that runs on the my desktop, and I'd like it to be able to get touch information from the Galaxy, in any way practical. I've looked into using an iPad for this, but it looks to be too much of a pain to be worth it. All I need is a way of my java application receiving the list of co-ordinates of touches from the tab, in real time. I don't need any higher level gesture interpretation (as I'll have to do that on my end for the final system anyway), just all the touch co-ordinates. Does anyone have a suggestion on the best way to go about this? Is there something in existence already to accomplish this easily, or is there any kind of java library I can use to make calls to a connected tab from my application? I've been googling around, but haven't found any particularly useful information on the subject, as the tab is chiefly meant to be a stand-alone item, not a pc peripheral. Any tips on where I might start looking would be a huge help. Thanks!
-cullam
Click to expand...
Click to collapse
Ok, well I'm going to try and be brief and not turn this into an Android programming essay so here goes.
You have a couple of different routes you can take.
1. If you use eclipse for development and you hook up your tablet, you can watch the log and see that it prints useful information constantly, basically debug output that tells you whats going on in the background. If you just want to look at it, you can probably see it there.
2. This would be my choice, but I'm a programmer so I love a new adventure. I would recommend you just write a quick app for your tablet that pumps out the location of a touch whenever you touch the screen. If you are familiar with sockets and such, you can just write a simple server Java app that collects packets of data from your tablet, and just have the tablet send out a multicast packet containing the coordinates you touch every time you touch the screen.
There are probably some other ways, but if you are already going to be doing the bulk of the project in Java, you aren't looking at a difficult learning curve to write a basic little android app.
Thanks! I'll definitely try the eclipse trick. And yeah, writing an app on the tab is probably going to be necessary, but MUCH easier than having to learn a new language, and get an official license to do one on the iPad. The thing I'm really unsure about is the available communication methods for getting data back and forth between them. I was hoping there might be some sort of java api to get calls going through the usb connection. So I'll guess I'll see what the Eclipse hook up shows me.
cullambl said:
Thanks! I'll definitely try the eclipse trick. And yeah, writing an app on the tab is probably going to be necessary, but MUCH easier than having to learn a new language, and get an official license to do one on the iPad. The thing I'm really unsure about is the available communication methods for getting data back and forth between them. I was hoping there might be some sort of java api to get calls going through the usb connection. So I'll guess I'll see what the Eclipse hook up shows me.
Click to expand...
Click to collapse
apple stuff is crap anyways, leave them to their pretentious commercials and closed minded development.
as far as the android sdk, I think it will take you a lot less time to just use network communications. google socket client/server java tutorials and you should be set to go in about 2 hours. I have implemented it, its all straight forward, and imho probably an easier app to write that something that pumps out of the usb port
Awesome, thanks
Hey there, I've had an android phone knocking around for some time but only recently started really using it. The main reason I need it is to organize my self, my work and life.
So with this in mind I went and got Any.do and such apps but as I downloaded opened and discarded them I started to find that they all seem to run into the same grave limitations. I have a room full of lists on bits of paper and what I want is to keep them on my phone. But the apps I try offer the option of creating a list and that's it, about 70% of them I discarded because you cant even change the order of the items in the list which is useless to me as i need to write them in priority.
The next problem is that apps such as Any.do which is the best I've found so far can create folders such as work and play and then one long list of everything i will ever need to do at work. I have many tasks to do at work and those tasks consist of other lists of tasks and so on. For example I need to sort out transport up north for a group of people to do a job so I have a work list with the current jobs on it and on it is this job's name, on another bit of paper iis a list of things i need to do for this Job. One of the things I need to do is sort the van out so under fix the van is another list of things I need to do to fix the van, in that list amongst other things in insurance, so i have another list of things to do to get the insurance.
This is how it all works, breaking big tasks down into smaller and smaller tasks till life is all clear and doable. One folder labeled WORK with all these things listed is useless. Great for doing the shopping or organizing a party but no good for organizing your life unless your life is painfully simple.
Because the method of lists within lists is so old and simple and suited to an app I presumed they'd all be able to do it but I cant seem to find one anywhere and I've been at it for a while but then I can barely turn the thing on. So please anyone who knows where to look or what I'm doing wrong I'd appreciate some guidance.
yadnom1973 said:
Hey there, I've had an android phone knocking around for some time but only recently started really using it. The main reason I need it is to organize my self, my work and life.
So with this in mind I went and got Any.do and such apps but as I downloaded opened and discarded them I started to find that they all seem to run into the same grave limitations. I have a room full of lists on bits of paper and what I want is to keep them on my phone. But the apps I try offer the option of creating a list and that's it, about 70% of them I discarded because you cant even change the order of the items in the list which is useless to me as i need to write them in priority.
The next problem is that apps such as Any.do which is the best I've found so far can create folders such as work and play and then one long list of everything i will ever need to do at work. I have many tasks to do at work and those tasks consist of other lists of tasks and so on. For example I need to sort out transport up north for a group of people to do a job so I have a work list with the current jobs on it and on it is this job's name, on another bit of paper iis a list of things i need to do for this Job. One of the things I need to do is sort the van out so under fix the van is another list of things I need to do to fix the van, in that list amongst other things in insurance, so i have another list of things to do to get the insurance.
This is how it all works, breaking big tasks down into smaller and smaller tasks till life is all clear and doable. One folder labeled WORK with all these things listed is useless. Great for doing the shopping or organizing a party but no good for organizing your life unless your life is painfully simple.
Because the method of lists within lists is so old and simple and suited to an app I presumed they'd all be able to do it but I cant seem to find one anywhere and I've been at it for a while but then I can barely turn the thing on. So please anyone who knows where to look or what I'm doing wrong I'd appreciate some guidance.
Click to expand...
Click to collapse
sorry, but you are searching for an notes app, am i right?
i suggest you to try google keep, easy to use, reorderable, you can set alarms and its in the google enviroment.. so it is synced between devices and browser
.. or ask the nsa for help, if you forgot something
I'm searching using the terms: Organization, to do list, Productivity and things like this to try and find an App to help organize into one orderly document of easily assessable lists of what I have to do.
Google Keep is another one that you can make lists in but the list's can not reference each other so you can list everything you have and need to do and buy and so on but you can not group or nest the lists beyond the first level much like the other apps I've seen. You can list WORK,HOLIDAY,SHOP,PARTY and then within the WORK list you can list NORTHERN JOB, FRANK'S, TAX RETURNS. But then that's it. You cant list anything inside TAX RETURNS. It's to basic to organize anything beyond odd jobs and the shopping.
It is one of the ones that is reorderable as in you can move the order of items in the two lists and synchronizing and alarms and all that is fine but I just really need a simple but effective app that allows me to create lists to organize what I have to do and in what order.
I guess I can do it by using folders inside folders with names on them for jobs but it seems like a hell of a work around. Be easier to just live with all my bits of paper but I'm sure there are apps out there to organize things in a little more depth than things like Google keep, I'm sure just not looking in the right place? Anyone?
first and foremost, I'm slightly intoxicated, and therefore I apologise for any misspellings, incorrect location for posting or general not-making-sense-ness.
Background
For some reason, since getting my Nexus 5, i remembered my love for the stock android keyboard and never re-downloaded swiftkey.
I've noticed the (below) behaviour, and wondered about the workings of it....
the problem (not really a problem, but i didnt know what else to title it....)
while writing, if i accidently misspell variations of the f-word, (eg fudked), the word gets (red) underlined, and upon clicking the only suggestions are other child friendly words, varying much further away from the original word. if i manually correct this, the red underlining removes itself as if it knows this word, yet its obviously never suggested.
Reasoning
I completely understand why this would never be suggested as a replacement word for unknown spellings.
(stop longing out my life, what is your...) Question?
google has a safe-search filter enable/disable option. is this possible for my dictionary?
I want to be able to stop this filtering of suggestions. im not asking how to, im just curious to know where this filtering is defined, and where i should start to play around.
Thankyou
....for reading this, i apologise for any offendings.....