anyone can help me with serial key for SMS 3.0 ...thx
Spb Mobile Shell 3 Tips, tricks, themes
Started by
smilegod
, Apr 25 2009 11:57 AM
#41
Posted 28 April 2009 - 06:19 AM
#42
Posted 28 April 2009 - 07:02 AM
PPpebble88, on Apr 27 2009, 22:03, said:
How to add new configurable panel in the carousel?
How to add new configurable panel in the carousel -
-Remove to the PC from pda the following file program files \ spb mobile shell \ qa-layout.dat
How to add new configurable panel in the carousel -
-Remove to the PC from pda the following file program files \ spb mobile shell \ qa-layout.dat
Thanks for that. It added the panel perfectly. When I start the carousel I can see it, but I can't select it.
Selecting the new panel makes it grey on the carousel, but I can't get it to go fullscreen for editing.
Any ideas?
#43
Posted 28 April 2009 - 10:44 AM
#44
Posted 28 April 2009 - 10:52 AM
jclarkk, on Apr 28 2009, 21:44, said:
Here is how my Spb Mobile Shell looks after installing imarche.net skins:
What main theme are you using?
#45
Posted 28 April 2009 - 10:53 AM
jclarkk, on Apr 28 2009, 10:44, said:
Here is how my Spb Mobile Shell looks after installing imarche.net skins:
Is the Iphone wannabe skins that was included for 2.1 still included? Because I love Iphone themes
#46
Posted 28 April 2009 - 11:21 AM
Its like the exact same as last time.
#47
Posted 28 April 2009 - 09:15 PM
Backup settings:
Has anyone tested the tweaks in post #1 and tried to Back Settings and then Restore them. Are the tweaks saved in the backup?
Has anyone tested the tweaks in post #1 and tried to Back Settings and then Restore them. Are the tweaks saved in the backup?
Nexus One - ERE27
#48
Posted 28 April 2009 - 10:01 PM
#49
Posted 29 April 2009 - 01:27 AM
jclarkk, on Apr 28 2009, 18:44, said:
Here is how my Spb Mobile Shell looks after installing imarche.net skins:
The blue taskbar below doesnt go with the wallpaper. Can the skin makes everything transparent and displaying the wallpaper i chosed in lifestyle menu in professional menu?
Anyway Imarche skin using mortscript! This is what i hate.
#50
Posted 29 April 2009 - 05:56 AM
barbs666, on Apr 27 2009, 12:17, said:
more i use it the more i like it!
Does anyone know if you disable "show sim contacts" will that work in spb mobile shell 3? Seems that when I view a contact it only shows me the name and number.... not all the details i have for them eg: birthday, address, work numbers etc....
Does anyone know if you disable "show sim contacts" will that work in spb mobile shell 3? Seems that when I view a contact it only shows me the name and number.... not all the details i have for them eg: birthday, address, work numbers etc....
anyone can answer the quote with the sim problem???
what is the better previous version that doesn't use as much battery power?
#51
Posted 29 April 2009 - 02:05 PM
#52
Posted 29 April 2009 - 04:08 PM
the qa_layouts contains various xml files.. if you know how to edit that you can make the three button or 4 our how ever many you figure you can fit if you make the images. if you want to avoid making changes and without the ability to revert to the original files, just save your new "menubar" file as something like "menubarcustom" or menubar3 4 etc..(menubar2 is already used by spb)
The pro screen(lockscreen) and lifestyle screen(lockscreen2) use menubar.xml
the weather, time and carousel use menubar2.xml
the call log(calllog), favorite contacts(favcontacts), and spb contacts(spbcontacts) use menubarcontacts.xml
towards the top of the xml files for any of these pages(lockscreen, lockscreen2 etc etc) you will see
"<Layer Name="Menu" Dialog="MenuBar" />"..
Menubar refers to the menu it will use.. so say you made a new MenuBar files but called it "MenuBarcustom", you'd then have to go into the screens that you want to use this one on, and make it be " <Layer Name="Menu" Dialog="MenuBarcustom" />"
You'd do this for any of the screens you need this on..
if you go into the menubar.xml you will see this towards the top.
"- <Plugin Class="Spb.LSP.MenuBar" Name="Btn0" ID="1">
<String Name="Backgrd" Value="MenuBackgrd" />
<Int Name="GlobalIcon" Value="216" />
<String Name="Text" Value="Launcher" />
<String Name="Open" Value=":LAUNCHER" />
</Plugin>
- <Plugin Class="Spb.LSP.MenuBar" Name="Btn1" ID="2">
<String Name="Backgrd" Value="MenuBackgrd" />
<Int Name="GlobalIcon" Value="217" />
<String Name="Text" Value="Contacts" />
<String Name="Open" Value=":FAVORITES" />"
there is more, but this refers to the two buttons, you can also see here that they have the "text" value which is the text you see on the menu.. this part of the file also defines the plugin, so say you wanted to add a third button like in the post above me, you'd have to copy the same layout of one of those buttons and change the values reflect what you need it to do..
"- <Plugin Class="Spb.LSP.MenuBar" Name="Btn2" ID="3">
<String Name="Backgrd" Value="MenuBackgrd" />
<Int Name="GlobalIcon" Value="217" />
<String Name="Text" Value="SpbMenu" />
<String Name="Open" Value=":SPBMENU" />"
it is important to change the top line "name" value because when you edit the actual placement of the buttons, further down in this file, it refers to the "name". i changed the btn id to 3. i have no clue what that does... but it seems like the all have their own ids.. probably for some spb reason, maybe for changing values when the program language is changed. for this button i dont know what the icon value is, but if you look in the menubarcontacts.xml file they reference the icons differently. NOTE: plugins added on the bottom on the list will be ontop, so if you make layout changes with over lapping buttons, the one to the bottom will be place over the ones on the top of this list.. it seems to me anyway..
now that the plugin is defined, you can edit the actual layout(look) of the menu. if you scroll down you will find the layout names and what not.. and there you need to duplicate the btn0 or 2 and make it say whatever you named your new button.. I named it "btn2" in this example.. and make sure you do it in the proper 240x400 or in the case of the menubar file, 240x320. then 320x240 for landscape.
the button layout definitions will look like so..
"- <Plugin Name="Btn0">
<BoundRect X="0" Y="0" Width="120" Height="40" />
<Rect Name="SelRect" X="50" Y="0" Width="70" Height="40" />
<Rect Name="IconRect" X="50" Y="5" Width="70" Height="32" />
<Point Name="BkNormal" X="0" Y="0" />"
fiddle with the settings.. they seems pretty self explanatory if you know what you are doin..
this is where you have to do some math and figure out the x/y values for all that stuff to get the buttons to be placed where you need them .. hope this helps gettin you guys started..
The pro screen(lockscreen) and lifestyle screen(lockscreen2) use menubar.xml
the weather, time and carousel use menubar2.xml
the call log(calllog), favorite contacts(favcontacts), and spb contacts(spbcontacts) use menubarcontacts.xml
towards the top of the xml files for any of these pages(lockscreen, lockscreen2 etc etc) you will see
"<Layer Name="Menu" Dialog="MenuBar" />"..
Menubar refers to the menu it will use.. so say you made a new MenuBar files but called it "MenuBarcustom", you'd then have to go into the screens that you want to use this one on, and make it be " <Layer Name="Menu" Dialog="MenuBarcustom" />"
You'd do this for any of the screens you need this on..
if you go into the menubar.xml you will see this towards the top.
"- <Plugin Class="Spb.LSP.MenuBar" Name="Btn0" ID="1">
<String Name="Backgrd" Value="MenuBackgrd" />
<Int Name="GlobalIcon" Value="216" />
<String Name="Text" Value="Launcher" />
<String Name="Open" Value=":LAUNCHER" />
</Plugin>
- <Plugin Class="Spb.LSP.MenuBar" Name="Btn1" ID="2">
<String Name="Backgrd" Value="MenuBackgrd" />
<Int Name="GlobalIcon" Value="217" />
<String Name="Text" Value="Contacts" />
<String Name="Open" Value=":FAVORITES" />"
there is more, but this refers to the two buttons, you can also see here that they have the "text" value which is the text you see on the menu.. this part of the file also defines the plugin, so say you wanted to add a third button like in the post above me, you'd have to copy the same layout of one of those buttons and change the values reflect what you need it to do..
"- <Plugin Class="Spb.LSP.MenuBar" Name="Btn2" ID="3">
<String Name="Backgrd" Value="MenuBackgrd" />
<Int Name="GlobalIcon" Value="217" />
<String Name="Text" Value="SpbMenu" />
<String Name="Open" Value=":SPBMENU" />"
it is important to change the top line "name" value because when you edit the actual placement of the buttons, further down in this file, it refers to the "name". i changed the btn id to 3. i have no clue what that does... but it seems like the all have their own ids.. probably for some spb reason, maybe for changing values when the program language is changed. for this button i dont know what the icon value is, but if you look in the menubarcontacts.xml file they reference the icons differently. NOTE: plugins added on the bottom on the list will be ontop, so if you make layout changes with over lapping buttons, the one to the bottom will be place over the ones on the top of this list.. it seems to me anyway..
now that the plugin is defined, you can edit the actual layout(look) of the menu. if you scroll down you will find the layout names and what not.. and there you need to duplicate the btn0 or 2 and make it say whatever you named your new button.. I named it "btn2" in this example.. and make sure you do it in the proper 240x400 or in the case of the menubar file, 240x320. then 320x240 for landscape.
the button layout definitions will look like so..
"- <Plugin Name="Btn0">
<BoundRect X="0" Y="0" Width="120" Height="40" />
<Rect Name="SelRect" X="50" Y="0" Width="70" Height="40" />
<Rect Name="IconRect" X="50" Y="5" Width="70" Height="32" />
<Point Name="BkNormal" X="0" Y="0" />"
fiddle with the settings.. they seems pretty self explanatory if you know what you are doin..
this is where you have to do some math and figure out the x/y values for all that stuff to get the buttons to be placed where you need them .. hope this helps gettin you guys started..
Edited by Turborepu, 29 April 2009 - 04:34 PM.
#53
Posted 29 April 2009 - 04:24 PM
i asked in the other thread but i figured i would ask here as well. I am trying to find a setting or a tweak that will allow my phone to always be on the SPB shell home screen w/e i take the phone out of standby. V2 had it and i loved it. if i can't get it to work that may be the deal-breaker for me on V3
#54
Posted 29 April 2009 - 05:54 PM
ask spb, it seems to be a popular option that they left out, but they might be able to add it back in with one of their "power toys" those were all options i feel should have been left in..
#55
Posted 29 April 2009 - 07:08 PM
bluesky235, on Apr 28 2009, 07:19, said:
anyone can help me with serial key for SMS 3.0 ...thx
go here and buy the product
http://www.spbsoftwarehouse.com/
Edited by xXJohnXx, 29 April 2009 - 07:09 PM.
You can trust me .................i really don't have all the answers.
#56
Posted 29 April 2009 - 08:23 PM
Thanks Turborepu, highly appreciate your TUT on how to add 3 buttons to menubar(s). Respect!
#57
Posted 29 April 2009 - 09:19 PM
Hi Everyone,
For the astronomy fans out there, I made a bunch of Lifestyle page backgrounds (960x748). They are some of my favorite astronomical images. I shot the Saturn, Jupiter, and Moon images from my backyard observatory with my telescope. Here are a few screenshots....


Hope you enjoy....
AstroWall.zip 2.79MB
367 downloads
For the astronomy fans out there, I made a bunch of Lifestyle page backgrounds (960x748). They are some of my favorite astronomical images. I shot the Saturn, Jupiter, and Moon images from my backyard observatory with my telescope. Here are a few screenshots....


Hope you enjoy....
AstroWall.zip 2.79MB
367 downloads
#58
Posted 29 April 2009 - 09:24 PM
djdavid60, on Apr 29 2009, 17:19, said:
Hi Everyone,
For the astronomy fans out there, I made a bunch of Lifestyle page backgrounds (960x748). They are some of my favorite astronomical images. I shot the Saturn, Jupiter, and Moon images from my backyard observatory with my telescope. Here are a few screenshots....


Hope you enjoy....
AstroWall.zip
For the astronomy fans out there, I made a bunch of Lifestyle page backgrounds (960x748). They are some of my favorite astronomical images. I shot the Saturn, Jupiter, and Moon images from my backyard observatory with my telescope. Here are a few screenshots....


Hope you enjoy....
Nice! I especially like the helix nebula one!
[font="Verdana Arial Helvetica sans-serif"]
[/font]
[/font]
#59
Posted 29 April 2009 - 09:57 PM
Question about setting the alarm to open G-Alarm. I did what it said to in the first post, and it successfully opens G-Alarm when I click on the alarm bar. However, it only shows the upcoming alarm for the SPB alarm. I had set an alarm on the default program it opens before I installed G Alarm. It does not say the next upcoming G-Alarm alarm, it rather says the next regular alarm. I don't even know how to get to alarms now, especially since I'm on a cooked rom. HELP! What did I do wrong heh thanks.
#60
Posted 29 April 2009 - 09:57 PM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users







Sign In
Create Account

Back to top












