Jump to content

Recommended Posts

Guest flodis79
Posted

I have the wifi information displayed on homescreen, but I want to be able to select that line, and be linked to communication manager. did not work in my xml below, can someone please guide me..

<!-- Carrier -->

Connected to

Guest w411y
Posted

I do not have a WiFi enabled device but Im sure I saw a screenshot before where there was two different plugins for Date/Time/Carrier to WiFi

Guest pavankp
Posted

The Carrier plugin can display WiFi status, but it cannot be selected. So use the WiFi Status plugin. The cool thing is that the WiFi status plugin can be embedded in the Orange plugin. So you can have a single line with the wifi status and carrier name.

Guest flodis79
Posted
The Carrier plugin can display WiFi status, but it cannot be selected. So use the WiFi Status plugin. The cool thing is that the WiFi status plugin can be embedded in the Orange plugin. So you can have a single line with the wifi status and carrier name.

I dont wanna have the red/green icon saying wifi off/on.. Any way to take it away? Also, I cannot change the font size of the text. The red/green icon doesn't become centered with the align syntax.. Only the wifi info text will be centered.. How to get also the rd/green icon centered?

Guest conan_troutman
Posted
I dont wanna have the red/green icon saying wifi off/on.. Any way to take it away? Also, I cannot change the font size of the text. The red/green icon doesn't become centered with the align syntax.. Only the wifi info text will be centered.. How to get also the rd/green icon centered?

to do that you will need to edit the dll file and I do not know how to do that.

Guest flodis79
Posted
to do that you will need to edit the dll file and I do not know how to do that.

Thanks anyway conan, you have been most helpful :)

Guest conan_troutman
Posted
Thanks anyway conan, you have been most helpful :)

i had a thought you could try this

it is the carrier plugin with just the wifi status showing its not selectable but on my phone the comm manager is only a one button press the button above the volume upbutton (imate sp5/Qtek 8310)

if you dont have that button speed dial it that way you cna see the status and hold your chosen speed dial button to open comms probably faster than scrolling down and pressing select any way

Guest flodis79
Posted
i had a thought you could try this

it is the carrier plugin with just the wifi status showing its not selectable but on my phone the comm manager is only a one button press the button above the volume upbutton (imate sp5/Qtek 8310)

if you dont have that button speed dial it that way you cna see the status and hold your chosen speed dial button to open comms probably faster than scrolling down and pressing select any way

Thanks, I already use that since before... Still looking for a selectable version of this without the icon on the side :)

Guest pavankp
Posted
Still looking for a selectable version of this without the icon on the side :)

Good luck with that... let me know if you find something :).

  • 7 months later...
Guest El Guano
Posted

Don't know if this is relevant, but on the HTC Star Trek, the Carrier tag is selectable, and goes straight to the Comm Manager. Of course, it doesn't have wifi so I can't say if that affects anything. Here's the code:

<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="46">

		<allowselection/>

		<background>

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

		</background>

		<label font-size="24" font-weight="bold">

			<text><carrier/></text>

		</label>

		<label y="21" textwidth="163">

			<text><wifi/></text>

		</label>

		<clock>

			<time y="0" halign="right" font-size="24" font-weight="bold"/>

			<date y="21" halign="right"/>

		</clock>

	</plugin>

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.