Author Topic: Network Taskbar Icon Not Present  (Read 2251 times)

rob_figlabs

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • http://www.figlabs.com
Network Taskbar Icon Not Present
« on: October 04, 2005, 07:47:28 am »
Using Sharp ROM on SL-C3000:
Has anyone else had a problem where the networking taskbar icon doesn't appear when you plug a card in?

It works when I plug in an Ambicom Wifi card, an Ambicom BT card or a Socket rev F BT card. When I plug in a Socket rev G+ card it doesn't appear.

Does anyone know what triggers the icon to appear?
Rob Charlton
Figlabs Ltd
Zaurus SL-C1000, SL-C3000 & SL-C3100 reseller
[img]http://www.figlabs.com/catalog/images/logoandname8.jpg\" border=\"0\" class=\"linked-sig-image\" /]

rob_figlabs

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • http://www.figlabs.com
Network Taskbar Icon Not Present
« Reply #1 on: October 04, 2005, 10:11:30 am »
OK I'm getting somewhere:

This marvellous incantation...
Code: [Select]
sudo -u zaurus qcop "QPE/Card" "stabChanged()"prompts the Z to go and ask all the network plugins (Wifi, BT, etc) if there is a card available to handle them. If they get a yes back from any of them then the world icon appears. So if I ensure that bluetooth is running then type the above in, my icon comes back.
Rob Charlton
Figlabs Ltd
Zaurus SL-C1000, SL-C3000 & SL-C3100 reseller
[img]http://www.figlabs.com/catalog/images/logoandname8.jpg\" border=\"0\" class=\"linked-sig-image\" /]

polito

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
    • http://thether.com
Network Taskbar Icon Not Present
« Reply #2 on: October 04, 2005, 10:51:43 pm »
This also seems to make the World icon show up, whether one is better than the other I'm not sure:
Code: [Select]
qcop "QPE/Network" "choicesChanged()"