Sport GPS software on developement - P3600 ROM Development

My fourth message of the day ... I'm inspired !!!
I'm one of a little runners and cyclers group whose want evolve in my sport and use new technology to practice sports.
3 of our have baught and HTC trinity to have an all in one solution : GSM, music player and GPS.
We have test a lot of offroad program, gps tuner,beegps,nimo,noni,... and we are not satisfacted about them... We have ideas which the best program must have but we are so poor programers to do it.
So I would like to know if some of best programers of this forum could make it for us ?
Are you interested ?
We could send you all of ours ideas, with explained pictures ...
PS sorry if it's not the good place to post this ...
thank

Bike GPS
I have a Dopod D810 and I am developing a GPS application for it, mainly because nothing I tried out there did everything I wanted, and was suitable for use on a bike.
My app is a
- Raster-based GPS application
- Music Player
- Phone 'answerer'
- Text message display
- Big buttons (so you can press them while riding)
- Good reliability
I initially developed it for my Dell Axim X51v.
It supports importing/exporting routes and tracks to and from GPX and KML files, and can do playback of tracks. (ie it works with Google Maps/Earth routes and tracks)
It supports importing locations from names files.
It supports maps in TFW, SDW, JPG and BSB formats.
Any music files supported by windows media player are supported.
If you have any maps in one of the above format, this is for you!

wahou !
it's look like what i'm looking for ... without pearhaps a graph which expose speed and altitude during the trip... but i'm so interested ! what is the programation language use ? could you send me sources ?if you want, I can send you some draws to complet with option your soft ?

Its done in C++; sorry, I'm not going to release the source, but I'm happy to get any ideas you have.
oh, I forgot, there's a PC version off the same code base which makes it easier to see playback, build routes, etc. I'll add some speed/altitude/time graphs to it over the weekend some time if I get a chance.
I'll also eventually put the installers on my web site.

ok... it's not a problem that you don't release source... just ... could you send me just how you get speed, altitude and position ... you dialogue with the P3600 GPS... is there library or only code lines ?
My idea...
-make a rotation of your cards in function your deplacement like tomtom.
-on my soft, i would like record precedent trip to do versus when I take the same road. This versus could compare KM all long the time and bip me when i'm late.
-the graph which compare my speed and variation of altitude all long my trip
-instant speed/speed trip/time/km

Initially, I used the GPS API in the microsoft SDK, but its not reliable enough (sometimes it stops signalling updates on its event), so I wrote my own from scratch and the NMEA documentation.
- Sorry, I'm not familiar with tomtom, so I'm not sure what your after with your first request.
- Its not exactly easy to track a previously taken path and map it to the current path, but it could be done. The biggest problem is storage of your previous paths. I have about 24GB of old tracks saved! I'm waiting for an 8GB mini SD !
I'll have a look into the idea though.
- Displaying (and even graphing) current speed/time/altitude, ect are trivial and I already do that. I'll look into graphing.
Is anyone else interested in this app?

I would be interested in this for cycling and hiking.

Sorry for this question but why don't you let members of this forum download sources of your GPS API ? Or directly the API compiled to let other programing theirs applications if it is better than windows API ?
For my application I need only to know :
- Altitude
- trip point (x,y)
- how to solve to have speed (v=D/t)

Have you seen http://gpsdash.com/news.php

I'm always looking for more choice...here is one that many of my sport crazed friends are using. I may start using it for tracking my motorcycle rides too. Here is the software http://www.rungps.net/Wiki.jsp?page=HomeEN . Here is the online tracking server http://www.gps-sport.net/index.jsp .

The reason I'm not releasing source is because I may, at some time in the future, make this into a commercial product and I don't want to ruin my chances with that.
The other is that I don't really think it is of much benefit to most people to release source for an application. I think it is far more useful to make a library of the useful functionality, with a well documented API of the thing, so that people can start at a higher level to implement their ideas. Since I don't yet have such a library, I can't release that either .
I went riding on the weekend (its nice and sunny here), so I didn't get any more done on this.
From other people's responses, it looks like there's plenty to choose from anyway.
Once again, Yannn, there is documentation in the Microsoft SDK on how to access the gps (its called gpsapi).

Finally
I have finally decided to release an early version of this software.
Its at
http://www.lukepaton.com/BikeGPS/
If you are able to set things up for yourself, and want to give it a try, go ahead. I haven't got a huge amount of time to support it, so it might take some playing around to get it working, particularly at first. There isn't a manual or help for it, so go looking through all the menus and see what you can find!
To get started, from the View menu, have a look at settings, and set up your paths and then from the Map|File menu, choose, Re-Read All Maps.
Cheers,
Luke

Hi Luke
Thanks for the release. On first run, I got the message:
"Open File \CF Card\Data\BikeGPSMaps.mdt failed"
When I hit OK it closes. I made this directory path and chucked a .jpg in it and then it ran.
I see in Settings>Paths your default project is pointing to your compact flash card so I changed these to \Storage Card\...\
I have had a good look through the menus, it seems to be a pretty nice useful kit. I like the .sid support and export to .csv, even converts from OziExplorer Probably wouldn't use the player or sms fuctionality though.
Logged some data to the .gps_log file, will try and use it later.
Just can't see where to open map image. When I click open map it doesn't have anything in the list to select... No need to bother yourself with a full user manual, but it would be good to load a map background.

Sorry, I first developed it for a Dell Axim, and an iPaq before that. They have CF Cards...
To get it to have some maps to open, Map|File|Re read all maps looks in the map path (Settings|Paths|Map Path) (Mine is \Storage Card\Maps\).
It prompts you for the kind of files to load (KAP, TIF, SID, MAP).
Yes, MAP is from Oziexplorer - some of the map CDs I bought used MAP files, but the code to interpret map files is a bit of a mess, and it doesn't support oziexplorer ozf files...
After that, Map|File|Open Map|All Maps should give you something to open.
You have to select a single map (multiple selection is for delete).
Anyway, its good to see that someone could even get the thing installed

Cannot access menu, progrram will stop after prompt of missing file, it is not installed in memory card/data either. Also shortcut is missing.

Hi Fimae,
I used resco to add a shortcut, but the install program is supposed to put it in 'programs'.
Not sure what you mean by 'cant access menu'. There are about 7 menus, not including popups. Is the main menu visible?
See above about storage card. I'll make it allow you to browse for the storage card the first time it runs.
Thanks for your feedback.
Luke

Now I'm all motivated
I've done an update which should make it easier to work out whats going on when first installing. It will prompt for the path to your files.
At the first prompt, enter /Storage Card/, or wherever your storage will be.
It automatically creates Data/ and Maps/, so put your maps under /Storage Card/Maps/.
The web page now displays the last version and update date.

what about the mount ???
Hi, plz tell me if ur using any good cycle mount to hold trinity securely on the handle bar? where & how much u bought it for??? Anyone???

After trying Arkon mounts and a few cheapies, I found the best was a metal case,
(like this http://cgi.ebay.com.au/Metal-Hard-C...yZ150774QQssPageNameZWDVWQQrdZ1QQcmdZViewItem) attached using double sided tape and a cable tie!
The problem with the Arkon-style mount is that they don't hold the device securely enough and are too bulky.

sthawk said:
Hi Fimae,
I used resco to add a shortcut, but the install program is supposed to put it in 'programs'.
Not sure what you mean by 'cant access menu'. There are about 7 menus, not including popups. Is the main menu visible?
See above about storage card. I'll make it allow you to browse for the storage card the first time it runs.
Thanks for your feedback.
Luke
Click to expand...
Click to collapse
I ment that program stops to error dialog, and when i click it ok, application exits without seeing any menus. But now it worked wery well after writing \Storage Card\, thank you wery much.
I know this must be stupid question (like where is the any key) but i really does not understand what kind of form i have to use to copy maps to Bike gps? I have route66 and tomtom navigator maps (and for testing only miomap) in my storage card, i supposed that i cannot use map files from those apps?

Related

GPS Photo - Big problem

Hi!
I was searching on that forum for the solution but i couldn't find it :/
(maybe i search by wrong word i don't know)
I start from the begining
I have HTC P3300, i upgrade new ROM (Artemis Touch Rom WWE WM6.1 4.02) and when i searching my htc i see a function called "photo gps".
i tought "oh... nice function, i try it"
so i go to camera, turn it on and take a picture.
and now is problem.
I know that the picture save in folder My POI. But everyone says that thay have some log when thay have cordinats from gps.
but i haven't it
i know that i must go to reg and change reg "enable" and i did it.
But it still doesn't work
If anyone know how to do did i will be thankful.
P.S sry for my english if i do some mistakes
Hi.
If it is enabled in camera functions then you should be able to use it.
I have used it long time ago using original t-mobile rom with changed registry and had no problem with it.
You probably have to wait for GPS to locate your position.
Good luck
ok but where i get log of position where i did that photo??
and in which program i can see that position?
and one more thing:
i need to use storage memory or pocket memory??
I believe the log itself is within the picture. So a program that recognises that should solve your problem. Picasa may do the trick. You should be able to store it where ever you want, I don't think that should make a difference as the location is stored within the picture itself.
Google geotag, wikipedia page tells quite a bit
Good luck
he he i'm not a child and first what if done i go and search in google.
and i saw in google 2 different opinion about memory so why i ask.
Sorry if I caused offence, didn't mean to say anything bad.
I must have used the ppc memory for picture, but the positioning wasn't precise, it was a bit off on google earth. So I corrected it using google earth itself.
sorry just wanted to help when I saw no replies to your message.
I am no way professional, just used it in the past and thought I may be of help.
no problem for me
thx for help.
maybe if someone else know the another solutin i'll be thankful
ok I fix one problem.
no i understand that i have no message that gps is not turn on.
and when i change memory storage to memory device then quite camera then turn it again on and when show me choise between memory storage and memory device i selected memory storage and then i have initializing GPS
but i don't solve the problem with coordinate.
ech... i hope there are somewhere
Hi,
The coordinates are stored "in" the photo, there is no seperate log file that I know about. To access them you need software that can extract this metadata from the photo.
I know you can see it with Adobe Photoshop Elements (right click on the photo and select "Properties" from the organiser). I also know that windows XP dosn't list the coordinates if you right click and look at the properties. There are some other programs that will show it, try googling for "exif viewer". I would guess that Google Earth etc. would know how to get at the coordinates as well.
Hope this helps.
Garry
If you've got an apple mac, just read the image properties and you'll get the position of your photo
On PC, you should find an additional software.
On both mac and PC, you can send your photo to picasa web album (by google) and so photos wil be presented on a worldwide map. That is great

mobilePVD - PocketPC client for movie managment PVD

Hi all!
This is the PocketPC Version (Viewer) of PVD the very best program to organize your movies.
You can download the PC version from http://www.videodb.info/forum_en/.
My thoughts were: what is the best movie managing and cataloging software worth while in the movie store and searching for a title... or sitting in front of the TV and trying to remember what cool movie I could watch...
That, and enjoying to write software for my mobile phone, were the reasons for mobilePVD.
The software is published at PVD's home and at xda-developers place.
How it works
First of all, you have to get PVD and enter your movies. After that, make a XML export. This writes a file containing the movie information and a directory containing the pictures. Take both and copy them onto your device. I recommend to copy them onto the SD card in a sub directory PVD.
Download mobilePVD and install it on your device. When starting, you will have to select the XML file by clicking Menu->Open DB. Your can select other languages and other skins (if someone makes them ).
When going to a sublist in mobilePVD (i.e. viewing the movie details or selecting directories) and you want to get back, just slide with your finger over the list from left to right...
How to translate
In the program directory on the device is a sub directory called "Languages". Within you find the language files. I deployed English and German so far. To make own translations just copy a file to your desktop, open it with any text editor and translate. Please publish your translation on either forum, so I can build the next version with more supported languages.
How to skin
also in the program directory you will find a sub directory "Skin" with all the images I use. The images in "Manila WVGA" are for a resolution of 800x480. If you like you can take those bitmaps and change them to fit other resolutions and other colors. Don't forget to adapt the settings in the skin.ini file.
And please share your work with us and publish your skins on either forum. I will put them in the download section.
Have fun!
Obelix
Changelog:
2.1 Filtering is back and actors are grouped by first letter.
2.0 uses virtual mode to load more movies before reaching end of memory
1.1 out of memory problem fixed
1.0 Initial release
If you like my work, you can buy me a glass of wine
Version 2.1 of mobilePVD
I was hoping this allows you to enter movie info directly on mobilePVD. A desktop entry method is rather inconvenient. Would that be possible?
Does this also mean I have to re-export everytime I add movies? I took a look at the desktop version and it is very good. I can see why it is more practical using the desktop for entry of movie info.
Obelix_A, I have exported some movies and I must say it looks really nice on my HD2 although it is still not very stable, sometime I get an error that quits the program. It's only 3 movies so I am wondering if it may sow down when I have much more (2,800 in my collection). I would love to have Ratings and duration. It is missing after export. Thanks, this is great for movie lovers just like IMDB Mobile. I am just surprised that there is not much feedback yet.
I like it to a while to sort all my movies and still didnt get all the pictures from IMDB, hey ho did it manually, i need to change the skins to VGA how do i go about that im a bit of a noobie when it comes to skins?
The Actor list is huge and is close to impossible to scroll all the way down to "T" etc. Can we have a sort of filter to search actor names? trev666, use IMP plugin for movie posters. It's excellent.
@Kensong cheers mate
it works well after i restarted my phone, without changing anything from wvga to vga so im happy, thanks man not looking forward to adding all my movies though lol
Ok so i now have a HD2.... works great
great app, thanks for sharing it
here we go with Version 2.0 of mobilePVD. It now uses a virtual mode of the SliderList, what means, that it can load more movies before running out of memory.
If it runs on your devices as stable as it does on mine, we can start adding new features...
Really nice work mate
Really nice work
If you don't mind, i have share it HERE.
Please feel free to drop me a comment if you have anything else to add or in case i have missed anything. Cheers~
just released version 2.1
Filtering is back now and actors are grouped by first letter
I have installed v2.1 right now.
If I click on one of the "-" e.g. "- Actors" I get an exception:
"RemoveItem in virtual mode not allowed"
I am very interested in the development of mobilePVD since I would love to have my movie list on my phone (TD2).
Is mobilePVD a "one man show" or are you planing to involve more developers?
I will check this and fix it...
Yes mPVD is a one-man-show. you can ask my friend amirdt (here on XDA) if he wants to join the project...
Actually I wanted to ask if I could help you with mPVD
what exactly do you want to add?
the only thing I could imagine right now, is another way to read the data.
play around with PVD and the exported data (XML) and how fast you can read it.
currently I am reading with XmlReader.Read and evaluate the nodes. If you can read faster, this would help. other proposals welcome
Here is just a spontaneous list:
- WM 6.5.5 Problem with menus. The black background (when menues are displayed) does not cover the whole screen. Above there is some space visible. This is because the top bar (where the clock is) is smaller and the windows task bar is bigger in WM 6.5.5 (Sorry, cant supply a picture now how it looks like)
- Filter Actors: Add a search field also
- Add a clear button to the search fields to clear the field easily
- Add (Readd?) a ">" to the Movie list to open the movie details (I think the ">" was already there in an earlier version.
- Maybe make the UI somehow less sensitive. At least on my device it moves very quickly. E.g. I cant open the details view without moving the movie list view up or down accidentally.
- Add "Reset all Filters" menu item to the Filter Menu.
- Remove the search field in the detailed movie view to get more space to view the details.
- Maybe make the "letter lines" (+A, +B, ..) in the actors view a little bit thicker so that it is easier to open/close them with a larger thumb
- Maybe add the "letter lines" (+A, +B, ..) to the movie list also. Dont know, how large collections will be handled right now.
- Add more filters like rating (stars...)
- Add movie trailer support (e.g. prepare trailers on PC (conversion etc.) and copy them to device. Link from within mPVD to start media player on device)
- ...
So where can I get the source code to get started with it?
Regards
Al
ok, ok
I will prepare the sources and make it available for you via SVN, so we can handle developing both.
By now, the list won't move when clicking. I changed that... (but all other things from your list can/need to be done)
so, drop me a PM with your wished user name and password for SVN and give me little time to prepare...
alfish2000 now officially joined the development of mobilePVD. So let's welcome him
thanks for your support!
http://www.videodb.info/forum_en/index.php?topic=1755.40

Navigon Select GPS Navigation for WP7

We've discussed this in a few other threads already, but figured it was worth a separate topic, so here goes.
As some of you are aware, a certain German carrier bundles Navigon Select with their handsets. Thing is, they only include maps for Austria, Germany, Liechtenstein and Switzerland. That's obviously great for the fine people of these countries, but not so much for those of us living in other parts of the world and have imported a WP7 device from Germany.
There is a rather simple solution to this. What you will need are the iPhone maps (version 1.7) for whatever country you are interested in, these come as an .ipa file which is basically the iPhone's equivalent of .xap - they open fine in your favorite archive utility such as WinRAR. I'm not going to go into detail of where to get hold of these maps as it is borderline piracy even if you do own the paid for iPhone version, instead I will assume you have the .ipa file accessible on your desktop computer.
So, to start, make sure your WP7 device has been jailbroken using Chevron. Secondly, peform the registry hack to have your WP7 device show up in Windows Explorer. Once you've done this, install TouchXplorer onto your WP7 device as you will need it in a minute.
Now, extract the maps from your .ipa file - they are located in a subdirectory named "maps" and named country.map. Once you've extracted the ones you need, simply drag them onto your WP7 phone in Windows Explorer - this will copy the files onto the device. (note - make sure Zune is not running)
Once the files are copied, start TouchXplorer on your device and go into \My Documents\Zune\Content\0400\02\. Here you will find all the files you just copied onto the phone (note - they are now named 050.z or similar). Select the files and copy them. Now, navigate to the \Applications\Data\6F9CB464…..\Data\IsolatedStorage\map folder and paste the files. This will take a few minutes (depending on how many maps you extracted). Once finished, select each of the newly copied files and rename them to the correct filename, i.e. country.map.
That's it. You now have all of these maps available to you in Navigon.
The Navigon app is also available as an XAP from various places on the net, however I will not provide a link (not will I send you a link by PM) as I don't condone piracy. Using the iPhone maps as outlined above I do not consider piracy as I do happen to own these. Also, one could argue that since Navigon are so far not selling these for the WP7 line of devices there's no harm... although let's not discuss semantics
This sounds great. I will try it.
Do you know if there is a way to make Navigator WP7 speak/look different than English or German?
Guessing the voices could be copied over also, files do look alike. As for the UI, not without some coding, but its definitely doable.
emigrating said:
Guessing the voices could be copied over also, files do look alike. As for the UI, not without some coding, but its definitely doable.
Click to expand...
Click to collapse
This is warez friend.
Any idea how we do the file changing stuff on the phone when the phone isnt HTC? As far as I know touchXplorer only works on HTC phones... those of us with Samsung Phones (myself) or LG, Dell might be S*^T out of luck here....
Please keep this in SW Development.
~~Tito~~
I'm using it since yesterday, finally working navi for WP7. Two problems and one question though:
1. It's awefully quite, i have to turn the volume to about ~20, and then pray nobody would call me, because OS is super loud in this settings
2. VOICES, how can i change VOICES?
Q. 3D VIEW depends on map, or on application?
sthEn said:
I'm using it since yesterday, finally working navi for WP7. Two problems and one question though:
1. It's awefully quite, i have to turn the volume to about ~20, and then pray nobody would call me, because OS is super loud in this settings
2. VOICES, how can i change VOICES?
Q. 3D VIEW depends on map, or on application?
Click to expand...
Click to collapse
Polish voices are allready in the app directory, I've chcecked thoce 3 config files in isolated folder but there are no voices configuration. Language also cannot be changed, after that Navigon will get an error and download configs again.
Solution: Rename polish voices to english and german and overwrite those in app folder.
I wish they had maps for malaysia-singapore
1 . who have tried to use different maps than the german or UK ?????
Italian maps for example
2. 3D maps works fine at all ???????
3. Navigate in FULL Screen is possible too ?
i'm at work and i can't yet try to install all package...
Beretta93 said:
This is warez friend.
Click to expand...
Click to collapse
How is this warez? If you own the iPhone maps already getting them to run on WP7 should be covered under 17 USC 117 (Making of Additional Copy or Adaptation by Owner of Copy). Obviously dependant on where you live, but for me this would not be considered piracy in the eyes of the law. Also, I did not post any links to downloadable maps or .xap's.
Aaron McCarthy said:
Any idea how we do the file changing stuff on the phone when the phone isnt HTC? As far as I know touchXplorer only works on HTC phones... those of us with Samsung Phones (myself) or LG, Dell might be S*^T out of luck here....
Click to expand...
Click to collapse
You're SOL for the time being. If you have some idea about writing code you could patch up the dll to either copy maps directly from the .xap (though deployment would be crazy slow) or download from a webserver of your choice though.
This is of concern to me also as I own two Samsung Omnia 7's where I will need this once the Brodit active car holder arrives (been told it ships this Friday). If it's still not done by then, and Navigon has not come back with further information on when they plan to release in the marketplace I'll look into this further.
~~Tito~~ said:
Please keep this in SW Development.
Click to expand...
Click to collapse
Funny thing is, this was initially posted in said forum, then moved by a moderator
I think, ideally the thread should be moved to the Dev subforum in the generic Windows Phone 7 forum though, as it's more of a WP7 thing than a HD2 thing. My bad for not considering this when first posting.
sthEn said:
Q. 3D VIEW depends on map, or on application?
Click to expand...
Click to collapse
Depends on the software. IMO the Navigon Select software sucks, but having spoken to Navigon they say they are releasing a "full" WP7 client early 2011. Don't have any further information that that though, but we can hope they will bring it up to the same level as their iPhone app.
Shu. said:
I wish they had maps for malaysia-singapore
Click to expand...
Click to collapse
Are you sure they don't? I haven't checked, but I do know they have some Australasia maps available.
wolfgart said:
1 . who have tried to use different maps than the german or UK ?????
Click to expand...
Click to collapse
Yes, I've got maps installed for all of Western Europe and North America (as that's what I had already purchased for the iPhone) - works fine. As a test I mapped a drive from southern Italy to the north of Norway which seemed to give okay results. Didn't even take too long to map the route.
wolfgart said:
1 . who have tried to use different maps than the german or UK ?????
Italian maps for example
2. 3D maps works fine at all ???????
3. Navigate in FULL Screen is possible too ?
i'm at work and i can't yet try to install all package...
Click to expand...
Click to collapse
I don't know how to set 3d maps.
I confirm that Italy maps works with it
I got it running. Brilliant. The thing I was missing.
But still it's not TomTom. But I can live with it for the moment.
I installed Benelux maps without problem. But no 3D yet. We have to wait for the 'full version' lateron I guess.
Still trying to get Dutch voices copied. Will report.
THANKS FOR THIS.
krogoth said:
Polish voices are allready in the app directory, I've chcecked thoce 3 config files in isolated folder but there are no voices configuration. Language also cannot be changed, after that Navigon will get an error and download configs again.
Solution: Rename polish voices to english and german and overwrite those in app folder.
Click to expand...
Click to collapse
I tried renaming Dutch to English but then the English file gets replaced again after startup.
Any solution?
PedrooNL said:
I tried renaming Dutch to English but then the English file gets replaced again after startup.
Any solution?
Click to expand...
Click to collapse
Open Filenames.xml from app folder on your pc (use those new file explorer to easly exchange files between pc and phone) and then change filesize of english usa and gbr to your voice size. Then copy twice your language and rename it to usa and gbr files. Then just overwrite and run app. It will not download them from network anymore.
Sorry but what is the reg tweak to enable usb mass storage mode? I did find a reg tweak on the net and it told me to find one entry and to change three things in it but those three things were not in the entry I found so maybe there is another tweak and I got the wrong one?
Thanks!
tboy2000 said:
Sorry but what is the reg tweak to enable usb mass storage mode? I did find a reg tweak on the net and it told me to find one entry and to change three things in it but those three things were not in the entry I found so maybe there is another tweak and I got the wrong one?
Thanks!
Click to expand...
Click to collapse
No, that's the right one - just go up one level (to DeviceProperties or so) when you've found the Zune entry and you'll find them.
I've attached a file with two .reg files which will sort it out for you though.
Hi. This sounds so great! But I think I have a problem… My devices are from AT&T USA, so I can’t find Navigon software. Is there a way to install Navigon on an AT&T USA HTC Surround?
Thanks for sharing this amazing information.
emigrating said:
Originally Posted by Aaron McCarthy
Any idea how we do the file changing stuff on the phone when the phone isnt HTC? As far as I know touchXplorer only works on HTC phones... those of us with Samsung Phones (myself) or LG, Dell might be S*^T out of luck here....
You're SOL for the time being. If you have some idea about writing code you could patch up the dll to either copy maps directly from the .xap (though deployment would be crazy slow) or download from a webserver of your choice though.
This is of concern to me also as I own two Samsung Omnia 7's where I will need this once the Brodit active car holder arrives (been told it ships this Friday). If it's still not done by then, and Navigon has not come back with further information on when they plan to release in the marketplace I'll look into this further.
You're SOL for the time being. If you have some idea about writing code you could patch up the dll to either copy maps directly from the .xap (though deployment would be crazy slow) or download from a webserver of your choice though.
This is of concern to me also as I own two Samsung Omnia 7's where I will need this once the Brodit active car holder arrives (been told it ships this Friday). If it's still not done by then, and Navigon has not come back with further information on when they plan to release in the marketplace I'll look into this further.
Click to expand...
Click to collapse
Well... 2 things killed my excitement here... 1st being that I cant actually load maps on because I definitely do NOT have the coding skills required to make an XAP to load the maps where I need them too... Although I might look into it as I have a day off. I highly doubt its something that can be learned in a day
Second is this doesn't have 3d view!!!??? What the hell!? This was the main reason I wanted Navigon. I've had it (and tomtom) on every windows phone Ive had for the last 5 years or so. They release an app that doesn't have 3d view support? This totally boggles my mind. I suppose this just really says something about lack of BIG app support for windows phone 7 though. These have been out for a while now, and developers had access to programs to develop these for launch and nadda... I went back and looked at the videos of the program in use on youtube and yup! No 3d view. I think I was always just so excited to finally have something better then bing maps on here that I over looked I never saw it switch into 3d. Thing is, as it stands right now this is no better then bing maps! Theres no voice input support like Navigon has had in the past (which Bing has)... and at least Bing has satellite view to make up for its crappy navigation downfalls *sigh* I have no doubt this is ACTUALLY better for navigating then bing but bing is so integrated into the phone its just a no brainer to use, clicking an address from the calendar or website etc etc. I realize 3d view is just eye candy but........ It's the best part of these programs as far as Im concerned.
I loaded Navigon on my phone last night hoping there might be some way to load the maps on today. I'll leave it on for the time being but other then that.... this probably wont get much use.
Damn it!
Just for S*^T's and Giggles can you give the exact path that the maps get sent to so when I start trying to make an XAP file to install the maps I can code this in properly. I need to know the values of the "..."
Also would this even be the same location on a samsung phone?
Thanks
" Select the files and copy them. Now, navigate to the \Applications\Data\6F9CB464…..\Data\IsolatedStorag e\map folder and paste the files. This will take a few minutes (depending on how many maps you extracted). Once finished, select each of the newly copied files and rename them to the correct filename, i.e. country.map."

[NST][Home replacement] EpubBrowser [11/04/2012]

Hi,
I did up a home replacement for my Nook simple touch, thought I would share it. This is an initial release, no doubt there are bugs, incompatibilities, etc, you were warned. There are no checks for other devices at this point, NST only.
Thanks to the nook community for the noogie.img file, touch nooter, and relaunch for source code ideas and various threads regarding quick refresh and e-ink support.
Disclaimer: Now, what I am using currently is the bare minimum, I have tried quite a bit of the work in this forum and it works well, but I wasn't satisfied or 100% confident and I wanted less installed. So, I restored my nook to stock, used noogie and copied over a rooted ramdisk. That was it, no touchcolortools, nooktouchtools installed, adw minimal this or that, or button saviors. I am sure they are great programs but I don't know enough about them or have the interest/time to do research on them to want to keep them installed.
For me, the point is to keep things simple and maintain battery life. It's an e-reader not a tablet after all. I just want to read books, check email, check a website or two, get some more use out of wi-fi since I don't live in a B&N supported nation.
​To install:adb install EPubBrowser.apk
Optional:
I also installed Email.apk and set up my gmail from there, no certificates required or a million google app files and plucking a chicken on a Tuesday after jumping on your left foot crap. No offense to those who like chicken plucking.
adb install Email.apk
Done and done.
I can do up a CWM zip upon request, but last going off I have a continuous reboot after installing the latest version and if you know enough to get the Nook's CWM installed you should be able to use adb.​See attached files.
What is not working:
Since Android doesn't really know about multiple external storage locations (at least for the Nook's 2.1 and/or my knowledge of android) EPubBrowser is unable to detect when the internal storage has been remounted, there is no notification of that, just notification of external storage. So if you plug in your usb cord to the computer the list of books will be empty even when you remove it. So if you don't have an sdcard you will have to hit the back button and launch home again to refresh.
Also, B&N books are not listed, whatever is in My Files will be scanned only. That applies to internal and sdcard storage. You can still use B&N's Library to access those.
I don't have any option of uninstalling apps either. adb uninstall works fine or you can just delete files from /data/app via adb shell.
What is working:
Launch of EPubBrowser via nook's home button, without use of nooktouchtools, it duplicates how the B&N home app works.
The notification icon for resuming reading goes through the app. As long as the book was launched from EPubBrowser it can remember the last book, otherwise the main display will show up. Reason being that for whatever reason the last page read doesn't work with the B&N home screen if it's not a book bought from B&N. But if you are just using the B&N Reader app it's not a problem.
When you are prompted which home you want you can select EPubBrowser and hit default. This may not stay set and will go away the next time you reboot.
How to use:Left / right swipes to go to the next 6, previous 6 books, no indication of the current page is displayed, (e-ink and aesthetics).
Touch a book cover to launch a description of the book, swipe up and down to scroll through the description, touch the cover displayed there to start reading. Hit back button on top of screen to exit without launching a book.
To bring up the list of apps installed, swipe a clockwise circle starting at 10 O'clock. Touch an app to launch it, left or right swipe to go back to main screen.​That's it for now.
If you have any ideas for improvements, bug reports, please provide as much detail as possible, and when you have done that add some more detail.
Cheers!
Updates:
2/19/2012:
Added screensaver for last read book. (Jpeg 75%) Settings->Display->Screensavers->EPubBrowser
11/4/2012:
Added src project
Looks nice! I'll give it a shot later when my Nook's charged.
Thank you for making and sharing, i am going to try tomorrow and tell you,
Improvements
First of all, thank you for creating this cool launch screen. I love the simplicity of it. Here are is brief list of improvement that you can perhaps easily implement.
-When on the homescreen with the covers of all the books, I am not sure if I am suppose to scroll down or to the right to view the rest of my books.
-When on the page with the details from the book, there is no back button to take you back to the homescreen. I end up using the button savior back button.
-The circle gesture that takes you to the apps does not feel very responsive to me.
Anyhow, great job. Can't wait to see how you plan on improving it
OW MY EYES
I installed this, and everything just kept flashing. GO Locker and GO Launcher are both broken, and the only way I could fix it was by getting into ADW and closing the task. Did I install it incorrectly? I put it onto an SD card and used ES File Manager to install it.
ChunC said:
First of all, thank you for creating this cool launch screen. I love the simplicity of it. Here are is brief list of improvement that you can perhaps easily implement.
-When on the homescreen with the covers of all the books, I am not sure if I am suppose to scroll down or to the right to view the rest of my books.
-When on the page with the details from the book, there is no back button to take you back to the homescreen. I end up using the button savior back button.
-The circle gesture that takes you to the apps does not feel very responsive to me.
Anyhow, great job. Can't wait to see how you plan on improving it
Click to expand...
Click to collapse
Hi,
Thanks for the feedback.
You swipe left to go to the previous page of books. You swipe right to go to the next page of books, assuming you have more than 6 books. Personally, I know what books I have on the device so it's not a problem knowing how many are left to see for me.
The back button should be on top of the screen in the middle, not sure why it wouldn't be there on yours. I will give it a think, maybe remove the scroll control in the book description and just use gesture detection and scroll the text via code.
Responsiveness and speed will likely improve over time, I am using the gesture library, maybe there are some optimizations there I can do.
Cheers!
Googie2149 said:
OW MY EYES
I installed this, and everything just kept flashing. GO Locker and GO Launcher are both broken, and the only way I could fix it was by getting into ADW and closing the task. Did I install it incorrectly? I put it onto an SD card and used ES File Manager to install it.
Click to expand...
Click to collapse
Hi,
Noted, so it doesn't work with GO Lancher/Locker. Never tried GO stuff, so that wasn't tested. It was tested with ADW and relaunch, and I had all the rest of your typical touch nooter install there without problems, android market, etc.
I have run it with Home.apk renamed to Home.apk.bak and that works fine as well.
As for your other question, if it is installed it is installed, there are no configurations to modify, however you get it there it should be fine.
Cheers!
WANT
Noted that it does not work with go, will have to get rid of that first.
From the screenshots, I can already tell you put time into polishing! Good job!
NFHimself said:
Hi,
Noted, so it doesn't work with GO Lancher/Locker. Never tried GO stuff, so that wasn't tested. It was tested with ADW and relaunch, and I had all the rest of your typical touch nooter install there without problems, android market, etc.
I have run it with Home.apk renamed to Home.apk.bak and that works fine as well.
As for your other question, if it is installed it is installed, there are no configurations to modify, however you get it there it should be fine.
Cheers!
Click to expand...
Click to collapse
I'll try it again without the GO software, but it was making everything just keep flashing, like the lock screen.
@NFHimself, any plans for taking this to github? It is very close to what I always wanted but I was also looking for:
- some kind of usage of Calibre data
- library filtering for series, highly rated, etc.
- tracking of books that are clicked to maintain sort of recent read filter
- sorting options by rating, series, and other Calibre properties
- option to display 6 or 12 (smaller) book covers.
I hope it already does use intents for selecting a different epub reader for those who have no defaults and multiple ones installed.
I know its a long list, and I have some Android experience. I am sure there would be other developers here so a combined effort might help.
Screenshots looks good, but on the Nook - only flashing screen like Googie2149 said
tazzix said:
@NFHimself, any plans for taking this to github? It is very close to what I always wanted but I was also looking for:
- some kind of usage of Calibre data
- library filtering for series, highly rated, etc.
- tracking of books that are clicked to maintain sort of recent read filter
- sorting options by rating, series, and other Calibre properties
- option to display 6 or 12 (smaller) book covers.
I hope it already does use intents for selecting a different epub reader for those who have no defaults and multiple ones installed.
I know its a long list, and I have some Android experience. I am sure there would be other developers here so a combined effort might help.
Click to expand...
Click to collapse
Hi,
I use Calibre as well, I just connect via adb and calibre picks up the nook and I copy books over and it converts on the fly, cool program. Using Calibre data is an idea worth looking into, if I can fit it into the theme of no preferences, no extra buttons or config. There are plenty of those kind of home apps already. Relaunch for one is great, just missing a graphical front end, I was going to mod that, but decided that I didn't really need so much stuff and I wanted to learn more android API.
I did up the app using pretty straight forward epub standards (note the plural), it works with most epubs I have run across, not sure if looking for extra xml is a good functionality vs performance tradeoff. I haven't been using EPubBrowser for very long myself, so when I add more books and find something annoying I will probably make changes to fix it. I want to keep things simple, if I need a preferences menu, it is already going the wrong way.
I am not specifying any class, just a regular launch this epub file intent, so it should work with any reader. I like the stock reader myself, cool reader seems to dislike some epubs I have above a certain size, and I didn't want to deal with it.
I may github it, I am kinda time limited these days.
Cheers!
AgentSlash said:
Screenshots looks good, but on the Nook - only flashing screen like Googie2149 said
Click to expand...
Click to collapse
Hi,
More details are needed to figure that out. What device do you have? What do you have installed on it?
Cheers!
I just wiped then manually rooted my Nook, and this works now. Although I'm having some trouble with getting to the apps page after the first time I did it. Could you possible change how you get to the apps page? Maybe change it so you have to click the menu key to get to apps.
Edit: Now that I've added my books, it shows me two books, one empty, and another book. Now it just flashes and removes/re-adds the last book. :/
Edit 2: I found that there are a few books that just don't like this launcher and cause the entire Nook to start flashing. I've been adding my books one by one to see which work and which don't and I'll try and find similarities between those that don't.
Great launcher replacement.
Running right now, but after the second page, I get sent back to the first, regardless of left-to-right or right-to-left swiping. Ideas?
Also, any chance for a page up/down use for scrolling through books?
I took a quick vid. It looks like when I swipe again from R to L, it tries to redraw the next books, but gets confused?
http://youtu.be/K1ukWFK0syg
ace7196 said:
Great launcher replacement.
Running right now, but after the second page, I get sent back to the first, regardless of left-to-right or right-to-left swiping. Ideas?
Also, any chance for a page up/down use for scrolling through books?
I took a quick vid. It looks like when I swipe again from R to L, it tries to redraw the next books, but gets confused?
http://youtu.be/K1ukWFK0syg
Click to expand...
Click to collapse
Hi,
I'm busy painting the baby's room, but it looks like it is resetting, perhaps one of your books is crashing the app and it is being relaunched as the home screen. Or could be some other bug, how many books are involved, if you remove one or add one, does it go away?
If someone could open the e-pub (it's a zip file) that causes the error and paste the contents of the .odf file (it's an xml file) , that would help.
Cheers!
NFHimself said:
Hi,
I'm busy painting the baby's room, but it looks like it is resetting, perhaps one of your books is crashing the app and it is being relaunched as the home screen. Or could be some other bug, how many books are involved, if you remove one or add one, does it go away?
If someone could open the e-pub (it's a zip file) that causes the error and paste the contents of the .odf file (it's an xml file) , that would help.
Cheers!
Click to expand...
Click to collapse
I've gone through and removed / added ebooks, and still the same problem.
Sorry, been kinda busy.
I need to be able to see the bug on my end to work on it. Maybe I've been lucky with the book selections I have made or converting using Calibre has set them all to have the same kind of format, vs the variety you might see in the wild from multiple sources.
Does the error happen with no books?
What happens when you have just one book?
How many books do you have on your nook? (If it's something like 1000 then yeah, maybe you'd have issues, no checks in the code for being out of memory.)
What firmware are you using?
Are there any hardware differences? (Can't imagine that being a problem, but I am using a NST, not the original Nook.)
What can I do to reproduce this error on my end? What are the steps?
Cheers!
NFHimself said:
Sorry, been kinda busy.
I need to be able to see the bug on my end to work on it. Maybe I've been lucky with the book selections I have made or converting using Calibre has set them all to have the same kind of format, vs the variety you might see in the wild from multiple sources.
Does the error happen with no books?
What happens when you have just one book?
How many books do you have on your nook? (If it's something like 1000 then yeah, maybe you'd have issues, no checks in the code for being out of memory.)
What firmware are you using?
Are there any hardware differences? (Can't imagine that being a problem, but I am using a NST, not the original Nook.)
What can I do to reproduce this error on my end? What are the steps?
Cheers!
Click to expand...
Click to collapse
For me, it doesn't matter how many books I have, it's just a few specific books that crash, independent of the other books in my library, and some books are more severe than others (one makes the entire Nook start flashing (all software), others make only this app flash).
I have the same problem as the people above but I can't get past the first page. I can't seem to narrow it down to a certain book making it crash. It's a shame I love this home screen, but hopefully we can get this fixed and running great.

Outdoor lovers - Alpine Quest (Topo maps) sideloads beautifully (Guide inside)

So, being an outdoor guy, i love getting to play with technology and the outdoors, but sadly, the Android Wear platform is still lacking a bit. For yits and giggles though, i decided to try a program called Alpine Quest (which for those who dont know, is an app that can load topo and other maps from various sources, and of course, show you where you are on them). It took a bit of manual work, but surprisingly, works REALLY well. For anyone like me who wants to have standalone topo maps on their watch, here are some simple instructions to get it set (to do this, you will need either your companion phone, or another android device):
1) Install Alpine Quest (AQ) on your phone/tablet/etc
2) Install AQ on your watch (following one of many sideloading tutorials or tools), but don't run yet (don't worry, wont break things if you do)
3) Open AQ on your main device, and download offline maps of your choice (keep in mind the limited storage on the watch, so don't go crazy with the tiles...)
4) Once everything is downloaded, using a file explorer, locate the "alpinequest" folder on your phone (commonly on the root of your internal "sdcard"), and zip it up (the whole thing, not just bits and pieces)
5) Copy the data zip to the computer that you used to sideload with on the watch
6) Push this zip (again, suggest using one of the available AW tools) to phone (again, root of "sdcard" storage is perfect)
7) Using a file explorer on the watch (ES works great, but take your pick), extract the zip to the root (should wind up with an alpinequest folder just like you had on your phone).
8) Open AQ on the watch!
The steps look bad, but they really aren't Basically, since AQ on the watch cant directly connect to the internet (right now), you have to use your phone to do the heavy lifting, and put the results on the watch. Once you have the maps, the app works perfectly-
- You can use the watch GPS for exact location (hopefully you got maps for where you are/plan to be)
- You can zoom/navigate/etc just like on a full size device (in fact, i would recommend learning on the phone just to get an idea).
I am sure most will pan this as stupid or overkill, but i love knowing that little by little, my watch is jsut as useful as a real outdoor backup to my phone, and that it can do so much. Hopefully, this guide helps other outdoor nerds like me.
Where can I find AW tools?
THX
hi
could you elaborate a few points
link for side loading tutorial
link for aw tools (what is aw tools?)
thanks
HOW do you get the maps to your watch???
Instructions are missing far to many points... You also keep refering to PHONE and NOT WATCH!!!!!
Hi,
do you know someone capable of modifying the organization of the keys on the screen of an application.
I tested the alpinequest app on stratos 3 the display of traces and IGN maps works. But to save your track the record button and in the bottom right corner so in the rounded corners of the watch suddenly inaccessible ....
otherwise the application will be perfect for realizing the topo .. thank you for helping me

Categories

Resources