View Single Post
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#58
Ok. I'll do some testing tomorrow.

EDIT: I have tried tens of times to enable and disable the drivers, kill the hildon-status-menu and reboot my phone without crashes or entrys in debug logs :|

Could some try to add this:
Code:
#Debug
###########################################################################################
import sys
f=open('/tmp/driver-selector.log', 'at', buffering=1)
sys.stdout=f
sys.stderr=f
on top of:
Code:
#Librarys
###########################################################################################
import gtk, hildon, os, dbus, gconf, commands, pango
from hildondesktop import StatusMenuItem
in this file:
Code:
/usr/lib/hildon-desktop/status-area-wlan-driver-selector-applet.py
And then kill the hildon-status-menu or reboot. When the applet disappears copy the the contents of /tmp/driver-selector.log here.
__________________
Couple of my applications:
ConnLock - Advanced phone lock
Sanakirja.org - A Sanakirja.org dictionary client
Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers

Last edited by laasonen; 2011-06-04 at 21:39.
 

The Following User Says Thank You to laasonen For This Useful Post: