C902 Patches |
![]() ![]() |
C902 Patches |
Yesterday, 19:21
Post
#701
|
|
![]() Makes Se-nse ![]() ![]() ![]() ![]() Group: Members Posts: 467 Joined: 2008-06-28 From: Poland, Krosno Member No.: 155,224 Mobile: C902 SW-R3EF001 W880 SW-R8BA024 |
is posible just hide the softkeys??? I mean... I would like to see the status bar Sorry man i don't know. Maybe is possible remove softkeys from Media, now playing. And make fullscreen play queue ? P.S. Thanks for icons Mifa . Np. Must edit Music_Gui_PlayQueue.xml and music_listLayout_V.xml. I didn't see patch to make PlayQueue to fullscreen. CODE ;C902 SW-R3EF001 AO ;Remove "accept file? (yes/no)" prompt when receiving files over bluetooth ;(c) jamesbond22 ;(p) MiFa ;Oryginal idea by the_laser 1087c4ee: C1F191FD341C 00F0DDFB9BE0 CODE ;C902 SW-R3EF001 AO ;Font color to display a new track is white ;(c) Sic ;(p) MiFa 11a47302: 09D1 C046 11a47308: 52F048FD 0020C043 CODE ;C902 SW-R3EF001 AO ;Increase user dictionary t9 2 times ;(c) IronMaster ;(p) MiFa 10874ec4: 3075 60EA 10875648: 3075 60EA 10876cfc: 3075 60EA CODE ;C902 SW-R3EF001 AO ;Remove the limitation of the maximum (8) and minimum (-8) values in the manual to configure the equalizer ;© MaPkiZzz aka Vital ;(p) MiFa 10C615E4: 1ED3 C046 10C6163C: 55D0 C046 CODE ;C902 SW-R3EF001 AO ;Viewing Video application in full screen ;(c) jamesbond22 ;(p) MiFa 11AB954E: 0A 04 QUOTE In file video.xml need to change "24" to "0" for portrait mode: ... <!-- External Top offset - same as YPos for baseclass --> <attr index="4" value="0" /> ... CODE ;C902 SW-R3EF001 AO ;Viewing incoming SMS with blocked keyboard ;View by pressing the book. "Activity" ;(c) Joker XT ;(p) MiFa 1099fdda: 011C3A1C68460423C05E 0149884701E0B122D211 11d222b0: 00000000000000000000000000000000 011C3A1C68460423C05EFFB5242805D1 11d222c0: 00000000000000000000000000000000 0A4800F00CF8002801D1FFBDFFBD0423 11d222d0: 00000000000000000000000000000000 0022111C181C022000F003F8FFBD044B 11d222e0: 00000000000000000000000000000000 184708B4034B9C4608BC60471D0D8C10 11d222f0: 0000000000000000 1DA4DC10B141C210 -------------------- PHONE STATE: "DEVELOPER" |
|
|
|
Yesterday, 20:14
Post
#702
|
|
|
Padawan ![]() Group: Members Posts: 39 Joined: 2009-03-06 From: Poland Member No.: 225,772 Mobile: C902 r3ea038 |
Thanks for patches , and this patch work correctly too
CODE ;C902 SW-R3EF001 AO and R3EA038 ;Management player/radio and volume with the joystick ;If the player/radio is not running, the joystick works as a set of links ;(c) jamesbond22 ;(p) MiFa ;Oryginal idea by Sic 10d69590: A1A3D610ADA3D61085A3D61095A3D610 9D33D2117D33D2113133D2115533D211 11d23330: 00000000000000000000000000000000 FFB5264800F044F8002807D1244800F0 11d23340: 00000000000000000000000000000000 3FF8002804D1244FB847FFBD1D4834E0 11d23350: 00000000000000000000000000000000 002110E0FFB51D4800F032F8002807D1 11d23360: 00000000000000000000000000000000 1B4800F02DF8002804D11C4FB847FFBD 11d23370: 00000000000000000000000000000000 154822E001211C4FB847FFBDFFB51348 11d23380: 00000000000000000000000000000000 00F01EF8002807D1114800F019F80028 11d23390: 00000000000000000000000000000000 02D1134FB847FFBD63200EE0FFB50B48 11d233a0: 00000000000000000000000000000000 00F00EF8002807D1094800F009F80028 11d233b0: 00000000000000000000000000000000 02D10C4FB847FFBD60200C4FB847FFBD 11d233c0: 00000000000000000000000000000000 044B18479B8500009C850000990AC610 11d233d0: 00000000000000000000000000000000 293AF8101DA4DC1085A3D61095A3D610 11d233e0: 00000000000000000000000000000000 ADA3D610A1A3D610FD18F81085AFDC10 And i edit a bit music gui play queue and now is much better (full screen ) , but still isnt perfect (list of song should be to fs too ) . ITS FOR PATCH WHICH MAKES WALKMAN FS ! CODE <?xml version="1.0" encoding="utf-8" ?> <layout version="1.0"> <object name="Music_Gui_PlayQueue"> <!-- Vertical (Portrait) --> <settings> <sett name="TitleHeight" value="0"/> <sett name="TitleTopOffset" value="0"/> <!--Titlemode None--> <sett name="TitleMode" value="1"/> <sett name="OverlayStyle" value="10"/> <sett name="YPos" value="24"/> <sett name="XPos" value="0" /> <sett name="Height" value="320"/> <sett name="Width" value="240" /> </settings> <!-- Horizontal (Landscape) --> <settings orientation="1"> <sett name="TitleHeight" value="0" /> <sett name="TitleTopOffset" value="0" /> <sett name="TitleMode" value="1" /> <sett name="OverlayStyle" value="10" /> <sett name="YPos" value="0" /> <sett name="XPos" value="0" /> <sett name="Height" value="240" /> <sett name="Width" value="320" /> </settings> <!-- Vertical (Portrait) --> <attributes count="6"> <!-- List width --> <attr index="0" value="240"/> <!-- List hight (size - status bar - softkey area--> <attr index="1" value="320"/> <!-- List x pos --> <attr index="2" value="0"/> <!-- List y pos --> <attr index="3" value="0"/> <!-- nowplaying width --> <attr index="4" value="240"/> <!-- nowplaying hight --> <attr index="5" value="320"/> </attributes> <!-- Horizontal (Landscape) --> <attributes count="6" orientation="1"> <!-- List width --> <attr index="0" value="219"/> <!-- List hight --> <attr index="1" value="240"/> <!-- List x pos --> <attr index="2" value="0"/> <!-- List y pos --> <attr index="3" value="0"/> <!-- nowplaying width --> <attr index="4" value="320"/> <!-- nowplaying hight --> <attr index="5" value="240"/> </attributes> </object> </layout> And save as Music_Gui_PlayQueue.xml and add to tpa/system/layout . Remember to make copy of this before apply This post has been edited by kubus92: Yesterday, 20:34 |
|
|
|
Yesterday, 20:42
Post
#703
|
|
![]() Makes Se-nse ![]() ![]() ![]() ![]() Group: Members Posts: 467 Joined: 2008-06-28 From: Poland, Krosno Member No.: 155,224 Mobile: C902 SW-R3EF001 W880 SW-R8BA024 |
Thanks for patches , and this patch work correctly too CODE ;C902 SW-R3EF001 AO and R3EA038 ;Management player/radio and volume with the joystick ;If the player/radio is not running, the joystick works as a set of links ;(c) jamesbond22 ;(p) MiFa ;Oryginal idea by Sic 10d69590: A1A3D610ADA3D61085A3D61095A3D610 9D33D2117D33D2113133D2115533D211 11d23330: 00000000000000000000000000000000 FFB5264800F044F8002807D1244800F0 11d23340: 00000000000000000000000000000000 3FF8002804D1244FB847FFBD1D4834E0 11d23350: 00000000000000000000000000000000 002110E0FFB51D4800F032F8002807D1 11d23360: 00000000000000000000000000000000 1B4800F02DF8002804D11C4FB847FFBD 11d23370: 00000000000000000000000000000000 154822E001211C4FB847FFBDFFB51348 11d23380: 00000000000000000000000000000000 00F01EF8002807D1114800F019F80028 11d23390: 00000000000000000000000000000000 02D1134FB847FFBD63200EE0FFB50B48 11d233a0: 00000000000000000000000000000000 00F00EF8002807D1094800F009F80028 11d233b0: 00000000000000000000000000000000 02D10C4FB847FFBD60200C4FB847FFBD 11d233c0: 00000000000000000000000000000000 044B18479B8500009C850000990AC610 11d233d0: 00000000000000000000000000000000 293AF8101DA4DC1085A3D61095A3D610 11d233e0: 00000000000000000000000000000000 ADA3D610A1A3D610FD18F81085AFDC10 Don't post this patch, i need report it to R3EF001 FW, i need use correct patchbody adress!!! Maybe now this patch work, but leter can show misspatch with other's patchs. This post has been edited by MiFa: Yesterday, 20:43 -------------------- PHONE STATE: "DEVELOPER" |
|
|
|
Yesterday, 20:52
Post
#704
|
|
|
Padawan ![]() Group: Members Posts: 39 Joined: 2009-03-06 From: Poland Member No.: 225,772 Mobile: C902 r3ea038 |
Ok but right now it work fine . But if you want i can remove posts with this patches .
So ? |
|
|
|
Yesterday, 21:00
Post
#705
|
|
![]() Eggy Level SE-NSE Addict Group: VIP Posts: 3,674 Joined: 2007-03-17 From: one million kilometers from life... Member No.: 27,568 Mobile: Sports phone: W595 SW-R3EF001 + W850 SW-R1KG001 + W380 SW-R10BA015 |
Ok but right now it work fine . But if you want i can remove posts with this patches . So ? You can not remove your posts, but you can edit your posts. look ->
Attached File(s)
-------------------- |
|
|
|
Yesterday, 21:55
Post
#706
|
|
![]() Makes Se-nse ![]() ![]() ![]() ![]() Group: Members Posts: 467 Joined: 2008-06-28 From: Poland, Krosno Member No.: 155,224 Mobile: C902 SW-R3EF001 W880 SW-R8BA024 |
Music_Gui_PlayQueue.xml to fullscreen don't work properly with Viewing Music application in full screen patch :/
-------------------- PHONE STATE: "DEVELOPER" |
|
|
|
| SE-NSE |
|
|
|
|
Yesterday, 22:29
Post
#707
|
|
![]() Se-nse-ible ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 630 Joined: 2007-10-14 From: Forres / Zamość Member No.: 75,397 Mobile: W760 R3BA030_DEV, W995 R1GA031 |
-------------------- ![]() Vote for Patrycja Gawron! "Głosuj" means "Vote"! http://www.zaglebie-lubin.pl/www/index.php?id=ankieta |
|
|
|
![]() ![]() |