社区
Symbian
帖子详情
在第三版上如何自启动某个程序?
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"
dyw
2007-11-08
打赏
举报
回复
http://wiki.forum.nokia.com/index.php/How_to_autostart_an_application_on_boot_up_in_3rd-_Startup_List_Management_API
Windows设置自己的
程序
开机自动启动
Windows系统想要快速设置开机自动启动某个
程序
,可以使用以下几种方法设置: 第一种:设置启动项 1.找到启动文件夹,我的是C:\Users\ThinkPad\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup,或者打开运行,输入shell:startup,回车,也可以快速打开启动文件夹。 2.拷贝需要开机启动的程...
5个Linux设置开机启动某个
程序
(例如自己的项目)的方法
5个Linux设置开机启动某个
程序
的方法 最近找了许多设置开机启动某
程序
的方法,现在根据别人的博客总结一下: ①将脚本建立软链接放到/etc/rc*.d/(或者/etc/rc.d/rc.d/)*文件夹中)—对应方法一、三、四 ②注册service,调用运行目标
程序
的shell命令的脚本------对应方法二 ③直接把运行目标
程序
的shell命令写进/etc/rc.local-----对应方法五
WIN10软件开机
自启动
设置(基于win10系统,不依赖第三方软件)
开机启动项设置教程 第一步 win+R打开运行窗口,输入命令msconfig,回车 第二步打开系统配置,切换到"启动"选项卡 第三步打开任务管理器 第四步单击选中想要禁止或者开启的软件 已启动代表开机时软件会自动启动 已禁用代表开机是软件不会子启动 添加开机启动项 第一步 win+R打开运行窗口,输入命令shell:startup,回车 把要添加
自启动
的应用
程序
的快捷方式复制到该目录就可...
Android从一个应用
程序
启动第三方应用app
需求场景: 在自己开发的应用
程序
里,有个跳转到其他应用的按钮,比如分享到“新浪微博”,当点击这个按钮时,先判断手机中是否有安装“新浪微博”这个
程序
,有则启动“新浪微博”客户端,否则从指定的URL地址进行下载。1、从一个应用跳转到其他应用要获取什么信息?need第三方应用的包名,以及下载链接。2、如何判断本机是否已经安装了该第三方应用? 首先得到该
程序
的包名; 别人的应用
程序
我怎么知
如何添加
自启动
软件与关闭
自启动
软件
如何添加
自启动
软件与关闭
自启动
软件 一、介绍 什么是
自启动
软件:指的是当你打开电脑或者手机,甚至汽车后,有些指定的软件,如QQ,微信,导航系统自动启动,来方便用户。 简称:后台系统智能启动 二、添加 针对不同的电脑系统版本,有着不同的添加办法 2.1xp系统添加
自启动
因为年代原因基本没有了,暂时就不介绍了,想看的可以搜索。 网址: win7: ...
Symbian
3,119
社区成员
9,182
社区内容
发帖
与我相关
我的任务
Symbian
塞班系统(Symbian系统)是塞班公司为手机而设计的操作系统,它的前身是英国宝意昂公司的 EP ( Electronic Piece of cheese)操作系统。
复制链接
扫一扫
分享
社区描述
塞班系统(Symbian系统)是塞班公司为手机而设计的操作系统,它的前身是英国宝意昂公司的 EP ( Electronic Piece of cheese)操作系统。
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章