PCCar.ru - Ваш автомобильный компьютер

Вернуться   PCCar.ru - Ваш автомобильный компьютер > MP3Car ТехИнфа > Разработка программ > Программы управления > iCarDS > iCarDS и телефон

Результаты опроса: Do you think to use this plugin ?
Yes 21 95.45%
No 1 4.55%
Опрос с выбором нескольких вариантов ответа. Голосовавшие: 22. Вы ещё не голосовали в этом опросе

Ответ
 
Опции темы Поиск в этой теме
Старый 06.09.2016, 15:20   #171
seriousstas
Бывалый писикарщик
 
Регистрация: 14.06.2013
Регион: Украина
Машина: Nissan Qashqai+2
Сообщений: 3,424
seriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant future
По умолчанию

Цитата:
the sound is set to maximum
Yes, and have already wrote.

Цитата:
Uninstall issue is solved !
Where , Version 1.5.7 ?

Цитата:
For me , the keyboard is ready
NO work to switch RU-ENG
but Works ENG-RU

Wrong characters displayed now the English keyboard :
Миниатюры
Нажмите на изображение для увеличения
Название: Без имени-2.jpg
Просмотров: 315
Размер:	114.8 Кб
ID:	44658  

Последний раз редактировалось seriousstas; 06.09.2016 в 16:23.
seriousstas вне форума   Ответить с цитированием
Старый 06.09.2016, 16:24   #172
pierrotm777
Старший Пользователь
 
Аватар для pierrotm777
 
Регистрация: 07.11.2010
Регион: другой - для добавления сообщить ab
Сообщений: 324
pierrotm777 is just really nicepierrotm777 is just really nicepierrotm777 is just really nicepierrotm777 is just really nice
Smile

About the sound issue:
As duzzy say in the post 194, in the version 1.5.9, i try to use the maximum of the iCarDS events already defined into the ExecTBL.ini file !
For that i comment the lines that follow:
Код:
/ ------------------ Сохранение пресетов микшера для телефона --------------------
/---------------------------------------------------------------------------------

/ Входящий звонок
/"ONINCOMMINGCALLSTART","ByVar;IsPhoneTalk;INCOMMINGCALLSTARTif"
/"INCOMMINGCALLSTARTif","Menu;call_in.skin||StartPhoneCall"

/"ONINCOMMINGCALLEND","ByVar;IsPhoneTalk;<<INCOMMINGCALLENDTif"
/"INCOMMINGCALLENDTif","ByVar;IsMixerSkinLoad;<<Esc||ByVar;IsPhoneOverlay;Esc<<PhoneCloseOverlay||EndPhoneCall"

/ Исходящий звонок
/"ONINOUTGOINGCALLSTART","ByVar;IsPhoneTalk;INOUTGOINGCALLSTARTif"
/"INOUTGOINGCALLSTARTif","Menu;call_out.skin||StartPhoneCall"

/"ONINOUTGOINGCALLEND","ByVar;IsPhoneTalk;<<INOUTGOINGCALLENDif"
/"INOUTGOINGCALLENDif","ByVar;IsMixerSkinLoad;<<Esc||ByVar;IsPhoneOverlay;Esc<<PhoneCloseOverlay||EndPhoneCall"
and add mine:
Код:
/ (Incoming call)
"ONMOBILEPHONERINGING","ByVar;IsPhoneTalk;INCOMMINGCALLSTARTif"
"INCOMMINGCALLSTARTif","StartPhoneCall"
/ (End call)
"ONMOBILEPHONEHUNGUP","ByVar;IsPhoneTalk;<<INCOMMINGCALLENDTif"
"INCOMMINGCALLENDTif","ByVar;IsMixerSkinLoad;<<Esc||ByVar;IsPhoneOverlay;Esc<<PhoneCloseOverlay||EndPhoneCall"
/ (Outgoing call)
"ONMOBILEPHONEOUTCALL","ByVar;IsPhoneTalk;INOUTGOINGCALLSTARTif"
"INOUTGOINGCALLSTARTif","StartPhoneCall"
I have deleted all code that change the volume with a call in or a call out and think that the lines that follow do already that:
Код:
"StartPhoneCall","SetVar;IsPhoneTalk;1||ByVar;IsPausedMedia;<<CF_Pause||SaveMixerPreset_Media||LoadMixerPreset;Phone||volperc+;$vol_from_speed_full$"
"EndPhoneCall","SaveMixerPreset_Phone||LoadMixerPreset_Media||ByVar;IsPausedMedia;<<CF_Resume||SetVar;IsPhoneTalk;0"
In case we need to resume the old volume value, with a call in, the code do:
Код:
SETVARBYCODE;OLDVOLUME;VOLUME
So, it's possible to use this OLDVOLUME variable for restore the old value:
Код:
"EndPhoneCall","SaveMixerPreset_Phone||LoadMixerPreset_Media||ByVar;IsPausedMedia;<<CF_Resume||SetVar;IsPhoneTalk;0||SETVOL;MASTER;$OLDVOLUME$"
What the command 'LoadMixerPreset;Phone' load as file please ?
pierrotm777 вне форума   Ответить с цитированием
Старый 08.09.2016, 01:12   #173
YraY
Старший Пользователь
 
Регистрация: 26.04.2008
Возраст: 44
Город: Энгельс-Саратов
Регион: 64
Машина: Santa Fe
Сообщений: 129
YraY is just really niceYraY is just really niceYraY is just really niceYraY is just really nice
По умолчанию

Hey, tell me, how can this plugin to attach call control and call release through physical buttons iCarDuino?
YraY вне форума   Ответить с цитированием
Старый 08.09.2016, 11:29   #174
pierrotm777
Старший Пользователь
 
Аватар для pierrotm777
 
Регистрация: 07.11.2010
Регион: другой - для добавления сообщить ab
Сообщений: 324
pierrotm777 is just really nicepierrotm777 is just really nicepierrotm777 is just really nicepierrotm777 is just really nice
Smile

Цитата:
Сообщение от YraY Посмотреть сообщение
Hey, tell me, how can this plugin to attach call control and call release through physical buttons iCarDuino?
For that, you need to read how the screen MOBILECALL.skin is done !
For accept a call in:
Код:
B,100,280,200,90,"MOBILEPHONE_PICKUP||MOBILEPHONE_UNMUTEMIC||MOBILEPHONE_UNMUTESPKR",""
For stop a call or not accept a call in:
Код:
B,500,280,200,90,"MOBILEPHONE_HANGUP||ESC",""
For use or not the car's speaker:
Код:
B02,300,280,200,90,"MOBILEPHONE_TRANSAUDIO",""
Create a command for each off the read codes !
pierrotm777 вне форума   Ответить с цитированием
Старый 09.09.2016, 02:41   #175
seriousstas
Бывалый писикарщик
 
Регистрация: 14.06.2013
Регион: Украина
Машина: Nissan Qashqai+2
Сообщений: 3,424
seriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant future
По умолчанию

Цитата:
duzzy
А самое прикольное что сам Блюсолей не видит тел.книгу моего телефона))) а через Икар ее можно спокойно смотреть и редактировать
Плагин Пьера мою тел.книгу не выгружает вообще...

Подтверждаю ! , из BlueSoleil Space
- не видит моей телефонной книги , как из iCarDS Plugin BTMobilePhone (PBAP & MAP services) V1.5.6 ,
НО через родной "Телефон" книга читается без проблем !

Confirmed! ,
BlueSoleil Space can not see my phone book as like iCarDS Plugin BTMobilePhone (PBAP & MAP services) V1.5.6,
But a native "Phone" book is read without any problems!
seriousstas вне форума   Ответить с цитированием
Старый 09.09.2016, 04:22   #176
duzzy
Гуру
 
Регистрация: 01.06.2013
Регион: 78, 98
Машина: SUBARU Impreza WRX
Сообщений: 1,766
duzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond repute
По умолчанию

pierrotm777

Standard iCarDS Mobile Phone Plugin can read and edit my phone book without any problems. As well as received calls, missed calls, dialled numbers.
And starts without delay, crashes and high CPU usage.


Plugin BTMobilePhone (PBAP & MAP services) version 1.5.6 with its deletion deletes important files(from LABELS, language dir) for iCarDS and iCarDS becomes not working. Bad uninstallation, leaves behind traces in the plugins directory, etc.

No offense but from my point of view, the main functions of the plugin it calls receive calls, phonebook, SMS, search contacts from any connected phone...... they are the most important.

Последний раз редактировалось duzzy; 09.09.2016 в 05:14.
duzzy вне форума   Ответить с цитированием
Старый 09.09.2016, 10:38   #177
pierrotm777
Старший Пользователь
 
Аватар для pierrotm777
 
Регистрация: 07.11.2010
Регион: другой - для добавления сообщить ab
Сообщений: 324
pierrotm777 is just really nicepierrotm777 is just really nicepierrotm777 is just really nicepierrotm777 is just really nice
Smile

Цитата:
Сообщение от duzzy Посмотреть сообщение
pierrotm777

Standard iCarDS Mobile Phone Plugin can read and edit my phone book without any problems. As well as received calls, missed calls, dialled numbers.
And starts without delay, crashes and high CPU usage.
Where can i found how to install the standard mobile phone plugin please.
What do i need ?
I see that the conatct list return the contact's picture and i should learn how to do that with iCarDS.
I should like to know how fill a phone list by code !!!!

Цитата:
Сообщение от duzzy Посмотреть сообщение
Plugin BTMobilePhone (PBAP & MAP services) version 1.5.6 with its deletion deletes important files(from LABELS, language dir) for iCarDS and iCarDS becomes not working. Bad uninstallation, leaves behind traces in the plugins directory, etc.
I think that the last 1.5.9 solve these issues.

Цитата:
Сообщение от duzzy Посмотреть сообщение
No offense but from my point of view, the main functions of the plugin it calls receive calls, phonebook, SMS, search contacts from any connected phone...... they are the most important.
Without your help i can't do nothing !

One question, do you think that my plugin will be better than the standard plugin if i solve all issues ?

Thanks for these feed back !!!!!
pierrotm777 вне форума   Ответить с цитированием
Старый 10.09.2016, 04:24   #178
duzzy
Гуру
 
Регистрация: 01.06.2013
Регион: 78, 98
Машина: SUBARU Impreza WRX
Сообщений: 1,766
duzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond reputeduzzy has a reputation beyond repute
По умолчанию

pierrotm777

Цитата:
Where can i found how to install the standard mobile phone plugin please.
Standard telephone plugin comes with iCarDS installer.

Its settings in the iCarDSConfig.exe...


Цитата:
I see that the conatct list return the contact's picture and i should learn how to do that with iCarDS.
I should like to know how fill a phone list by code !!!!
I don't know how it works. Maybe you will find it easier to contact the developer of iCarDS, he helped you and explained how a phone code works in iCarDS.
one of iCarDS developer Bersenev
Send him a private message explaining and a request to help in the development of the MobilePhone Plugin.

Цитата:
I think that the last 1.5.9 solve these issues.
Good, but the best option is testing and check an Installer before release.

Цитата:
Without your help i can't do nothing !
I can't help with that, I'm not a coder, a little hack here... there...
I can help with errors that are found at the plugin working... error report

Цитата:
One question, do you think that my plugin will be better than the standard plugin if i solve all issues ?
Yes, of course !
Of course it will be better with this set of functionality

Цитата:
Thanks for these feed back !!!!!
You are welcome!
duzzy вне форума   Ответить с цитированием
Старый 10.09.2016, 20:09   #179
pierrotm777
Старший Пользователь
 
Аватар для pierrotm777
 
Регистрация: 07.11.2010
Регион: другой - для добавления сообщить ab
Сообщений: 324
pierrotm777 is just really nicepierrotm777 is just really nicepierrotm777 is just really nicepierrotm777 is just really nice
Smile

The version 1.6.0 will introduce the 'Lock in Motion' feature completely functional !

If this feature is set to true in settings, the SMS access (read or write) will not possible if the car's speed is > 0 km/h .
Миниатюры
Нажмите на изображение для увеличения
Название: lock.jpg
Просмотров: 291
Размер:	88.0 Кб
ID:	44747  
pierrotm777 вне форума   Ответить с цитированием
Старый 11.09.2016, 01:26   #180
seriousstas
Бывалый писикарщик
 
Регистрация: 14.06.2013
Регион: Украина
Машина: Nissan Qashqai+2
Сообщений: 3,424
seriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant futureseriousstas has a brilliant future
По умолчанию

duzzy
Немного инфы есть здесь :
http://www.pccar.ru/showthread.php?t=14956
кстати то, как в *.ini писать ..
seriousstas вне форума   Ответить с цитированием
Ответ


Здесь присутствуют: 1 (пользователей: 0 , гостей: 1)
 

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.



Часовой пояс GMT +4, время: 14:41.


Работает на vBulletin® версия 3.8.4.
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Перевод: zCarot