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 14.08.2016 15:02

Цитата:

good method for read sms is to wait 30s
I'm waiting for a minute or more - SMS can not be read at all (or after a few restarts):
VIDEO 2
In the video, I reran six times IcarDS - Only twice read messages !

pierrotm777 14.08.2016 17:06

Цитата:

Сообщение от seriousstas (Сообщение 367039)
I'm waiting for a minute or more - SMS can not be read at all (or after a few restarts):
VIDEO 2
In the video, I reran six times IcarDS - Only twice read messages !

About the sms, i think have found why you have this issue !

The code use two command but when the second command is used the first have not enough time for its work !
So, i have modified and simplified this part of code for a easier use !
The second command is send only after the first will be finished !
No the code is running very well for Unread or All sms !
We have now no popup but just an info line into the sms screens.

pierrotm777 14.08.2016 17:10

Цитата:

Сообщение от seriousstas (Сообщение 367038)
Always 466, although from mobile dial different numbers :
VIDEO

Humm, i understand now better !
You don't like that ? (it's a joke)

I see that !
I suppose your PhoneNoAddContact settings is set to false ? false

pierrotm777 14.08.2016 17:21

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

Сообщение от seriousstas (Сообщение 367038)
Always 466, although from mobile dial different numbers :
VIDEO

I have not this issue !
For my test, i use the number 123 that call my vocal message box !
I have no popup !
Do you have a timer that call again and again this popup or an IDLE into your exectbl.ini file ?

I send you my exectbl.ini file !
Can you do a test with this file please ?

pierrotm777 14.08.2016 19:49

Цитата:

Сообщение от seriousstas (Сообщение 367009)
Something is now with the English keyboard :
http://rgho.st/6qYzVNxmx/thumb.png

The keyboard issue on the OnScreenStart command into the SKIPTO_OSK screen.
the command is:
Код:

Script,OnScreenStart,SETVARBYCODE;LANG;LangName||SHIFTLOCK||if;strcomp($LANG$;RU);{SetVar;KBLAYOUT;1};{SetVar;KBLAYOUT;0}
I check the label LangName that return RU if a russian keyboard is define in windows.
So i try to check if LANG = RU !!!
If yes, KBLAYOUT=1
If no, KBLAOUT = 0

But this line don't run and i don't know why !

Need help please !!! :pleasantry::pleasantry::pleasantry:

Winlin 15.08.2016 06:48

В общем пока не решится проблема с уровнями громкости пользоваться не возможно.
Принял звонок, и дальше надо бируши резко вставить, чтобы не оглохнуть от включившейся музыки. ;)

Может пока не найдено решение проблемы, при звонке МАСТЕР звука не 100 ставить, а 10 например.

duzzy 15.08.2016 17:55

pierrotm777

What you will do with 100% volume on call?

You have already found a solution... Why not apply in your plugin ?

Код:

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

"ONINCOMMINGCALLEND","ByVar;IsPhoneTalk;< "INCOMMINGCALLENDTif","ByVar;IsMixerSkinLoad;<
/ Исходящий звонок(Outgoing call)
"ONINOUTGOINGCALLSTART","ByVar;IsPhoneTalk;INOUTGOINGCALLSTARTif"
"INOUTGOINGCALLSTARTif","Menu;call_out.skin||StartPhoneCall"

"ONINOUTGOINGCALLEND","ByVar;IsPhoneTalk;< "INOUTGOINGCALLENDif","ByVar;IsMixerSkinLoad;<
"StartPhoneCall","SetVar;IsPhoneTalk;1||ByVar;IsPausedMedia;< "EndPhoneCall","SaveMixerPreset_Phone||LoadMixerPreset_Media||ByVar;IsPausedMedia;<
"SaveMixerPreset_Media","ByVar;MixerPresetMode;SaveMixerPreset_Media_Manual< "SaveMixerPreset_Media_Auto","volperc-;$vol_from_speed_full$||SaveMixerPreset;$Media_s$"
"SaveMixerPreset_Media_Manual","volperc-;$vol_from_speed_full$||SaveMixerPreset;tmp"

"SaveMixerPreset_Phone","ByVar;MixerPresetMode;<<< "SaveMixerPreset_Phone_Auto","volperc-;$vol_from_speed_full$||SaveMixerPreset;Phone"

"LoadMixerPreset_Media","ByVar;MixerPresetMode;LoadMixerPreset_Media_Manual< "LoadMixerPreset_Media_Auto","LoadMixerPreset;$Media_s$||volperc+;$vol_from_speed_full$"
"LoadMixerPreset_Media_Manual","LoadMixerPreset;tmp||volperc+;$vol_from_speed_full$"

I found that MASTER volume set by this command...
--- "SETVOL;MASTER;0" --- 0%
--- "SETVOL;MASTER;100" --- 100%

Thanks to your SkinTool.:smile2:
(an updated version of the SkinTool would be very good:wink2:)

---------------------------------------------------------------------------------

About lang change in osk...

you can use AHK script from seriousstas... download 7z archive with precompiled AHK script.

an example of a button in mini osk keyboard with AHK script...

B,0,200,130,50,"RUNQ;$SKINPATH$SCRIPTS\Lang_change.exe",""

------------------------------------------------------------
skin command from osk and osk2 lang change...

osk2
http://jpegshare.net/thumbs/62/3e/62...3e188bcffa.jpg

B,0,200,130,50,"SENDKEY;$LangToggleSet$",""

OSK
http://jpegshare.net/thumbs/30/dd/30...827bcca3ee.jpg

B,567,510,70,90,"LangToggle",""
...

Winlin 16.08.2016 10:43

А в каком файле есть эта запись "SETVOL;MASTER"

зарядил поиск по диску. Не могу найти.

duzzy 16.08.2016 12:33

Winlin

Записи нет в файлах :) как и документации по Икару... что очень печально...
Разработчик мог бы и приложить хотя бы один файлик с командами Икара, и простенькими пояснениями... софтина то платная...

Я брал команду из RideRunner-а и опытным путем выяснил через SkinTool как менять громкость в процентном соотношении.

Winlin 16.08.2016 12:42

Просто автор плагина привел команды , как он делает. Я и хотел изменить 100 на 10 , скажем, но не нашел где.


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

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