Showing results 1 to 25 of 37 @ 0.79 seconds. Search: Posts Made By: hutchinsfairy
Forum: Maemo 5 / Fremantle 2011-10-21, 08:28
Replies: 15
Views: 9,942
Posted By hutchinsfairy
Re: [solved] Enterprise WPA2 Auto-connect fails

Also of note is the alarmd schedule. I use the 'cron string' scheduling in alarmd as I only want this script to run during my working hours.
Examples:
*/5 9-17 * * 1-5 <-- Every 5 minutes, 9am til...
Forum: Maemo 5 / Fremantle 2011-10-21, 07:46
Replies: 15
Views: 9,942
Posted By hutchinsfairy
Re: [solved] Enterprise WPA2 Auto-connect fails

The code in my post above seems to be missing bits....
Attached is the script I use as a file.
If you still have problems it might be worth using another folder to hold your scripts; anything under...
Forum: General 2011-08-26, 10:05
Replies: 69
Views: 15,651
Posted By hutchinsfairy
Re: Next phone after N900 for year 2011

What price are people paying for their backup N900? I can't contemplate doing without and mine is nearly 2 years old now...
Forum: Applications 2011-08-25, 11:56
Replies: 79
Views: 42,896
Posted By hutchinsfairy
Re: [Announce] ClipMan - Clipboard Manager

Love this app, thank you!

Something that would be very useful for me would be if Clipman could (optionally) monitor any notifications dialogues (the multi-line orange boxes which have to be...
Forum: Maemo 5 / Fremantle 2011-07-19, 12:47
Replies: 15
Views: 9,942
Posted By hutchinsfairy
Re: [solved] Enterprise WPA2 Auto-connect fails

Here's my current bash at it:
#!/bin/sh

#get current SSID
LIST=`iwconfig wlan0 | awk -F":" '/ESSID/{print $2}'`
echo Current connection: $LIST

#Quit if already connected
if [ $LIST =...
Forum: Applications 2011-06-24, 08:30
Replies: 1,291
Views: 572,993
Posted By hutchinsfairy
Re: [Announce] SMScon (control your device with SMS)

I think this has been raised before, but is there any chance that SMSCON could use WiFi if already connected? I'm not expecting a new setting or anything, simply that if the phone is already online...
Forum: Nokia N900 2011-05-26, 08:56
Replies: 27
Views: 13,061
Posted By hutchinsfairy
Re: Reading contacts from command line?

Embarrased now:
Was running as root....
Sorry for wasting your time!
Forum: Nokia N900 2011-05-26, 08:51
Replies: 27
Views: 13,061
Posted By hutchinsfairy
Re: Reading contacts from command line?

"python-evolution is already the newest version"...
Thanks for the quick response though!
Forum: Nokia N900 2011-05-26, 08:33
Replies: 27
Views: 13,061
Posted By hutchinsfairy
Re: Reading contacts from command line?

/home/user/scripts# python contact_search.py -f 'Firstname Lastname' -l
Traceback (most recent call last):
File "contact_search.py", line 55, in <module>
main()
File "contact_search.py",...
Forum: Applications 2011-05-26, 08:04
Replies: 81
Views: 37,436
Posted By hutchinsfairy
Re: [Announce] smssend: send sms from the command line (CLI)

I love the program and use it at work several times a day in almost exactly the same way as b666m. My only niggle is that I use the -C option to send and if the conversation window for that contact...
Forum: Applications 2011-05-13, 10:17
Replies: 569
Views: 148,464
Posted By hutchinsfairy
Re: Panucci Podcast and Audiobook Player

Couple of observations:
01 - If I seek to a particular point (when paused) using the progress bar then press the forward back buttons it moves from the original point, not the new one.
02 - If I...
Forum: Accessories 2011-05-10, 14:48
Replies: 13
Views: 7,672
Posted By hutchinsfairy
Re: Can the Nokia take the 32GB micro SDHC card?

Be sure to test the cards though! I got a "32GB" card which was actually a hacked 1GB...
You can test with F3 on your device (binaries attached)

EDIT: V1.1.3 of F3 from here:...
Forum: Applications 2011-05-06, 09:29
Replies: 1,291
Views: 572,993
Posted By hutchinsfairy
Re: [Announce] SMScon (control your device with SMS)

PS: killall rtcom-messaging-ui will refresh conversation overview but might be overkill...
Forum: Applications 2011-05-06, 09:11
Replies: 1,291
Views: 572,993
Posted By hutchinsfairy
Re: [Announce] SMScon (control your device with SMS)

Sorry, don't seem to be able to help myself:

04 - Can we define somewhere what text appears at the start of the return sms (currently "NOKIA N900 HH:MM:SS DD/MM/YYYY -command-" for me) and...
Forum: Applications 2011-05-05, 10:48
Replies: 1,291
Views: 572,993
Posted By hutchinsfairy
Forum: Applications 2011-05-05, 10:47
Replies: 1,291
Views: 572,993
Posted By hutchinsfairy
Re: [Announce] SMScon (control your device with SMS)

I love this app and have spent far too long playing with it already so thank you!
I do have three queries though:

01 - What is the usage of the COM_SHELL command? As far as I can tell I have to...
Forum: Multimedia 2011-03-30, 11:35
Replies: 390
Views: 163,930
Posted By hutchinsfairy
Re: gPodder 2.0 for Fremantle

I have to admit I don't really understand D-Bus but "Somebody" (I keep thinking people are being unnecessarily vague when they use that username) also posted these...
Forum: Multimedia 2011-03-30, 10:36
Replies: 390
Views: 163,930
Posted By hutchinsfairy
Re: gPodder 2.0 for Fremantle

D-Bus commands here (http://talk.maemo.org/showpost.php?p=956519&postcount=1).
Forum: Maemo 5 / Fremantle 2011-03-01, 15:28
Replies: 84
Views: 34,896
Posted By hutchinsfairy
Forum: Maemo 5 / Fremantle 2011-02-22, 14:51
Replies: 10
Views: 3,697
Posted By hutchinsfairy
Re: How to change remember-password-never

Remove all "never sites"
> DELETE FROM moz_disabledHosts
> .quit
Forum: Maemo 5 / Fremantle 2011-02-22, 14:50
Replies: 10
Views: 3,697
Posted By hutchinsfairy
Remove ONLY the "Never" sites and keep all saved passwords:

You can remove single sites from the never category using SQL statements at the terminal

$ sqlite3 /home/user/.mozilla/microb/signons.sqlite

Unfortunately whenever I try to post SQL statements...
Forum: General 2011-02-22, 14:46
Replies: 56
Views: 42,578
Posted By hutchinsfairy
Re: Forget about the N910 or N920 - N950 is the next real deal

By luck or not, the OP appears to have been right...
Forum: Applications 2011-02-14, 14:17
Replies: 81
Views: 37,436
Posted By hutchinsfairy
Re: [Announce] smssend: send sms from the command line (CLI)

Tried and failed to add these as tickets on your Assembla page for smssend, sorry:
1 - Messages over 160 characters result in only 160 characters appearing in sent db (not sure what arrived) --...
Forum: Nokia N900 2011-02-11, 11:37
Replies: 6
Views: 4,406
Posted By hutchinsfairy
Re: Wireless does not automatically connect

Please vote:
Bug #3399 - Will not auto connect to WPA-Enterprise (https://bugs.maemo.org/show_bug.cgi?id=3399)
Forum: Applications 2011-02-10, 13:16
Replies: 142
Views: 64,636
Posted By hutchinsfairy
Re: SMS from CLI (Command Line)?

0.1.4 Works a charm! Thank you very much.
Showing results 1 to 25 of 37



 
Forum Jump

All times are GMT. The time now is 14:45.