| Versions |
 |
|
| Author |
Topic  |
|
KhaKev
385 Posts |
Posted - 23 avr. 2009 : 08:13:34
|
Osprey,
I just discovered that Magellan Maestro 4250 can SD autorun. \Windows\AutoEvent.exe shows that it could accept \SDMMC Card\GS399AutoRun.inf
Create GS399AutoRun.inf and place this line and save
open=MioAutoRun.exe
Which means Maestro 4250 users no longer need to hack Unit.xml, Startup.xml or renaming Navigator.exe.
Please add this to your next release. |
Edited by - KhaKev on 23 avr. 2009 08:23:33 |
 |
|
|
Osprey
USA
2764 Posts |
Posted - 23 avr. 2009 : 08:39:07
|
KhaKev, Very nice find! I'll add that. I wonder if all Maestros use the same filename. |
Mio C320 (US), R40 firmware, WinCE 5.0 Core, MioPocket 4.0 Release 68 Latest MioPocket: MioPocket 4.0 (Release 68) - Dec 6, 2010 & ReadMe |
 |
|
|
KhaKev
385 Posts |
Posted - 23 avr. 2009 : 08:51:19
|
Osprey, I think so but let they try and inform us :-).
More on Magellan Maestro 4250
Enable Hidden Menu: Top of User Options (the Title I would say) Tap middle/middle/left/left/middle/left At the very bottom, now you can Exit Navigator cleanly. No more killing :-)
Enable Debug Menu: In System Settings (User Options -> System Settings) Tap left/left/right/right/left/right (this one is tricky, make sure you tap on the blue background where the buttons are)
Before playing with the above make sure you have a good copy of HDD in case things go wrong unexpectedly. Use as your own risks. Don't enable anything what you are not sure.
Happy Magelling. |
Edited by - KhaKev on 23 avr. 2009 09:43:16 |
 |
|
|
KhaKev
385 Posts |
Posted - 23 avr. 2009 : 09:55:16
|
Osprey, even though MioPocket is installed from SD but it still creates MioAutoRun folder on the internal flash disk. Does this work by design or a bug?
Inside MioAutoRun I see these folder/files:
Windows\Wallpaper\WallPaper.bmp init.txt launch.exe launch.ini
The point is to run MioPocket from SD on device supports SD autorun/bootable. Just don't want to leave any trace on the internal flash disk. |
Edited by - KhaKev on 23 avr. 2009 10:14:34 |
 |
|
|
Osprey
USA
2764 Posts |
Posted - 23 avr. 2009 : 10:56:48
|
| It's by design. The SD card is not yet available when those files need to be accessed, so they can't be on the SD card. |
Mio C320 (US), R40 firmware, WinCE 5.0 Core, MioPocket 4.0 Release 68 Latest MioPocket: MioPocket 4.0 (Release 68) - Dec 6, 2010 & ReadMe |
 |
|
|
gulp
4 Posts |
|
|
netcrawler
Spain
1 Posts |
|
|
eugeneflim
25 Posts |
Posted - 23 avr. 2009 : 23:05:33
|
I haven't seen a clean way to kill MioMap2008 on Moov's (sorry, may've missed it on almost 400 pages), so I created my own, maybe there is a better way? Anyhow, here is the modified MinimizeActiveWindow.mscr file:
ErrorLevel("off") Include("Variables.mscr") Call Variables_Common ##############
#If this script is called from the QuickLaunch utility, kill it or else it will be the active window If(ProcExists("QuickLaunch.exe")) QuickLaunch = TRUE Kill("QuickLaunch.exe") EndIf
MM2008IsRunning = "false"
# Cleanup if Smart_ST is running. If(ProcExists("AppStartupSec.exe")) Kill("AppStartupSec.exe") MM2008IsRunning = "true" EndIf If(ProcExists("SmartST_CE.exe")) Kill("SmartST_CE.exe") MM2008IsRunning = "true" EndIf
If (MM2008IsRunning eq "true") Close(ActiveWindow()) Else #Minimize the active window Minimize(ActiveWindow())
#Re-launch the QuickLaunch utility so that it's available again If(QuickLaunch) Run(ProgramsFolder\"QuickLaunch\QuickLaunch.exe") EndIf EndIf
|
Edited by - eugeneflim on 23 avr. 2009 23:09:18 |
 |
|
|
Osprey
USA
2764 Posts |
Posted - 23 avr. 2009 : 23:58:16
|
gulp, Added. Good job.
netcrawler1, I was wondering when someone would finally do a Spanish translation. I thought it odd that it hadn't been done yet, since Spanish is one of the big languages (maybe Mio isn't big in Spanish-speaking markets). Anyways, nice contribution. I will add it in. |
Mio C320 (US), R40 firmware, WinCE 5.0 Core, MioPocket 4.0 Release 68 Latest MioPocket: MioPocket 4.0 (Release 68) - Dec 6, 2010 & ReadMe |
Edited by - Osprey on 24 avr. 2009 00:00:13 |
 |
|
|
Osprey
USA
2764 Posts |
Posted - 24 avr. 2009 : 05:08:19
|
Everyone, Here's Release 45. Happy weekend.
Download: RapidShare Mirror: MediaFire
============================================= ** MioPocket 2.0 (Release 45) - 04/23/2009 ** (Osprey) =============================================
1. Added an option to the GAPI menu to install an "alternate" GAPI driver. This driver allows devices that are not explicitly supported by GAPI to use the definition of a similar, supported device without receiving "device mismatch" errors (credit to TroNik for the driver).
2. Fixed fullscreen image viewing in XnView and added a few more languages to the program.
3. Added a better subtitle plugin to Media Player (credit to TroNik for finding it).
4. Added the newest versions of TroNik's utilities to MioAutoRun\Programs\TroNik, including new utilities to enable and disable static navigation.
5. Moved Webster's 1913 Dictionary (Small) to Media\Books so that it's viewable in uBook.
6. Added SD autorun files and Readme instructions for Sanyo and Magellan devices (credit to TroNik and KhaKev, respectively).
7. Added Spanish language for MioPocket Settings and an updated Italian (credit to netcrawler1 and gulp, respectively). |
Mio C320 (US), R40 firmware, WinCE 5.0 Core, MioPocket 4.0 Release 68 Latest MioPocket: MioPocket 4.0 (Release 68) - Dec 6, 2010 & ReadMe |
Edited by - Osprey on 25 avr. 2009 01:37:45 |
 |
|
|
knyazs
Slovenia
29 Posts |
Posted - 24 avr. 2009 : 08:53:59
|
Osprey,
are you using utf-8 for language scripts? Can I use special characters in translations like
#269;, #263;, ž
or like
#1096;, #1106;, #1115;, #1095;, #1114;,...
I know it looks like chinese but I would like to use these charaters in translations.
Thanks in advance |
Mio Moov 330 MioPocket 3.0 R49, MioMap 2008, IGO 8.3.2 |
 |
|
|
TroNik
362 Posts |
Posted - 24 avr. 2009 : 10:09:04
|
Osprey, 1. Fix the following files to point to player.exe instead of playerce5.exe: Main_Chrome_Toolbar.ini, Main_Iclone_Toolbar.ini and Main_Vista_Toolbar.ini in MioAutoRun\Skin\GSThemes\MAIN 2. Delete MioAutoRun\Programs\Media Player\SUBTITLE.PLG since it makes media player crash now that you included the new subtitle plugin.
|
http://iphonetoday.googlecode.com/ |
Edited by - TroNik on 24 avr. 2009 10:10:35 |
 |
|
|
Osprey
USA
2764 Posts |
Posted - 24 avr. 2009 : 11:05:32
|
knyazs, They're in plain Unicode, not UTF-8, but I think that you could save your language in UTF-8 and it'd still work; afterall, the languages work fine in ANSI, as well.
TroNik, 1. That's one reason why I was hesitant to delete playerce5.exe. I'll fix that. Thanks. 2. It doesn't crash for me... but maybe you mean when subtitles are used. I'll delete it, regardless. |
Mio C320 (US), R40 firmware, WinCE 5.0 Core, MioPocket 4.0 Release 68 Latest MioPocket: MioPocket 4.0 (Release 68) - Dec 6, 2010 & ReadMe |
Edited by - Osprey on 24 avr. 2009 12:55:48 |
 |
|
|
ste
712 Posts |
Posted - 24 avr. 2009 : 18:22:07
|
Osprey,
my colleague who now uses R44, says it is much faster (default skin) than R41.
You may remember several pages back I mentioned Stopword-based unlock users who reported slow motion of MP compared to SW. It was before R41.
My question is: did I miss something, and R44 (and later) should be faster than R41? I always follow your "whats new" summaries, and did not see any clue. Thank you! |
Mio C520 R48.3.9937.1026 MioPocket 4.0 SD Release 68 |
Edited by - ste on 24 avr. 2009 18:23:14 |
 |
|
|
ponce
28 Posts |
Posted - 24 avr. 2009 : 20:01:16
|
hi! Can anyone post some screenshots from your MIO C320 / c520 screen using wifi.using internet....I just want to see how it looks...Can u OSPREY? or anyone else... Thanks,
Ponce
|
 |
|
Topic  |
|
|
|
| This page was generated in 4,55 seconds. |
 |
|