Showing results 1 to 25 of 36 @ 0.03 seconds. Search: Posts Made By: nbc
Forum: Nokia N900 2010-03-29, 15:46
Replies: 6
Views: 6,937
Posted By nbc
Re: Auto-set Skype availability to Busy when phone is locked?

Yes, that's doable with dbus-scripts.

You can modify the script here : http://wiki.maemo.org/DbusScripts#when_connect_on_my_wifi_home_network_register_only_SIP_and_turn_on_noisy_ring

The...
Forum: Development 2010-03-25, 22:45
Replies: 12
Views: 2,919
Posted By nbc
Re: new in development

There's no such thing as pyqt menu entry.

You should start with a tutorial like this one (http://www.rkblog.rk.edu.pl/w/p/introduction-pyqt4/) or this one (http://zetcode.com/tutorials/pyqt4/) for...
Forum: Nokia N810 2010-03-25, 22:24
Replies: 10
Views: 5,716
Posted By nbc
Re: Now that I have an N900 I need to find a use for the N810.

You can do something like that : http://fredp.lautre.net/blog/.
Forum: Applications 2010-03-25, 20:26
Replies: 39
Views: 17,720
Posted By nbc
Re: wiki page about dbus-scripts a great toy to play with dbus

:))

It happens again just 5 minutes ago, I cannot reply because my phone was busy logging too much things :)
Forum: Applications 2010-03-24, 14:03
Replies: 39
Views: 17,720
Posted By nbc
Re: wiki page about dbus-scripts a great toy to play with dbus

Hi,



I'm not sure to understand you. Where do you want I add command to turn on/off the screen ? In a wiki page with list of dbus commands (like http://wiki.maemo.org/User:Jebba) or in one of...
Forum: Applications 2010-03-24, 13:56
Replies: 39
Views: 17,720
Posted By nbc
Forum: Applications 2010-03-24, 08:31
Replies: 39
Views: 17,720
Posted By nbc
Re: wiki page about dbus-scripts a great toy to play with dbus

Good idea, I will add this to the wiki. Thank you.
Forum: Nokia N900 2010-03-23, 21:11
Replies: 35
Views: 14,042
Posted By nbc
Re: [Announce] Auto2G: A battery saver script for the N900

Ok, I've searched a bit and found a solution. You can check if there's a call with this code :

dbus-send --system --dest=com.nokia.csd.Call --print-reply=literal /com/nokia/csd/call/1...
Forum: Applications 2010-03-23, 18:58
Replies: 39
Views: 17,720
Posted By nbc
wiki page about dbus-scripts a great toy to play with dbus

dbus-scripts (http://wiki.maemo.org/DbusScripts)

I've recently played with dbus-scripts and it's really a great
toy/tool. It's a kind of swiss chainsaw for dbus :).

It's a daemon that allow...
Forum: General 2010-03-19, 01:20
Replies: 3
Views: 2,103
Posted By nbc
Re: Conversations- Is there a way to save a conversation?

conversations are stored in the sqlite3 database file /home/user/.rtcom-eventlogger/el.db so you can use sqlite3.

To dump all the base :

~ $ echo .dump | sqlite3...
Forum: Maemo 5 / Fremantle 2010-03-19, 01:15
Replies: 20
Views: 3,213
Posted By nbc
Re: SUDO usage???

Yes, it's hard to broke the system without root on desktop distrib. As far as I've looked, the security seems not bad at all on n900 but I'm not sure the phone will work well if you delete all the...
Forum: Maemo 5 / Fremantle 2010-03-19, 01:09
Replies: 20
Views: 3,213
Posted By nbc
Re: SUDO usage???

You really don't care. The two are stable enough (if you don't take the development one). It's more a matter of feeling and guts at least for desktop usage.

And you can always install the two and...
Forum: Maemo 5 / Fremantle 2010-03-19, 01:04
Replies: 20
Views: 3,213
Posted By nbc
Re: SUDO usage???

with rootsh just use the command "root"


~ $ root

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Nokia-N900-51-1:~#
Forum: Maemo 5 / Fremantle 2010-03-19, 01:01
Replies: 20
Views: 3,213
Posted By nbc
Re: SUDO usage???

Yes you're right. If you want to complete sudo documentation "man sudo" doesn't work on maemo (no man) but you can find it on internet : http://www.courtesan.com/sudo/man/sudo.html

reading...
Forum: Maemo 5 / Fremantle 2010-03-19, 00:54
Replies: 20
Views: 3,213
Posted By nbc
Re: SUDO usage???

absolutely nothing. sudo in default usage take at list one argument, this argument is the command you want to use under another account. An example that won't work

sudo cat /etc/sudoers

If...
Forum: Maemo 5 / Fremantle 2010-03-19, 00:28
Replies: 20
Views: 3,213
Posted By nbc
Re: SUDO usage???

A good tutorial for beginners http://www.unixtutorial.org/2008/01/sudo-tutorial/

Good reading
Forum: Nokia N900 2010-03-19, 00:22
Replies: 35
Views: 14,042
Posted By nbc
Re: [Announce] Auto2G: A battery saver script for the N900

It's doable but using ifup to enable fcron pulling seems to me like using a sledgehammer to crack a nut while dbus signal is like a groom knocking on your door to wake you up :D

Using...
Forum: Multimedia 2010-03-18, 10:28
Replies: 29
Views: 8,808
Posted By nbc
Re: [Poll] Which desktop music mgmt/sync software?

I use amarok 2 on linux. It works like a breeze. when connecting as a mass storage amarok find it and shows me my mobile music. When syncing music, with on click, it copies artwork too and my n900...
Forum: Nokia N900 2010-03-18, 02:17
Replies: 35
Views: 14,042
Posted By nbc
Re: [Announce] Auto2G: A battery saver script for the N900

Ok, I've done a python script that use a config file so it's easy to add a GUI. If I have time and some people ask for it I can try to build a package and why not a GUI.

You must copy the file...
Forum: Nokia N900 2010-03-17, 23:49
Replies: 35
Views: 14,042
Posted By nbc
Re: [Announce] Auto2G: A battery saver script for the N900

@JohnLF

Hum yes, I'm more a perl guy but that's a good idea, I could try to do that in python. Could be fun.
And to add a GUI, you can just create a conf file and the script called by...
Forum: Nokia N900 2010-03-17, 23:42
Replies: 35
Views: 14,042
Posted By nbc
Re: [Announce] Auto2G: A battery saver script for the N900

I've played a bit with your idea, I like it far more than the cron way and it's not so hard (even if harder than the cron script I think).

I use dbus-scripts, it's a daemon a bit like cron but for...
Forum: Community 2010-03-04, 18:51
Replies: 169
Views: 44,195
Posted By nbc
Re: [Theme] Minimalist 2.0 is out!

@fpp : I was working... my maemo knowledge :))

@andrewfblack : this afternoon, I was redirected to the last page from search page with minimal dark. It seems some time it works and some time not....
Forum: Community 2010-03-04, 14:27
Replies: 169
Views: 44,195
Posted By nbc
Re: [Theme] Minimalist 2.0 is out!

my apologies : I was using the mail link that always redirect to the good post.
Forum: Community 2010-03-03, 22:05
Replies: 169
Views: 44,195
Posted By nbc
Re: [Theme] Minimalist 2.0 is out!

works for me with minimalist light and same bug with minimalist dark. at least I don't need my glasses anymore to read the big font :-)
Forum: Design 2010-03-03, 18:51
Replies: 12
Views: 22,575
Posted By nbc
Re: Keyboard Shortcut to switch between open programs (like ALT + Tab)

so, was saying on the other thread that I use shortcutd from repositories to set task switching to camera button, very handy when keyboard is closed
Showing results 1 to 25 of 36



 
Forum Jump

All times are GMT. The time now is 21:51.