Notices


Reply
Thread Tools
Posts: 617 | Thanked: 338 times | Joined on Mar 2011
#151
Offtopic : How do you added that status menu incon for FM transmitter ?
 
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#152
Its the FMTX applet. Its usually only open when the FM transmitter is on, but if you have CSSU you can set it to be always visible via gconf:
Code:
gconftool-2 -s /apps/osso/maemo-statusmenu-fmtx/always_visible -t bool true
__________________
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
 
Posts: 617 | Thanked: 338 times | Joined on Mar 2011
#153
Thank you , one more problem , after I made ur mod I cant connect to a wireless network where I could've connected before .

Name:  Screenshot-20090101-205942.jpg
Views: 419
Size:  23.2 KB
 
AgogData's Avatar
Posts: 870 | Thanked: 133 times | Joined on Aug 2010
#154
@ laasonen : After the last update the code you gave me to disable the auto opening of available connection (i think it was removing about 4 lines) is lost, can you post it again ?
 
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#155
Originally Posted by Dragoss91 View Post
Thank you , one more problem , after I made ur mod I cant connect to a wireless network where I could've connected before .

Attachment 20940
Sounds like a DHCP problem. Its probably caused by my applications last version, which filled router's DHCP lease table by changing mac address frequently. It should be fixed by rebooting your router and making sure you are using the latest version of this application.

Originally Posted by AgogData View Post
@ laasonen : After the last update the code you gave me to disable the auto opening of available connection (i think it was removing about 4 lines) is lost, can you post it again ?
Remove lines 144-146:
Code:
			if driver > 0:
				proxy = self.Parent.bus.get_object('com.nokia.icd_ui', '/com/nokia/icd_ui', 'com.nokia.icd_ui')
				proxy.show_conn_dlg(False)
__________________
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-20 at 19:34.
 
Posts: 617 | Thanked: 338 times | Joined on Mar 2011
#156
I can not reboot that router because it's from a pub , and the version of this app it's 0.2.1-2 , is this the last one ?
 
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#157
Originally Posted by Dragoss91 View Post
I can not reboot that router because it's from a pub , and the version of this app it's 0.2.1-2 , is this the last one ?
0.2.2-2. You can easily check that from packages interface.
__________________
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
 
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#158
Originally Posted by Dragoss91 View Post
I can not reboot that router because it's from a pub , and the version of this app it's 0.2.1-2 , is this the last one ?
Gratz, You just performed pro Denial of Service attack at Your favorite pub wifi. It denied access not only for You, but for all Wifi users there. who was first to say that N900 is hacker phone?

Disclaimer: Don't worry, it wasn't Your fault, and it won't bring You any legal consequences (although my statement about denial of service is somehow true - in fact totally true except "pro" part ). It was just that i can't stop myself to write it )

laasonen, Thank You for new update and it's really my pleasure to contribute even in such small way.

Tested new package - works fine, in every possible combination my MAC remain the same (except event just after update via 3G and enabling wifi later - got message about "unable to restore mac" - for obvious reasons, wifi was disabled on old version, so new version wasn't able to locate non-existing MAC file ).

I also hit into too-fast-respawn bug You mentioned and i agree that it shouldn't be problem in real-life situations. Ho ever, if it happens, it's quite irritating, cause You must wait long time before using wifi again (or reboot phone). May is ask about rationale for restarting osso-wlan? I'm sure there is one, again I'm asking out-of-curiosity. It's related to MAC problem?

---

Anyway, for lazy ones here is link to vote for package - we want to finally made it into testing, don't we? Voting is also important form of contribution, so pierrem and other, if You like it, please vote for this package (after testing).
 

The Following User Says Thank You to Estel For This Useful Post:
Posts: 617 | Thanked: 338 times | Joined on Mar 2011
#159
@laasonen - Thanks , I just updated it with FAM . I hope it will fix that problem .

@Estel - ahahahahahah that was funny . That router didn't deny all devices because a friend with an iphone 3 could connect and use their internet .
 
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#160
Originally Posted by Estel View Post
I also hit into too-fast-respawn bug You mentioned and i agree that it shouldn't be problem in real-life situations. Ho ever, if it happens, it's quite irritating, cause You must wait long time before using wifi again (or reboot phone). May is ask about rationale for restarting osso-wlan? I'm sure there is one, again I'm asking out-of-curiosity. It's related to MAC problem?
I was just reading the source of the wifi-switcher when pierrem said that its working on him and saw that its restarting the wlancond. Couple other scripts seemed to do the same thing also, so I decided to just make my script restart it too

I'll take it off, because even the test script without it was working for him. If someone is having trouble with the new 0.2.2-3 try to uncomment these lines:
Code:
STOP="`stop wlancond`" 2> /dev/null
START="`start wlancond`" 2> /dev/null
if [ "$?" -gt "0" ]; then
	echo "Error while restarting wlancond, propably respawning too fast"
fi
From these files:
/sbin/load-bleeding-edge-drivers.sh
/sbin/load-stock-drivers.sh
__________________
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-20 at 22:59.
 

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

Tags
announce, applet, bleeding edge, driver, monitor, not4noobs

Thread Tools

 
Forum Jump


All times are GMT. The time now is 23:41.