Thread: New gammu+
Brought to you by:
marcinello
From: Marcin W. <ma...@mw...> - 2007-03-26 20:39:00
|
Hi, New gammu+ (0.22.00). I give this info on Gammu list too, because this release contains decoding Series 40 3.0 pbk entries too (if somebody will want to move it to Gammu, he can now; if somebody will want to donate moving, I could do it) More info about this release: http://www.gammu.org/wiki/index.php?title=HydePark:Report_2007-03-26 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: pierre g. <pie...@gm...> - 2007-03-26 21:07:12
|
Hi Can it be compiled under linux with a gui ? tar zxfv gplus-0.22.00.tar.gz && cd gplus-0.22.00/ && make is working but it gives me just one exec gplus in the console/ dir and it segv when I'm trying to run it. # strace ./gplus --identify [...init of the process...] brk(0) = 0x80b3000 brk(0x80d4000) = 0x80d4000 open("gammurc", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/ticapix/.gammurc", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=7660, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f05000 read(3, "# This is a sample ~/.gammurc fi"..., 4096) = 4096 read(3, "ack with DCT4 Nokia models, whic"..., 4096) = 3564 read(3, "", 4096) = 0 close(3) = 0 munmap(0xb7f05000, 4096) = 0 stat64("/home/ticapix/.gammurc", {st_mode=S_IFREG|0644, st_size=7660, ...}) = 0 open("/etc/localtime", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0 fstat64(3, {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f05000 read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0\f\0\0"..., 4096) = 2945 close(3) = 0 munmap(0xb7f05000, 4096) = 0 fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f05000 write(1, "Gammu+\n", 7Gammu+ ) = 7 write(1, " Version : 0.22.00 built 2"..., 52 Version : 0.22.00 built 22:43:57 Mar 26 2007 ) = 52 write(1, "Unknown error. Please report.", 29Unknown error. Please report.) = 29 exit_group(-1) = ? Process 3664 detached console\:0> maybe one dependency is missing to run. Is it possible to have a quick set of instructions to use gplus under linux or tips so I can provide a more useful feedback. cheers pierre On 26/03/07, Marcin Wiacek <ma...@mw...> wrote: > > Hi, > > New gammu+ (0.22.00). I give this info on Gammu list too, because this > release contains decoding Series 40 3.0 pbk entries too (if somebody will > want to move it to Gammu, he can now; if somebody will want to donate > moving, I could do it) > > More info about this release: > http://www.gammu.org/wiki/index.php?title=HydePark:Report_2007-03-26 > > Pozdrowienia/Best Regards > -- > Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Gplus-users mailing list - https://lists.sourceforge.net/lists/listinfo/gplus-users > -- http://ticapix.blogspot.com/ |
From: Marcin W. <ma...@mw...> - 2007-03-26 21:14:08
|
Hi, Console should work with irda (BT and cables drivers weren't moved yet). For writing GUI I have used wxWidgets. There are some ports for Linux = and it shouldn't be difficult to modify existing project. I haven't done it personally yet. When I will make it very stable (near 0.24 ?), I will try to install = some Debian or something on my current PC and do all required things. If = there will be more user voices (like this mail), I will try to make it (much) earlier. Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) =20 > Hi >=20 > Can it be compiled under linux with a gui ? > tar zxfv gplus-0.22.00.tar.gz && cd gplus-0.22.00/ && make is=20 > working but it gives me just one exec gplus in the console/=20 > dir and it segv when I'm trying to run it. >=20 > # strace ./gplus --identify > [...init of the process...] > brk(0) =3D 0x80b3000 > brk(0x80d4000) =3D 0x80d4000 > open("gammurc", O_RDONLY) =3D -1 ENOENT (No such=20 > file or directory) > open("/home/ticapix/.gammurc", O_RDONLY) =3D 3 > fstat64(3, {st_mode=3DS_IFREG|0644, st_size=3D7660, ...}) =3D 0=20 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, > 0) =3D 0xb7f05000 > read(3, "# This is a sample ~/.gammurc fi"..., 4096) =3D 4096=20 > read(3, "ack with DCT4 Nokia models, whic"..., 4096) =3D 3564 > read(3, "", 4096) =3D 0 > close(3) =3D 0 > munmap(0xb7f05000, 4096) =3D 0 > stat64("/home/ticapix/.gammurc", {st_mode=3DS_IFREG|0644,=20 > st_size=3D7660, ...}) =3D 0 > open("/etc/localtime", O_RDONLY) =3D 3 > fstat64(3, {st_mode=3DS_IFREG|0644, st_size=3D2945, ...}) =3D 0=20 > fstat64(3, {st_mode=3DS_IFREG|0644, st_size=3D2945, ...}) =3D 0=20 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, > 0) =3D 0xb7f05000 > read(3, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0\f\0\0"..., > 4096) =3D 2945 > close(3) =3D 0 > munmap(0xb7f05000, 4096) =3D 0 > fstat64(1, {st_mode=3DS_IFCHR|0620, st_rdev=3Dmakedev(136, 0),=20 > ...}) =3D 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE,=20 > MAP_PRIVATE|MAP_ANONYMOUS, -1, > 0) =3D 0xb7f05000 > write(1, "Gammu+\n", 7Gammu+ > ) =3D 7 > write(1, " Version : 0.22.00 built 2"..., 52 Version : > 0.22.00 built 22:43:57 Mar 26 2007 > ) =3D 52 > write(1, "Unknown error. Please report.", 29Unknown error.=20 > Please report.) =3D 29 > exit_group(-1) =3D ? > Process 3664 detached > console\:0> >=20 > maybe one dependency is missing to run. >=20 > Is it possible to have a quick set of instructions to use=20 > gplus under linux or tips so I can provide a more useful feedback. >=20 > cheers >=20 > pierre >=20 >=20 > On 26/03/07, Marcin Wiacek <ma...@mw...> wrote: > > > > Hi, > > > > New gammu+ (0.22.00). I give this info on Gammu list too,=20 > because this=20 > > release contains decoding Series 40 3.0 pbk entries too (if=20 > somebody=20 > > will want to move it to Gammu, he can now; if somebody will want to=20 > > donate moving, I could do it) > > > > More info about this release:=20 > > = http://www.gammu.org/wiki/index.php?title=3DHydePark:Report_2007-03-26 > > > > Pozdrowienia/Best Regards > > -- > > Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking=20 > for a job) |