In che senso !!!!?? ?? (Cit. ;D )derma ha scritto:
Ma il messaggio glielo mandasti con le "faccine" ?!?!?!?!?!?!?!?!
Nella mail ho utilizzato solo queste: ': )' e ': ('
(è il forum che le trasforma in .gif)

In che senso !!!!?? ?? (Cit. ;D )derma ha scritto:
Ma il messaggio glielo mandasti con le "faccine" ?!?!?!?!?!?!?!?!

cristian_c ha scritto: ...
ma il messaggio non è apparso nella ML, invece ho ricevuto questo (sempre in ML):però da allora non è successo e non ho ricevuto niente. Cosa mi consigliate di fare?Your mail to 'Gammu-users' with the subject
Re: It's not possible to receive text messages from SGH-J700
Is being held until the list moderator can review it for approval.
The reason it is being held:
Message body is too big: 58032 bytes with a limit of 40 KB
Either the message will get posted to the list, or you will receive
notification of the moderator's decision. If you would like to cancel
this posting, please visit the following URL:
https://lists.sourceforge.net/lists/con ... 6177dc4da9
::)

Ok, è vero. il file wammu.log è grande 55.1 KB, però si tratta del log di debug dell'applicazione.Il tuo messaggio supera i 40 KB... "sfoltiscilo" e rimandalo.


Ok, grazie, non ci avevo pensato, però non so quanto riesco a ridurne le dimensioniderma ha scritto: Zippalo.

Allora ho riscritto:The phone says it does not support messages, there is probably nothing
we can do on Gammu side.
(ho sicuramente sbagliato la sintassi e la grammatica :-[ )Thank for info. But here: http://cihar.com/gammu/phonedb/samsung/ is
written:
Samsung SGH-J700 at info, sms, phonebook, calendar, todo
How can it to be possible? :O
Conclusione: :'(a) somebody has written wrong information
b) the reporter had different firmware
c) you have a buggy phone


evidentemente superiore, ma mi fido di quello che ha detto il developer. Mi sembra strano che venga eliminato il supporto ad un dato modello. Di solito viene aggiunto il supporto, non rimosso. :-\ Lui mi ha detto che non si può far nulla....tu che versione usi/installasti?


Ho provato adesso (dopo aver installato il mondoderma ha scritto: Tu, provare la versione indicata in quella pagina, no, eh?
Codice: Seleziona tutto
cristiancozzolino@cristian-laptop:~$ gammu --getsms Inbox 1
Function not supported by phone.

purtroppo è scritta in inglese stile 'scuole elementari' :-[I've tried on an other platform (xp) with Samsung PC Studio and I've
displayed SMS messages from my phone to the pc application part of
Samsung pc Studio.
Thus, "c) you have a buggy phone" isn't true.
At this point possibilities are only two:
a) somebody has written wrong information
b) the reporter had different firmware
I'll try to change firmware to see if it works
A questo punto non ci ho capito un cavolo, nè il testo dell'e-mail, nè dando un'occhiata alla pagina linkataCan you acquire log of the communication? You can use eg.
http://www.pcausa.com/Utilities/UsbSnoop/default.htm for sniffing USB
communication. With this we might add support to Gammu for all things
which can do the Samsung tool.

cristian_c ha scritto: ...
...Can you acquire log of the communication? You can use eg.
http://www.pcausa.com/Utilities/UsbSnoop/default.htm for sniffing USB
communication. With this we might add support to Gammu for all things
which can do the Samsung tool.

Grazie derma, mi studio la cosa...derma ha scritto:cristian_c ha scritto: ...
...Can you acquire log of the communication? You can use eg.
http://www.pcausa.com/Utilities/UsbSnoop/default.htm for sniffing USB
communication. With this we might add support to Gammu for all things
which can do the Samsung tool.
Se riuscisse ad acquisire/ottenere un registro/diario/resoconto/registrazione riguardante la trasmissione/comunicazione dei dati, ad esempio adoperando
il programma "UsbSnoop" utile ad intercettare/sniffare le comunicazioni/trasmissioni tramite USB,
sarebbe possibile aggiungere il supporto a Gammu per tutte quelle/le funzionalità messe a disposizione dal tool/strumento della Samsung.

e la mia replica è stata:Should be fixed ;-).
Infine lui ha scritto:Thanks a lot!
How can I try the fixed application?
Regards
Ora non ho compreso bene come funzioni la cosa descritta a questa pagina: http://wammu.eu/contribute/code/ ma quello che ho capito è che devo prelevare un codice e compilarlo.Fetch current code and compile it, see http://wammu.eu/contribute/code/


Grazie della risposta, vorrei volentieri seguire il tuo consigliojmilton00 ha scritto: Devi installare dai repo git
altrimenti ci sono i sorgenti su sourceforge
https://sourceforge.net/scm/?type=git&group_id=78290

io scrissi:Fetch current code and compile it, see http://wammu.eu/contribute/code/
e la sua risposta è stata:Hi, I've cloned the wammu repository with:
git clone git://gitorious.org/wammu/mainline.git wammu
and then:
cd wammu
the next command I used is:
git pull
Finally I wrote these commands:
python setup.py build
sudo python setup.py install
So I've installed python-wxgtk2.8 and python-gammu
After I wrote wammu in the shell I've seen that Gammu version was 1.22.1
and not 1.26.93 as I've expected.
Some ideas? :-)
e la mia successiva mail è stata:You need to fetch and build Gammu to get latest Gammu version :-).
la cui risposta è stata:I've written:
cristiancozzolino@cristian-laptop:~$ git clone
git://gitorious.org/gammu/mainline.git gammu
Initialized empty Git repository in /home/cristiancozzolino/gammu/.git/
remote: Counting objects: 47574, done.
remote: Compressing objects: 100% (16566/16566), done.
remote: Total 47574 (delta 34500), reused 41275 (delta 30059)
Receiving objects: 100% (47574/47574), 13.84 MiB | 120 KiB/s, done.
Resolving deltas: 100% (34500/34500), done.
cristiancozzolino@cristian-laptop:~$ cd gammu
cristiancozzolino@cristian-laptop:~/gammu$ git pull
Already up-to-date.
cristiancozzolino@cristian-laptop:~/gammu$
But now, how can I build Gammu?
Here: http://wammu.eu/contribute/code/ is written
"cd build-dir # eg. build-configure
make NightlyMemCheck # or just Nightly if memory checking tool
is not available on your platform"
Where do I find this dir?
In gammu there's:
admin configure gammu libgammu README.Python
AUTHORS contrib gammu.spec locale smsd
BUGS COPYING helper Makefile SUPPORTERS
ChangeLog CTestConfig.cmake include python tests
cmake description-pak INSTALL README TODO
CMakeLists.txt docs INSTALL.cs README.cs utils
Thanks a lot for all :-)
A questo punto ho scritto:Dne Wed, 16 Dec 2009 15:52:48 +0100
cristiancozzolino napsal(a):
> But now, how can I build Gammu?
> Here: http://wammu.eu/contribute/code/ is written
>
> "cd build-dir # eg. build-configure
> make NightlyMemCheck # or just Nightly if memory checking tool
> is not available on your platform"
This is for running tests.
> Where do I find this dir?
> In gammu there's:
> admin configure gammu libgammu README.Python
> AUTHORS contrib gammu.spec locale smsd
> BUGS COPYING helper Makefile SUPPORTERS
> ChangeLog CTestConfig.cmake include python tests
> cmake description-pak INSTALL README TODO
> CMakeLists.txt docs INSTALL.cs README.cs utils
>
> Thanks a lot for all :-)
Try reading file INSTALL :-). But probably I should put some basic
information from it to the web page.
quindi la sua replica è stata:I've run:
./configure
make
sudo make install
Thus I've launched wammu but gammu is not updated yet![]()
così poi ho scritto:Maybe you need to configure with --prefix=/usr to overwrite existing
installation.
e l'ultima risposta fresca fresca è questa da parte sua:Ok, now I've run:
./configure --prefix=/usr
make
sudo make install
But when I launched wammu, gammu has not been updated![]()
però non ho capito bene cosa voglia dirmi quest'ultima frase :( ::)Did the python module build at all?

il modulo di python è stato compilato completamente (correttamente)?Did the python module build at all?

Grazie Jmilton per la risposta :Djmilton00 ha scritto:il modulo di python è stato compilato completamente (correttamente)?Did the python module build at all?
Quindi di roba in python non ne ho vista ::)From Sources - Linux
====================
You need CMake from for configuring Gammu.
For compatibility reasons, configure like wrapper is provided, if you
don't need much specific tuning, you can use general "./configure; make;
sudo make install" set of commands. The configure wrapper will create
directory build-configure and build all binaries there (nothing is
changed in source tree), for example gammu binary is in
build-configure/gammu directory.
If you need/want to tweak build a bit more than configure wrapper
provides, you have to use CMake directly. For now, only out of source
build is supported, so you have to create separate directory for build:
> mkdir build
> cd build
Then just configure project:
> cmake ..
Build it:
> make
Test that everything is okay:
> make test
And finally install it:
> sudo make install
You can configure build parameters either by command line (see
parameters bellow), or using TUI - ccmake.
Useful cmake parameters:
* -DBUILD_SHARED_LIBS=ON enables shared library
* -DCMAKE_BUILD_TYPE="Debug" enables debug build
* -DCMAKE_INSTALL_PREFIX="/usr" change installation prefix
* -DENABLE_PROTECTION=OFF disables various compile time protections
against buffer overflows and similar attacks
* -DBUILD_PYTHON=/usr/bin/python2.6 changes Python used for build Python
module
* -DWITH_PYTHON=OFF disables build of python-gammu
You can also disable support for whole set of phones, e.g.:
* -DWITH_NOKIA_SUPPORT=OFF disables Nokia phones support
* -DWITH_BLUETOOTH=OFF disables Bluetooth support
* -DWITH_IRDA=OFF disables IrDA support
Visualizzano questa sezione: Bing [Bot] e 5 ospiti