gplus-users Mailing List for Gammu+
Brought to you by:
marcinello
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(4) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
(6) |
Nov
(5) |
Dec
(6) |
2007 |
Jan
(6) |
Feb
(3) |
Mar
(8) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Marcin W. <ma...@mw...> - 2007-04-02 16:39:18
|
Hi, ...merging info is true for gammu-legal and gplus-legal too Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2007-04-02 16:38:38
|
Hi, Like specified on http://www.gammu.org/wiki/index.php?title=3DSupport = after people voices I decided, that gammu-users and gplus-users lists will be joined now.=20 Users subscribed into gammu-users don't have anything to change, = gplus-users should resubscribe. I decided, that gplus-users won't be deleted (in the future it can be required again). Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) =20 |
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) |
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 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: Marcin W. <ma...@mw...> - 2007-03-23 15:08:12
|
For start ------------------------------------------- There is a really good documented DBus API in the hcid directory of=3D20 bluez-utils sources (dbus-api.txt). For example discovering devies = requires=3D =3D20 only to send "DiscoverDevices" via DBus to the hcid daemon. Afterwards = you=3D =3D20 will receive signals via DBus like: RemoteDeviceFound RemoteNameUpdated (for each device) and finally: DiscoveryCompleted The arguemnt list of the RemoteDeviceFound list looks like this: RemoteDeviceFound(string address, uint32 class, int16 rssi) This only includes the address of a remote device, the RemoteNameUpdate = sto=3D res=3D20 the name of the remote device: RemoteNameUpdate(string address, string name) This are non blocking signals and requires that your application can = handle=3D =3D20 asynchron communication. ------------------------------------------- It's required to create functions for connecting/sending/receiving bytes/closing connection (the best in new driver in = common/device/bluetoth). Good, if searching for devices and/or searching over channels would be implemented too. Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) =20 > -----Original Message----- > From: gpl...@li...=20 > [mailto:gpl...@li...] On Behalf=20 > Of Carlos Castaneda > Sent: Friday, March 23, 2007 3:42 PM > To: gpl...@li... > Subject: Re: BlueZ >=20 >=20 > Have any documentation about, or must start from scratch ? >=20 >=20 > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the=20 > chance to share your opinions on IT & business topics through=20 > brief surveys-and earn cash=20 > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge &CID=3DDEVDEV _______________________________________________ Gplus-users mailing list - https://lists.sourceforge.net/lists/listinfo/gplus-users |
From: Carlos C. <to...@ho...> - 2007-03-23 14:42:40
|
Have any documentation about, or must start from scratch ? |
From: Marcin W. <ma...@mw...> - 2007-03-22 21:24:31
|
Hello again, Is anyone, who could help me in adding few lines required for making Bluez working over DBUS with Gplus (and give it under any Gammu+ license) ? I still don't have time and it's going to be more and more critical - current Gammu doesn't handle for example Series 40 3.0 phonebook entries (such like Street, ZIP, ....). I have them for Gammu+, but it works over irda in Linux only now. Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2007-03-18 20:39:33
|
http://www.gammu.org/wiki/index.php?title=HydePark:Report_2007-03-18 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2007-03-06 21:50:14
|
I have added some thoughs about open source and other things connected with Gammu+: http://www.gammu.org/wiki/index.php?title=HydePark:Report_2007-03-05 http://www.gammu.org/wiki/index.php?title=HydePark:Report_2007-03-06 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2007-02-18 22:30:01
|
....is out. Please read changelog and readme.txt for more info about this release. Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2007-02-15 23:27:26
|
http://www.gammu.org/wiki/index.php?title=HydePark:Report_2007-02-15 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2007-02-10 21:34:11
|
http://www.gammu.org/wiki/index.php?title=HydePark:Report_2007-02-10 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2007-01-29 21:23:49
|
http://www.gammu.org/wiki/index.php?title=HydePark:Report_2007-01-29 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2007-01-11 22:05:53
|
New rss channels, new wammu wizard, new gammu+ binaries, updated my = donation page: http://www.gammu.org/wiki/index.php?title=3DHydePark:Report_2007-01-11 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job)=20 |
From: Marcin W. <ma...@mw...> - 2007-01-10 08:58:22
|
http://www.gammu.org/wiki/index.php?title=HydePark:Report_2007-01-10 Additionaly gammu.org doesn't display info about wammu version - Michal is notified and we will fix it soon Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2007-01-04 07:35:13
|
> > http://www.gammu.org/wiki/index.php?title=HydePark:Report_2007-01-03 > Marcin, you write that you want "as many example MMS as > possible". As it happens, I have quite a collection of > different formats, from a project on which I've been working. > How would you like them > delivered? Do you mean that I should forward the attachments > to your telephone number, or e-mail you file images of them, or ...? Can be file images (with MMS inside only) zipped together and sent as attachment in email Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Cameron L. <Ca...@ph...> - 2007-01-04 04:06:31
|
On Thu, Jan 04, 2007 at 12:13:18AM +0100, Marcin Wiacek wrote: . . . > http://www.gammu.org/wiki/index.php?title=HydePark:Report_2007-01-03 . . . Marcin, you write that you want "as many example MMS as possible". As it happens, I have quite a collection of different formats, from a project on which I've been working. How would you like them delivered? Do you mean that I should forward the attachments to your telephone number, or e-mail you file images of them, or ...? |
From: Marcin W. <ma...@mw...> - 2007-01-03 23:13:39
|
http://www.gammu.org/wiki/index.php?title=HydePark:Report_2007-01-03 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2006-12-22 12:34:56
|
http://www.gammu.org/wiki/index.php?title=HydePark:Report_2006-12-22 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2006-12-17 15:47:31
|
http://www.gammu.org/wiki/index.php?title=HydePark:Report_2006-12-17 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2006-12-06 21:51:03
|
http://www.gammu.org/wiki/index.php?title=HydePark:Report_2006-12-06 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2006-12-05 21:01:09
|
I have updated http://www.mwiacek.com/zips/gsm/gplus/gui.zip New things: * getting files from phone * initial source for getting phone phonebook (I have problem here with designing window - wxWidgets have limits with splitters) I will info about new updates rather only on gammu+ list only. Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2006-12-03 23:03:38
|
http://www.gammu.org/wiki/index.php?title=HydePark:Report_2006-12-03 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |
From: Marcin W. <ma...@mw...> - 2006-12-03 22:41:40
|
http://www.gammu.org/wiki/index.php?title=HydePark:Report_2006-12-03 Pozdrowienia/Best Regards -- Marcin Wiacek (www.gammu.org, www.mwiacek.com, I'm looking for a job) |