阅读:1106回复:4
some CE questions...
(1)
As for internet card, my platform builder for x86 target is ok for emulator, but fail to CEPC ... Could anyone please teach me how to make it? (my card is "Broadcom NetXtreme Gigabit Ethernet for hp") (2) I just write an application , and i hope it will satrt in the beginning of the ce os starts. How do i setup in the platform builder? (3) There are some skins ( xml files,such as mobil,IP phone...etc ) in PB->Target->Connectivity->Download->Settings . May i write some code to response the skin buttons? Call for help!!! |
|
沙发#
发布于:2005-01-06 18:51
(1)my advice on your question 2:
method one: Add the following lines to your .reg file HKEY_LOCAL_MACHINE\\Explorer\\Shell Folders] "StartUp"="\\Disk\\StartUp" Here, "Disk" is the folder name of your CF or DOC or Flash on your CEPC, and "StartUp" is just a folder in your CF or DOC or Flash, where you place your application. In this way, will your application start at the beginning of the ce os starts. method two: You can also configure the following key in common.reg. [HKEY_LOCAL_MACHINE\\init] Details can be found in PB help document. Good luck. [编辑 - 1/6/05 by wwei_wang] [编辑 - 1/6/05 by wwei_wang] |
|
|
板凳#
发布于:2005-01-06 19:01
About your question one:
What do you really mean? A: After the ce os that you have built starts on your cepc, the netcard can not work properly. B: The ce os you have built can not start or work on your cepc. Which case is true, A or B ? |
|
|
地板#
发布于:2005-01-06 23:28
About your question one: What's the difference between A and B? If just taking from word , A seems like my problem. Any ideas??? |
|
地下室#
发布于:2005-01-07 08:14
:)))) A means that your ce os can start and work well, but the netcard on cepc does not work normally. B means that your ce os fails to start on your cepc. I am not sure whether i have expressed celarly. :P :P |
|
|