a cooking question - 8525, TyTN, MDA Vario II, JasJam ROM Development

I just started cooking my own roms and want to know how to change the circled items in the pictures. Thanks, LuXx

LuXx said:
I just started cooking my own roms and want to know how to change the circled items in the pictures. Thanks, LuXx
Click to expand...
Click to collapse
Edit the registry key:
HKLM\System\State\Phone\Current Operator Name
Enjoy!

TaurusBullba said:
Edit the registry key:
HKLM\System\State\Phone\Current Operator Name
Enjoy!
Click to expand...
Click to collapse
Thank you so much on the first 2 pictures! Does anyone else know how to change the rom version description?

Oops, didn't look at the last picture. Same deal. Open up the registry and edit:
HKLM\Software\OEM - ROMVersion

TaurusBullba said:
Oops, didn't look at the last picture. Same deal. Open up the registry and edit:
HKLM\Software\OEM - ROMVersion
Click to expand...
Click to collapse
You are the man!!!!!

I must be tired. I forgot to also mention to soft-reset immediately following changing the carrier name. If you don't, it will revert back to the original.

TaurusBullba said:
I must be tired. I forgot to also mention to soft-reset immediately following changing the carrier name. If you don't, it will revert back to the original.
Click to expand...
Click to collapse
Found the string on my phone but everthing i try will not make it stay. I,ve tried to soft reset hold the power button and turn back on but with the XDA AT&T back. I was trying to find that string in the default.hv file but its not in there. This is the only thing close to that string =
[HKEY_LOCAL_MACHINE\System\State\Phone]
"Phone Status Flags"=dword:10
Is there another way to change while i'm making a rom?

LuXx said:
Found the string on my phone but everthing i try will not make it stay. I,ve tried to soft reset hold the power button and turn back on but with the XDA AT&T back. I was trying to find that string in the default.hv file but its not in there. This is the only thing close to that string =
[HKEY_LOCAL_MACHINE\System\State\Phone]
"Phone Status Flags"=dword:10
Is there another way to change while i'm making a rom?
Click to expand...
Click to collapse
Its there. Dont click on any subfolders under OEM, click on that folder itself.

mcorrie1121 said:
Its there. Dont click on any subfolders under OEM, click on that folder itself.
Click to expand...
Click to collapse
I see it in the reg on the pda but i dont see it in the default.hv file.

ok found out where I can change the XDA part of the current operators name.
HKLM\software\oem\phonesettings\longnameprefix or you can disable the XDA part by changing 1 to a 0 decimal on enable3glongnameprefix.

I do not know of this what you want, but you may be looking for this "HKLM\SOFTWARE\Microsoft\RIL\OperatorNames" where you want to add a key (string) with your operator code (i.e. "22601"="My network").
Some codes I found here:
http://www.firstphoneshop.co.uk/mob...ra-information---service-provider-codes.shtml
In my case I use:
<!-- Network custom name -->
<characteristic type="HKLM\SOFTWARE\Microsoft\RIL\OperatorNames">
<parm name="22601" value="Vodafone RO" datatype="string" />
</characteristic>
cheers,
dan

dan1967 said:
I do not know of this what you want, but you may be looking for this "HKLM\SOFTWARE\Microsoft\RIL\OperatorNames" where you want to add a key (string) with your operator code (i.e. "22601"="My network").
Some codes I found here:
http://www.firstphoneshop.co.uk/mob...ra-information---service-provider-codes.shtml
In my case I use:
<!-- Network custom name -->
<characteristic type="HKLM\SOFTWARE\Microsoft\RIL\OperatorNames">
<parm name="22601" value="Vodafone RO" datatype="string" />
</characteristic>
cheers,
dan
Click to expand...
Click to collapse
Hey!
This doesn't seem to work...

Related

Roger's ROM - anyone know how to disable "smartphone" banner ...

Roger's ROM - anyone know how to disable the red "smartphone" banner ...the file is "Rogers_branding.gif" I would like to not change it, but disable it completely. Also the startup/shutdown screens - can they be disabled, not edited?
You'd have to go into Registry and search for Rogers_branding.gif and delete all the values for the keys. Do NOT delete the keys. Just the values. Then it will disappear.
JAmerican said:
You'd have to go into Registry and search for Rogers_branding.gif and delete all the values for the keys. Do NOT delete the keys. Just the values. Then it will disappear.
Click to expand...
Click to collapse
Island man, Yeah! that's right, you are truly on top of things, dude you are true to the game!
JAmerican said:
You'd have to go into Registry and search for Rogers_branding.gif and delete all the values for the keys. Do NOT delete the keys. Just the values. Then it will disappear.
Click to expand...
Click to collapse
EDIT: Never mind.
Go to and change/create:
HKLM/System/Shutdown - 1 - values --> value name: Splash --> value data: \Windows\HTC_LogoImg_320x240.bmp
HKLM\System\Startup - 1 - values --> DWORD with value name: Duration - value data: 1000
STRING with value name: Splash - value data: \Windows\ms_splash.pnq
You can not edit a string or dword. So you have to delete and create!
Copie ms_splash.png to your windows folder. (change jpg into pnq)
- change the regkey: hklm\software\microsoft\shell\rai\msbranding values bannerimage value name in "none"
- change the regkey: hklm\software\microsoft\shell\rai\mscdial values bannerimage value name in "none"
Restart and your phone and startup and shutdown are like the HTC roms and all the Roger branding is gone..
Instead of deleting and creating strings you can just change the strings under these keys:
HKLM\Software\HTC\Startup\
HKLM\Software\HTC\Shutdown\
The keys here are used by the dll, so you don't really need to change anything else for the startup/shutdown...
question
when changing the start up screen
can you change it to an animated gif file ?
Yes. I'm pretty sure it has to be .gif though.
Ice_Cube said:
Yes. I'm pretty sure it has to be .gif though.
Click to expand...
Click to collapse
thanks
it just has to be the same size right ?
qajuan said:
thanks
it just has to be the same size right ?
Click to expand...
Click to collapse
The file sort has to be the same ( so rename the the to .bmp , .pnq , etc...
when i search the registry for rogers_branding.gif, it doesn't seem like it finds anything.
travisc said:
when i search the registry for rogers_branding.gif, it doesn't seem like it finds anything.
Click to expand...
Click to collapse
Search in windows.....
yea man, i had a hard time finding it myself - do this - try and find it in resco explorer. that's the way to go - that's how i found it. good luck !
k, i'll try resco... I've been using Total Commander.
JAmerican said:
You'd have to go into Registry and search for Rogers_branding.gif and delete all the values for the keys. Do NOT delete the keys. Just the values. Then it will disappear.
Click to expand...
Click to collapse
hey
i too have the same complaint, i don't want the smartphone banner nor the rogers startup.
i found the file Rogers_branding.gif in windows but i didn't know what u meant by NOT delelting the keys and changing heir values???
please help

[Free App] CabGen - easily create .cab from wap-provisioningdoc

I'd like to announce a FREE webapp that I've just created, CabGen. It allows you to quickly and easily convert your <wap-provisioningdoc> xml configuration file into an installable .cab file. I wanted this functionality for my own apps, so I decided to make it a little more generic and give it to the community! If you don't know what wap-provisioningdoc means, then this probably isn't for you but for those of you who know what it means, I hope this is helpful!
http://supware.net/CabGen
supbro said:
I'd like to announce a FREE webapp that I've just created, CabGen. It allows you to quickly and easily convert your <wap-provisioningdoc> xml configuration file into an installable .cab file. I wanted this functionality for my own apps, so I decided to make it a little more generic and give it to the community! If you don't know what wap-provisioningdoc means, then this probably isn't for you but for those of you who know what it means, I hope this is helpful!
http://supware.net/CabGen
Click to expand...
Click to collapse
A great tool for linux & mac folks ... I think that makecab.exe is available, if not included in Windows XP (Pro?).
Code:
makecab _setup.xml RegEdits.cab
Thanks for sharing.
Best regards,
-boggsie
boggsie said:
A great tool for linux & mac folks ... I think that makecab.exe is available, if not included in Windows XP (Pro?).
Code:
makecab _setup.xml RegEdits.cab
Thanks for sharing.
Best regards,
-boggsie
Click to expand...
Click to collapse
... and for people who are scared of the cmd prompt
+1 great tool,
esay create cab
thank you supbro
supbro said:
I'd like to announce a FREE webapp that I've just created, CabGen. It allows you to quickly and easily convert your <wap-provisioningdoc> xml configuration file into an installable .cab file. I wanted this functionality for my own apps, so I decided to make it a little more generic and give it to the community! If you don't know what wap-provisioningdoc means, then this probably isn't for you but for those of you who know what it means, I hope this is helpful!
http://supware.net/CabGen
Click to expand...
Click to collapse
I've tested the online tool and got error message:
Fatal error: Maximum execution time of 30 seconds exceeded in /users/supbro.com/htdocs/supware.net/CabGen/MakeCAB.class on line 465
jwoegerbauer said:
I've tested the online tool and got error message:
Fatal error: Maximum execution time of 30 seconds exceeded in /users/supbro.com/htdocs/supware.net/CabGen/MakeCAB.class on line 465
Click to expand...
Click to collapse
Interesting, is your xml lengthy? I just tried it again without a problem. Maybe it was a one-time hiccup?
The .xml-file i tried to convert to .cab-file is of 159KB size:
http://www.mediafire.com/file/4wnmyenizjy/WMP9.reg.xml
jwoegerbauer said:
The .xml-file i tried to convert to .cab-file is of 159KB size:
http://www.mediafire.com/file/4wnmyenizjy/WMP9.reg.xml
Click to expand...
Click to collapse
That certainly should be small enough. It seems that the MakeCab.class php file I'm using must have an infinite loop somewhere. If you're interested in trying to fix it, it's here:
http://supware.net/CabGen/MakeCAB.class
Thanks!
supbro said:
I'd like to announce a FREE webapp that I've just created, CabGen. It allows you to quickly and easily convert your <wap-provisioningdoc> xml configuration file into an installable .cab file. I wanted this functionality for my own apps, so I decided to make it a little more generic and give it to the community! If you don't know what wap-provisioningdoc means, then this probably isn't for you but for those of you who know what it means, I hope this is helpful!
http://supware.net/CabGen
Click to expand...
Click to collapse
Thanks so much for this - it's awesome!!!
yvettejudd said:
Thanks so much for this - it's awesome!!!
Click to expand...
Click to collapse
Glad someone finds it useful
How i can generate a cab with this xml/reg:
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Software\Microsoft\CHome" translation="filesystem">
<parm name="DefaultXML" datatype="string" value="<Plugins Order=\CMyPhotos;CMusic;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments\ CPRFileName=\Titanium\ DisplayStyle=\Titanium\ />"/>
<parm name="ExtensibilityXML" datatype="string" value="<Plugins Order=\CMyPhotos;CMusic;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments\ CPRFileName=\Titanium\ DisplayStyle=\Titanium\ />"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome]
"DefaultXML"="<Plugins Order=\"CMyPhotos;CMusic;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments\" CPRFileName=\"Titanium\" DisplayStyle=\"Titanium\" />"
"ExtensibilityXML"="<Plugins Order=\"CMyPhotos;CMusic;CPhone;CVoicemail;CClock;CText;CEmail;CAppointments\" CPRFileName=\"Titanium\" DisplayStyle=\"Titanium\" />"
that cointains double quotes? I tried """ but it didn't work...thanks!
edit: SOLVED USING single quote enclosure for value

Opera Mobile

Hi all
I have a couple of problems with Opera Mobile and I was wondering whether anybody knows a solution. Firstly I can't seem to enable Opera to open more than two tabs at a time, which I find annoying. Secondly, does anybody know how to enable flash from websites within Opera? I did notice that this question had been asked before but that there wasn't an answer. I've installed the Flash 3.1 which was taken from a 207XX build of WM6.1. Should I install the official Flash Lite 3.1 Distributable instead? I understood that this was a stand alone player.
Despite my signature I'm using the HTC TP2 with a stock WWE ROM from HTC Europe.
Cheers
andrew-in-woking
Opera Mobile 9.7 open beta should be out tomorrow (Monday).
If you can, please install it and let us know how tabs & flash work?
I think that's just a rumour. No official confirmation.
________________________________________
Check out my in-depth review of HTC's Touch Pro2
http://www.youtube.com/watch?v=VgTjSbpFDhQ&feature=channel_page
To change the number of tabs
From within opera go to
opera:config
select User Prefs
Maximum Tabs - choose your preference
Then scroll down to "Save"
Hope that helps.
to watch flash vids with opera(embedded videos) you need to add text string to axobjects.ini(axobjects). i have done it and it works. you need to go to app data,opera9 and use a text editor and enter this string of text:
go here in file explorer - \Application Data\Opera\axobjects.ini to support flash
CODE:
[Shockwave Flash]
Allow=Url|Embed|Object|Scripts
thedudelasse said:
I think that's just a rumour. No official confirmation.
Click to expand...
Click to collapse
No rumor.
The beta 1 is out *now*.
Start downloading and reviewing, Lasse!
http://www.opera.com/mobile/download/
shingers5 said:
to watch flash vids with opera(embedded videos) you need to add text string to axobjects.ini(axobjects). i have done it and it works. you need to go to app data,opera9 and use a text editor and enter this string of text:
go here in file explorer - \Application Data\Opera\axobjects.ini to support flash
CODE:
[Shockwave Flash]
Allow=Url|Embed|Object|Scripts
Click to expand...
Click to collapse
Hi shingers5
Unfortunately this didn't work for me.
Thanks
andrew-in-woking
Thanks but done that already!
jmak said:
To change the number of tabs
From within opera go to
opera:config
select User Prefs
Maximum Tabs - choose your preference
Then scroll down to "Save"
Hope that helps.
Click to expand...
Click to collapse
Hi jmak
Thanks for that. Unfortunately it keeps reverting to 2 tabs max on restart of the application.
Cheers
andrew-in-woking
There is a dedicated thread n general section
"Opera mobile all versions thread"
andrew-in-woking said:
Hi shingers5
Unfortunately this didn't work for me.
Thanks
andrew-in-woking
Click to expand...
Click to collapse
hmmmmmmmmm very strange as it works with all versions of opera. what text editor did you use. you need to go to app data-opera9 and edit file axobjects with a text editor. enter the text string for shockwave player as is. i usually put it in the middle of all the text. also have you installed dvhaflashlite 3.1 as that one works best
andrew-in-woking said:
Hi jmak
Thanks for that. Unfortunately it keeps reverting to 2 tabs max on restart of the application.
Cheers
andrew-in-woking
Click to expand...
Click to collapse
Yes, I found this; it would keep ignoring the setting, or reset it. Eventually my TP2 decided that it would use more tabs, after a few restarts and device resets where I doggedly kept changing the tabs up to 5. Very odd, but persist with it. I had to do this twice (once after a hard reset), it was a struggle each time, and I still have no idea why it eventually fell in line.
ianjd said:
Yes, I found this; it would keep ignoring the setting, or reset it. Eventually my TP2 decided that it would use more tabs, after a few restarts and device resets where I doggedly kept changing the tabs up to 5. Very odd, but persist with it. I had to do this twice (once after a hard reset), it was a struggle each time, and I still have no idea why it eventually fell in line.
Click to expand...
Click to collapse
Hi ianjd
I found that the answer was to manually edit the opera.ini file in:
\Windows\Opera9\
Find the bit with Max Allowed Tabs.
Cheers
andrew-in-woking
Ah, thanks; that'll be useful the next time disaster strikes!
shingers5 said:
hmmmmmmmmm very strange as it works with all versions of opera. what text editor did you use. you need to go to app data-opera9 and edit file axobjects with a text editor. enter the text string for shockwave player as is. i usually put it in the middle of all the text. also have you installed dvhaflashlite 3.1 as that one works best
Click to expand...
Click to collapse
Didn't work for me either
shingers5 said:
to watch flash vids with opera(embedded videos) you need to add text string to axobjects.ini(axobjects). i have done it and it works. you need to go to app data,opera9 and use a text editor and enter this string of text:
go here in file explorer - \Application Data\Opera\axobjects.ini to support flash
CODE:
[Shockwave Flash]
Allow=Url|Embed|Object|Scripts
Click to expand...
Click to collapse
hey guys, my axobjects.ini seem to be placed in the windows folder: windows/opera/axobjects.ini
added this line via texteditor on the computer and replaced the modified ini onto the phone
couldn't get it working
anyone else have this trouble?
p.s. using Dvha79 AdobeFlash3.1 plugin

[App][WM6.5] CHome Visual Editor - compatible with all kinds of CPR

[31/08/2009] New release is avaliable, you can download the new verison from: http://cve.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=32228
CHome Visual Editor is a visual CPR editor for Windows Mobile 6.5.
** You need install .net 3.5 sp1 in your computer in order to run CVE. **
With CVE, you can edit:
Titanium
LS_AlarmScene
LS_LockScene
LS_PhoneAlertScene
LS_PhoneCallScene
LS_SimplePinScene
StartMenu_GridScene
For this release, you can:
Open CPR file visually and move elements visually.
Modify all properties of the selected element by the property grid on the right side.
Change & Save (auto) the screen resolution.
Change & Save (auto) the scale rate.
Undo/Redo
Setup folder mapping between PPC and your OS.
Import registry file to load the element values (text, image source)
Save the modification.
More functions not listed.
This release only provide two language resource. The embedded language is Chinese, en-US is provided. If your OS language is not en-US, you may need to open configuration.xml and add one line to display en-US:
<language>en-us</language>
or you will get Chinese character.
wow.. looks like very good application
downloading & trying it now!!!!
Looks good indeed! Just downloaded but I can't try it now...
Got some problem here, I can't open any .cpr file to edit???
morningmoon said:
Got some problem here, I can't open any .cpr file to edit???
Click to expand...
Click to collapse
do you mean the application crash when you open *.cpr? can you upload error.log file here under CVE folder? it's all about the exceptions, none private will recorded in this file.
<?xml version="1.0"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<scale>1</scale>
<language>en-us</language>
<resolution>
<Width>240</Width>
<Height>320</Height>
</resolution>
<directory name="\Windows">
<mapping>Windows</mapping>
<mapping>E:\WindowsMobile\i780_21501_Kitchen\SYS\Lockscreen_DPI_96</mapping>
</directory>
<directory name="\Program Files">
<mapping>Program Files</mapping>
</directory>
</configuration>
Click to expand...
Click to collapse
Placed the language line in like above. But still no English.
Is there some thing we need to do more.
ebsbow said:
Placed the language line in like above. But still no English.
Is there some thing we need to do more.
Click to expand...
Click to collapse
This is strange, i copied your configuration and tested it in my comupoter, it works fine.
If you opened CVE and close it normally (the configuration will be saved again while cloing), the configuration should not not looks like your posted. the lanuguage should be the first element of configuration node. It may caused by path you placed CVE or permission issue.
JerryJiang said:
do you mean the application crash when you open *.cpr? can you upload error.log file here under CVE folder? it's all about the exceptions, none private will recorded in this file.
Click to expand...
Click to collapse
No. not crash, just can't get the Open File box to display, so I can't choose any file to open???
morningmoon said:
No. not crash, just can't get the Open File box to display, so I can't choose any file to open???
Click to expand...
Click to collapse
I never wrap the open file dialog. The open file dialog i am using is system provided, do you have any other WPF application in your computer that with a open file feature, if so, can you tested it whether it works fine?
error
Opening any CPR file the application is crashing. I am uploading the error log file. Please look and give a resolution.
Copied the "<language>en-us</language>" just below the configuration tag. But the problem is still the same.
All is in Chinees. is there anything else I need to check?
I have added the last error log.
ajeshm said:
Opening any CPR file the application is crashing. I am uploading the error log file. Please look and give a resolution.
Click to expand...
Click to collapse
The exception is caused by some color string of TextStage element in your CPR file, normally, i define the color in CPR file use the #FFxxxxxx pattern.
it seems that the color definition between WM and WPF have inconsistent rules. So can you look through the CPR file and try to find out whether there is any color definition in <TextStage/> section is not follow the rule?
I will update my code to fix the problem if you can kindlly post the inconsistant rule. Thx.
ebsbow said:
Copied the "<language>en-us</language>" just below the configuration tag. But the problem is still the same.
All is in Chinees. is there anything else I need to check?
I have added the last error log.
Click to expand...
Click to collapse
<?xml version="1.0"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<language>en-US</language>
<enable_effect>true</enable_effect>
<scale>1</scale>
<resolution>
<Width>240</Width>
<Height>320</Height>
</resolution>
<directory name="\Windows">
<mapping>Windows</mapping>
</directory>
<directory name="\Program Files">
<mapping>Program Files</mapping>
</directory>
</configuration>
karim_31 said:
<?xml version="1.0"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<language>en-US</language>
<enable_effect>true</enable_effect>
<scale>1</scale>
<resolution>
<Width>240</Width>
<Height>320</Height>
</resolution>
<directory name="\Windows">
<mapping>Windows</mapping>
</directory>
<directory name="\Program Files">
<mapping>Program Files</mapping>
</directory>
</configuration>
Click to expand...
Click to collapse
Thanks for posting your configuration. I should update my build package to include the language element instead of let the users update the xml by themselves.
ebsbow said:
Copied the "<language>en-us</language>" just below the configuration tag. But the problem is still the same.
All is in Chinees. is there anything else I need to check?
I have added the last error log.
Click to expand...
Click to collapse
Could you please try again with karim_31's configuration?
Unfortunately I don't have one. Still can't use this application
Any suggestion? What do I need to install for the open file to work?
Thanks!
JerryJiang said:
I never wrap the open file dialog. The open file dialog i am using is system provided, do you have any other WPF application in your computer that with a open file feature, if so, can you tested it whether it works fine?
Click to expand...
Click to collapse
The language works now,
Thanks, but the app seems to crash a lot when loading an cpr.
Disabling effects helps, but the apps crashes on other actions as well.
ebsbow said:
The language works now,
Thanks, but the app seems to crash a lot when loading an cpr.
Disabling effects helps, but the apps crashes on other actions as well.
Click to expand...
Click to collapse
Can you upload your error.log so that i can do some analysis to improve the quality of the application.
Sure. Here you go.
ebsbow said:
Sure. Here you go.
Click to expand...
Click to collapse
It's caused by color token:
http://forum.xda-developers.com/showpost.php?p=3952898&postcount=12
i will add more check of the token, by unless i get the inconsistant token, the color may not display correctly.
I cant even launch it
No error log... so where do i need to install all the files? it simply says that the app fails... thats all!
what im a doing wrong?
I set all in C:\ and the stwater added to windows directory

Navigon is up and running!

Guys,
I got Navigon 7.3.4 (build-793) running!
480x320 Version is here:
http://www.digital-eliteboard.com/showthread.php?t=85970
Before installing change a view things:
NavLoader.cfg:
ShellPath with your Storage-Card Path
ApplicationSettingsPathes.xml:
Insert your correct Storage-Card Path everywhere
BinaryConfig.xml:
In 480x320 section:
<Resolution>480x320</Resolution>
<ImagesXMLPath>ini_files/images/MN_Images_320x240.dat</ImagesXMLPath>
<GUIXMLPath>ini_files/320x240/</GUIXMLPath>
<PropXMLPath>ini_files/properties/MN_Prop.dat</PropXMLPath>
<FontsXMLPath>ini_files/fonts/MN_Fonts_VGA.dat</FontsXMLPath>
<SoundsXMLPath>ini_files/sounds/MN_Sounds.dat</SoundsXMLPath>
<GUIScaleXFactor>1.5</GUIScaleXFactor>
<GUIScaleYFactor>1.33</GUIScaleYFactor>
<GUIScaleImageXFactor>1.5</GUIScaleImageXFactor>
<GUIScaleImageYFactor>1.33</GUIScaleImageYFactor>
<GUIFontScaleFactor>0.9</GUIFontScaleFactor>
<PictureAnimatorPath>ini_files/320x240/</PictureAnimatorPath>
Maps Q2 2010 are running! Even with TTS!
During a short trip this morning everything works fine - no errors, smooth scrolling, GPS very (very) accurate.
Have fun with it,
Marti
mrmartischmi said:
Guys,
I got Navigon 7.3.4 (build-793) running!
480x320 Version is here:
http://www.digital-eliteboard.com/showthread.php?t=85970
Before installing change a view things:
NavLoader.cfg:
ShellPath with your Storage-Card Path
ApplicationSettingsPathes.xml:
Insert your correct Storage-Card Path everywhere
BinaryConfig.xml:
In 480x320 section:
<Resolution>480x320</Resolution>
<ImagesXMLPath>ini_files/images/MN_Images_320x240.dat</ImagesXMLPath>
<GUIXMLPath>ini_files/320x240/</GUIXMLPath>
<PropXMLPath>ini_files/properties/MN_Prop.dat</PropXMLPath>
<FontsXMLPath>ini_files/fonts/MN_Fonts_VGA.dat</FontsXMLPath>
<SoundsXMLPath>ini_files/sounds/MN_Sounds.dat</SoundsXMLPath>
<GUIScaleXFactor>1.5</GUIScaleXFactor>
<GUIScaleYFactor>1.33</GUIScaleYFactor>
<GUIScaleImageXFactor>1.5</GUIScaleImageXFactor>
<GUIScaleImageYFactor>1.33</GUIScaleImageYFactor>
<GUIFontScaleFactor>0.9</GUIFontScaleFactor>
<PictureAnimatorPath>ini_files/320x240/</PictureAnimatorPath>
Maps Q2 2010 are running! Even with TTS!
During a short trip this morning everything works fine - no errors, smooth scrolling, GPS very (very) accurate.
Have fun with it,
Marti
Click to expand...
Click to collapse
Thank you, but could you upload a zip file somewhere else so I dont have to register, I am not so good at german. ;-)
dontomase said:
Thank you, but could you upload a zip file somewhere else so I dont have to register, I am not so good at german. ;-)
Click to expand...
Click to collapse
why dont u just use google translate? I tried for fun and it took me 10mins to reg and get to the link but sadly m not in USA to make use of this software....
This is the best navigating soft on the market, trust me.
Even maps for Australia are available!
Display always landscape??
it doesn´t work correct - i always get landscape in portrait mode. So I can´t see the whole screen?
How can I change this behaviour?
THX
Re: Display always landscape??
There is a NavLoader.cfg in the Navigon Dir.
Look at the "RotateSCR" keyword.
Is it set to 4 (=270 deg)?
I cant get this to work.
It starts and says something about no map and den the screen goes in landsacape and is black. In the background I can see that the program is started but I cant do anything except remove the battery.
Now I have made one progress, it starts shows the startup screen fine and then the menu blinks and the program stops.
dontomase said:
I cant get this to work.
It starts and says something about no map and den the screen goes in landsacape and is black. In the background I can see that the program is started but I cant do anything except remove the battery.
Now I have made one progress, it starts shows the startup screen fine and then the menu blinks and the program stops.
Click to expand...
Click to collapse
Read my first post carefully...
Have you changed these 3 files as described?
- NavLoader.cfg
- ApplicationSettingsPathes.xml
- BinaryConfig.xml
That was all I did and it worked like a charm...
mrmartischmi said:
Read my first post carefully...
Have you changed these 3 files as described?
- NavLoader.cfg
- ApplicationSettingsPathes.xml
- BinaryConfig.xml
That was all I did and it worked like a charm...
Click to expand...
Click to collapse
Yes, I think I got it right, should I change every file tag to my storage path?
I think I have missed something in my ApplicationSettingsPathes.xml because I have tried with the original binaryconfig file and then the graphics is to small. And on my first try I had missed a trailing / in the navloader.cfg, and got another error.
Can you post your ApplicationSettingsPathes.xml here please.
ApplicationSettingsPathes.xml
<?xml version='1.0' encoding='ISO-8859-1'?>
<Settings>
<Product>MN</Product>
<Version>7.0</Version>
<!-- path to *.default settings and files which will be not written by the application -->
<FactorySettings ID="CE">./Settings</FactorySettings>
<FactorySettings ID="WIN">./Settings</FactorySettings>
<!-- path to the settings files which can be edited by the user -->
<UserSettings ID="CE">./Settings</UserSettings>
<UserSettings ID="WIN">./Settings</UserSettings>
<!-- path to the user data xml file -->
<UserData ID="CE">./Settings</UserData>
<UserData ID="WIN">./Settings</UserData>
<!-- path to sextant configfiles -->
<SextantConfigFiles ID="CE">./Settings/Core</SextantConfigFiles>
<SextantConfigFiles ID="WIN">./Settings/Core</SextantConfigFiles>
<DataFiles ID="CE">./Dat</DataFiles>
<ETA>./Settings/</ETA>
<Language ID="CE">./language_files/</Language>
<Language ID="WIN">./language_files/</Language>
<Map>
<Path>./map</Path>
<Path>/Speicherkarte/NAVIGON/map</Path>
</Map>
<Overmap>
<Path>./POI</Path>
<Path>/Speicherkarte/NAVIGON/POI</Path>
</Overmap>
<MapStyles>./MapStyles</MapStyles>
<Sound>
<Path>./Sounds</Path>
<Path>/Speicherkarte/NAVIGON/Sounds</Path>
</Sound>
<VersionInfo>
<Path>./</Path>
</VersionInfo>
<KeyStorage>./</KeyStorage>
<Favorites>./Favorites/Favorites.store</Favorites>
<RecentTargets>./Favorites/RecentTargets.store</RecentTargets>
<Routes>
<Path User="writable">/Speicherkarte/NAVIGON/Routes</Path>
<Path>/My Flash Disk/NAVIGON/Routes</Path>
<Path>./ExampleRoutes</Path>
</Routes>
<LogBook>
<Path>./LogBook/</Path>
<MN7File>LogBook.xls</MN7File>
</LogBook>
<VoiceRecognition>
<Path>./VoiceRecognition</Path>
<SessionPath>./VoiceRecognition</SessionPath>
</VoiceRecognition>
<OutloookContacts>
<Path>./Contacts/contacts.txt</Path>
<Path>./Contacts/freshcontacts.txt</Path>
</OutloookContacts>
<DemoPlayer>
<Screen Res="320x240">./demo/PlayerDataLandscape.nfs</Screen>
<Screen Res="240x320">./demo/PlayerDataPortrait.nfs</Screen>
<Screen Res="320x480">./demo/PlayerDataLandscape.nfs</Screen>
<Screen Res="480x272">./demo/PlayerDataWidescreen.nfs</Screen>
<Screen Res="480x320">./demo/PlayerDataWidescreen.nfs</Screen>
</DemoPlayer>
<LogPath>
<GPS ID="CE">/Speicherkarte/Navigon/SimulationFiles/GPS</GPS>
<TMC ID="CE">/Speicherkarte/Navigon/SimulationFiles/TMC</TMC>
<Tuner ID="CE">/Speicherkarte/Navigon/SimulationFiles</Tuner>
</LogPath>
<RoutingFiles>./Settings/Routing/</RoutingFiles>
<RESY>./Settings</RESY>
<AutoZoom>./Settings/autozoom.ini</AutoZoom>
<RandMcNallyData>
<Path>./RandMcNallyData</Path>
<Path>/Speicherkarte/NAVIGON/RandMcNallyData</Path>
</RandMcNallyData>
</Settings>
Not working
Nothing works! You better post everything you got as a one package . Resolution still 320x240 nothing changes. Crap!
is that english version?
mailto_alex said:
Nothing works! You better post everything you got as a one package . Resolution still 320x240 nothing changes. Crap!
Click to expand...
Click to collapse
If you did as I described in the first post it is running. I wonder why you cant get it to work.
Have you changed these 3 files?
- NavLoader.cfg
- ApplicationSettingsPathes.xml
- BinaryConfig.xml
I will not post everything again in one package, because of the different languages you have to change a few things manually.
Its not crap just because its not running on your Mini...
mrmartischmi said:
<?xml version='1.0' encoding='ISO-8859-1'?>
<Settings>
<Product>MN</Product>
<Version>7.0</Version>
<!-- path to *.default settings and files which will be not written by the application -->
<FactorySettings ID="CE">./Settings</FactorySettings>
<FactorySettings ID="WIN">./Settings</FactorySettings>
<!-- path to the settings files which can be edited by the user -->
<UserSettings ID="CE">./Settings</UserSettings>
<UserSettings ID="WIN">./Settings</UserSettings>
<!-- path to the user data xml file -->
<UserData ID="CE">./Settings</UserData>
<UserData ID="WIN">./Settings</UserData>
<!-- path to sextant configfiles -->
<SextantConfigFiles ID="CE">./Settings/Core</SextantConfigFiles>
<SextantConfigFiles ID="WIN">./Settings/Core</SextantConfigFiles>
<DataFiles ID="CE">./Dat</DataFiles>
<ETA>./Settings/</ETA>
<Language ID="CE">./language_files/</Language>
<Language ID="WIN">./language_files/</Language>
<Map>
<Path>./map</Path>
<Path>/Speicherkarte/NAVIGON/map</Path>
</Map>
<Overmap>
<Path>./POI</Path>
<Path>/Speicherkarte/NAVIGON/POI</Path>
</Overmap>
<MapStyles>./MapStyles</MapStyles>
<Sound>
<Path>./Sounds</Path>
<Path>/Speicherkarte/NAVIGON/Sounds</Path>
</Sound>
<VersionInfo>
<Path>./</Path>
</VersionInfo>
<KeyStorage>./</KeyStorage>
<Favorites>./Favorites/Favorites.store</Favorites>
<RecentTargets>./Favorites/RecentTargets.store</RecentTargets>
<Routes>
<Path User="writable">/Speicherkarte/NAVIGON/Routes</Path>
<Path>/My Flash Disk/NAVIGON/Routes</Path>
<Path>./ExampleRoutes</Path>
</Routes>
<LogBook>
<Path>./LogBook/</Path>
<MN7File>LogBook.xls</MN7File>
</LogBook>
<VoiceRecognition>
<Path>./VoiceRecognition</Path>
<SessionPath>./VoiceRecognition</SessionPath>
</VoiceRecognition>
<OutloookContacts>
<Path>./Contacts/contacts.txt</Path>
<Path>./Contacts/freshcontacts.txt</Path>
</OutloookContacts>
<DemoPlayer>
<Screen Res="320x240">./demo/PlayerDataLandscape.nfs</Screen>
<Screen Res="240x320">./demo/PlayerDataPortrait.nfs</Screen>
<Screen Res="320x480">./demo/PlayerDataLandscape.nfs</Screen>
<Screen Res="480x272">./demo/PlayerDataWidescreen.nfs</Screen>
<Screen Res="480x320">./demo/PlayerDataWidescreen.nfs</Screen>
</DemoPlayer>
<LogPath>
<GPS ID="CE">/Speicherkarte/Navigon/SimulationFiles/GPS</GPS>
<TMC ID="CE">/Speicherkarte/Navigon/SimulationFiles/TMC</TMC>
<Tuner ID="CE">/Speicherkarte/Navigon/SimulationFiles</Tuner>
</LogPath>
<RoutingFiles>./Settings/Routing/</RoutingFiles>
<RESY>./Settings</RESY>
<AutoZoom>./Settings/autozoom.ini</AutoZoom>
<RandMcNallyData>
<Path>./RandMcNallyData</Path>
<Path>/Speicherkarte/NAVIGON/RandMcNallyData</Path>
</RandMcNallyData>
</Settings>
Click to expand...
Click to collapse
Thank's a lot I will try it asap.
Reply
mrmartischmi said:
Have you changed these 3 files?
- NavLoader.cfg
- ApplicationSettingsPathes.xml
- BinaryConfig.xml
I will not post everything again
Click to expand...
Click to collapse
Pls post only files that has to be changed. In this way i'll replace them all with the existing once and see if it works.
My files attached
Now I got it working at least the program but my next problem is that it cant detect any satellites, it seems that it cant find the internal gps.
Do thoose of you who have it working edit any gps settings?
dontomase said:
Now I got it working at least the program but my next problem is that it cant detect any satellites, it seems that it cant find the internal gps.
Do thoose of you who have it working edit any gps settings?
Click to expand...
Click to collapse
Navigon\Settings\UserSettings.xml
<GPS>
<Type>1</Type>
<GPSPort>4</GPSPort>
<Baudrate>4800</Baudrate>
<DRVPrefix></DRVPrefix>
</GPS>
mrmartischmi said:
Navigon\Settings\UserSettings.xml
<GPS>
<Type>1</Type>
<GPSPort>4</GPSPort>
<Baudrate>4800</Baudrate>
<DRVPrefix></DRVPrefix>
</GPS>
Click to expand...
Click to collapse
I was just about to write here that I found the problem but you were to fast. I changed it to 4800 baud nd it works as a charm.
Thanks for your help.
Navigon Instalation
Dear Martin,
I download from the link the Navigon for the Hd Mini and after the installation when I try to run the software I receive the message navigon.exe doesn't exist
Do you have any help for that?
Best regards
Stefanos
steftam said:
Dear Martin,
I download from the link the Navigon for the Hd Mini and after the installation when I try to run the software I receive the message navigon.exe doesn't exist
Do you have any help for that?
Best regards
Stefanos
Click to expand...
Click to collapse
Have you changed these 3 files as described in the very first post?
- NavLoader.cfg
- ApplicationSettingsPathes.xml
- BinaryConfig.xml

Categories

Resources