Smartworkspace

瀏覽: 7949
回覆: 20
共2頁
Mem678905
發文數:235
發表時間:2010-02-05 09:59:00
這是我上星期在國外看到的
可以自訂一桌面上的捷徑列

一行捷徑需要裝一個SW
第二行則需要裝兩個SW
依此類推 SW Clone.zip←————————"載點"

裝好後可以在 memcard/system/apps/SmartWorkSpace 下找到ini的文件

文件如下

==========================================================
[MBApplications]
0x20022ba7
0x20026925
0x20028034
0x20027240
0x2002ce93

[MBSettings]
KeyCode = 8
PortraitPosition = Rect(0, 290, 360, 350)
LandscapePosition = Rect(0, 91, 360, 150)
DynamicLayoutSwitch = Enable
Autostart = Enable
==========================================================

[MBApplications]
是用來調整捷徑聯結合數量的
數量沒有限制,但是越多,icon會越小...不實際
以5個最恰當,個人認為
可以利用task的相關程式來查閱程式的UID

[MBSettings]
是用來調整位置的
Position = Rect(0, 290, 360, 350)
其中第二跟第四是用來控制垂直向得位置
Position也可以用預設的數值


1 - OnCBA - 水平的捷徑bar覆蓋在在Telephone and Contacts的按鈕上面

2 - AboveCBA - 水平的捷徑bar在Telephone and Contacts的按鈕上面

3 - RightVertical - 右邊一行縱向的捷徑bar

4 - LeftVertical - 左邊一行縱向的捷徑bar

以下示範例

=========================================



1st sw

[MBApplications]
0x100058c5
0x101f4cd5
0x10283139
0x10207a89
0x101f4cd2
[MBSettings]
KeyCode = 8
PortraitPosition = Rect(5, 110, 360, 185)
LandscapePosition = Rect(5, 110, 360, 185)
DynamicLayoutSwitch = Disable
Autostart = Enable

2nd sw

[MBApplications]
0x10008d39
0xa0000bcd
0x2000a582
0x10281caa
[MBSettings]
KeyCode = 8
PortraitPosition = Rect(15, 200, 350, 270)
LandscapePosition = Rect(15, 200, 350, 270)
DynamicLayoutSwitch = Disable
Autostart = Enable
=========================================



1 - Top Bar的位置:
PortraitPosition = Rect(0, 100, 360, 160)

2 - Bottom Bar的位置:
PortraitPosition = Rect(0, 515, 360, 575)

=========================================



1st sw

[MBApplications]
0x101f4cd5
0x10005951
0x100058c5
0x10005901
[MBSettings]
KeyCode = 1
PortraitPosition = Rect(0, 458, 355, 528)
LandscapePosition = Disable
DynamicLayoutSwitch = Enable
Autostart = Enable

2nd sw

[MBApplications]
0x101f8599
0x2002448d
0x2002134f
0x102072c3
[MBSettings]
KeyCode = 1
PortraitPosition = Rect(0, 368, 355, 438)
LandscapePosition = Disable
DynamicLayoutSwitch = Enable
Autostart = Enable

3rd sw

[MBApplications]
0xa0000bcd
0x20027caa
0x2001fb65
0x2001ae70
[MBSettings]
KeyCode = 1
PortraitPosition = Rect(0, 278, 355, 348)
LandscapePosition = Disable
DynamicLayoutSwitch = Enable
Autostart = Enable

4th sw

[MBApplications]
0xa0000bcd
0x20027caa
0x2001fb65
0x2001ae70
[MBSettings]
KeyCode = 1
PortraitPosition = Rect(0, 278, 355, 348)
LandscapePosition = Disable
DynamicLayoutSwitch = Enable
Autostart = Enable

5th sw

[MBApplications]
0x2002723d
0x20028041
0x2002691c
0x20027240
[MBSettings]
KeyCode = 1
PortraitPosition = Rect(0, 108, 355, 178)
LandscapePosition = Disable
DynamicLayoutSwitch = Enable
Autostart = Enable
=========================================



1st sw

[MBApplications]
0x102072c3
0xeb2a4ac6
0x101f4cd5
0x20001f63
[MBSettings]
KeyCode = 63587
PortraitPosition = Rect(0, 380, 360, 465)
LandscapePosition = AboveCBA
DynamicLayoutSwitch = Enable
Autostart = Enable

2nd sw

[MBApplications]
0x101f4cd2
0x100058c5
0x101f4cce
0x10005951
[MBSettings]
KeyCode = 63587
PortraitPosition = Rect(0, 280, 360, 365)
LandscapePosition = AboveCBA
DynamicLayoutSwitch = Enable
Autostart = Enable
=========================================



中間

[MBApplications]
0x101f4cd2
[MBSettings]
KeyCode = 63587
PortraitPosition = Rect(80,250,280,414)
LandscapePosition = Disable
DynamicLayoutSwitch = Disable
Autostart = Enable

上面

[MBApplications]
0x20026666
0x2001a94c
0x102072c3
0x101f84eb
[MBSettings]
KeyCode = 63587
PortraitPosition = Rect(0,92,360,175)
LandscapePosition = Disable
DynamicLayoutSwitch = Enable
Autostart = Disable

左邊

[MBApplications]
0x10005902
0x2001a94c
0x2000a582
1x20001f63
0x10005951
[MBSettings]
KeyCode = 63587
PortraitPosition = Rect(0,175,40,470)
LandscapePosition = Disable
DynamicLayoutSwitch = Disable
Autostart = Enable

右邊

[MBApplications]
0x10283139
0x20010d3f
0xe9549533
0x10005a32
0x100058ec
[MBSettings]
KeyCode = 63587
PortraitPosition = Rect(320,175,360,470)
LandscapePosition = Disable
DynamicLayoutSwitch = Disable
Autostart = Enable
=========================================



[MBApplications]
0x101f4cd2
[MBSettings]
KeyCode = 8
PortraitPosition = Rect(140, 578, 220, 640)
LandscapePosition = Rect(0, 519, 360, 579)
DynamicLayoutSwitch = Disable
Autostart = Enable
=========================================

st861014 於 2010/2/5 上午 01:59:51 修改文章內容

Joye 於 2015-05-25 08:47:46 修改文章內容


商業贊助
發文數:1
發表時間:2024-04-27 01:36:20
Default sogi
發文數:4
發表時間:2010-02-27 23:16:00
在sw.ini裡面修改
改uid

要如何修改???

益菌多 於 2010-02-27 23:16:00 修改文章內容


Mem693255
發文數:11
發表時間:2010-02-27 23:19:00
很棒的東西不過我笨笨的想用又看不太懂

瘋狂小改款 於 2010-02-27 23:19:00 修改文章內容


Default sogi
發文數:4
發表時間:2010-02-28 00:50:00
[MBApplications]
0x101f85a0
0x20001f63
0xe1601f02
0xeec186a7
UID:XXXXXXXXXX
[MBSettings]KeyCode = 63587
PortraitPosition = Rect(0, 291, 360, 376)
LandscapePosition = Rect(190, 299, 540, 360)
DynamicLayoutSwitch = Enable
Autostart = Enable

複製到system/apps/SmartWorkSpace
是嗎?????????????

益菌多 於 2010-02-28 00:50:00 修改文章內容


Default sogi
發文數:68
發表時間:2010-02-28 04:39:00
這個真是太讚啦~!
可是....他的圖是怎麼看起來比內建的捷徑列小= =+
能不能調成一樣大呢?
還有阿....為啥那個新增出來的捷徑列背景跟內建捷徑列的背景一樣=口=

鰻魚便當 於 2010-02-28 04:39:00 修改文章內容


共2頁