View previous topic :: View next topic |
Author |
Message |
mobILL Tux's lil' helper


Joined: 02 Feb 2005 Posts: 129 Location: Одинцово
|
Posted: Wed Aug 24, 2005 6:17 am Post subject: mount Nokia7710 - получалось у кого-нибу |
|
|
Здравствуйте, друзья!
Наконец-то стал счастливым обладателем Nokia7710 и конечно же решил её подружить с большим братом.
GPRS работает на УРА, что по Data-кабелю, что по Bluetooth. Но вот дружба с Linux на GPRS и закончилась. Gnokii его не знает, примонтировать через p3nfs не удаётся, так как клиентская часть не работает на Series90 (Nokia7710)
Удавалось ли у кого нить примонтировать Series90 или заставить работать с Gnokii? |
|
Back to top |
|
 |
3BEPb n00b

Joined: 20 Jun 2005 Posts: 50
|
Posted: Thu Aug 25, 2005 9:53 am Post subject: |
|
|
7610 - Series60 - работа только через блютуз, файловую систему не видно, но файлы переслылать можно в обоих направлениях.
Думаю что на твоём ещё хуже положение. |
|
Back to top |
|
 |
mobILL Tux's lil' helper


Joined: 02 Feb 2005 Posts: 129 Location: Одинцово
|
Posted: Thu Aug 25, 2005 1:43 pm Post subject: |
|
|
3BEPb wrote: | 7610 - Series60 - работа только через блютуз, файловую систему не видно, но файлы переслылать можно в обоих направлениях.
Думаю что на твоём ещё хуже положение. |
Вот тут ты не прав =) был у меня SX1 он же представитель Series60 - без проблем можно по BT полноценно примонтировать. |
|
Back to top |
|
 |
doonkel Apprentice

Joined: 06 Aug 2004 Posts: 202
|
Posted: Fri Aug 26, 2005 6:57 am Post subject: |
|
|
А как бы посмотреть содержимое /etc/gnokiirc? |
|
Back to top |
|
 |
mobILL Tux's lil' helper


Joined: 02 Feb 2005 Posts: 129 Location: Одинцово
|
Posted: Fri Sep 02, 2005 5:45 pm Post subject: |
|
|
doonkel wrote: | А как бы посмотреть содержимое /etc/gnokiirc? |
Да пожалуйста (не забудьде перед всеми попытка законнектиться, произвести "спаривание" трубы с компом):
Code: |
[global]
port = 00:01:E3:2F:61:B1 #адрес вашего bt устройства (в Nokia можно узнать набрав *#2820#)
rfcomm_channel = 13 #номер порта, который соответствует клиентской части
model = series60
initlength = default
connection = bluetooth
use_locking = yes
smsc_timeout = 10
[gnokiid]
bindir = /usr/sbin/
|
|
|
Back to top |
|
 |
mobILL Tux's lil' helper


Joined: 02 Feb 2005 Posts: 129 Location: Одинцово
|
Posted: Fri Sep 02, 2005 5:51 pm Post subject: |
|
|
Скажу по секрету. Есть такая замечательная штука - ДОКА!
Code: |
-- README-Symbian
-- Notes, bugs and a todo list for the Series 60 phones --
* Notes *
First of all: Phones supported by this driver so far are:
* Nokia 3650
* Nokia 6600
* Siemens SX1
untested, but it has to work:
* Nokia 3660
* Nokia 7650
* Sony-Ericsson P800
* Sony-Ericsson P900
untested, maybe works:
* Nokia Communicator 9210
Most of the modern phones are based on the Symbian OS. These phones have
broken the convention and replaced the traditional FBUS protocol framework
by a new one. The new protocol provides synchronizational functionality, but
the older one was more powerful. This is one of the reasons we decided that
analysis of the new protocol is time wasting. Our plan is to create a
client-server application. The client part is built into libgnokii, the
server part runs on the phone. These communicate with our own protocol.
The client and the server application is tightly coupled, so you have to use
the same version on both side. The source code of the server application
(called gnapplet) is licensed under the GNU GPL, it can be downloaded from
the gnokii cvs. Compiling gnapplet requires special tools, you can look into
gnupoc (http://www.gnupoc.org). Installing the Nokia SDK isn't easy, so we
provide a pre-compiled version. You can find the appropriate version in the
Docs/ directory of the tarball (called gnapplet.sis).
You can install the SIS file in the same way as another symbian application.
You can transfer it to the phone over the OBEX protocol (OBEX is available
over IrDA or Bluetooth).
You can use the following settings in your gnokiirc to access the phone:
- Bluetooth connection
[global]
port = _bluetooth_address_
rfcomm_channel = 14
model = series60
connection = bluetooth
- IrDA connection
[global]
port = /dev/ircomm0
model = series60
connection = irda
You have to start gnapplet first (you'll find it in the menu), then start
gnokii or xgnokii. After gnokii disconnects (or you won't connect in 30
seconds), the application will terminate.
The current code is able to:
* identify the phone
* read/write/delete phonebook entries
* read/delete call log (missed, received, dialled calls)
* read the memory status
* read network info
* read RF/battery level
* Bugs *
* phonebook handling is quite limited:
o name isn't set or read correctly
o missing attributes
o no group handling
o missing SIM memory handling
* TODO *
* implement the missing things :-)
|
|
|
Back to top |
|
 |
doonkel Apprentice

Joined: 06 Aug 2004 Posts: 202
|
Posted: Sat Sep 03, 2005 3:49 am Post subject: |
|
|
Ну спасибо
А если изменить model на AT и поэксперементировать с rfcomm_channel. |
|
Back to top |
|
 |
mobILL Tux's lil' helper


Joined: 02 Feb 2005 Posts: 129 Location: Одинцово
|
Posted: Sat Sep 03, 2005 6:11 pm Post subject: Re: mount Nokia7710 - получалось у кого-ни |
|
|
Не получиться по той лишь причине что клиентская часть от Series60 не работает на Series90.
Пробовал ставить АТ и коннектить через кабель - тоже не получилось =(((( |
|
Back to top |
|
 |
|