Hello all,

Am working on windows mobile
I would like to see the list of all the dll in the NAND.bin file.
I have tried with viewbin -t nand.bin and viewbin -d nand.bin.it is
not giving the list of dlls.

Can you please tell me what is the command to see list of dll in
nand.bin file?

Thanks in advance

-senthil

Re: view list of dll in nand.bin file by Valter

Valter
Wed Apr 16 00:31:03 PDT 2008

senthilv2k@gmail.com wrote in news:fb56d220-dfa7-43a9-bad5-
1e4bb3b56fd7@t54g2000hsg.googlegroups.com:

> Hello all,
>
> Am working on windows mobile
> I would like to see the list of all the dll in the NAND.bin file.
> I have tried with viewbin -t nand.bin and viewbin -d nand.bin.it is
> not giving the list of dlls.
>
> Can you please tell me what is the command to see list of dll in
> nand.bin file?

Usualli NAND flash memory is not usable for execution in place and so
the .bin extension does not grant that your file is a CE image file.
It may be a "flat" image of some kind of filesystem that is used by
the device.
Do you have only that image file or the whole directory three used to
build the platform?

--
Valter Minute
www.fortechembeddedlabs.it
Training, support and development for Windows CE
(the reply address of this message is invalid)

Re: view list of dll in nand.bin file by senthilv2k

senthilv2k
Wed Apr 16 01:00:06 PDT 2008

Hello Valter Minute and all,

Thanks for your reply...
In my windows mobile release directory i have only one .bin
file(nand.bin)
we usually convert nand.bin file to nand.bwm and dump the nand.bwm
file in to flash.and we will connect nand.bin through KITL.

Here my question is how do i come to know which are the dlls are
present in my image.

thanks in advance

-senthil

Re: view list of dll in nand.bin file by Paul

Paul
Wed Apr 16 08:40:54 PDT 2008

Your Windows Mobile support person at Microsoft should probably be the one
getting this question. Remember that you are under NDA, so broadcasting
details of the adaptation kit to a public newsgroup is something that you
shouldn't do.

Paul T.

<senthilv2k@gmail.com> wrote in message
news:b7efb053-a174-4746-b1d7-12b9eb66aa09@m44g2000hsc.googlegroups.com...
> Hello Valter Minute and all,
>
> Thanks for your reply...
> In my windows mobile release directory i have only one .bin
> file(nand.bin)
> we usually convert nand.bin file to nand.bwm and dump the nand.bwm
> file in to flash.and we will connect nand.bin through KITL.
>
> Here my question is how do i come to know which are the dlls are
> present in my image.
>
> thanks in advance
>
> -senthil



Re: view list of dll in nand.bin file by senthilv2k

senthilv2k
Wed Apr 16 22:34:55 PDT 2008

Hello Paul and all,

thanks for notified my mistake...
Let me ask the concerned person in microsoft....

-senthil