Active Topics

 

Showing results 1 to 25 of 100 @ 0.02 seconds. Search: Posts Made By: jstokes
Forum: General 2011-10-21, 11:43
Replies: 15
Views: 4,831
Posted By jstokes
Re: Steve Jobs V Android

Well, I guess that didn't happen.
Forum: Applications 2011-10-08, 15:06
Replies: 2
Views: 3,854
Posted By jstokes
Re: Subversion segmentation fault

http://talk.maemo.org/showpost.php?p=977243&postcount=69
Forum: General 2011-10-08, 08:47
Replies: 134
Views: 34,719
Posted By jstokes
Re: RIP Steve Jobs

You mean "'tizen Kane" (a tag somebody made in the Tizen thread here at Talk)

@gerbick - sorry, not meant to be directly aimed at you

He was a brilliant businessman but that's as far as it goes...
Forum: General 2011-10-07, 14:06
Replies: 134
Views: 34,719
Posted By jstokes
Re: RIP Steve Jobs

My opinion matches Stallman's: http://stallman.org/archives/2011-jul-oct.html#06_October_2011_%28Steve_Jobs%29
Forum: Competitors 2011-10-05, 21:54
Replies: 52
Views: 17,266
Posted By jstokes
Re: [WP7] Look what Nokia had stashed under their bed

"Son! Stop channeling abill_uk! I've told you before: playing with mummy's ouija board is bad!"

;-))))))))))))))))
Forum: Maemo 5 / Fremantle 2011-09-30, 12:56
Replies: 1,403
Views: 683,570
Posted By jstokes
Re: [HOWTO]Watch 720p videos on n900

They use Akamai on tablets-dev. Since you and michaaa62 both come from Germany, maybe that's a factor
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-26, 23:29
Replies: 1,042
Views: 262,014
Posted By jstokes
Re: [Announce] advanced-systemui (ASUI)

To open applets without the control panel, you use the osso_cp_plugin_execute function of libosso. However, you need to gtk_init() and have a GLib/GTK+ mainloop running as you're running GTK+ applets...
Forum: General 2011-09-26, 16:37
Replies: 5
Views: 2,677
Posted By jstokes
Re: RIP Nokia

P stands for pieces ;)
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-24, 19:24
Replies: 178
Views: 39,626
Posted By jstokes
Re: New audioplayer for n8x0

Here (https://qt.gitorious.org/+qt-maemo-developers/qt/qt-maemo/commits/hildon-input-method) is the page with the commits for Qt that enabled it to support the Hildon Input Method. And, while it...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-20, 08:14
Replies: 178
Views: 39,626
Posted By jstokes
Re: New audioplayer for n8x0

Hi there,



Well, thank you :)



Good luck!
Forum: Maemo 5 / Fremantle 2011-09-17, 16:38
Replies: 4
Views: 1,761
Posted By jstokes
Re: How to distinguish camera cover opening from closing via dbus?

Actually, sorry, but after looking at the lshal man page again, I saw a command called hal-get-property.

hal-get-property --udi /org/freedesktop/Hal/devices/platform_cam_shutter --key...
Forum: Maemo 5 / Fremantle 2011-09-17, 15:23
Replies: 4
Views: 1,761
Posted By jstokes
Re: How to distinguish camera cover opening from closing via dbus?

Maybe HAL is being slow. When opening the shutter, maybe you could wait a little bit longer and see if you get a similar line saying true for "button.state.value"

Alternatively, you might be able...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-16, 21:00
Replies: 21
Views: 9,087
Posted By jstokes
Re: [ANNOUNCE] [WIP] Media Player Widget

@Kroll

mplayer's FIFO may do what you want, but, IMHO, a nicer solution would be adding D-Bus support to Quasar so that it can be remote controlled I'll look into it after I've got Scratchbox set...
Forum: Development 2011-09-16, 14:40
Replies: 20
Views: 19,564
Posted By jstokes
Re: f-lux: Adapive screen color temperature

redshift would be better to look at. Not only is it actually open source (unlike f.lux), it also has two methods to change the "temperature" rather than just one
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-15, 17:19
Replies: 298
Views: 72,280
Posted By jstokes
Re: Odds and ends

Thanks, Addison. If you're unwilling to try a's (gah, your user name!) ASUI feature, I'll try and directly implement some logic into the program to change XMMS so that we don't need to mess around...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-15, 17:13
Replies: 298
Views: 72,280
Posted By jstokes
Re: Odds and ends

@Addison

That looks correct... I guess I should buy a new battery so that I can properly test xmmsctrl myself... auouymous seems to be using the same commands for his new ASUI feature.

@lma
...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-15, 13:42
Replies: 298
Views: 72,280
Posted By jstokes
Re: Odds and ends

TBH, I have no need for this. Does the script have the executable bit set? If you're running screenlock from the Terminal, you should see the output of xmmsctrl as it's running.

Anyway, I'd forget...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-15, 11:12
Replies: 1,042
Views: 262,014
Posted By jstokes
Re: [Announce] advanced-systemui

To control the in-built one, you can look at my bad widget (http://talk.maemo.org/showthread.php?t=66461) and http://talk.maemo.org/showthread.php?t=41608

As wnd says, there's also mpd. The...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-15, 09:41
Replies: 298
Views: 72,280
Posted By jstokes
Re: Odds and ends

Try replacing the script with this:


#!/bin/sh

case $1 in
in) su - user -c "xmmsctrl next" ;;
out) su - user -c "xmmsctrl previous" ;;
esac
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-14, 23:00
Replies: 298
Views: 72,280
Posted By jstokes
Re: Odds and ends

Hmm, maybe "su - user -c 'xmmsctrl whatever'" in the script will work
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-14, 20:47
Replies: 298
Views: 72,280
Posted By jstokes
Re: Odds and ends

The script part is easy, I promise. :)

Install xmmsctrl from the link I gave before. Create a new file: /home/user/xmmskey. Paste in the template I put up before, the /bin/sh thing wrapped in CODE...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-14, 19:59
Replies: 298
Views: 72,280
Posted By jstokes
Re: Odds and ends

Yeah, sorry, I'm not a programmer and it shows with the way I thought this program out

The xmmskey program can't be in /home/user because that's where the program will look for the xmmskey script...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-14, 18:32
Replies: 44
Views: 25,523
Posted By jstokes
Re: AGPS no longer working?

You have an N900: set a new server from the Location/GPS applet in Control Panel :)
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-14, 16:33
Replies: 298
Views: 72,280
Posted By jstokes
Re: Odds and ends

Thanks for replying. :)



Yeah, I was being selfish and was assuming that only Addison and I - both N800 owners - would only want such a thing.

Anyway, I've sorted that out. Thanks for...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2011-09-13, 08:29
Replies: 298
Views: 72,280
Posted By jstokes
Re: Odds and ends

I wrote a hack, but unfortunately it doesn't work correctly: Sometimes, when locking, this program picks up spurious input events making the program think the zoom keys have been pressed, even when...
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 02:32.