PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > Windows Mobile Software
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #771 (permalink)  
Old 04-29-2009, 04:39 PM
MrHawaii's Avatar
No Mo' WinMo :(
Offline
Pocket PC: Nexus 7 / Galaxy Note 3 / Droid Ultra
Carrier: Verizon
 
Join Date: Sep 2008
Posts: 684
Reputation: 2430
MrHawaii is a VIPMrHawaii is a VIPMrHawaii is a VIPMrHawaii is a VIPMrHawaii is a VIPMrHawaii is a VIPMrHawaii is a VIPMrHawaii is a VIPMrHawaii is a VIPMrHawaii is a VIPMrHawaii is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: SPB Mobile Shell 3.0!!

Quote:
Originally Posted by MrHawaii View Post
I posted a link to a CAB that enables a third button on the bottom of the screen which would give you LAUNCHER, MENU, CONTACTS. I would think if they got MENU in there you could presumably put something else in there like Show Today, ETC.
This is how they added the menu button. If someone wants to take a stab at it and add other things, that would be nice.

http://forum.xda-developers.com/show...&postcount=576

Quote:
Originally Posted by Lucas0511 View Post
Turborepu over at Modaco took the time to write down how to add a 3rd button manually to the menubars in the Pro and Life panels, but also in the others:
"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.. "
Sample screen: http://myppc.ru/uploads/posts/myppc....creenspb07.png
SPB Menu button between Launcher and Contacts at bottom
__________________
Sent from my Nexus 7, Droid Ultra, or Galaxy Note 3... I don't really know anymore, probably not from my PC though.
  #772 (permalink)  
Old 04-29-2009, 06:37 PM
jmorton10's Avatar
VIP Member
Offline
Pocket PC: rooted DroidX/leaked 2.2
Carrier: Verizon
 
Join Date: Jun 2008
Posts: 6,692
Reputation: 5695
jmorton10 is a trusted member of the communityjmorton10 is a trusted member of the communityjmorton10 is a trusted member of the communityjmorton10 is a trusted member of the communityjmorton10 is a trusted member of the communityjmorton10 is a trusted member of the communityjmorton10 is a trusted member of the communityjmorton10 is a trusted member of the communityjmorton10 is a trusted member of the communityjmorton10 is a trusted member of the communityjmorton10 is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: SPB Mobile Shell 3.0!!

Quote:
Originally Posted by nalab1 View Post
Hi!

Has anyone got around the problem with MS3 contacts and SMS Chat? Specifically selecting a contact and then clicking on "Send SMS" and going directly to that contact in SMS Chat
I have never been able to get that to work (but when I am in MS3 contacts & click send SMS it opens a new SMS in the stock WinMo chat app)

I programmed my round center button to open SMS-Chat with a fast double click with AEButton + & I can just select the contact from within SMS-Chat. This works great because I can jump straight into SMS-Chat from any screen or app.

~John
  #773 (permalink)  
Old 04-29-2009, 07:12 PM
sherown's Avatar
Lurker
Offline
Pocket PC: touch pro
Carrier: sprint
Location: CO
 
Join Date: Jan 2009
Posts: 24
Reputation: 10
sherown is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: SPB Mobile Shell 3.0!!

Quote:
Originally Posted by jnuts5423 View Post
what i the world am i doing wrong. when i install shell, it kills my tf3d. it wont launch after installiung. ive shut off everything on the today screen, but it still kills it. #1 how do i fix this, #2 is there a simple way to reskin it without hard reseting? I swear i had all three of them working but now tf3d wont launch. what did i do? I flashed 3 times trying it different ways.
You will need to go into your Folder explorer<Windows<start up and in that folder delete the spb file. Then soft reset and it should start up in tf3d and you should be able to toggle between all three.
  #774 (permalink)  
Old 04-30-2009, 12:41 AM
1999TL's Avatar
Android Convert
Offline
Pocket PC: Epic 4g
Carrier: Sprint
Location: Lubbock, TX
 
Join Date: Mar 2007
Posts: 2,386
Reputation: 1675
1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to 1999TL
Re: SPB Mobile Shell 3.0!!

Is MS3 becoming unbearable to any of you guys b/c it starts to slow down the phone too much during the day?
  #775 (permalink)  
Old 04-30-2009, 02:50 AM
cordevil95's Avatar
PPCGeeks Regular
Offline
Pocket PC: EVO 4G
Carrier: Sprint
 
Join Date: Jan 2008
Posts: 130
Reputation: 130
cordevil95 is keeping up the good workcordevil95 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: SPB Mobile Shell 3.0!!

Is anybody else having issues with deleting calendar items?

If I click on an appointment, it opens up with the built in WinMo calendar, I then delete (it's gone from the winmo cal.) but it still stays on the SPB calendar. Now that appointment in SPB is dead. If I click on it it does nothing... which I guess makes sense since it's not really there. If I do a soft reset SPB then shows the correct calendar items.

Can anybody else recreate this and see if it's happening to them too? Thanks.
This post has been thanked 1 times.
  #776 (permalink)  
Old 04-30-2009, 11:18 PM
Devileyezz's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Diamond & Treo 700wx / HTC Touch Pro
Carrier: TELUS / Verizon Wireless
Location: Toronto, Canada
 
Join Date: Aug 2008
Posts: 687
Reputation: 245
Devileyezz is keeping up the good workDevileyezz is keeping up the good workDevileyezz is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to Devileyezz
Re: SPB Mobile Shell 3.0!!

How do you guys use the dialpad to make calls? For example, calling a number not in contacts is a nightmare. I have to go back to the Today screen to do so.
__________________
TWITTER: Bell Canada trying to impose bandwidth limits in Canada! Please help stop it! http://tinyurl.com/bellsucks2 - PLEASE RETWEET, RESIG, REPOST!
DEVELOPERS
: Please consider using Twitter so you can update people/users about your project. More exposure means you'll become famous much faster
  #777 (permalink)  
Old 04-30-2009, 11:21 PM
1999TL's Avatar
Android Convert
Offline
Pocket PC: Epic 4g
Carrier: Sprint
Location: Lubbock, TX
 
Join Date: Mar 2007
Posts: 2,386
Reputation: 1675
1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep1999TL is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to 1999TL
Re: SPB Mobile Shell 3.0!!

Don't you just press your green call button to get to the dialer screen?
  #778 (permalink)  
Old 04-30-2009, 11:24 PM
HBOOT's Avatar
DaFlowMaster
Offline
Pocket PC: TP2 IPHONE 3GS 5.1.1
Carrier: GSM...
Location: ..On the go mutter phuka...
 
Join Date: Jan 2008
Posts: 4,682
Reputation: 4935
HBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to HBOOT
Re: SPB Mobile Shell 3.0!!

either you stick "phone"symbol which is dial pad to your lifestyle page (i have it in more 3 pages), also i have "spb home" mapped to the send/receive button so when i am driving and using gps, one click on the TP takes me to life style page and dial pad is one touch away

+1 for the call buton, however I like to get back to home screen and get right to my contact when gps is driving
Attached Images
File Type: jpg Screen001.jpg (227.0 KB, 64 views) Click for barcode!
__________________
Da Believer....

Last edited by HBOOT; 04-30-2009 at 11:27 PM.
  #779 (permalink)  
Old 04-30-2009, 11:25 PM
freeza's Avatar
Super Saiyan 3
Offline
Pocket PC: HTC EVO 3D
Carrier: Sprint
Location: California
 
Join Date: Aug 2007
Posts: 2,129
Reputation: 2491
freeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIPfreeza is a VIP
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to freeza Send a message via MSN to freeza Send a message via Yahoo to freeza Send a message via Skype™ to freeza
Re: SPB Mobile Shell 3.0!!

Quote:
Originally Posted by 1999TL View Post
Is MS3 becoming unbearable to any of you guys b/c it starts to slow down the phone too much during the day?

Yes! that and the 0 sms messages when there are messages bug are what got me to temporarily disable MS3
  #780 (permalink)  
Old 04-30-2009, 11:29 PM
HBOOT's Avatar
DaFlowMaster
Offline
Pocket PC: TP2 IPHONE 3GS 5.1.1
Carrier: GSM...
Location: ..On the go mutter phuka...
 
Join Date: Jan 2008
Posts: 4,682
Reputation: 4935
HBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributionsHBOOT should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to HBOOT
Re: SPB Mobile Shell 3.0!!

I find that my TP is working even better than before when I was running MS2, touch screen is very responsive and tons of progs load w/o hick ups...no prob with sms, I assume u running th latest version of MS...
Closed Thread

  PPCGeeks > Windows Mobile > Windows Mobile Software


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 10:16 AM.


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com