[HELP] SOS! My pnd bricks...   

Postby FullScreen57 » Sat Nov 27, 2010 3:04 am

FullScreen57 wrote:Samkuek, Thanks for the information. Being a newbie to the scripting process can you please point me to someplace where I can start learning from (Kill processes - Start navigation program - Restart processes) . :)


Samkuek,

1. Your post with instrucions to download Mortscript mnaul and sample script has disappeared from here
2. I tried using your instructions and it works ewxcept when exiting Primo. The screen gets stuck on "Exiting, please wait..." and the PNA freezes up
3. My script is:

#Errorlevel("warn")

#If(WndExists("NAVI"))
# Show("NAVI")
# Exit
#EndIf

#Kill explorer.exe
If(ProcExists("explorer.exe"))
Kill("explorer.exe")
EndIf

If(ProcExists("YFLoader.exe"))
Kill("YFLoader.exe")
EndIf

If(ProcExists("Color7MoveShell.exe"))
Kill("Color7MoveShell.exe")
EndIf

Runwait("\SDMMC\Primo\iGO.exe")

If(FileExists("\ResidentFlash2\YFLoader.exe"))
Run("\ResidentFlash2\YFLoader.exe")
EndIf

Sleep(1000)
=====================

Can you please help out?

Thanks a lot.
FullScreen57 offline


Junior Member



 
Joined: Tue Jun 15, 2010 2:08 am
Posts: 22
Has thanked: 10 times
Been thanked: 1 time

Postby FullScreen57 » Sat Nov 27, 2010 3:06 am

Double posted
FullScreen57 offline


Junior Member



 
Joined: Tue Jun 15, 2010 2:08 am
Posts: 22
Has thanked: 10 times
Been thanked: 1 time

Postby powertech » Sat Nov 27, 2010 3:47 am

anyone can help after i put the transformer PAPAGO.DBP in maps folder my chinese font become square square. do a hard reset also can not help, my devise look like these

2003


ROM Version: V1.1.010.01.15.2G

APP Version : V1.2.11.09.12.16

From Resinfo

MTK Apollo 5.0

Windows CE 5.0.1400

56.9MB Ram

ARM1176JZ-S MT3351 (468MHz)

480x272 pixels, 65536 color
powertech offline


Member



 
Joined: Fri Jul 16, 2010 2:00 pm
Posts: 154
Has thanked: 2 times
Been thanked: 1 time

Postby samkuek » Sat Nov 27, 2010 10:50 am

FullScreen57 wrote:Samkuek,

1. Your post with instrucions to download Mortscript mnaul and sample script has disappeared from here
2. I tried using your instructions and it works ewxcept when exiting Primo. The screen gets stuck on "Exiting, please wait..." and the PNA freezes up
3. My script is:

#Errorlevel("warn")

#If(WndExists("NAVI"))
# Show("NAVI")
# Exit
#EndIf

#Kill explorer.exe
If(ProcExists("explorer.exe"))
Kill("explorer.exe")
EndIf

If(ProcExists("YFLoader.exe"))
Kill("YFLoader.exe")
EndIf

If(ProcExists("Color7MoveShell.exe"))
Kill("Color7MoveShell.exe")
EndIf

Runwait("\SDMMC\Primo\iGO.exe")

If(FileExists("\ResidentFlash2\YFLoader.exe"))
Run("\ResidentFlash2\YFLoader.exe")
EndIf

Sleep(1000)
=====================

Can you please help out?

Thanks a lot.


Try either of the following option, (some program need explorer to run first and i assume you are sure that your PND's skin application name is "YFLoader.exe)":

1. Dont kill the explorer. let it run in the background but will take up some RAM resource

or

2. If you kill explorer, recall it when navigation program exit. For example, add the following instruction after runwait :

If(not ProcExists("explorer.exe"))

Run("\Windows\explorer.exe")
sleep(1000)
EndIf

Do it will care and at your own risk. Good luck
samkuek offline


Junior Member



 
Joined: Wed Jun 16, 2010 4:11 pm
Posts: 44
Has thanked: 0 time
Been thanked: 0 time

Postby Monters GPS » Sat Nov 27, 2010 2:53 pm

powertech wrote:anyone can help after i put the transformer PAPAGO.DBP in maps folder my chinese font become square square. do a hard reset also can not help, my devise look like these




ROM Version: V1.1.010.01.15.2G

APP Version : V1.2.11.09.12.16

From Resinfo

MTK Apollo 5.0

Windows CE 5.0.1400

56.9MB Ram

ARM1176JZ-S MT3351 (468MHz)

480x272 pixels, 65536 color


Can you try Flash with this rom....am using this and so far so good......

[Please Register or Login to download file]

Image
Monters GPS offline


User avatar Elite Member



 
Joined: Mon Jul 26, 2010 9:38 am
Posts: 5120
Has thanked: 0 time
Been thanked: 72 times

Postby powertech » Sat Nov 27, 2010 4:41 pm

i have upgrade the firmware above successful, but it can not detect my memory cards :wallbash:
powertech offline


Member



 
Joined: Fri Jul 16, 2010 2:00 pm
Posts: 154
Has thanked: 2 times
Been thanked: 1 time

Postby Monters GPS » Sat Nov 27, 2010 6:15 pm

powertech wrote:can provide more detail on it

Thank


Just put that 2 files into your card and start your pnd.....it will auto flash!!
don't worry bro, it will not brick your pnd.....
if after you flash this feel don't like then i send you another flash version.

Pm me if you have any thing need help!

Image Image

Image
Monters GPS offline


User avatar Elite Member



 
Joined: Mon Jul 26, 2010 9:38 am
Posts: 5120
Has thanked: 0 time
Been thanked: 72 times

Postby powertech » Sun Nov 28, 2010 12:39 am

my mistake after i put some crate navione folder in the memory they show up now everything works,

taiwan transformer ( the tranformer files corrupted the Chinese font again ) :wallbash::wallbash::wallbash:

only the gui is a bit plane

thank again :yahoo:
powertech offline


Member



 
Joined: Fri Jul 16, 2010 2:00 pm
Posts: 154
Has thanked: 2 times
Been thanked: 1 time

Postby Monters GPS » Sun Nov 28, 2010 2:27 am

powertech wrote:my mistake after i put some crate navione folder in the memory they show up now everything works,

taiwan transformer ( the tranformer files corrupted the Chinese font again ) :wallbash::wallbash::wallbash:

only the gui is a bit plane

thank again :yahoo:


you mean taiwan transformer is V600? so far am using that and never had this problem....i think some of your files are corrupted!!
Monters GPS offline


User avatar Elite Member



 
Joined: Mon Jul 26, 2010 9:38 am
Posts: 5120
Has thanked: 0 time
Been thanked: 72 times

Postby powertech » Mon Nov 29, 2010 12:09 am

i using R6600 version 7.6 :confused:
powertech offline


Member



 
Joined: Fri Jul 16, 2010 2:00 pm
Posts: 154
Has thanked: 2 times
Been thanked: 1 time

Postby FullScreen57 » Sat Dec 04, 2010 1:17 pm

samkuek wrote:Try either of the following option, (some program need explorer to run first and i assume you are sure that your PND's skin application name is "YFLoader.exe)":

1. Dont kill the explorer. let it run in the background but will take up some RAM resource

or

2. If you kill explorer, recall it when navigation program exit. For example, add the following instruction after runwait :

If(not ProcExists("explorer.exe"))

Run("\Windows\explorer.exe")
sleep(1000)
EndIf

Do it will care and at your own risk. Good luck


Samkuek - Thanks for all your help. Your last post made me recheck everything and discover that my PND's skin application was not YFLoader.exe but Color7MoveShell.exe

Once I made the change, Primo now exits safely (though it does take its time). Once again Thanks, Muchas Gracias, .... :dance:

My working script
===========
If(ProcExists("YFLoader.exe"))
Kill("YFLoader.exe")
EndIf

If(ProcExists("Color7MoveShell.exe"))
Kill("Color7MoveShell.exe")
EndIf

Runwait("\SDMMC\Primo\iGO.exe")

If(FileExists("\ResidentFlash2\YFAPP\Color7MoveShell\Color7MoveShell.exe"))
Run("\ResidentFlash2\YFAPP\Color7MoveShell\Color7MoveShell.exe")
EndIf

Sleep(1000)
FullScreen57 offline


Junior Member



 
Joined: Tue Jun 15, 2010 2:08 am
Posts: 22
Has thanked: 10 times
Been thanked: 1 time

Postby samkuek » Fri Dec 10, 2010 11:52 pm

FullScreen57 wrote:Samkuek - Thanks for all your help. Your last post made me recheck everything and discover that my PND's skin application was not YFLoader.exe but Color7MoveShell.exe

Once I made the change, Primo now exits safely (though it does take its time). Once again Thanks, Muchas Gracias, .... :dance:

My working script
===========
If(ProcExists("YFLoader.exe"))
Kill("YFLoader.exe")
EndIf

If(ProcExists("Color7MoveShell.exe"))
Kill("Color7MoveShell.exe")
EndIf

Runwait("\SDMMC\Primo\iGO.exe")

If(FileExists("\ResidentFlash2\YFAPP\Color7MoveShell\Color7MoveShell.exe"))
Run("\ResidentFlash2\YFAPP\Color7MoveShell\Color7MoveShell.exe")
EndIf

Sleep(1000)


Eres bienvenido. Glad to know you did it :thumbup:
samkuek offline


Junior Member



 
Joined: Wed Jun 16, 2010 4:11 pm
Posts: 44
Has thanked: 0 time
Been thanked: 0 time

Postby akramesg » Fri Jan 21, 2011 10:57 am

v2.4.5.10.03.12
v1.1.0.10.03.23.64m

App-091207-v1.2.11


I got a CE device that has a a small version of tahoma which has no unicode inside

I tried replacing that with another unicode version I have but upon restart it back to the small font somehow ,

Is there any way to replace that font

Thx all

upd: now after using the wrong fw (i believe) the unit isn't accepting any more os's won't even load the logo screen, is there any other way to load the fw or shall I throw it in the bin
akramesg offline


Junior Member



 
Joined: Fri Jan 21, 2011 10:18 am
Posts: 1
Has thanked: 0 time
Been thanked: 0 time

Postby powertech » Thu Feb 10, 2011 5:53 am

Need help here my PNA is dead for good, no boot up screen after press the on button, plug in power show battery icon full, it happen after i try to flash new firmware into it :girl_cray:

ROM Version: V1.1.010.01.15.2G

APP Version : V1.2.11.09.12.16

From Resinfo

MTK Apollo 5.0

Windows CE 5.0.1400

56.9MB Ram

ARM1176JZ-S MT3351 (468MHz)

480x272 pixels, 65536 color
powertech offline


Member



 
Joined: Fri Jul 16, 2010 2:00 pm
Posts: 154
Has thanked: 2 times
Been thanked: 1 time

Postby powertech » Sun Feb 13, 2011 2:53 pm

any one ???? need your help here
powertech offline


Member



 
Joined: Fri Jul 16, 2010 2:00 pm
Posts: 154
Has thanked: 2 times
Been thanked: 1 time

PreviousNext

Return to PaPaGO! Discussion and User Support

Who is online

Users browsing this forum: No registered users and 2 guests