Archive for 03月, 2008

ShakeSMS V1.01 — More Control Over SMS!

Shake to Read SMS as V1.00, when you are reading an SMS,
in V1.01 you can use the Extended Functionality:
(if you set the Extended Functionality to NO, you can shake again to go back, just like V1.00)

Phones Supported: Nokia N82, N95, N95 8GB

Action           ——      How to remember
Lean Left        –      Leave (delete) SMS
Lean Right     –      Write (Reply SMS)
Lean Up         –      Up to the SMS Folder In
Lean Down    –      Done (Back to Previous Screen and Lock keypad)

ShakeSMS V1.01 Video Tutorial (NEW!!!):

screenshot0006.jpg   screenshot0007.jpg

Download here: http://flipsilent.com/tongren/?q=node/31

Popularity: 18% [?]

5 comments 03月 19th, 2008

如何设定应用程序安装到特定手机中

最近开发了几款基于传感器的应用(FlipSilent, ShakeSMS), 但是有些手机并没有传感器(如N73),所以如果在安装过程中可以区分一下可以使User Experience更好一点,N73用户也不用白白安装后试了半天才发现根本没有用。

一个比较简单的方法是在pkg文件根据手机型号(Product ID)中作判断,可以加上如下几行:
;Supports Series 60 v 3.0 //屏蔽掉原来的Platform ID
;[0×101F7961], 0, 0, 0, {”Series60ProductID”}
[0×20002D85], 0, 0, 0, {”Nokia N82 ID”} 
[0×2000060B], 0, 0, 0, {”Nokia N95 ID”}
[0×20002D84], 0, 0, 0, {”Nokia N95 8GB ID”}
更多的ProductID和PlatformID参考这里

这样,当N73安装过程中就会显示:
screenshot0001.jpg

Popularity: 17% [?]

Add comment 03月 13th, 2008

State Machine of phone calls

1, Outgoing Call
a, Dialing and hangup immediatly
EStatusDialing -> EStatusDisconnecting -> EStatusIdle
b, Dialing, ringing, ended
EStatusDialing -> EStatusConnecting -> EStatusDisconnecting -> EStatusIdle
c, Call Answered by the other one,
EStatusDialing -> EStatusConnecting -> EStatusConnected -> EStatusDisconnecting -> EStatusIdle

2, Incoming Call
a, Ringing, Hangup yourself / the other one
EStatusRinging -> EStatusDisconnecting -> EStatusIdle
b, Ringing, Answering, Hungup yourself / the other one
EStatusRinging -> EStatusAnswering -> EStatusDisconnecting -> EStatusIdle

Popularity: 15% [?]

1 comment 03月 10th, 2008


标签

Calendar

03月 2008
« Feb   Apr »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Posts by Month

Posts by Category