EZBoot parameter file

Login to reply to this topic.
Fri, 2008-05-09 13:38
Joined: 2007-04-18
Forum posts: 7

Hi there,

I am trying to use NewLC's EZBoot system to make my app (a DLL) do autostart on 2nd Edition, the .pkg file is :-

(0x101F7960), 0, 0, 0, {"Series60ProductID"}
;
"C:\Symbian\7.0s\Series60_v21_CW\epoc32\release\THUMB\UREL\SaveCell.app" -"!:\system\apps\SaveCell\SaveCell.app"
"C:\Symbian\7.0s\Series60_v21_CW\epoc32\data\z\system\apps\SaveCell\SaveCell.r01" -"!:\system\apps\SaveCell\SaveCell.r01"
"C:\Symbian\7.0s\Series60_v21_CW\epoc32\data\z\system\apps\SaveCell\SaveCell_caption.r01" -"!:\system\apps\SaveCell\SaveCell_caption.r01"
"C:\Symbian\7.0s\Series60_v21_CW\epoc32\data\z\system\apps\SaveCell\SaveCell.aif" -"!:\system\apps\SaveCell\SaveCell.aif"
"C:\Symbian\7.0s\Series60_v21_CW\epoc32\data\z\system\apps\SaveCell\SaveCell.mbm" -"!:\system\apps\SaveCell\SaveCell.mbm"
"c:\symbian\Carbide\savecell\savecell\sis\blowfish.dat" -"!:\system\apps\savecell\blowfish.dat"
;"c:\symbian\Carbide\savecell\savecell\sis\SaveCell.boot" - "!:system\programs\ezboot\boot\SaveCell.boot"
@"ezboot-S60.sis",(0x101fd000)

If I remove the 'Comment out' on the line which would load the 'savecell.boot' file, the
Installer on my Nokia E70 reports 'File corrupted' about 90% of the way through the
download. The contents of the 'savecell.boot' file are :-

boot:\system\apps\SaveCell\SaveCell.app

Which is what your write-up recommends, I think.

With that line commented out (as above), EZBoot installs OK, but it does not have a parameter file, so it, naturally, does not work.

Any ideas, anyone?

Richard


Fri, 2008-05-09 16:17
Joined: 2007-04-18
Forum posts: 7
Re: EZBoot parameter file


Hi All,

I withdraw this problem, I missed the first backslash in the phone filename, so the installer got itself in a knot.

Should have been "!:\system\programs\ezboot\boot\SaveCell.boot" not "!:system\programs\ezboot\boot\SaveCell.boot"

The Symbian system definitely ecomomises on its error messages....

Richard

  • Login to reply to this topic.