Active Topics

 

Showing results 1 to 25 of 100 @ 0.04 seconds. Search: Posts Made By: qwerty12
Forum: Multimedia 2010-08-03, 19:28
Replies: 182
Views: 70,515
Posted By qwerty12
[ANN.] Extended Locked Media Player Control

When locked, fully pressing the camera button in will pause/play the track; the volume keys will function as normal but if you keep the camera button half-pressed in, the volume keys will now go to...
Forum: Maemo 5 / Fremantle 2010-08-03, 15:09
Replies: 70
Views: 24,241
Posted By qwerty12
Re: Nokia (Ovi team) started to listen????

Indeed, but with Nokia WONTFIXing many requests, the closed component in question is never going to see a fix either way.

Anyway, I've had this conversation to death and the end result is the...
Forum: Maemo 5 / Fremantle 2010-08-03, 14:53
Replies: 70
Views: 24,241
Posted By qwerty12
Re: Nokia (Ovi team) started to listen????

Hildon Desktop, Hildon Status Menu and Hildon Home are open. But you're correct on the rest.
Forum: Maemo 5 / Fremantle 2010-08-03, 01:01
Replies: 84
Views: 34,821
Posted By qwerty12
Re: FM Transmitter status menu applet that doesn't hide when FMTX is disabled

The closed Bluetooth applet depends on way too many closed components so writing a clone (for me) is out of the question. However, to enable tap-and-hold, all I need is an instance of the button; and...
Forum: Nokia N900 2010-08-03, 00:52
Replies: 5
Views: 2,819
Posted By qwerty12
Re: Acceleratometer wierdness?

The N900 does actually restart regardless of whether the charger's plugged in when turning it off.

Still, you could try as root "rmmod lis302dl && modprobe lis302dl" to reload the accel. module...
Forum: Maemo 5 / Fremantle 2010-08-03, 00:33
Replies: 70
Views: 24,241
Posted By qwerty12
Re: Nokia (Ovi team) started to listen????

Ajax!

(Classic Only Fools and Horses episode...)
Forum: General 2010-08-02, 21:41
Replies: 27
Views: 7,954
Posted By qwerty12
Forum: General 2010-08-01, 15:19
Replies: 59
Views: 11,430
Posted By qwerty12
Re: PC no more boots XP, no DVD drive no usb stick. Help me to boot from N900

Actually, they should really be changed in the theme's index.theme itself. Otherwise, despite changing it in GConf, if you set another theme and then go back to the default theme, you'll find the...
Forum: General 2010-08-01, 12:16
Replies: 350
Views: 62,211
Posted By qwerty12
Forum: Newbie 2010-08-01, 11:16
Replies: 12
Views: 11,808
Posted By qwerty12
Re: N800 & Netgear Router

Rab's post dated: 30-04-07, 04:21 PM

Rab's Last Activity: 21-07-07 06:07 PM
Forum: Maemo 5 / Fremantle 2010-08-01, 01:43
Replies: 112
Views: 55,803
Posted By qwerty12
Re: Modest fixes

Looking at those patches, there's really nothing to be paranoid about.

P.S. baxyp, G_STRFUNC!
Forum: Development 2010-07-31, 18:52
Replies: 3
Views: 1,867
Posted By qwerty12
Re: [noob] cant open simple-brightness-applet in Esbox

Sorry, but (as its author), I don't rely on IDEs and stuff. Just plain ol' Scratchbox and gedit.
I assume you have Scratchbox installed due to your mention of ESbox, so try this:

In Scratchbox,...
Forum: Maemo 5 / Fremantle 2010-07-31, 18:02
Replies: 84
Views: 34,821
Posted By qwerty12
Re: FM Transmitter status menu applet that doesn't hide when FMTX is disabled

With that fmtxd, I don't even need FM Boost anymore; the power level always stays at 120 despite if it's plugged into a computer/wall charger or not.
Forum: Maemo 5 / Fremantle 2010-07-31, 16:58
Replies: 84
Views: 34,821
Posted By qwerty12
Re: FM Transmitter status menu applet that doesn't hide when FMTX is disabled

So... there I was, on the Internet, looking at po^H^H^HMaemo stuff, and found this (http://jacekowski.org/Maemo/FMTXD) by jacekowski of Chromium fame.

I won't bother repeating its advantages, but...
Forum: General 2010-07-31, 13:27
Replies: 350
Views: 62,211
Posted By qwerty12
Re: Would You Buy Nokia Phone as Your Next Mobile ?

Citation, please? Last time I checked, the Galaxy's kernel ships with the object files for their drivers in contrast to Nokia which do give you the full source for their N900 kernel stuff. (Not that...
Forum: Applications 2010-07-30, 18:10
Replies: 19
Views: 6,596
Posted By qwerty12
Re: Wich App will stop camera-app to auto open?

dsmetool -k /usr/bin/camera-ui

To stop it permanently, move the file /etc/X11/Xsession.post/17camera-ui.
Forum: Brainstorm 2010-07-30, 14:28
Replies: 7
Views: 3,441
Posted By qwerty12
Re: [idea] Status Menu modifications

Check the update_portrait function where g_object_set is called in hd-status-menu.c. I haven't tried changing it myself, though.

Anyway... I had a go with #2.

This is a hack, so I won't share...
Forum: General 2010-07-30, 12:37
Replies: 350
Views: 62,211
Posted By qwerty12
Re: Would You Buy Nokia Phone as Your Next Mobile ?

Indeed. I see MeeGo as Kubuntu, whilst Maemo is Ubuntu. I installed Kubuntu the other day - wanting to like it - but ended up thinking it sucked just as much knobs as it did the last time (last time,...
Forum: OS2008 / Maemo 4 / Chinook - Diablo 2010-07-29, 16:51
Replies: 1
Views: 1,676
Posted By qwerty12
Re: Catch lock of screen

import gobject, dbus
from dbus.mainloop.glib import DBusGMainLoop

def ts_kb_locked(mode):
print 'Screen/keys locked; new mode: %s' % mode

def locked(mode):
print 'Code locked; new...
Forum: Brainstorm 2010-07-29, 16:15
Replies: 7
Views: 3,441
Posted By qwerty12
Re: [idea] Status Menu modifications

Just grab the source to hildon-status-menu.

1. The menu's width is an #ifdef and columns are just a property with it being explicitly set to "2". Of course, it may require a bit more work than...
Forum: Development 2010-07-29, 16:09
Replies: 119
Views: 37,097
Posted By qwerty12
Re: [ANNOUNCE] FileBox - Just another file manager

QDesktopServices (http://doc.qt.nokia.com/qt-maemo-4.6/qdesktopservices.html)? Else, libhildonmime (http://repository.maemo.org/pool/fremantle/free/libh/libhildonmime/) works for sure.

P.S. Why...
Forum: Brainstorm 2010-07-29, 16:03
Replies: 6
Views: 6,361
Posted By qwerty12
Re: Wake On Power option

What do you mean? Have the N810/N900 boot up into the desktop when the charger is plugged in instead of showing the charging/blank screen, respectively?

If so, for the N900 "flasher-3.5(.exe)...
Forum: Applications 2010-07-29, 14:52
Replies: 2
Views: 3,085
Posted By qwerty12
Re: [ REQUEST ] tune wiki lyrics

Open /opt/maemo/usr/lib/hildon-desktop/libtunewikiapplet.so in a hex-editor (or use sed) and replace adServiceXML with adOerviceXML
Forum: Development 2010-07-29, 12:23
Replies: 14
Views: 4,309
Posted By qwerty12
Re: Timer programming, battery consumption

Actually, unless I'm mistaken, Fremantle also has such a feature: http://maemo.org/api_refs/5.0/5.0-final/libhildondesktop/HDHomePluginItem.html#hd-home-plugin-item-heartbeat-signal-add

The above...
Forum: General 2010-07-29, 10:30
Replies: 15
Views: 5,399
Posted By qwerty12
Re: N900-Is the Basic Telephony Feature being compromised?

That's one of the things the closed policy system on this tablet is for. Look at the file /usr/share/policy/etc/current/syspart.conf.
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 09:35.