Jump to content

Time & IconBar in Landscape.


Guest jasperkins

Recommended Posts

Guest jasperkins

NOTE: YOU NEED TO BE USING THE ORANGE DLL FOR THIS CODE TO WORK!!!

Update: 8/23. My past life as an Assembly programmer has me tweaking code to much. As such I have GREATLY tweaked the Orange XML Homescreen related code where it now runs even faster. I even changed the code to use the Launcher of Facade instead of MRU. And the last Plugin for Scheduler / Weather loads quicker too.

I just wanted to let everyone know that this is possible. The user Loopback had mentioned it, I had just not played with it. However after experimenting with it, I realized that traditional phones are only 240 across. The Moto Q is a Landscape phone- so it is 320 across.

So do the math...320-240=80

This leaves a width space of 80, to do with whatever you want. So why not post the Time to that location :-)

Code:

<!-- ROW 1: Time & Iconbar -->

Here is the XML and Background. I called it Q-Orange-Clean. This is NOT BETA. I have scrubbed it and the code is very CLEAN and FAST. It only uses 3 Orange Plugin Calls.

Q_Orange_Clean.zip

post-192967-1156375651_thumb.jpg post-192967-1156375666_thumb.jpg

Edited by jasperkins
Link to comment
Share on other sites

Guest jasperkins
Jase you must see XML in your sleep mate. Need therapy soon.

You lucky landscape lot you :D

You know how it is.....see something that needs to be fixed, dive into it, get burned out, go on to something else. I think I have learned as much as I can with the XML / Homescreen and Orange Plugin code. I now need to write my own homescreen designer code, and retire (hahahahha)

Link to comment
Share on other sites

You know how it is.....see something that needs to be fixed, dive into it, get burned out, go on to something else. I think I have learned as much as I can with the XML / Homescreen and Orange Plugin code. I now need to write my own homescreen designer code, and retire (hahahahha)

lmao! A short yet full (to say the least) homescreen career

Link to comment
Share on other sites

Guest jasperkins
lmao! A short yet full (to say the least) homescreen career

Yep. I dont think I should quit my day job just yet :-)

Hey- here is another version too. I was asked to include BlueTooth, next to Profile.

Here is the code change then for Row5.

BlueTooth disappears when not enabled. However it is not selectable. There is a problem with the Orange hard code, were only Profile ot BT will only show on the screen at 1 time- if both selectable.

Jasper

post-192967-1156525322_thumb.jpg

Here is another Quick Revise. I removed BT, as I just dont use it. I addedd back the Facade Tabs, and Profile Silent (its not selecatable). In addition I made the icons large for my small eyes :-)

Also I dropped MMS- as I dont use it often enough. The IconBar will tell me if I ever have a MMS pic mail.

post-192967-1157052261_thumb.jpg

Download to Q-Orange-Clean-Large....Q_Orange_Clean_Large.zip

OK- another version......

Q_Orange_Clean.home.xml

post-192967-1157054029_thumb.jpg

Q_Orange_Clean_Large.home.xml

Edited by jasperkins
Link to comment
Share on other sites

  • 2 weeks later...
Guest onlydarksets

Great job! I've been using this technique for my own homescreen, but I've run into a couple of problems I was hoping you could help me out with.

First, is that I can't get multiple plugins to display in a column that is contained within an Orange plugin row. For example, I want to have Facade on one side, then list the Date, Carrier, Missed Calls/Messages, and Network on the right. Is this possible?

Second, is that I can't get the Facade plugin to show up on the right and be navigable. This is a lesser concern, but something I would like to figure out.

Here is what I have so far:

<plugin width="320" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">


		<shortcut width="240">

			<!-- FACADE VIEW: shows the info for each tab -->

			<plugin clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}" name="FacadeView" height="140" />

		</shortcut>


		<shortcut width="80">

			<!-- NETWORK -->

			<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="smscount" height="60"> 

				<background>

				   <format state="selected" bgcolor="COLOR_HOMEHIGHLIGHT"/>

				</background>


				<label y="0" fgcolor="#000000">

					<text>Email: (<unreadEmail/>)</text> 

				</label> 

				<label y="20" fgcolor="#000000">

					<text>Vmail: (<unreadVMail/>)</text> 

				</label> 

				<label y="40" fgcolor="#000000">

					<text>SMS: (<unreadSMS/>)</text> 

				</label> 

			</plugin>

		</shortcut>

I'd like to add to the shortcut section containing the NETWORK comment the plugins for the carrier, date, and network. Any thoughts? I attached a screenshot below. Thanks!

post-64170-1157485622_thumb.png

Edited by onlydarksets
Link to comment
Share on other sites

Guest Tin-Man

Hi Jas.

I can't seem to find the download link to your "clean home screen" with bluetooth next to profile that is shown in post #7. Am I missing it or is it called something else?

Thanks again for your hard work and for posting these for those of us who are not as dedicated as you!

Tin

Link to comment
Share on other sites

Guest jasperkins
Hi Jas.

I can't seem to find the download link to your "clean home screen" with bluetooth next to profile that is shown in post #7. Am I missing it or is it called something else?

Thanks again for your hard work and for posting these for those of us who are not as dedicated as you!

Tin

I had to delete the BlueTooth homescreen version. It didnt work correctlly.

Link to comment
Share on other sites

  • 3 weeks later...
Guest LUPike
Somebody solved my problem in another thread. Here is the finished product - I can post the XML if anyone is interested.

post-64170-1158074280_thumb.png

Can you send me the xml for you HomeScreen? I'm specifically interested in how you handled listing the message counters on the right side...

Thanks,

-Ronnie

[email protected]

Link to comment
Share on other sites

  • 3 weeks later...
Guest rvd1979
Somebody solved my problem in another thread. Here is the finished product - I can post the XML if anyone is interested.

post-64170-1158074280_thumb.png

hey i really love ur home screen i currently have a Samsung i320n which is pretty much an i320, how would i be able to get a home screen like urs ?

Link to comment
Share on other sites

Guest rvd1979
Give it a try! The link is in post #14, above.

thanks but what plugins do i need becos when i try out ur script it doesnt seem to render properly...

I notice that it requires some plug ins ?

where do i get these plugins? or what requirements must i have installed before i can have a screen like yours !

Link to comment
Share on other sites

  • 2 weeks later...
Guest onlydarksets
thanks but what plugins do i need becos when i try out ur script it doesnt seem to render properly...

I notice that it requires some plug ins ?

where do i get these plugins? or what requirements must i have installed before i can have a screen like yours !

Sorry for the late response - I missed your post. You need the Orange plugin. Search this site, and qusers.com and you should find it.

Link to comment
Share on other sites

In fact, normal Q screen can do this. I used a Chinese Plug-in, let the carrier go to Iconbar. Becasuse 240 is too short , I can't make the Time like your's.

Edited by paike
Link to comment
Share on other sites

I have been hunting this so called orange plugin high and low... where can we find it?

Comes with Orange (A Network here in the UK that provide phones) branded phones. It is only available if you have an Orange phone. Other than that getting your hands on it is illegal so you wont find it/get it here.

Link to comment
Share on other sites

  • 3 months later...
Guest GVelvet

This is great jasperkins!

Is there a way to do the same on other pages besides your homepage. (i.e. - all the backpages and programs).

Xbar puts the time in on the iconbar for the backpages, but it is hard to read and as it displays the time on 2 rows.

Thanks.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.