在第三版上如何自启动某个程序?

sala1987 2007-11-08 04:58:03
小弟在第二版上已经做好自启动的程序,但该方法在第三版上无法应用,不知哪位能够告知在第三版上应该怎么实现这个功能。



谢谢!
...全文
119 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
meiZiNick 2008-05-01
  • 打赏
  • 举报
回复
我也想了解,谢谢LZ.
hanxiao_0210 2008-01-23
  • 打赏
  • 举报
回复
mark
anel 2007-11-08
  • 打赏
  • 举报
回复
Example
This example shows how to install a package that adds two executables into the modifiable startup list.

/*
* ==============================================================================
* Name : [12345678].rss
* Part of : Example application
* Description : A startup control file to add executables in example application * to startup list.
* Version : 1
*
* Copyright © 2002-2004 Nokia. All rights reserved.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia. All rights are reserved. Copying, including
* reproducing, storing, adapting or translating, any
* or all of this material requires the prior written consent of
* Nokia. This material also contains confidential
* information which may not be disclosed to others without the
* prior written consent of Nokia.
* ==============================================================================
*/
#include <startupitem.rh>
RESOURCE STARTUP_ITEM_INFO listener_server
{
executable_name = "c:\\sys\\bin\\listener.exe";
recovery = EStartupItemExPolicyNone;
}
RESOURCE STARTUP_ITEM_INFO dispatcher
{
executable_name = "!:\\sys\\bin\\dispatcher.exe"; // dispatcher can be installed
// to memory card as well
recovery = EStartupItemExPolicyNone;
}


/*
* ==============================================================================
* Name : exapp.pkg
* Part of : Example application
* Description : Installation package file description for example application.
* Version : 1
*
* Copyright © 2002-2004 Nokia. All rights reserved.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia. All rights are reserved. Copying, including
* reproducing, storing, adapting or translating, any
* or all of this material requires the prior written consent of
* Nokia. This material also contains confidential
* information which may not be disclosed to others without the
* prior written consent of Nokia.
* ==============================================================================
*/
;Languages
&EN,FI
;Header
#{"Example application","Esimerkkisovellus"},(12345678),1,0,0
%{"Nokia Inc","Nokia Oy"}
:"Nokia"
"data\armv5\listener.exe"-"c:\sys\bin\listener.exe"
"data\data\commonresource.rsc"-"c:\resource\apps\commonresource.rsc"
"data\armv5\dispatcher.exe"-"!:\sys\bin\dispatcher.exe"
"data\data\[0x12345678].rsc"-"c:\private\101f875a\import\[12345678].rsc"

3,119

社区成员

发帖
与我相关
我的任务
社区描述
塞班系统(Symbian系统)是塞班公司为手机而设计的操作系统,它的前身是英国宝意昂公司的 EP ( Electronic Piece of cheese)操作系统。
社区管理员
  • Symbian社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧