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

PCCar.ru - Ваш автомобильный компьютер (http://pccar.ru/index.php)
-   iCarDS и телефон (http://pccar.ru/forumdisplay.php?f=131)
-   -   MobilePhone Plugin (http://pccar.ru/showthread.php?t=24142)

seriousstas 24.08.2016 00:24

Цитата:

Сообщение от pierrotm777 (Сообщение 367749)
I have found an issue with the read sms feature, where the message wasn't full !

If a lot of messages (40-60) - reading does not work.

pierrotm777 24.08.2016 13:01

Цитата:

Сообщение от seriousstas (Сообщение 367778)
If a lot of messages (40-60) - reading does not work.

Ahhh, it's an important news that !!!
I suppose you have not 40-60 unread messages ?

The important thing would be to test the unread code first with 10 unread messages by example, because the goal of this feature is to have a notification when a new message arrive and not the possibility to read all the messages from your phone !!!


Can you test with the demo please and return me if with more than 40-60 message the code run or not ?


Actually, i have just 60 messages and 3 unread message without issue !!!
What android version do you use in your phones please ?

seriousstas 24.08.2016 15:06

Вложений: 1
Цитата:

Can you test with the demo please and return me if with more than 40-60 message the code run or not ?
How ?

If read through the BlueSoleil Space - no problem.
Always load well any аmount! (android 4.4.4) :

pierrotm777 24.08.2016 21:53

See this video please ! BlueSoleilTest

pierrotm777 25.08.2016 20:18

Цитата:

Сообщение от seriousstas (Сообщение 367818)
How ?

If read through the BlueSoleil Space - no problem.
Always load well any аmount! (android 4.4.4) :

My phone use a 5.1 version !

seriousstas 05.09.2016 17:37

Цитата:

See this video please ! BlueSoleilTest
See PM

pierrotm777 05.09.2016 18:15

Цитата:

Сообщение от seriousstas (Сообщение 368492)
See PM

I see no new pm for this day !

I know that iphone has some issue with the SDK .
Can you try with an android phone ?

I have not this issue with my android samsung A5 2016

seriousstas 05.09.2016 22:02

Цитата:

Сообщение от pierrotm777 (Сообщение 368500)
I see no new pm for this day !

I know that iphone has some issue with the SDK .
Can you try with an android phone ?

I have not this issue with my android samsung A5 2016

try on
Цитата:

android 4.4.4

seriousstas 05.09.2016 22:41

Besides badly working SMS - There were known issues:
1 With a sound (always 100%)
2 Uninstalling - after removing the plug damage * .skin files
3 Keyboard - not finish ...
Will you fix?

pierrotm777 06.09.2016 13:40

Цитата:

Сообщение от seriousstas (Сообщение 368513)
Besides badly working SMS - There were known issues:
1 With a sound (always 100%)
2 Uninstalling - after removing the plug damage * .skin files
3 Keyboard - not finish ...
Will you fix?

I don't understand the sound issue !
If i understand well, when you receive a call in the sound is set to maximum ?

Uninstall issue is solved !

For me , the keyboard is ready if you have not other windows opened on your desktop !

seriousstas 06.09.2016 15:20

Вложений: 1
Цитата:

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 :

pierrotm777 06.09.2016 16:24

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","ByVar;IsMixerSkinLoad;<
/ Исходящий звонок
/"ONINOUTGOINGCALLSTART","ByVar;IsPhoneTalk;INOUTGOINGCALLSTARTif"
/"INOUTGOINGCALLSTARTif","Menu;call_out.skin||StartPhoneCall"

/"ONINOUTGOINGCALLEND","ByVar;IsPhoneTalk;< /"INOUTGOINGCALLENDif","ByVar;IsMixerSkinLoad;<
and add mine:
Код:

/ (Incoming call)
"ONMOBILEPHONERINGING","ByVar;IsPhoneTalk;INCOMMINGCALLSTARTif"
"INCOMMINGCALLSTARTif","StartPhoneCall"
/ (End call)
"ONMOBILEPHONEHUNGUP","ByVar;IsPhoneTalk;< "INCOMMINGCALLENDTif","ByVar;IsMixerSkinLoad;< / (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;< "EndPhoneCall","SaveMixerPreset_Phone||LoadMixerPreset_Media||ByVar;IsPausedMedia;<
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;<||SETVOL;MASTER;$OLDVOLUME$"
What the command 'LoadMixerPreset;Phone' load as file please ?

YraY 08.09.2016 01:12

Hey, tell me, how can this plugin to attach call control and call release through physical buttons iCarDuino?

pierrotm777 08.09.2016 11:29

Цитата:

Сообщение от YraY (Сообщение 368738)
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 !

seriousstas 09.09.2016 02:41

Цитата:

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!

duzzy 09.09.2016 04:22

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.
http://jpegshare.net/thumbs/9e/02/9e...c08f668972.jpg

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. :telephone:

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.

pierrotm777 09.09.2016 10:38

Цитата:

Сообщение от duzzy (Сообщение 368846)
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 (Сообщение 368846)
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. :telephone:

I think that the last 1.5.9 solve these issues.

Цитата:

Сообщение от duzzy (Сообщение 368846)
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 !!!!!

duzzy 10.09.2016 04:24

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...
http://jpegshare.net/thumbs/c4/11/c4...0c38cbea39.jpg

Цитата:

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!

pierrotm777 10.09.2016 20:09

Вложений: 1
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 .

seriousstas 11.09.2016 01:26

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

pierrotm777 12.09.2016 21:39

Вложений: 1
I have found a method for check if the phone is connected to an external power and run very well !
This feature will be added to the version 1.6.0 .

seriousstas 13.09.2016 17:44

Цитата:

Сообщение от pierrotm777 (Сообщение 369190)
Version 1.6.0 is out !

v1.6.0 13-9-2016

Uninstalling does not work.
But and the phone stopped ringing.
Just broke the plugin :) :

pierrotm777 13.09.2016 18:04

seriousstas,
The problem is you go too quickly !!!
1.In the video send in my PM !
After click on the phone button, you must see the button on top right blinking (red circle)!
You need to wait that all top buttons pass to green (green rectangle) !!!!

2.In the video in post 261 !
The first time you run the plugin, if you click on the phone button , the plugin go to the settings!
You must select your device and click on 'apply' button for save it into the settings.
After that , you must quit iCarDS, because the plugin not run all services the first time !
It's why you have no info as you phone number, network name etc...

Run again iCarDS, wait the connection , go to the main phone screen and WAIT the popup !
If all top buttons are ok (green), you can continue, and use, by example sms services !
If not , you have a problem !

But i see we have a big issue after a call out, i can't return to the phone screen !

seriousstas 13.09.2016 18:19

Цитата:

Сообщение от pierrotm777 (Сообщение 369201)
seriousstas,
Run again iCarDS, wait the connection , go to the main phone screen and WAIT the popup !

I hope you're joking ...
V1.5.6 work call, but V1.6.0 - does not work.
I restarted Icar 10 times.

pierrotm777 13.09.2016 18:43

I have found a big issue with the MOBILECALL_IN_OVERLAY.skin screen that stop the good use of the plugin !
We need to add this line into this screen:
Код:

Script,OnScreenEnd,Esc||OverlayResume
With this add, it always possile to return to the phone screen after a call out or call in !

pierrotm777 13.09.2016 18:52

Цитата:

Сообщение от seriousstas (Сообщение 369202)
I hope you're joking ...
V1.5.6 work call, but V1.6.0 - does not work.
I restarted Icar 10 times.

No, all is running well, but i don't know where is your issue !

Follow my advice !
I send a video as soon as possible !

seriousstas 13.09.2016 19:59

Versions 1.5.6 and below works the call.
The next tried 1.6.0 - does not work
I can try 1.5.9 , if have a link

seriousstas 13.09.2016 20:31

C:\Users\Home_PC\Desktop\iCarDS Plugin BTMobilePhone (PBAP & MAP services) V1.5.2 DS Setup.zip
C:\Users\Home_PC\Desktop\iCarDS Plugin BTMobilePhone (PBAP & MAP services) V1.5.3 DS Setup.zip
C:\Users\Home_PC\Desktop\iCarDS Plugin BTMobilePhone (PBAP & MAP services) V1.5.4 DS Setup.zip
C:\Users\Home_PC\Desktop\iCarDS Plugin BTMobilePhone (PBAP & MAP services) V1.5.5 DS Setup.zip
C:\Users\Home_PC\Desktop\iCarDS Plugin BTMobilePhone (PBAP & MAP services) V1.5.6 DS Setup.zip
WORK !
C:\Users\Home_PC\Desktop\iCarDS Plugin BTMobilePhone (PBAP & MAP services) V1.6.0 DS Setup.zip
NOT WORK !

pierrotm777 13.09.2016 20:41

Follow the post 264 and try please

seriousstas 13.09.2016 20:49

Цитата:

RideRunner Skin
RRScreen call_in_overlay
screen_600x110_off.png,screen_600x110_off.png,scre en_600x110_off.png,screen_600x110_off.png
Script,OnScreenEnd,Esc||OverlayResume

/SHOWEFFECT6
/HIDEEFFECT5

/POSY=0
Added - no changes

pierrotm777 13.09.2016 20:52

Call in and out not run only? Or other things!

seriousstas 13.09.2016 21:13

Цитата:

Сообщение от pierrotm777 (Сообщение 369223)
Call in and out not run only? Or other things!

Call out (see Video).
If Call in - window appears, but continues ring after lifting the handset :wacko2:

pierrotm777 14.09.2016 19:33

I send you a video with call out that run very well with 1.6.0 version !!!
https://youtu.be/iZrqyptrEWw

pierrotm777 14.09.2016 19:36

Цитата:

Сообщение от seriousstas (Сообщение 369224)
Call out (see Video).
If Call in - window appears, but continues ring after lifting the handset :wacko2:

ring is a new feature that i have tested !
I see that !!!

Why do you say that the uninstall don't run ?
All files are removed (screens and plugin files)
And ini files are restored !

seriousstas 14.09.2016 19:45

Цитата:

Сообщение от pierrotm777 (Сообщение 369342)
Why do you say that the uninstall don't run ?
All files are removed (screens and plugin files)
And ini files are restored !

Video Time : 3:38 after uninstall

seriousstas 14.09.2016 20:01

Did you make plugin just for yourself?
Standard plug-in works as a clock - with any! telephone.
Tested on the Chinese: Redmi, Lenovo, various MTK ... Not everyone Samsung and Sony (I a Sony Z3 + - killed)

seriousstas 14.09.2016 20:03

Цитата:

Allready said
Allready said :
Цитата:

I restarted Icar 10 times.
I certainly close Icar before uninstalling.
The video is not visible, it removes Bandicam
Цитата:

The uninstall issue is solved only after the 1.6.0 version
Video Time : 3:38 after uninstall is 1.6.0 version

pierrotm777 14.09.2016 20:20

Цитата:

Сообщение от seriousstas (Сообщение 369354)
Did you make plugin just for yourself?
Standard plug-in works as a clock - with any! telephone.
Tested on the Chinese: Redmi, Lenovo, various MTC ... Not everyone Samsung and Sony (I a Sony Z3 + - killed)

I understand what you say but i have just one phone and do my test with this !
The standard use only two services , HFP and PBAP !
Mine is very complex with more services:
MAP,PAN,SPP,FTP,OPP .

iCards is more complex than RR that i know very well !
Without you i can do nothing !
I have no answer from Bersenev and other developer !
In this case, it's really difficult to code !

I use vista 32bits and framework 3.5 maximum for my code !
The goal is to find why you have not the same experience than me with this plugin !

See my last video and you will see that i have no your issues !

My code isn't perfect, and need to be improved !
I have tested the standard plugin and like as it fill the list .
We can see that it's possible to have a picture by contact in the list as it's possible with RR.

This plugin is also used by the RR community and run very well but with the same issues !
BTMobilePhone 1.6.0 for RideRunner

Know issues for me:
-iphone can't send sms !
-iphone extract differently the vcard !
-contact's info sometime are bad !

My phone is an android 6.0 .
May be we have some issue with different os version ? I don't know !
If other guy want test the plugin with other phone, they are welcome !!!

seriousstas 14.09.2016 20:59

Вложений: 1
Цитата:

Сообщение от pierrotm777 (Сообщение 369363)
If other guy want test the plugin with other phone, they are welcome !!!

http://pccar.ru/showpost.php?p=368846&postcount=252
http://pccar.ru/showpost.php?p=367093&postcount=193

skin.ini :

Игорь_К 26.09.2016 23:14

V1.6.0 - does not work.


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

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