[updated] GPS2Clipboard V1.6 - Windows Mobile Apps and Games

GPS2Clipboard gets the GPS position data and copy them to the clipboard from where they can be pasted to any application with a paste command (for example an SMS or e-mail editor).
As different programs may use different GPS data formats GPS2Clipboard can format them as sexagesimal, fractional, decimal and as a Google Maps link ready to be pasted in an Internet Browser or a Google Kml placemark ready to be used by Google Earth.
Moreover, GPS2Clipboard show visually the quality of the GPS signal to help in obtaining a good position data.

I love the sound if this, Screen shots?
MM

minor bug?
very nice little prog.
i hope you can add some config options (port/baud).
i used it and it is very simple and straight to the point, just one bug, it didn't add the minus "-" sign to indicate my location was in the nothern hemisphere.

Very good idea, how about displaying the coordinates in the program aswell (displaying them in the chosen format)?

AthenaLod said:
i hope you can add some config options (port/baud)..
Click to expand...
Click to collapse
When the default port and buadrate are not ok a Setup button appears and you can change them. At any rate they can be found them under the registry key HKCU/software/GPS2Clipboard
AthenaLod said:
it didn't add the minus "-" sign to indicate my location was in the nothern hemisphere.
Click to expand...
Click to collapse
Ops! Would you kindly post a capture of the screen in this condition (or transcribe the displayed values) and how the values should be correctely displayed.

me_ said:
how about displaying the coordinates in the program aswell (displaying them in the chosen format)?
Click to expand...
Click to collapse
When the fix is available they already are.

oruam57 said:
When the default port and buadrate are not ok a Setup button appears and you can change them. At any rate they can be found them under the registry key HKCU/software/GPS2Clipboard
Ops! Would you kindly post a capture of the screen in this condition (or transcribe the displayed values) and how the values should be correctely displayed.
Click to expand...
Click to collapse
Here is the Google Maps link
http://maps.google.com/maps?q=33.94517500,83.37421333&z=14&t=k
should be -83 (i think this would be longitude (east/west greenwich), rather than latitude (north/south equator))

that was funny, i clicked on the link and was a like, WTF you are in the middle of no where... but then i added the - to the 2nd number and it was right on a house.
great program, if the - shows up

AthenaLod said:
should be -83 (i think this would be longitude (east/west greenwich), rather than latitude (north/south equator))
Click to expand...
Click to collapse
Try the new version, hope it works as it should.

It's possible to send the coordinates of a POI in TomTom instead of the GPS position?.
Thank you.

oruam57 said:
Try the new version, hope it works as it should.
Click to expand...
Click to collapse
Looks like you fixed the coordinates, but you broke the copy to clip board feature!
That was when I tried the CAB, but when I tried to copy the exe and the dll, it worked!

AthenaLod said:
Looks like you fixed the coordinates, but you broke the copy to clip board feature!
That was when I tried the CAB, but when I tried to copy the exe and the dll, it worked!
Click to expand...
Click to collapse
It makes no sense to me, the files inside the cab are binary equal to the unpacked exe and dll (I just checked). Would you give me some more details?

oruam57 said:
Try the new version, hope it works as it should.
Click to expand...
Click to collapse
oruam57, congratulations good application!!
I installed it on a HTC Touch Cruise, but I can't get it to see it on Google Maps
the GPS2Clipboard output is
DUE TO PRIVACY REASONS I SUBSTITUED numbers by XX & Y...
http://maps.google.com/maps?q=XX,XXXXXXXX,-Y,YYYYYYYY&z=14&t=k
and the Google Maps says that does NOT exists!
If I go directly to the same point directly in Google Maps and copy the GPS address, it is
http://maps.google.com/maps?f=q&hl=...XXXX,-Y.YYYYYY&spn=0.003743,0.009978&t=h&z=17
Could you explain or have a fix for it?
Thanks in advance.
EDITED:
and if instead this output from your application lat,lon: N 0XX°XX'XX,XX",W 00Y°YY'YY,YY" you modify it to 0XX°XX'XX,YY" N, 00Y°YY'YY,YY" W, it works with Google Earth. Thanks.

oruam57 said:
It makes no sense to me, the files inside the cab are binary equal to the unpacked exe and dll (I just checked). Would you give me some more details?
Click to expand...
Click to collapse
Tried it again, and it is working now! I don't know what was happening, but, works like a charm now... good job.
I have also noticed that a setup button appears if there was a problem connecting to the GPS port to allow for the setup of the port/baud.
Good job!

BetoX said:
I installed it on a HTC Touch Cruise, but I can't get it to see it on Google Maps the GPS2Clipboard output is
http://maps.google.com/maps?q=XX,XXXXXXXX,-Y,YYYYYYYY&z=14&t=k
and the Google Maps says that does NOT exists!
Click to expand...
Click to collapse
I suspect it is the awfull habit of windows of using the regional settings even if no one asked for it. Would you please replace the commas with dots as below
maps.google.com/maps?q=XX.XXXXXXXX,-Y.YYYYYYYY&z=14&t=k
and report the result. If it works I will modify the program accordingly.

oruam57 said:
....
and report the result. If it works I will modify the program accordingly.
Click to expand...
Click to collapse
YES, it is working NOW!!
Thanks again.

Great apps. I have one suggestion. Please add support fow customized url for map link, for example something like this:
http://www.mapy.cz/?st=search&fr=Loc:$lat+$lon, where $lat, $lon will be replacet with coordinates in degree (like google maps)

ATomCZ said:
Please add support fow customized url for map link
Click to expand...
Click to collapse
If you look under the registry key HKCU/software/GPS2Clipboard you will found some string values named "...Format" that contain the C# formatting string used to generate the program output. There the 0 and 1 placeholders ({0:f8} and {1:f8}) stand for the latitude and longitude values.
For example the "GoogleLinkFormat" contains
"http://maps.google.com/maps?q={0:f8},{1:f8}&z=14&t=k"
To have a different url you should simply modify that string (at your risk, of course , so copy the old string just in case...)

Belerofontes said:
It's possible to send the coordinates of a POI in TomTom instead of the GPS position?
Click to expand...
Click to collapse
POI is a binary, not text, format so the answer is no. But you can send the sexagesimal format and the receiver can input it with the command Navigate to.../Latitude Longitude

oruam57 said:
...If it works I will modify the program accordingly.
Click to expand...
Click to collapse
now with v1.6 works perfectly!! Thanks ORUAM.

Related

PocketScreen 1.3 (10-11-2007)

I was looking for a tool to make screenshots of my phone. But I couldn't find the 'perfect' app for it. So I wrote a tool myself.
It's called PocketScreen. It's been written in VB.NET so you need the .NET Compact Framework for it.
Attached is a screenshot of the application.
You can set a timer from 1 to 60 seconds (1, 2, 3, 4, 5, 10, 20, 30, 45 or 60 seconds)
Further you can decide to exit or focus the application after capture.
The supported filetypes are *.bmp, *.jpg, *.gif or *.png.
When you press the capture button it will automatically minimize the application.
I've tested this on a Wizard only but it should work on any PocketPC with .NETCF 2.0 installed.
Updates
Version 1.3 (10-11-2007)
Some users who tested the application reported an error when opening the directory browser. I cannot reproduce the error but I tried to 'fix' the error.
- Option focus and exit application after capture changed. Now either focus or exit must be selected to prevent the program to stay minimized in memory.
- Directory browser updated. Root is not shown.
- When an error occures while displaying the directory browser a window will be displayed with the error message. (please report)
- Subdirectories will not appear twice (or more) anymore after expanding/collapsing multiple times.
Version 1.2 (07-11-2007, 20:30)
- Settings will be saved on exit. (and will be loaded on startup, of course)
- It's possible to set the number of captures.
Version 1.1 (06-11-2007, 16:00)
- The default save as dialog has been replaced by a new directory browser. Now it's possible to choose a subdirectory to store the captured screenshot.
Nice one Rhapsody - works nicely and the ability to save to multiple file formats is great.
Apprecaite it
Appears very nice...this could be the new "screen capture" app everyone includes in their roms instead of Pocket screen Capture which will only save to the temp dir and will only save in .bmp
great tool, thank you for developing this useful app.
Works on the AXIM x50v with WM5.0 ROM A03
Thanks
Thanks for the comments! Hopefully we'll see some more threads with screenshots over here
In addition it should be great if the application could take a screenshot on a button pressure...
Rhapsody said:
Thanks for the comments! Hopefully we'll see some more threads with screenshots over here
Click to expand...
Click to collapse
Iam using this when I haven't got a PC on hand. On my PC I am using My Mobiler.
btw you made it on freewareppc, link
Ginex said:
In addition it should be great if the application could take a screenshot on a button pressure...
Click to expand...
Click to collapse
I've been looking to add this functionality, but due time I didn't include this. Maybe I'll include it once. It's a nice feature to keep in mind though!
hendrixus said:
Iam using this when I haven't got a PC on hand. On my PC I am using My Mobiler.
btw you made it on freewareppc, link
Click to expand...
Click to collapse
haha, thanks that's funny.
Rhapsody said:
haha, thanks that's funny.
Click to expand...
Click to collapse
Eeuwige roem dus
hendrixus said:
Eeuwige roem dus
Click to expand...
Click to collapse
Ik voel mij vereerd!
I feel honoured.
Rhapsody said:
Ik voel mij vereerd!
I feel honoured.
Click to expand...
Click to collapse
Rhapsody,
Just figured I'd ask..I'm sure someone will build one if not....do you have an oem package version of the screen capture program for inclusion as a package in a rom? It's basically a zip with the exe and registry entries in a certain format with the executables compressed with upx.
I may try to build one..I'm new to the rom cooking business so usually I just grab ready made packages but if the registry entries are minimal I can probably figure it out.
famewolf said:
Rhapsody,
Just figured I'd ask..I'm sure someone will build one if not....do you have an oem package version of the screen capture program for inclusion as a package in a rom? It's basically a zip with the exe and registry entries in a certain format with the executables compressed with upx.
I may try to build one..I'm new to the rom cooking business so usually I just grab ready made packages but if the registry entries are minimal I can probably figure it out.
Click to expand...
Click to collapse
Unfortunately I don't have a 'oem package'. If you want to try; please go ahead
The application doesn't use any registry at all. So I think the only settings which are stored in the registry are the shortcuts.
Thanx for this great app, just what i needed...Thanx
Nice App, trying it on my TyTN II. It works, but some things are not functioning.
(I have it installed on my storage card.)
Changing the location for where to save the image is not sticky. Also, cannot specifiy a directory to save to that is within another directory.
greg3d said:
Nice App, trying it on my TyTN II. It works, but some things are not functioning.
(I have it installed on my storage card.)
Changing the location for where to save the image is not sticky. Also, cannot specifiy a directory to save to that is within another directory.
Click to expand...
Click to collapse
What do you mean with 'sticky' ? The app does not remember the location.
The other issue is strange, because I use the default folder browse dialog...
But thanks for your feedback, I'll try to look at it tonight!
Rhapsody said:
What do you mean with 'sticky' ? The app does not remember the location.
The other issue is strange, because I use the default folder browse dialog...
Click to expand...
Click to collapse
Correct, by Sticky I mean the app does not remember the location.
As for the default folder browser...this is all I get, one directory deep, there is no way to specify a directory within these directories: (see attached image).
vsnap........
greg3d said:
Correct, by Sticky I mean the app does not remember the location.
As for the default folder browser...this is all I get, one directory deep, there is no way to specify a directory within these directories: (see attached image).
Click to expand...
Click to collapse
Thanks for explaining. I had some trouble yesterday with my car... (while I was driving home) so therefore I was unable to work on it.
I'll try to do this today.
Rhapsody said:
Thanks for explaining. I had some trouble yesterday with my car... (while I was driving home) so therefore I was unable to work on it.
I'll try to do this today.
Click to expand...
Click to collapse
No worries, I appreciate the app and your hard work. Proceed at your leisure.

Hack to enable geocaching on the Athena Camera!

I found this on a French site, by changing the registry you get an extra camera mode that adds current position in the EXIF part of the file!
You need to edit the key : HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Camera\P9 change from 0 to 1 (P9 is the Geocoding profile).
No need to soft reset, just go into the camera and set to Geocode mode (see capture)
The files get stored in My Documents/POI (maybe so they appear in Tom Tom?).
Anybody know of cool ways to use this feature? Flickr? Googlemaps?
Sorry if this has been covered already!
Oh hell yes.....
Madhadder said:
Oh hell yes.....
Click to expand...
Click to collapse
You mean it HAS been covered? could not find anything thru search....
I could never get it to work, it says the GPS is searching, but when I look at the photos I cant find any GPS coordinate data.
Anyone else actually try it?
G
I think Madhadder meant "oh hell yes I can't believe its so easy to add this feature you just made my week".
I'd like to say:
Oh hell yes!
GuardianZX9 said:
I could never get it to work, it says the GPS is searching, but when I look at the photos I cant find any GPS coordinate data.
Anyone else actually try it?
G
Click to expand...
Click to collapse
I think the data is included in the file itself in a special zone that holds info on model of camera etc.
There are some applications that "place" the pictures on maps, I do not know much about this but want to find out! The ideal would be to place them on googlemaps...
techntrek said:
I think Madhadder meant "oh hell yes I can't believe its so easy to add this feature you just made my week".
I'd like to say:
Oh hell yes!
Click to expand...
Click to collapse
Good but as much as I would love to take credit for this find, it is in fact from this site : http://www.gpspassion.com/forumsen/topic.asp?TOPIC_ID=85924&whichpage=3#641517
8th post down.
edeplano said:
I found this on a French site, by changing the registry you get an extra camera mode that adds current position in the EXIF part of the file!
You need to edit the key : HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Camera\P9 change from 0 to 1 (P9 is the Geocoding profile).
No need to soft reset, just go into the camera and set to Geocode mode (see capture)
The files get stored in My Documents/POI (maybe so they appear in Tom Tom?).
Anybody know of cool ways to use this feature? Flickr? Googlemaps?
Sorry if this has been covered already!
Click to expand...
Click to collapse
there are so many line items under that folder. Could you be more specific?
thanks..
I assume that the GPS must be turned on to give the correct position prior to taking the picture, am I right?
Enable
ahmadfarid said:
there are so many line items under that folder. Could you be more specific?
thanks..
Click to expand...
Click to collapse
P1-P9 are profiles for different camera modes. You'll notice that the "Enable" key is 0 in Profile 9. Change it to 1 and you should be good.
Also found this info on GPS passion, and was going to share, but never found the time....
I did the hack on my Ameo last weekend, and played around with it a little. It is ofcourse quite an amazing feature, and it does impress people that sees it, but given the quality of the camera in the Ameo, I'm not sure how usefull it will turn out to be, I would be a little embarassed to upload any Ameopics to Google at least.
Here is what I've found out sofar, if someone finds that useful.
When you start Camera, you get a new option when you choose your Photomode, called GPS. - This starts up the GPS automatically, and once it gets a fix you are ready to shoot.
The pics you then take are stored in /my documents/my Poi - which is created.
These pics will then have the GPS position included in the Exif data.
Haven't yet found a PPC software that is capable of reading these data, but if you read them with your ordinary pc, you can input them into google Maps (on PPC for instance) and it will take you there.
Picassa will read the data, and you can input them manually into your mapsoftware (the format is: xx yy' zz'' aa bb' cc'') but I would recommend "Panorado Flyer 1.2" which is a great free and small application. It gives you some new options in the context menu, so you just right-click your Gpspicture and choose "show location in Google Maps" - and it opens up Google Earth and takes you there.
There was some discussion on the precission of the GPS Data, actually on this very site I'm pretty sure, maybe the kaiser section(?) , someone noticed the last 2 decimals recorded for latitude and longitude allways were the same, so the precision was less than 100 meters, but the good news is this is not the case with our Athenas, they are very accurate!
I don't think I'm allowed to distribute Panorado Flyer here, but here is the link for you to download it yourself.
Hopefully someone will make a similar app. for PPC, which would make this feature so much more useful.
Here is a link to the free version: http://www.photo-freeware.net/panorado-flyer.php
And here is the commercial and probably more functional version (did not try it, but there is a demo): http://www.panorado.com/en/index.htm
I went to a birthdayparty this week and took a GPSpic inside an apartment on the 7. floor to demonstrate to all how brilliant the Ameo is, got a fix and shot a pic. The pic stinks, but if you want to try Pandora, you should be able to rightclick it and fly over here, even if I downscaled it....
And I just tried myself, and the GPS data did not survive the upload so it does not work, sorry.
Here is a shot of what Panorado rteads for that pic:
works well here
Actually you can use this format directly into Google earth, which is simpler I think:
55,685278 12,584445
Ok Midget, on my setup the GPS data was lost when I d'loaded my own pic from the post.
Also had to try it out on my old uni with an external GPS, but it doesn't have the P9 option, could that be because of the old HTC Camera version (3,00 build 21424) or must it have an internal GPS?
Anyone got the newer Camera version (like the one from the Ameo WM6 - 4.01 build 27598)?
hammermedia said:
P1-P9 are profiles for different camera modes. You'll notice that the "Enable" key is 0 in Profile 9. Change it to 1 and you should be good.
Click to expand...
Click to collapse
oh!..ok..i'll try it right away..
thanks
The new mode came right up when I made the registry change. Can someone confirm where the data is stored? Seems there are 2 places mentioned here.
That's freakin awesome! Possibly rates as my top feature of the moment! Good Hack!
And @ techntrek - it goes into my \microdrive\my documents\my poi\
Ace!
I have using panorado software but the error for several pictures on same place (1 square meter) is very large, some hundreds of meters...
beginner said:
I have using panorado software but the error for several pictures on same place (1 square meter) is very large, some hundreds of meters...
Click to expand...
Click to collapse
That is what you will also get when you use googlemap. It can be hundreds of meters off.
I read recently that US goverment wants to decrease the accuracy of GPS. I wonder if it is the result of this project that I noticed that the inaccuracy has been magnified lately.

[new release] go2contact

I'm using claunch and wanted an easy way create a "photo shortcut" to call/text people. I wanted to click on a photo to jump to a contact's summary screen (the list with all the phone numbers, emails etc). Then from the summary screen I can decide which of the contact's numbers to call/text/IM.
This is a command-line utility and is really only useful when combined with "launcher". You create a shortcut in your launcher (perhaps with a photo) and set it up to execute go2contact with the name of the person you want to dial. go2contact then brings up the contact screen of that person.
There's some other great utilities if you want to jump straight to dialing a number or texting someone (VJPhoneTools), but I wanted to hit the contact's summary screen first since many of my contacts have multiple numbers.
This is my first WM5/6 app so if you're inclined to look at the source and comment, please feel free. VC++ 2008 source is in the zip, installer in the cab. Also, I'm using a fairly liberal OS license so you can feel free to use this code for your own projects provided you follow the terms.
From the readme file:
go2contact v 1.0
(c) Copyright 2008 _craig on forum.xda-developers.com
All Rights Reserved
Released under the Eclipse Public License, see license.htm
Download the go2contact .cab file to the WM5/WM6 device and open it using "File Explorer" to install.
Execute go2contact.exe and supply the name of the Pocket Outlook contact you want see the summary screen of as a single command-line parameter. The name should match the "File as" field in the Contact's information.
Example:
go2contact.exe "Doe, John"
Assuming John Doe is filed as "Doe, John"
Note: Executing go2contact.exe from the "File Explorer" will not work because you cannot enter command line arguments using "File Explorer". You will need to create a shortcut or use sort of 3rd party launcher application, such as cLaunch.
WM5/WM6 required.
Please post some screenshots...
Thanks..
I use claunch too.Thank a lot.
flaviopac said:
Please post some screenshots...
Thanks..
Click to expand...
Click to collapse
Wich word did you understand...
Example:
go2contact.exe "Doe, John"
It's a command line app there are no screenshots.
Will this work for HTC plugin?
Hagow said:
Will this work for HTC plugin?
Click to expand...
Click to collapse
This *should* work with any launcher that you can assign shortcuts to.
That being said, some launchers are more configurable than others. Ideally the launcher supports two features:
1. Command line arguments can be specified in the launcher. You need a way to identify the go2contact.exe executable AND the contact name.
2. Icons can be selected separate from the default icon of the application/shortcut. cLaunch even supports bitmaps, which is what I use for photos of contacts (after down-sizing them in photoshop).
If your launcher doesn't support those two items, I suppose you can overcome it by creating .lnk files for each contact. I think you can even assign icons to lnk files. I’d only recommend doing this if you’re feeling adventurous. I haven’t tried this; if anyone does I’m curious how it turns out.
neat
thanks for sharing, exactly what i wanted
screenies?!
MaxMotus said:
screenies?!
Click to expand...
Click to collapse
IT's INVICIBLE GODDAMNIT!
Nice tool... tried to set up a page in Ultimate Launch with fav contacts...
but when I configure launching a contact in UL and went back to today-screen my PPC freezes....
-> softreset...
Any experience?
SOLVED: Think it´s a prob in UL - sometimes it works - sometimes not... strange
It work in my prothet windows mobile 6.1 and Ultimate Launch....
I have Spb Pocket Plus. I want to implement a *.Ink or *.exe File, but if i rename the file in go2contact.exe "Doe, John" i get an error message, that " is not allowed in the filename...?
Some ideas...?! This would be the perfect tool for me :/
screenshoot please....
black_shadow69 said:
screenshoot please....
Click to expand...
Click to collapse
someone...
black_shadow69 said:
screenshoot please....
Click to expand...
Click to collapse
It really amazes me how few people actually take time to read...
xx
o
Is there a way to make this work where it pulls up the contact in PocketCM instead of Outlook?
This is a great application.
When the contact details is opened, and i either make a call or send a sms, is it possible for the contact details window to close itself? Because after the call or the sms sending, the details window lingers. i have to manually close it.
öti said:
I have Spb Pocket Plus. I want to implement a *.Ink or *.exe File, but if i rename the file in go2contact.exe "Doe, John" i get an error message, that " is not allowed in the filename...?
Click to expand...
Click to collapse
Leave the quotes off
sndance said:
It really amazes me how few people actually take time to read...
xx
o
Click to expand...
Click to collapse
actually i think its the results of reading too much

G-NetTrack v3.5 - netmonitor for UMTS/GSM, logs CELLID and RXLEVEL, exports kml file

The application logs the current CELLID, RXLEVEL, MCC, MNC, LAC of the UMTS/GSM network.
In [<Application Directory>\logs] folder two kind of log files are created:
- KML file - for using with Google Earth or Google Maps on you mobile device
- Tab delimited file
For kml file new point is created when the distance difference is >15m or cellid has changed. The size of the point depends on RXLEVEL
For tab file new row is created when cellid has changed.
Attention: Make sure you closed the application before opening the log files. Exit the application from Menu->Save Log and Exit
Requires Compact Framework 3.5
In version 3.5:
-added location map (zoom in and out with the slider) from Google Maps - the location map is updated on cell change only if tab "Map" is selected.
Hi gyokov
can you add rxlev?
thanx....will try it.....
Was looking for an app like this....
This will be the next step
ygorigor said:
Hi gyokov
can you add rxlev?
Click to expand...
Click to collapse
RXLEVEL added in version 2.2
ygorigor said:
Hi gyokov
can you add rxlev?
Click to expand...
Click to collapse
why klm file is empty?
why klm file is empty?
p.s. device toshiba g500
wm5
Thanks for sharing!
Make sure that you got GPS coordinates at least once while you were recording. The program creates new point if you moved for at least 15 meters or serving cellid has changed. Also make sure that you closed the application properly (not running in background)
qwerty00 said:
why klm file is empty?
p.s. device toshiba g500
wm5
Click to expand...
Click to collapse
gyokov said:
Make sure that you got GPS coordinates at least once while you were recording. The program creates new point if you moved for at least 15 meters or serving cellid has changed. Also make sure that you closed the application properly (not running in background)
Click to expand...
Click to collapse
I don't receive coordinate. I receive only CellID, LAC, MCC, MNC
kml file needs you to have coordinates. Do you have GPS?
qwerty00 said:
I don't receive coordinate. I receive only CellID, LAC, MCC, MNC
Click to expand...
Click to collapse
gyokov said:
kml file needs you to have coordinates. Do you have GPS?
Click to expand...
Click to collapse
I don`t have GPS
unfortunately on my omnia rxlev always show -58 dBm
coordinates problem
Hi I like it your work it´s very good. But when i can use work perfect, and after i reed the .kml on the google earth or google maps the coordinates on the sea.
I live in Argentine, my phone have a GPS, but when go to google maps mobile the coordinates can´t view same to .jpg, only view a one point by point, and the waipoints on the sea, and when i put on the coordinates on the google earth too see on sea.
I need view the correct coordinates on my country but i can´t.
Can you help me my phone is a HTC HD2 Leo
I wait for you request.
Sincerly, Merche
merche8371 said:
Hi I like it your work it´s very good. But when i can use work perfect, and after i reed the .kml on the google earth or google maps the coordinates on the sea.
I live in Argentine, my phone have a GPS, but when go to google maps mobile the coordinates can´t view same to .jpg, only view a one point by point, and the waipoints on the sea, and when i put on the coordinates on the google earth too see on sea.
I need view the correct coordinates on my country but i can´t.
Can you help me my phone is a HTC HD2 Leo
I wait for you request.
Sincerly, Merche
Click to expand...
Click to collapse
the problem is here, missing the point on the coordinates of log that creates the soft, the coordinates are well just missing the point. I too am from Argentina
.excellent software, keep upgrading please!!!!!
bad:
<coordinates>
-588545,-274745,0
</coordinates>
good:
<coordinates>
-58.8545,-27.4745,0
</coordinates>
I managed to recreate the problem when I switched the Regional settings to Argentina. I'll fix it and update it
maraca said:
the problem is here, missing the point on the coordinates of log that creates the soft, the coordinates are well just missing the point. I too am from Argentina
.excellent software, keep upgrading please!!!!!
bad:
<coordinates>
-588545,-274745,0
</coordinates>
good:
<coordinates>
-58.8545,-27.4745,0
</coordinates>
Click to expand...
Click to collapse
Try version 3.1. It fixes the problem.
gyokov said:
I managed to recreate the problem when I switched the Regional settings to Argentina. I'll fix it and update it
Click to expand...
Click to collapse
g nettrack 3.1
A lot of thanks, i download the 3.1v and later comment, Thanks. Merche
i can download v 3.1 and work it very good, now the coordinates are correct and i can view on the google maps google earth and google maps mobile, but a cellid change the number but not change the coordinates. i can view on the one coordinates diferent numbers tower cellid that's it's correct?
your work are wonderfull.
i wait your request sincerly, Merche
i wrote to you a email [email protected] but i couldn't
Yes, viewing different cellids while staying in one place is normal, because radio conditions change and the mobile reselects a new cell when the cell becomes best.
Also if the mobile loses the GPS fix the new cellids are written with the last known coordinates. The idea is to be possible to view on Google Earth or Google maps how many cells serve the specific building (for example) inside which no GPS coordinates are available
gyokov said:
Try version 3.1. It fixes the problem.
Click to expand...
Click to collapse
Exellent work!
perfect i can understand to you. i have the other question if i give the cellid and mnc lac and mcc to my company cell provider, the company know what tower i talk it? Becausr i have a poor signal and i think give it the mcc mnc lac and cellid and the coordinates and the compnay give me the correct solution, it's my think good idea?

[ROM] Nokia Amber update Lumia 920 RM-821 3047.0000.1326.XX & 3049.0000.1330.XX

Nokia Amber ROM Leak for Lumia 920.
RM-821: 059S6R5 and 059Q9N8
Remember to remove the checksum from each file (XXXXXXXX_Example.xxx) before the flashing process in order to recognize the ROM.
Location for the ROM:
Windows XP: C:\Documents and Settings\All Users\Application Data\Nokia\Packages\Products\rm-821
Windows 7,8: C:\ProgramData\Nokia\Packages\Products\rm-821
Link files Amber ROM:
3047.0000.1326.XX
http://nds2.fds-fire.nokia.com/fds_fire/1307/2618/7248297155/B1E09708_RM821_059S6R5_3047.0000.1326.2002_068.vpl
http://nds2.fds-fire.nokia.com/fds_fire/1307/2618/7248297218/BC8C692B_RM821_059S6R5_hwt_v068.bin
http://nds2.fds-fire.nokia.com/fds_fire/1307/2618/7248297217/CBE16B6F_RM821_059S6R5_ccc_v068.bin
http://nds2.fds-fire.nokia.com/fds_fire/1307/2618/7248297220/31443CC9_RM821_059S6R5_3047.0000.1326.2002_068_signature.bin
http://nds2.fds-fire.nokia.com/fds_fire/1307/2618/7248297219/4EE3A88F_RM821_059S6R5_3047.0000.1326.2002_068.dcp
http://nds2.fds-fire.nokia.com/p/d/fds_fire/NWP8_simlock_3gstandard_bb5_crcA59A.bin
http://nds2.fds-fire.nokia.com/p/d/fds_fire/DC_template_development_v4.bin
http://nds2.fds-fire.nokia.com/p/d/fds_fire/1210/3111/7114794893/F5B2D6F0_RM-820_RM-821_RM-822_TypeLabel_Group3_DM_CoO_Fre_003.xml
http://nds2.fds-fire.nokia.com/p/d/fds_fire/1210/3111/7114794072/D0135427_108908v1.pcx
http://nds2.fds-fire.nokia.com/fds_fire/1307/1106/7238568077/E0AB9254_CustomerNvi_e6ffa8fd50ba3011c7d039542529589f_3047.0000.1326.2_239138_1069.nvi
http://nds2.fds-fire.nokia.com/fds_fire/1307/1106/7238568076/0D8F6B23_RM821_3047.0000.1326.2002_RETAIL_eu_france_267_02_239138_prd_signed.ffu
3049.0000.1330.XX
http://nds2.fds-fire.nokia.com/fds_fire/1308/1909/7263769419/6F8F7B91_RM821_059Q9N8_hwt_v100.bin
http://nds2.fds-fire.nokia.com/fds_fire/1308/1909/7263769418/30977299_RM821_059Q9N8_ccc_v100.bin
http://nds2.fds-fire.nokia.com/fds_fire/1308/1909/7263769421/713B192F_RM821_059Q9N8_3049.0000.1330.0006_100_signature.bin
http://nds2.fds-fire.nokia.com/fds_fire/1308/1909/7263769420/7A337821_RM821_059Q9N8_3049.0000.1330.0006_100.dcp
http://nds2.fds-fire.nokia.com/p/d/fds_fire/NWP8_simlock_3gstandard_bb5_crcA59A.bin
http://nds2.fds-fire.nokia.com/p/d/fds_fire/DC_template_development_v4.bin
http://nds2.fds-fire.nokia.com/p/d/fds_fire/1210/3109/7114749195/RM-820_RM-821_RM-822_TypeLabel_Group1_DM_CoO_Eng_003.xml
http://nds2.fds-fire.nokia.com/fds_fire/1308/1909/7263762080/602D53C7_RM821_059Q9N8_3049.0000.1330.0006_100.vpl
http://nds2.fds-fire.nokia.com/p/d/fds_fire/1211/0612/7117623546/C3586840_108918v1.pcx
http://nds2.fds-fire.nokia.com/fds_fire/1308/1909/7263762090/5B02E1F5_CustomerNvi_10ea7c03723547ffaf4ce26e138c637d_3049.0000.1330.0_259494_2389.nvi
http://nds2.fds-fire.nokia.com/fds_fire/1308/1909/7263762081/CF1E955B_RM821_3049.0000.1330.0006_RETAIL_apac_australia_new_zealand_304_06_259494_prd_signed.ffu
The files should look like this after removal of checksum:
RM821_059S6R5_3047.0000.1326.2002_068.vpl
RM821_059S6R5_hwt_v068.bin
RM821_059S6R5_ccc_v068.bin
RM821_059S6R5_3047.0000.1326.2002_068_signature.bin
RM821_059S6R5_3047.0000.1326.2002_068.dcp
NWP8_simlock_3gstandard_bb5_crcA59A.bin
DC_template_development_v4.bin
RM-820_RM-821_RM-822_TypeLabel_Group3_DM_CoO_Fre_003.xml
108908v1.pcx
CustomerNvi_e6ffa8fd50ba3011c7d039542529589f_3047.0000.1326.2_239138_1069.nvi
RM821_3047.0000.1326.2002_RETAIL_eu_france_267_02_239138_prd_signed.ffu
Changelog:
•Glance Screen: Clock Charging indicator / low battery Indicator for silent / vibra mode, night mode (change color for night time). OFF by default.
•Smart camera capture the best moment: Accidental remove unwanted objects from the scene. Select the best shot and precise moment. Sequence take a group of images with advanced face, smile and blink detection. The, best 'face for each person is automatically selected into a single, best' shot.
•FM Radio: Be ready to tune your favorite station - FM Radio is BACK! Store your favorite stations for the next time.
•Flip: Flip to silence the phone to turn it silence.
•Data Sense: Managing your data flow monitor and control data usage. Optimally compressing web traffic.
•Find your closest hotspot: Enriched web services (for operators).
•HERE branding Location & Commerce
•Here Maps v3.4: Your compass is a discovery What's New: Increased venue map coverage Favorites saved in HERE Maps now sync across all HERE experiences Personalized Live Tile options: Pin and Pin destination to start a place to start as favorite Pin Pin to start a place category to start
•Here Drive + v2.2: The open road made easy What's New: Sync favorite places with other apps HERE and here.com Customize your map to display relevant points of interest, dry as restaurants, gas stations, and more one-tap access to speed limit Alert options right from the dashboard Personalized Live Tile options: Pin to Start a destination (one tap gives driving directions to That destination)
•Here Transit v3.5: Now arriving: the best way across town What's New: Access your favorites through your searches Display nearby stations directly on a map opens Transit Maps to display more route options Transit Maps opens to display the battles navigation options Personalized Live Tile: Pin a destination like Home, Work, or School to start (one tap shows public transit routes and times to get there from wherever you are)
And these are some of the features part of the Windows Phone 8 GDR2 update.
•Xbox Music facilitated selection, procurement and pinning music. Also for fans of music are provided to display more detailed metadata (eg information about the songs and albums), and made other improvements.
•You can listen to FM radio: FM radio directly in the heart of Music + Video. (This is not available in some phones).
•Data Sense: Sense With the service date have complete control over the amount of data sent over the phone. You can impose a limit corresponding to your subscription or simply keep track of which applications send much data. (Not all mobile operators offer the service offering Sense).
•Application: Skype applications to support VoIP (Voice over Internet Protocol), for example, Lync and Skype now gained greater stability and efficiency of operations.
•Comfort: Internet Explorer web browsing will be greatly improved by better compliance with HTML 5
•Other improvements includes many other improvements of Windows Phone.
Use at your own risk...and do not forget to click in the thanks :good: button.
What do you mean to remove checksum from each file ?
Can you explain little bit if its not problem ?
(Sorry fresh out of android )
Is there 4g selection in settings in this rom?
Thanks!
NIKOSXRI said:
Is there 4g selection in settings in this rom?
Thanks!
Click to expand...
Click to collapse
I have this ROM in my Lumia 920 and have the 2G/3G/4G Tether work so far and also a few new features like I mention in the 1st post.
Nedzadk said:
What do you mean to remove checksum from each file ?
Can you explain little bit if its not problem ?
(Sorry fresh out of android )
Click to expand...
Click to collapse
this mean that as example this file:
B1E09708_RM821_059S6R5_3047.0000.1326.2002_068.vpl
Should be rename as: RM821_059S6R5_3047.0000.1326.2002_068.vpl
Delete just "B1E09708_"
Hope is clear now...
halabibk said:
this mean that as example this file:
B1E09708_RM821_059S6R5_3047.0000.1326.2002_068.vpl
Should be rename as: RM821_059S6R5_3047.0000.1326.2002_068.vpl
Delete just "B1E09708_"
Hope is clear now...
Click to expand...
Click to collapse
"C:\ProgramData\Nokia\Packages\Products\RM-821\RM821_059S6R5_3047.0000.1326.2002_068.vpl has invalid signature."
drupad2drupad said:
"C:\ProgramData\Nokia\Packages\Products\RM-821\RM821_059S6R5_3047.0000.1326.2002_068.vpl has invalid signature."
Click to expand...
Click to collapse
you forgot to rename some of the files
I see in your picture at least two files not being renamed, the third and fourth ones.
drupad2drupad said:
"C:\ProgramData\Nokia\Packages\Products\RM-821\RM821_059S6R5_3047.0000.1326.2002_068.vpl has invalid signature."
Click to expand...
Click to collapse
You must delete the Checksum for each file and copy in the correct folder, after you load NCS select RM-821 and highlight the 059S6R5 and proceed to flash without the phone connected. Power off phone.
So connect the phone just after you press the Vol down + PWR and as soon vibrate and them press flash, a message will appear that this product code not for this device, so you may need to press continue.
drupad2drupad said:
"C:\ProgramData\Nokia\Packages\Products\RM-821\RM821_059S6R5_3047.0000.1326.2002_068.vpl has invalid signature."
Click to expand...
Click to collapse
See fist post again, I see in the picture that you did not remove the checksum in all files....
halabibk said:
See fist post again, I see in the picture that you did not remove the checksum in all files....
Click to expand...
Click to collapse
I renamed all files like these from example on another site:
108908v1.pcx
DC_template_development_v4.bin
CustomerNvi_e6ffa8fd50ba3011c7d039542529589f_3047.0000.1326.2_239138_1069.nvi
RM-820_RM-821_RM-822_TypeLabel_Group3_DM_CoO_Fre_003
NWP8_simlock_3gstandard_bb5_crcA59A.bin
RM821_059S6R5_3047.0000.1326.2002_068.dcp
RM821_059S6R5_3047.0000.1326.2002_068.vpl
RM821_059S6R5_3047.0000.1326.2002_068_signature.bin
RM821_059S6R5_ccc_v068.bin
RM821_059S6R5_hwt_v068.bin
RM821_3047.0000.1326.2002_RETAIL_eu_france_267_02_239138_prd_signed.ffu
Still get error!
drupad2drupad said:
I renamed all files like these from example on another site:
108908v1.pcx
DC_template_development_v4.bin
CustomerNvi_e6ffa8fd50ba3011c7d039542529589f_3047.0000.1326.2_239138_1069.nvi
RM-820_RM-821_RM-822_TypeLabel_Group3_DM_CoO_Fre_003
NWP8_simlock_3gstandard_bb5_crcA59A.bin
RM821_059S6R5_3047.0000.1326.2002_068.dcp
RM821_059S6R5_3047.0000.1326.2002_068.vpl
RM821_059S6R5_3047.0000.1326.2002_068_signature.bin
RM821_059S6R5_ccc_v068.bin
RM821_059S6R5_hwt_v068.bin
RM821_3047.0000.1326.2002_RETAIL_eu_france_267_02_239138_prd_signed.ffu
Still get error!
Click to expand...
Click to collapse
That is ok, if you do the correct procedure to flash, it will continue. What the error mean, is that Nokia can not verified the files, because this version is newer that the one Nokia compare online with the Login as NokiaCare External.
I have the 059R016 variant. Should this ROM work for me too, after renaming it?
its work!
halabibk said:
You must delete the Checksum for each file and copy in the correct folder, after you load NCS select RM-821 and highlight the 059S6R5 and proceed to flash without the phone connected. Power off phone.
So connect the phone just after you press the Vol down + PWR and as soon vibrate and them press flash, a message will appear that this product code not for this device, so you may need to press continue.
Click to expand...
Click to collapse
with these instructions, it worked! thank you!
Noppes123 said:
I have the 059R016 variant. Should this ROM work for me too, after renaming it?
Click to expand...
Click to collapse
Yes it will work... Just follow the instructions for the rename of the files.
Total newb question, I know I can't flash the 821 to the att 820, but I take it there's not "leaked" version of the att rom?
So theres no way to get this on my AT&T lumia 920? :[
Hi, thanks for the share.
Question: I have the EU version of the RM-821 (Lumia 920, yellow) Can I use this firmware to flash my device, or will the French language of these files be a problem?
lobbie1978 said:
Hi, thanks for the share.
Question: I have the EU version of the RM-821 (Lumia 920, yellow) Can I use this firmware to flash my device, or will the French language of these files be a problem?
Click to expand...
Click to collapse
Yes you can use, the language can change during the setup or later on in the settings.
Etaduck said:
Total newb question, I know I can't flash the 821 to the att 820, but I take it there's not "leaked" version of the att rom?
Click to expand...
Click to collapse
Yes you can the process is to change to Roger and them to DEV edition RM-821, you may use as references this post.
http://forum.xda-developers.com/showthread.php?t=2112674
But as far I know there is no way to go back to RM-820.
yunchikan said:
So theres no way to get this on my AT&T lumia 920? :[
Click to expand...
Click to collapse
See post #19...

Categories

Resources