All Forums
 Microsoft Windows CE
 General CE
 ADSLOAD.REG entries missing or incorrect
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Author Topic  

KnowledgeBase

296 Posts

Posted - 26 Feb 2002 :  09:38:46  Show Profile  Email Poster
Q: The entries I made in ADSLOAD.REG aren't showing up in the registry.
Q: The entries I made have a different value than I set in ADSLOAD.REG.


You may have a syntax error in your entry. Make sure that there are no spaces before or after the equal sign (=) and that all comments begin with a semicolon (;). Also, watch for lines that may have wrapped to a new line.



------------------
ADS Knowledge Base

KnowledgeBase

296 Posts

Posted - 28 Feb 2002 :  15:04:12  Show Profile  Email Poster
Some older builds of CE had an error in the ADSLOAD.REG loader that did not properly parse strings that included the (four) characters ":;[=". Strings would be truncated to the characters preceding those characters. Current CE builds do not have this issue.


------------------
ADS Knowledge Base
Go to Top of Page

kurtwl

28 Posts

Posted - 21 Jan 2004 :  09:46:13  Show Profile  Email Poster
I have tried to modify from ADSLOAD.reg

[HKEY_CLASSES_ROOT\cmdfile\Shell\Open\Command]
"Default"="\Windows\cmd.exe /k "%1""

so that the %1 was quoted. [Microsoft have still not got to grips with spaces in paths it seems]

When this followed any other HKEY_,

cmdfile\Shell\Open\Command was written to that section.
Additionally, the "%1" was never wrtten, even as ""%1""

As an experiment, I put the entry as the first thing in adsload.reg,
which gave me the following


------------------------------------------------------------
Reset Detected


******* BitsyX Initialization*******
CPU ID = A0 PXA255
SDCLK[1] = MemClk
MemClk = 99.53 MHz
Run Mode = 4 * MemClk
Turbo Mode = Run Mode
Mode: RUN

Reading Flash ...(from 0x40004 to 0x40935)
Reading Hardware Ta

Microsoft Windows CE Ethernet Boot Loader
Copyright (c) 2001 Microsoft Corporation
Copyright (c) 2001 Intel Corporation
Copyright (c) 2002~2003 ADS BitsyX Bootloader Ver (1.07 )
(Built at 18:22:15 on Jul 24 2003)

Detected Ethernet(SMC91C111)
CPLD Version = 0x4
DipSwitch = 0x3
BootSwitch = 0x8

ADSLOAD.ROM : Reading ... Writing...
Failed to load ADSLOAD.ROM from an ATA Flash Card.

ADSLOAD.HWT : Reading ... Writing...
Programming flash (this will also take a few seconds).
File Size = 2353(0x931) bytes .
Erasing flash...
Successfully Erased !!!!
Writing Flash Header Size...(0x931 bytes) .
Writing Flash...(from 0x40004 to 0x40935).
Compare Memory with Flash, Successfully Done !!!

ADSLOAD.REG : Reading ... Writing...
Programming flash (this will also take a few seconds).
File Size = 5198(0x144E) bytes .
Erasing flash...
Successfully Erased !!!!
Writing Flash Header Size...(0x144e bytes) .
Writing Flash...(from 0x80004 to 0x81452).
Compare Memory with Flash, Successfully Done !!!

ADSLOAD.EXE : Reading ... Writing...
Failed to load ADSLOAD.EXE from an ATA Flash Card.

ADSLOAD.BMP : Reading ... Writing...
Failed to load ADSLOAD.BMP from an ATA Flash Card.

NK.BIN : Reading ... Writing...
Failed to load NKLOAD.BIN from an ATA Flash Card.
Reading Flash ...(from 0x40004 to 0x40935)
Reading Hardware Table(ADSLOAD.HWT) from Flash.

Booting from Flash.
Reading Flash ...(from 0x200008 to 0x011f2930)
ÿSaved Registry will be restored.
Sp=ffffc7d0
Data Abort: Thread=83f65000 Proc=8114f174 'filesys.exe'
AKY=0000000b PC=00025f94 RA=00025edc BVA=04000000 FSR=00000007
CADSparse::UpdateRegistry::RegCreateKeyEx err = 87
Data Abort: Thread=83f65000 Proc=8114f31c 'device.exe'
AKY=00000009 PC=02402518 RA=02402518 BVA=04000010 FSR=000000f5
FlashFX Disk Detected: Ver 5.10 (Build 492)
Ethernet Detected : SMC91C111.
SMC91C111 Ethernet Address: 00:60:0c:00:48:82

SMARTIO Detected : PartType=0x8535 Firmware=0x0010 Revision=2
SMARTIO : SerialClockRate=10 KBits/S(0xa7).
Scanning Installed Providers
Installing Layered Providers
Installed over Windows C
E MS Tcpip [UDP/IP].
Installed over Windows CE MS Tcpip [UDP/IP].
Installed over W
indows CE MS Tcpip [TCP/IP].
Installed over Windows CE MS Tcpip [TCP/IP].
Can't Re
order under CEPreparing To Reoder Installed Chains
Could not open File \Temp\ads
load.reg.
Could not open File \Temp\adsload.reg.


Microsoft Windows CE Ver. 4.10 (build 908)

BitsyX Windows CE Ver.(4.10.32)

****************
ADSCopy etc
restart
****************

Windows CE Kernel for ARM (Thumb Enabled) Built on Feb 12 2003 at 15:36:08
ProcessorType=02d0 Revision=6
sp_abt=ffff5000 sp_irq=ffff2800 sp_undef=ffffc800
Saved Registry will be restored.
Sp=ffffc7d0
Data Abort: Thread=83f77928 Proc=8114f174 'filesys.exe'
AKY=0000000b PC=00025f94 RA=00025edc BVA=04000000 FSR=00000007
CADSparse::UpdateRegistry::RegCreateKeyEx err = 87
Data Abort: Thread=83f77928 Proc=8114f31c 'device.exe'
AKY=00000009 PC=02402518 RA=02402518 BVA=04000010 FSR=000000f5
FlashFX Disk Detected: Ver 5.10 (Build 492)
SMC9000: CardInitialize - RCR = 0x3330, Expected 0x8000
No SMC Chips.

SMARTIO Detected : PartType=0x8535 Firmware=0x0010 Revision=2
SMARTIO : SerialClockRate=10 KBits/S(0xa7).
Scanning Installed Providers
Installing Layered Providers
Installed over Windows C
E MS Tcpip [UDP/IP].
Installed over Windows CE MS Tcpip [UDP/IP].
Installed over W
indows CE MS Tcpip [TCP/IP].
Installed over Windows CE MS Tcpip [TCP/IP].
Can't Re
order under CEPreparing To Reoder Installed Chains
Could not open File \Temp\ads
load.reg.
Could not open File \Temp\adsload.reg.


Microsoft Windows CE Ver. 4.10 (build 908)

BitsyX Windows CE Ver.(4.10.32)

---------------------------------------------------------------

Commenting out the offending entry and 'rebooting' gave a normal boot.
Go to Top of Page
  Topic  
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Jump To:
Eurotech Support Forums © Eurotech Inc. Go To Top Of Page
This page was generated in 0.12 seconds. Snitz Forums 2000