首先需要安裝linloader,安裝方法見《74版A780linloader的安裝》。
將下面這段保存到idle.txt
這行保留
81
61
把快捷圖標1,2的數字輸入到第2,3行。運行成功將提示叮咚聲,設置-主屏設置-保存退出就起作用。
如果手機盤上沒有idle.txt文件,或有這個文件,但第2,3行不為數字將提示叮聲。
以下為手機自帶程序和號碼的對應關系:
1: People 通訊錄
3: Message 信息中心
61: RecentCall 通話記錄
64: Email 電子郵件
66: Calendar 日程表
67: Tasks 任務
68: NotePad 記事本
69: Recorder 錄音機
71: Media 媒體中心
72: Camera 相機
73: DrawingPad 畫板
77: Setup 設置
79: Calculator 計算器
81: FileManager 我的文檔
82: Network 網絡
83: STK STK
85: Opera 移動夢網
86: Modem 調制解調器
87: WorldTime 世界時間
88: Sync 數據同步
91: AlarmClock 鬧鐘
92: Bluetooth 藍牙
100 WVIMPS 即時消息
103: Camcord 攝像機
105: FM Radio 收音機
603: IFV 閱讀器
606: GoTone2 中國移動服務
607: Service2 客戶服務
注意:
第2,3行就是第6個字81 ,61 的位置
如果不改,那快捷圖標就為 我的文檔 和 通話記錄
再新建一個txt文檔保存下邊這段:
#!/bin/bash
#
# Set E680i/A780 defult short cut 1 & 2 to youself. Written by yan0, 2005/05/07
#
export QTDIR=/usr/lib/ezx
if [ -f /bin/alertPRocess ]
then
my_alert='/bin/alertprocess'
elif [ -f /usr/SYSqtapp/phone/alertprocess ]
then
my_alert='/usr/SYSqtapp/phone/alertprocess'
fi
my_mid1='/usr/language/ringtone/闂ㄩ搩.mid'
if [ -f /usr/language/ringtone/鍙煶.mid ]
then
my_mid2='/usr/language/ringtone/鍙煶.mid'
else
my_mid2='/usr/language/ringtone/鍙0.mid'
fi
if [ -f /ezxlocal/download/appwrite/setup/ezx_idle.cfg ] && [ -f /diska/idle.txt ]
then
a=`sed -n '2p' /diska/idle.txt`
b=`sed -n '3p' /diska/idle.txt`
if [ $a -gt 1 ] && [ $a -lt 999999999 ] && [ $b -gt 1 ] && [ $b -lt 999999999 ]
then
sed -e '/shortcut_1 =/ s/[=].*/= '$a'/g' /ezxlocal/download/appwrite/setup/ezx_idle.cfg > /tmp/11
sed -e '/shortcut_2 =/ s/[=].*/= '$b'/g' /tmp/11 > /ezxlocal/download/appwrite/setup/ezx_idle.cfg
$my_alert -playvol 5 -playfile $my_mid1
else
$my_alert -playvol 5 -playfile $my_mid2
fi
else
$my_alert -playvol 5 -playfile $my_mid2
fi
保存后將文檔改名為change.lin.
將這兩個文件同時拷入手機根目錄下,用linloader打開change.lin。
然后進入設置->主屏設置。保存即可。
新聞熱點
疑難解答
圖片精選