Re: [maemo-developers] Is there anyone who have made any VOIP applications for N770

2006-03-08 Thread Timo Steuerwald

[EMAIL PROTECTED] schrieb:



   The question have some relationship with that old question about 
microphone support of N770,is there any who has already got the new 
kernel


which support audio input and output both.

 


Hi John!
I do something in that direction. The Softphone is based on sipx from 
sipfoundry.org, which already works on the Nokia 770, but the UI is not 
completed and still only plain GTK, not hildonized. For audio input and 
output, I use ALSA via an USB-Headset.
Is there a new kernel available which also supports the internal 
microphone? - If so, where can I get it.


Cheers,

Timo

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Building own kernel: oss emulation

2006-02-23 Thread Timo Steuerwald

Ok, my fault (:-)

Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Old FIASCO versions?

2006-02-22 Thread Timo Steuerwald

Hi all,

is there an archive existing with all the old Fiasco versions? - I'm 
searching for 46-1. I have found only two different versions (45-8 and 
51-13) here [1], but that's all.


Cheers,

Timo

[1]: http://www.maemo.org/downloads/nokia_770.php
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Profiling on the device?

2006-02-22 Thread Timo Steuerwald

Hi all,

has anyone tried to profile an application on the device? - What is the 
best way to do this?


Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Best IDE for maemo development?

2006-02-21 Thread Timo Steuerwald

Hi!
I currently use KDevelop. I also tried Anjuta and Eclipse with the laika 
plugin. Anjuta has only a very basic debugger, but a very good GTK API 
doc integration through devhelp and code completion for it. Eclipse 
haven't both. May be the debugger will be better in Anjuta 2.x... (if it 
ever will get stable). BTW: You can easily modify your projects in any 
IDE to make/debug inside scratchbox through the login command of 
scratchbox. There you can add the command (e.g. make or point to a 
script that executes gdb) which will then executed inside of scratchbox.


Cheers,

Timo

Eloi Crespillo Itchart wrote:


Hi,

A little survey about your development preferences:

For the people that develops often on maemo, what IDE/set of tools have you 
found to be essential to this task?


Anjuta? Emacs? Kdevelop? Eclipse? devhelp? ...

It could be interesting to know which tools have you found to be more suitable 
for this task. It could also be interesting to know if you use them to 
develop maemo itself or userspace apps.


And please, keep the flame wars low ^_^.

Best Regards,
 




___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] GStreamer and 770

2006-02-07 Thread Timo Steuerwald

Hi Matti,

do you already read this?
http://maemo.org/maemowiki/EnablingGstreamerSupport
But ALSA support didn't work with the internal soundcard, only via a usb 
headset, which uses the snd-usb-audio module. Because there doesn't 
exists an ALSA device for the internal dsp, you have only a Dummy ALSA 
device which IMHO moves your data to /dev/null or something similar 
useful ;)
So doing anything with ALSA/OSS can not work with the internal dsp. To 
access the internal dsp you have (using the 45 Release - a little bit 
old) this gstreamer plugins available:

snip---
Nokia770-45:~# gst-inspect-0.8 |grep dsp
dspaac:  dspaacsink: DSP AAC Sink
dsppcm:  dsppcmsink: DSP PCM Sink
dspmpeg4sink:  dspmpeg4sink: DSP MPEG4/H.263 Sink
dspfbsink:  dspfbsink: DSP FB Sink
dspamr:  dspamrsink: DSP AMR Sink
dspmp3:  dspmp3sink: DSP MP3 Sink
snip---
May be the pcm sink is sufficient for you?
Another solution will be to build the esdsink yourself...

Cheers,

Timo

Matti Reijonen wrote:




I followed the http://www.linuxrising.org/gstreamer-maemo-howto.html 
howto on

installing gstreamer on 770, I had trouble building the base plugins:

gsttcpserversink.c: In function `gst_tcp_server_sink_removed':
gsttcpserversink.c:173: warning: unused variable `this'
v4lsrc_calls.c: In function `gst_v4lsrc_palette_name':
v4lsrc_calls.c:500: error: `v4l_palette_name' undeclared (first use in 
this

function)
v4lsrc_calls.c:500: error: (Each undeclared identifier is reported 
only once

v4lsrc_calls.c:500: error: for each function it appears in.)
make[3]: *** [libgstvideo4linux_la-v4lsrc_calls.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

and I finally got it compiling, when I left out the video4linux:
./configure --prefix=/usr --disable-gst-debug --disable-gst_v4l

,that is got it compiling for the device, I also compiled it
for the SDK_PC, but there's one problem, the alsasink or edsink
are not installed according to gst-inspect..

Does someone know where's the problem?

  - Matti

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers





___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: DSP vs CPU for multimedia, Re: [maemo-developers] Audio enabled dev-platform?

2006-01-12 Thread Timo Steuerwald

Ralph Giles wrote:

FWIW, I tried this a few weeks ago, trying to build a vorbis plugin 
against both upstream gstreamer-0.8 and the version in the maemo 
repository, but I couldn't get gstreamer to recognize the new plugin.


If anyone gets this working, please let me know!

-r
 

Same for me. I tried the gstreamer-alsa plugin from debian sarge, but 
gst-register hasn't shown anything useful and gst-inspect says 
alsasink/alsasrc is unknown. There must be some special don't use 
plugins from the rest of the world mechanism in libgstreamer-osso, 
because after I have overwritten libgstreamer-osso with libgstreamer 
from debian sarge, as also described here [1], the plugins will be 
recognized.


[1] http://maemo.org/maemowiki/EnablingGstreamerSupport

Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Wavemon or other monitoring application for WLAN

2006-01-10 Thread Timo Steuerwald

Johannes Eickhold wrote:


PS: Wavemon would be nice to have. Timo: it depends on ncurses!

 


This is already installed on the device.

Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Bluetooth headset - not really working?

2006-01-10 Thread Timo Steuerwald

Razvan Dragomirescu wrote:


BTW, did anyone notice the following lines in the dmesg output on
the 770 in the 51-13 firmware?

[4.037261] Bluetooth: L2CAP ver 2.7
[4.041015] Bluetooth: L2CAP socket layer initialized
[4.046356] Bluetooth: SCO (Voice Link) ver 0.4
[4.051147] Bluetooth: SCO socket layer initialized
[4.056365] Bluetooth: RFCOMM ver 1.5
[4.060272] Bluetooth: RFCOMM socket layer initialized
[4.065704] Bluetooth: RFCOMM TTY layer initialized
[4.070861] Bluetooth: BNEP (Ethernet Emulation) ver 1.2
[4.076477] Bluetooth: HIDP (Human Interface Emulation) ver 1.1

It mentions SCO. I'm not sure if that means anything or if this was
present in the older versions of the firmware, I just thought it was
interesting.

Also, a few lines above the Bluetooth stuff, you can find:

[3.814697] Advanced Linux Sound Architecture Driver Version
1.0.9rc2  (Thu Mar 24 10:33:39 2005 UTC).
[3.828033] usbcore: registered new driver snd-usb-audio
[3.833709] ALSA device list:
[3.836822]   #0: Dummy 1

USB Audio?
 

Hmmh, interesting... may be anyone out there who has a usb headset can 
check if it is possible to use it. BTW: The same output already appears 
on .45-8



Anyway, I sort of get the feeling that Nokia is keeping so quiet about
this mostly because this is something they want to release in the 2006
firmware and they most probably don't want anyone stealing their
thunder and releasing a fully-working VoIP package for the 770 before
that. With Asterisk and chan_bluetooth ported to the device, the 770
could become the ultimate VoIP phone.

 


full ACK!


Any clues yet from Nokia? :).

 


I suppose: no!  :-(

Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] strange DNS problem with maemo.org via USB network connection

2005-12-31 Thread Timo Steuerwald

Hi all,

I have just found a strange problem. I tried to update the apt package 
database on my N770 and get this:


nokia770:~# apt-get update
Err http://repository.maemo.org maemo1.1rc5/free Packages
 Could not resolve 'repository.maemo.org'
Err http://repository.maemo.org maemo1.1rc5/free Release
 Could not resolve 'repository.maemo.org'
Err http://repository.maemo.org maemo1.1rc5/non-free Packages
 Could not resolve 'repository.maemo.org'
Err http://repository.maemo.org maemo1.1rc5/non-free Release
 Could not resolve 'repository.maemo.org'
Err http://repository.maemo.org maemo1.1rc5/free Sources
 Could not resolve 'repository.maemo.org'
Err http://repository.maemo.org maemo1.1rc5/free Release
 Could not resolve 'repository.maemo.org'
Failed to fetch 
http://repository.maemo.org/dists/maemo1.1rc5/free/binary-arm/Packages.gz  
Could not resolve 'repository.maemo.org'
Failed to fetch 
http://repository.maemo.org/dists/maemo1.1rc5/free/binary-arm/Release  
Could not resolve 'repository.maemo.org'
Failed to fetch 
http://repository.maemo.org/dists/maemo1.1rc5/non-free/binary-arm/Packages.gz  
Could not resolve 'repository.maemo.org'
Failed to fetch 
http://repository.maemo.org/dists/maemo1.1rc5/non-free/binary-arm/Release  
Could not resolve 'repository.maemo.org'
Failed to fetch 
http://repository.maemo.org/dists/maemo1.1rc5/free/source/Sources.gz  
Could not resolve 'repository.maemo.org'
Failed to fetch 
http://repository.maemo.org/dists/maemo1.1rc5/free/source/Release  Could 
not resolve 'repository.maemo.org'

Reading Package Lists... Done
E: Some index files failed to download, they have been ignored, or old 
ones used instead.



After this I tried to ping the repository:
nokia770:~# ping repository.maemo.org
ping: repository.maemo.org: No address associated with name

an then the homepage itself:
nokia770:~# ping www.maemo.org
ping: www.maemo.org: No address associated with name

the IP of the domain name:
nokia770:~# ping 212.187.162.158
PING 212.187.162.158 (212.187.162.158): 56 data bytes
64 bytes from 212.187.162.158: icmp_seq=0 ttl=54 time=266.7 ms
64 bytes from 212.187.162.158: icmp_seq=1 ttl=54 time=53.4 ms

--- 212.187.162.158 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 53.4/160.0/266.7 ms
nokia770:~#

ok the connection is good, but if I try to ping another common domain 
name like google.de everything works:

nokia770:~# ping www.google.de
PING www.l.google.com (64.233.183.147): 56 data bytes
64 bytes from 64.233.183.147: icmp_seq=0 ttl=243 time=33.5 ms
64 bytes from 64.233.183.147: icmp_seq=1 ttl=244 time=35.7 ms
64 bytes from 64.233.183.147: icmp_seq=2 ttl=243 time=47.3 ms
64 bytes from 64.233.183.147: icmp_seq=3 ttl=244 time=68.8 ms
64 bytes from 64.233.183.147: icmp_seq=4 ttl=243 time=74.0 ms

--- www.l.google.com ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 33.5/51.8/74.0 ms
nokia770:~#

What can be the source of the problem? Any ideas?

I whish all the maemo developers a good start into the new year! :-)

Cheers,

Timo

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] ELF file OS ABI invalid

2005-11-17 Thread Timo Steuerwald

Riku Voipio wrote:


This and similar questions belong to the scratchbox mailing lists...

 

I thought this error message has something to do with the maemo 
platform, so maemo-dev list would have been correct.



It means you are trying to run x86 binaries while having an arm
library in LD_PRELOAD.  since checkinstall most likely tries to
override same functions as fakeroot and libsb, making it work is
not trivial. 
 


Ahh, thanks for your information.

nevertheless, checkinstall does not support application installer varian deb 
packages, so it isn't going to help you much.. 

 


Yes, I know. I only want to do some quick-dirty packages, only for myself.



Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Questions to HOWTO:Set up CPU transparency with your device and sbrsh

2005-11-04 Thread Timo Steuerwald

Riku Voipio wrote:

That would indicate that sbrshd (the daemon on the target device) is faling to 
mount. Which user is sbrshd running as? with kill -SIGUSR1 `pidof sbrshd` you 
can get it to log to /tmp


 


--snip---
nokia770:~# ps -Al|grep sbrshd
1234 root652 S   sbrshd
1472 root424 S   grep sbrshd
--snip---

Activating logging was a very good idea and solutes my problem.
It says:
---snip--
04-11-2005 13:06:13.396  1234  DAEMON Warning: Passwords don't match
04-11-2005 13:06:13.396  1234  DAEMON Sending message: Permission denied
---snip--

Often there are the easiest things which went wrong: I added a space at 
the password in one file, at the other not. after fixing that, it works. 
:-((( *bangingmyheadonthedesk*


Thanks for your help, guys!

Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Questions to HOWTO:Set up CPU transparency with your device and sbrsh

2005-11-03 Thread Timo Steuerwald

Marcelo_Guara wrote:


hi all,

tryes to compile the file main.c inside of directory hello-world directly
using gcc, for example:

# gcc -o hello main.c
# ./hello

 


Compilation works, but on execution I get this:

[sbox-ARM: ~/hello-world]  ./hello
sbrsh: Permission denied

If I look at config.log as stated by autoconf.sh, I find this Permission 
denied statement again:


snip
configure:2105: checking whether the C compiler works
configure:2111: ./a.out
sbrsh: Permission denied
configure:2114: $? = 1
configure:2123: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
snip

Of course, I already read the scratchbox documentation, but my settings 
seem to be correct.

In the home directory of the scratchbox user:
snip
[sbox-ARM: ~]  cat .sbrsh
ARM 192.168.2.15 myPassword
nfs 192.168.2.14:/scratchbox/users/timo/targets/ARM  / rw,nolock,noac
nfs 192.168.2.14:/scratchbox/users/timo/home /home rw,nolock,noac
bind/dev  /dev
bind/dev/pts  /dev/pts
bind/proc /proc
bind/tmp  /tmp
snip

I already changed the first line to ARM [EMAIL PROTECTED] myPassword
This have i already seen in the scratchbox documentation, but it doesn't 
change a thing. :-(

On the device:
snip
~ $ cat .sbrshd
192.168.2.14 myPassword
snip

Both user have the name timo.
On my ubuntu machine /etc/exports looks like this:
snip
[EMAIL PROTECTED]:/ # cat /etc/exports
# /etc/exports: the access control list for filesystems which may be 
exported

#   to NFS clients.  See exports(5).
/scratchbox/users/timo/targets/ARM 
192.168.2.15(rw,all_squash,anonuid=1000,anongid=1000,sync)
/scratchbox/users/timo/home 
192.168.2.15(rw,all_squash,anonuid=1000,anongid=1000,sync)

snip

Any ideas what I have done wrong?
Please help!

Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Questions to HOWTO:Set up CPU transparencywith your device and sbrsh

2005-11-03 Thread Timo Steuerwald




[EMAIL PROTECTED] wrote:


  
I think that by default Ubuntu makes nfs listen only 127.0.0.1. I don't
remember how this could be changed (I found solution in Ubuntu
documentation)  but you can propably grep it under your hosts etc... Might
be also in Scratchbox wiki or if not someone should put it there.

  
  
In addition to previous mail:
http://www.ubuntulinux.org/support/documentation/faq/nfs-server

  

Thanks a lot for this information, but this isn't the problem. The file
/etc/default/portmap doesn't exist on my machine. I also have found a
german description (may be it is interesting for german language
speakers: http://wiki.ubuntuusers.de/NFS and
http://www.ubuntuusers.de/viewtopic.php?t=894). To verify that it isn't
a NFS problem, I tried to mount my scratchbox home from the nokia 770
and this worked without problems. So it must be a scratchbox problem?

Cheers,

Timo


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Questions to HOWTO:Set up CPU transparency with your device and sbrsh

2005-11-02 Thread Timo Steuerwald

Hi all,

how exactly should be the new scratchbox target configured?
- I've set my new target to sbrsh and the rest the same as described in 
http://www.maemo.org/platform/docs/tutorials/Maemo_tutorial.html#Building-for-ARM

This is what appears at the console while executing autogen.sh:

--snip
[sbox-ARM: ~]  tar xfz /scratchbox/packages/hello-world.tar.gz 
[sbox-ARM: ~]  cd hello-world/

[sbox-ARM: ~/hello-world]  ./autogen.sh
+ aclocal
/scratchbox/tools/share/aclocal/pkg.m4:5: warning: underquoted 
definition of PKG_CHECK_MODULES

 run info '(automake)Extending aclocal'
 or see 
http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of 
PKG_CHECK_MODULES
/usr/share/aclocal/gconf-2.m4:8: warning: underquoted definition of 
AM_GCONF_SOURCE_2
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of 
AM_PATH_AUDIOFILE

+ autoconf
+ autoheader
+ automake --add-missing --foreign
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
Makefile.am: installing `./depcomp'
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C 
compiled programs.

If you meant to cross compile, use `--host'.
See `config.log' for more details.
[sbox-ARM: ~/hello-world] 
--snip

I've really used the arm rootstrap not the one for i386


Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Re: Flasher debs

2005-10-27 Thread Timo Steuerwald




Ferenc Szekely wrote:

  Hello,

ext Aleksandr Koltsoff wrote:
  
  
On Thursday 27 October 2005 15:59, Aleksandr Koltsoff wrote:



  I agree with Timo on this one. Just came up with another package that could
be placed in such repo. The documentation html-stuff. Would be nice to be
able to download the docs in proper /usr/share/doc-path when going on a
trip with a laptop (or even with GPRS). Would make updating docs and
flasher easier as well (would be part of regular apt-get update -process).
  



  
  We can not provide the flasher anywhere else then behind the "License
Acceptance" page. We can create a deb package however and put it there,
but only there.

  

I don't understand where's the difference between the current way and
the common debian way: Displaying the license acceptance after
downloading and *before* installing the package as already described
from Valtteri.


  The idea is good, but we it would mean extra maintenance work whenever
we update the repository. I know it did not happen too often (I mean
updating packages) in the past 5 months, but hope this will change :)

In case somebody creates such a package for 1.1rc5 then we could
check|test and then upload it to the repository.
  

Ok, currently every developer does this "extra maintenance work" on its
own... :-(

Cheers,

Timo



___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Hot to get a Nokia 770 Device for Developing

2005-10-21 Thread Timo Steuerwald

Victor Romero wrote:


Hi,

Thanks the information, I will wait unpatienly (because I cant resist 
to havve one device in my hand whit all the experience that I hace 
read today) the day when I can buy the N770 device in a web-shop.
 


Hi Victor,

I just found this: 
http://cgi.ebay.com/Brand-NEW-Nokia-770-Internet-Tablet_W0QQitemZ4412976850QQcategoryZ300QQssPageNameZWDVWQQrdZ1QQcmdZViewItem
I wonder that someone really considers to sell the device on ebay, after 
having successfully taken part in the developer device program. I'm not 
sure if this is legal, but I thought if you really would like to buy one...


Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] relocation error during porting of an application

2005-10-07 Thread Timo Steuerwald

Hi all,

this is what appears if I execute sipXezphone from sipfoundry.org:

---snip--
[sbox-SDK_PC: ~/vover/sipX/sipXcallLib/examples/sipXezPhone]  
run-standalone.sh ~/vover/sipX/sipXcallLib/examples/sipXezPhone/sipXezPhone
/home/timo/vover/sipX/sipXcallLib/examples/sipXezPhone/.libs/lt-sipXezPhone: 
relocation error: 
/scratchbox/compilers/i686-linux-gcc-3.3_3.3.4-glibc-2.3.2.ds1/i686-linux/lib/librt.so.1: 
symbol __pthread_clock_settime, version GLIBC_PRIVATE not defined in 
file libpthread.so.0 with link time reference

[sbox-SDK_PC: ~/vover/sipX/sipXcallLib/examples/sipXezPhone] 
---snip--

Can anyone explain what's going on?

Cheers,

Timo

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] GStreamer

2005-09-20 Thread Timo Steuerwald

Hi all!

[EMAIL PROTECTED] wrote:


But when I want to check the osssink with gst-inspect osssink
command, error occured No such element or plugin 'osssink' .
Because I want to play a sine tone by running
$ gst-launch sinesrc ! osssink from command line first.
 


Maemo uses alsa not oss, so it would be alsasink, not osssink.
   



Virtual ALSA driver for PCM playback was removed. There's dsppcmsink. There's 
also esd, but unfortunately esdsink gst plugin is not included...

 



Is it definitely sure that the device will use ALSA? - There were also 
some rumors in June/July that it will use OSS. Is there already a 
microphone driver available? - Sorry for thread hijacking (:-))


Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] automake

2005-08-26 Thread Timo Steuerwald

Hi all,

In the package db is only an automake1.8 package available, but on 
command line I can see that also automake-1.4 and 1.7 is installed. It 
seems that both version come from autotools-dev package On common debian 
systems there is an automakex.y package for each version.
IMHO because of 1.4 and 1.7 are installed in 
/scratchbox/tools/autotools, I can also not use update-alternatives:



[sbox-SDK_PC: /]  update-alternatives --config automake

There is only 1 program which provides automake
(/usr/bin/automake-1.8). Nothing to configure.


Is there already a package out there for automake 1.6?
Is there a site like http://www.debian.org/distrib/packages or 
http://packages.ubuntu.com/ or - instead of this - apt-file where I can 
see which file belongs to which package?


Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] automake

2005-08-26 Thread Timo Steuerwald

Kalle Vahlman wrote:


You can probably use the package form Debian, if you really need the
1.6 version.

 

Ups, yes. I have forgotten this possibility, I already thought I must 
build it myself from source.



Find package which contains a file:
 dpkg -S file

List files in a package:
 dpkg -L package

 


Thanks a lot! I didn't know that this is also possible with dpkg.

Cheers,

Timo


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Manual for creating debian packages

2005-08-17 Thread Timo Steuerwald

Hi all!

I'm searching for a good manual about building debian packages for 
maemo. There are a couple of manuals/tutorials for this on the net (for 
example http://www.debian.org/doc/devel-manuals), but I'm not sure 
what's the best way to do it. ...May be, at first, there will be also a 
good idea to do it the easiest - quickdirty - way instead of the best 
way ;-)
Also, I noticed that there are some essential tools missing, which are 
needed in this tutorials (e.g. dh_make)


snip-
[sbox-SDK_PC: ~]  apt-get install dh-make
Reading Package Lists... Done
Building Dependency Tree... Done
Package dh-make is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package dh-make has no installation candidate
[sbox-SDK_PC: ~] 
snip-

Any ideas?

Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Qt + KDE port

2005-07-06 Thread Timo Steuerwald

Nils Faerber schrieb:


Ever tried the fullscreen mode?
You do not have to switch anything to navigate. You have fullscreen
width and a bottom button bar for the standard navigation.

I do not see the point here...

 

Ok, I was not sure if you can still see the button bar, but the issue 
with the old style (Nokia Communicator and 7710 style) menu/border still 
remains.


Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Audio-in onboard?

2005-07-04 Thread Timo Steuerwald

Hi all,

I'm not sure if this were already asked, but are there plans that the 
device will also have a common audio-in connector?


Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Maemo C++

2005-06-29 Thread Timo Steuerwald

Karoliina T. Salminen schrieb:


Hi,

The development environment has gcc compiler system which
includes g++ compiler. I don't see a reason why it wouldn't work
on the device unless someone have ripped the c++ runtime libraries
out that I tend to doubt (please correct me if I am wrong, even if
that would be the case, there is the option to statically link them).


Hmhh, IMHO as soon as you need the Hildon UI you must switch to C, 
because currently no C++ wrappers are available for it. 
I know it's an item in the roadmap 
(http://www.maemo.org/platform/docs/roadmap.html), and therefor are no 
official release dates available, but may be there are any unofficial 
dates when this issues should be done? ;-)

Or at least an information if this has high or low priority?
Many thanks!

Br,

Timo Steuerwakd
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers