爱技术

 找回密码
 注册会员

QQ登录

只需一步,快速开始

微信登录

微信扫一扫,快速登录

搜索
查看: 1928|回复: 4
收起左侧

[ELF文件] MSKeys

[复制链接]
发表于 2010-5-19 19:38:46 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?注册会员 微信登录

x
原帖在这里:
http://team-sc.ru/viewtopic.php?t=5355

Elf starts shortcuts / entrypoints / elves and open folders on the ET on the buttons specified in a file keys.txt. File Structure: <Number button> - <command> - <Name of shortcut> - <1: long press ,0-short>. No spaces!
Example: 50-4:\ZBin\BalletMini\balletmini.elf-1 Ballet
In the config file specifies the directory with the file keys.txt
Version number 2 can display icons in the folder indicated in the config (with long press in the configuration file). Name Icons: <button code>. Png (for example 51.png)
:::

Shl. list entrypoints and buttons below


貌似是DialExt的进化版。我还不知道txt文件怎么写。
目前没有SG可使用版



                               
登录/注册后可看大图
mskeys21_nsg.elf.zip

                               
登录/注册后可看大图
&#160;mskeys21_elka.elf.zip

                               
登录/注册后可看大图
Entrypoints+keys.txt

乱码其实可以看的,网页俄文的直接用google翻译到英文完全可看
文本乱码,就用Opera浏览器,查看-编码-斯拉夫语-win1251,文本就成了俄文。再用google翻译成英文。

评分

参与人数 1金钱数 +399 收起 理由
laohan + 399 奖励:感谢-你和大家分享资源与经验!

查看全部评分

发表于 2010-5-28 20:07:27 | 显示全部楼层
本帖最后由 outlier 于 2010-5-28 20:34 编辑

要新建一个keys.txt文件

写法如下:

60-4:\ZBin\radio\radio.elf-radio-1



上例代表长按方向下键打开收音机,一行一个
以下【】为注释
【按键值,十进制的】-【要执行的程序路径或命令】-【自定的该命令或文件的名称】-【1或0,1代表长按,0代表短按】

各项中间用-号连接,没有空格。其中,名称只在短按时显示

配置很简单,第一项设置keys.txt的路径,第二项设置图标位置,设成按键名

可以放到daemons自启动
不过,快捷方式的elf太多了,按各自的习惯用吧,反正我的手机上是没有多余的按键了


中化了elka的
mskeys21_elka.rar (2.87 KB, 下载次数: 0)

评分

参与人数 1实力分 +1 收起 理由
laohan + 1 奖励:感谢-你和大家分享资源与经验!

查看全部评分

回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-5-31 00:36:53 | 显示全部楼层
看世乒赛到半夜。看到了RevolteD的回信。
附上了我要求他编译的此ELF的英文版。他还耐心地写了说明。非常感谢RevolteD


一并发上来吧。我就不玩了,有兴趣的大家去玩。

有问题本贴内提问吧,但是我就没法回答滴。因为我也没玩过。。。
RevolteD:
Here you are. But I don't know your phone platform. I have only versions for ELKA and NewsGold. SGold version is seems to be unworking.
Instructions:
MSKeys folder must contain file keys.txt. Icons (*.png) are not obligatory.
Structure of keys.txt:
---
Elf can launch other elfs, java applications, open folders  and etc by hotkey from mainscreen only. Also it supports shortcuts and entrypoints.
Example:
48-4:\ZBin\Utilities-Programs-0 - open folde by pressing button "0"
49-4:\ZBin\NatICQ\naticq.elf-ICQ-1
53-BLUETOOTH-BlueTooth-1
If parameter longpress is "1", on shortpress will be displayed window with icon and name from keys.txt. Otherwise action will be executed. Dialing the number with longpress=1 is the same as without elf, just press next key.
Icons name: .png You can download some icons from here: http://team-sc.ru/down/1440_1251649818.rar_109.rar


自己看看格式,有关打开文件夹的部分应该还是BingK那个代码,benj9提供的参数。

MSKeys.7z

3 KB, 下载次数: 2

NSG+ELKA,keys.txt

回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-5-31 00:38:11 | 显示全部楼层
shortcuts和entrypoints这两个我记得NSG有一个是用不了的。函数问题。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-8-7 10:13:50 | 显示全部楼层
更新了。

New version of MSKeys (if you are still intereste)

Changes:
   1) Fixed some bugs
   2) New file  *.ini
   3) New commands

   ini structure:

  You can launch command pressing one key:
     [x][y][zz]=<command>
     x=1 - launch command when keyboard is locked, 0 - if is unlocked
     y=1 - long press, 0 - short press
     zz - keycode (2 symbols? for example "35", " 2" - space is obligatory)

  ...and 2 keys:
    [x][yy+zz]
    x=1 - launch command when keyboard is locked, 0 - if is unlocked
    yy и zz - keycodes: to launch hold key yy and press zz

Examples:
   [0][1][53]=BLUETOOTH
   [0][0][56]="MC" - create window named "MC, quotes are obligatory
   [0][1][56]=4:\ZBin\MC\MC.elf - launch MC.elf
   [0][1][48]=4:\ZBin\Utilities - open folder "Utilities"
   [0][1][50]=http://team-sc.ru - open link in BalletMini.elf, "http" is obligatory
   [0][35+50]=RELOAD - reload file .ini
   [0][35+51]=CALLCFG - open MSKeys.cfg file

Folder must contain file ini and folder "img" with icons. You can download it here: http://team-sc.ru/down/mskeys3_933.zip

MSKeys3_NSG.elf

7.64 KB, 下载次数: 4

全英文版

MSKeys3_ELKA.elf

7.64 KB, 下载次数: 2

全英文版

回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员 微信登录

本版积分规则

小黑屋|Archiver|手机版|爱技术 ( 沪ICP备08115260号-3 )

GMT+8, 2025-6-18 12:32

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表