View Full Version : [07 Nov 2009] shifu Landscape for Manila
- shifu -
7th November 2009, 10:26 PM
Hi all,
inspired by this thread (http://forum.xda-developers.com/showthread.php?t=471295) i've made some mods to MBarvian manila 2D landscape (http://forum.xda-developers.com/showthread.php?t=436753)
and combined it with SecondToday (http://www.chi-tai.info/cs_wm_tools_im_cs.htm#SecondToday) to obtain the return to portrait mode more quickly.
Launching action screen when slide out the keyboard requires about 1 sec.
and almost the same time to return in portrait mode :D
I've tested with shifu v20 (wm6.1) but i think that it should work with 6.5 too.
How to install:
1. Install SecondToday.CAB
2. Install MBarvian rlToday + shifu landscape.cab & reboot.
3. enjoy :D
stylez
7th November 2009, 11:09 PM
Wow impressed very good :)
Nice and fast your right about 1-2 secs defo an improvement over previous ;)
After install soft-reset device "we know how easy it is to forget and say it doesn't work" :D
- shifu -
7th November 2009, 11:26 PM
Wow impressed very good :)
Nice and fast your right about 1-2 secs defo an improvement over previous ;)
After install soft-reset device "we know how easy it is to forget and say it doesn't work" :D
tnx for advise..
first post updated ;)
denco7
7th November 2009, 11:29 PM
Works great thanks shifu glad there are people like you and stylez who are still commited to making or " old " Kaisers better and better.
w4551472
8th November 2009, 01:42 AM
there's no doubt that snifu and stylez are both among the greatest chefs ,
love your roms especially 6.1 roms ,steady and no bugs
Sognatore
8th November 2009, 10:48 AM
Hi Shifu
I use: v4 by shifu 3.29.shifu.ITA
After installing both files and rebooted the device i have the following error:
Window 'action screen' could not be found
Line 14
(\Windows\manila2d.mscr): MInimize("Action Screen");
Solution ?
Best Regards
- shifu -
8th November 2009, 03:37 PM
Hi Shifu
I use: v4 by shifu 3.29.shifu.ITA
After installing both files and rebooted the device i have the following error:
Window 'action screen' could not be found
Line 14
(\Windows\manila2d.mscr): MInimize("Action Screen");
Solution ?
Best Regards
hm.. not tested on ITA rom
check the path where second today is been installed and let me know..
dhob187
9th November 2009, 02:20 PM
it seems to work even when i'm not in the today screen, like, in a SMS message.
how can i keep it from doing that ?
other than that, pretty cool ! (I would preffer seeing the normal today screen re-orgenized though)
Thanks !
homerino85
9th November 2009, 06:10 PM
Hi Shifu
I use: v4 by shifu 3.29.shifu.ITA
After installing both files and rebooted the device i have the following error:
Window 'action screen' could not be found
Line 14
(\Windows\manila2d.mscr): MInimize("Action Screen");
Solution ?
Best Regards
I've the same problem with Shifu v.18 ITA 2g 101
Sognatore
9th November 2009, 07:31 PM
I solved this problem modifying manila2d.mscr located in \windows as follow:
Clear(portFlag)
Clear(landFlag)
Run("\Programmi\SecondToday\SecondToday.exe")
while(ProcExists("Device.exe"))
Sleep(1500)
IsRotated=RegRead("HKLM","System\GDI\Rotation","SlideKey")
If((IsRotated=1) AND (landFlag=0))
landFlag=1
portFlag=0
Show("Action Screen")
ElseIf((IsRotated=0) AND (portFlag=0))
Minimize("Action Screen")
portFlag=1
landFlag=0
EndIf
EndWhile
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.