Showing results 1 to 21 of 21 @ 0.02 seconds. Search: Posts Made By: dannym
Forum: Development 2010-12-10, 14:27
Replies: 2
Views: 2,049
Posted By dannym
Re: GTK+ window -> XID fails

realize the image.
Then:
XID winxid=GDK_WINDOW_XID(GTK_WIDGET(drawing)->window);

Note that GdkWindow is not the same as GtkWindow.
Forum: Development 2010-09-27, 15:18
Replies: 1
Views: 2,023
Posted By dannym
Re: WAZE for N900 / Maemo5

A quick look revealed that half of it is in unix style already.
You probably just have to port the "ssd" directory which is their widget library. You can just remove directories "libpng",...
Forum: Development 2010-09-27, 15:12
Replies: 13
Views: 4,413
Posted By dannym
Re: Manual placement of .desktop file... no icon ?

Call "update-desktop-database".
See also http://freedesktop.org/wiki/Software/desktop-file-utils
Forum: Development 2010-09-13, 09:10
Replies: 1
Views: 1,987
Posted By dannym
Re: How to compile hildon-desktop?

install scratchbox. In the FREMANTLE_ARMEL target, do

apt-get source hildon-desktop

Then

dpkg-buildpackage -rfakeroot

That will give dependency errors, install those too.
Forum: Development 2010-09-04, 13:51
Replies: 23
Views: 5,618
Posted By dannym
Re: Arm eabi

http://gcc.gnu.org/install/old.html

>A canonical configuration name has three parts, separated by dashes. It looks like this: `cpu-company-system'. (The three parts may themselves contain dashes;...
Forum: Development 2010-09-03, 21:41
Replies: 23
Views: 5,618
Posted By dannym
Re: Arm eabi

yes, it does. see http://maemo.org/maemo_release_documentation/maemo4.1.x/Maemo_Diablo_Reference_Manual_for_maemo_4.1.pdf Page 96.
Forum: Development 2010-08-24, 21:47
Replies: 3
Views: 2,460
Posted By dannym
Re: Little help to make a python table clickable

Hm... is that a trick question?

self.connect("notify::is-on-current-desktop", self.callback_function)

or without the scaffolding:
self.connect("notify::is-on-current-desktop", lambda *args,...
Forum: Development 2010-08-21, 13:47
Replies: 54
Views: 17,437
Posted By dannym
Re: SMS-based stolen phone locator

Usually, all your shell variables are known only to the current shell.

If you want the actual _programs_ you start to also get them, you have to export them to the (current process', that is, the...
Forum: Development 2010-07-15, 19:42
Replies: 2
Views: 2,960
Posted By dannym
Re: Python/gtk/hildon: zoom buttons

See http://talk.maemo.org/showthread.php?t=21182&highlight=headset+dbus
In short:
bus = dbus.SystemBus()

headset = bus.get_object('org.freedesktop.Hal',...
Forum: Development 2010-07-12, 16:20
Replies: 1
Views: 1,337
Posted By dannym
Re: Audio Library for Games

Use pygame (simple API) or gstreamer (complete API).
Forum: Development 2010-07-12, 16:17
Replies: 14
Views: 4,639
Posted By dannym
Re: Anyone willing to compile my package and make it into a .deb

What is step 2? I already did that a long time ago and don't want to clobber my existing setup there.
Scratchbox is the development environment for the N900 installed on your PC.
If you are on...
Forum: Development 2010-07-12, 16:04
Replies: 8
Views: 2,435
Posted By dannym
Re: how to access internet data via GTK+/C

jaeezzy:
in C:
to fetch data from a HTTP server, use libcurl.
To use XML-RPC, use libsoup (<http://library.gnome.org/devel/libsoup/stable/libsoup-24-XMLRPC-Support.html>).
To automate HTML...
Forum: Applications 2010-07-12, 01:15
Replies: 103
Views: 48,244
Posted By dannym
Re: [Announce] rotatedaemon: fast rotation for applications to portrait mode and all other screen directions

w00t: Check out hildon-desktop-2.2.138/src/util/hd-util.c function hd_util_change_screen_orientation. It does a lot more than just the XRandR... maybe it would be better to adapt this function...
Forum: Nokia N900 2010-06-17, 21:39
Replies: 23
Views: 8,148
Posted By dannym
Re: how to enable file extensions

Hi uTMY,

good to know that it works somewhat.

What is it about the microb save dialog? I thought that would work as well. Is it a special (non-standard) save dialog?

Hmm, no idea where the...
Forum: Games 2010-06-12, 22:39
Replies: 610
Views: 169,590
Posted By dannym
Re: UAE4All Maemo Edition

smoku's UAE4ALL compiled for N800: http://www.scratchpost.org/software/Nokia_N8x0/UAE4ALL/
Forum: Nokia N900 2010-06-12, 15:10
Replies: 23
Views: 8,148
Posted By dannym
Re: how to enable file extensions

The original package is at:
http://repository.maemo.org/pool/fremantle/free/libh/libhildonfm/

Keep it ready.

Or just reflash the phone if something goes wrong (you have backups, right? :-) )...
Forum: Nokia N800 2010-06-11, 16:49
Replies: 19
Views: 45,622
Posted By dannym
Re: ZTE MF622 USB 3G modem

I got the 3G Modem I have working: It's a Huawei HSDPA modem: http://scratchpost.dreamhosters.com/software/Nokia_N8x0/Modem/

It's not that hard, although you need an external battery to provide...
Forum: Nokia N800 2010-06-11, 16:45
Replies: 6
Views: 5,247
Posted By dannym
Re: I brick my n800 can anyone helpme?

I've flashed the N800 so many times I can do it in my sleep (systems programmer ;-) ).

The sequence I always use is:
- turn off N800 device. If that doesn't work, open battery compartment and...
Forum: Nokia N900 2010-06-08, 22:10
Replies: 23
Views: 8,148
Posted By dannym
Re: how to enable file extensions

I downloaded a VM, installed maemo5 SDK and built the package with that change:
http://www.scratchpost.org/software/Nokia_N8x0/File_Dialog/

(The Build VM has 3.6 GB, so I'm not hosting it...)
...
Forum: Nokia N900 2010-06-08, 14:42
Replies: 23
Views: 8,148
Posted By dannym
Re: how to enable file extensions

I added a comment on the bug report on where to find the place to change that it does show file extensions... I don't have time to do it now, maybe in a month or two...

May the source be with...
Forum: Development 2010-02-16, 19:04
Replies: 3
Views: 6,289
Posted By dannym
Re: How do I add /dev/hidraw support to N800

First, compile a kernel:

http://maemo.org/development/documentation/manuals/4-0-x/kernel_guide_for_maemo/

In short:

$ apt-get source kernel-source-diablo
$ cd...
Showing results 1 to 21 of 21



 
Forum Jump

All times are GMT. The time now is 00:27.