Sprachsteuerung „Vlingo“ schnüffelt beim Galaxy Note und Galaxy S2 mit

Gestern hat mich Jörg (Vielen Dank für den Hinweis, den Auszug und das Bild Jörg!), den ich noch aus AndroidPIT-Zeiten kenne, angeschrieben, dass er etwas auf dem Galaxy Note gefunden hat, was eigentlich so nicht sein sollte. Er hatte beim entwickeln einer App in der Logcat (ein Logging-Programm, welches alles aufzeigt, was grade auf dem Gerät passiert) einen Dienst gefunden, den er zwar kannte, der allerdings nicht aktiv sein sollte: „I/HttpRequest-BackgroundHttpManager323(10019)…“

Das hatte Jörg sich dann genauer angeschaut und einen ganzen Berg Daten gefunden (kompletter Auszug am Ende), der von der Sprachsteuerung auf dem Galaxy Note und wahrscheinlich auch Galaxy S2 gesammelt wird. Die Sprachsteuerung kommt nicht von Samsung persönlich, sondern ist auch im Market unter dem Namen „Vlingo“ zu haben und sammelt alle 4 Minuten IMEI, Standort und beim ersten Starten der App auch eine komplette Liste aller Musik und der Kontakte auf eurem Gerät. Klingt erstmal dreist und viel, dürfte aber teilweise berechtigt sein, die IMEI um das Gerät zu identifizieren und die Musik, um auf den Sprachbefehl reagieren zu können und den entsprechenden Titel abzuspielen, ebenso bei den Kontakten. Was ich nur frech finde ist, dass der Standort ebenfalls alle 4 Minuten übertragen wird, dazu alles nicht abgesichert auf eine http-Adresse: http://samsungvuiasr.vlingo.com:80/voicepad/activitylog, dazu werden die Daten auch alle 4 Minuten übertragen, wenn die Sprachsteuerung gar nicht aktiviert ist! Es werden sehr viele, teils sensible Daten übertragen, ohne, dass ich darauf hingewiesen wurde, dazu auf einen Server, der an Sicherheit zweifeln lässt. 

Ich nutze die Sprachsteuerung fast nie (wozu? Finde ich bei Siri auch Blödsinn), weshalb ich die „Schnüffelfunktion“ abgeschaltet habe: unter „Menü – Standort verwenden“ habe ich den Haken entfernt, damit ist die Lokalisierung deaktiviert. Dazu kann man in der Anwendungsverwaltung des Galaxy Note unter  Menü – Einstellungen – Anwendungen verwalten – Alle Sprachssteuerung mit dem Button „Daten löschen“ die Übertragung der Daten stoppen.

Ich will Samsung hier nicht verteidigen, allerdings schätze ich, dass man auf eine der bekanntesten Sprachsteuerungen zurückgegriffen hat, sich ein Produkt hat zusichern lassen, allerdings nicht bemerkt, dass Vlingo ordentlich schnüffelt. Wie gesagt, ein Teil der Daten wird auch benötigt, allerdings wohl kaum in der Quantität – und die Sicherheit sollte gewährleistet sein.

Hier der Logcat-Auszug (aufbereitet, danach im Original):

D/UALService:Timer-323(10019): VLG_transmitting user activity data   <– Hier startet der Vorgang
D/HttpManager:Timer-323(10019): VLG_Queing background http request: ActivityLog
…….
…….
D/VLServiceUtil:BackgroundHttpManager323(10019): VLG_** vlclient:    <– Ab hier werden schon mal die Device
DeviceMake=samsung;                                                  <– Daten aufbereitet.
DeviceOSName=Android;
DeviceModel=GT-N7000;
DeviceOS=2.3.6;
Language=de-DE;
ConnectionType=DirectTCP;
Carrier=T-Mobile A;
CarrierCountry=AT;
DeviceID=359532540167434;
AudioDevice=Android
……..
……..
D/AndroidLocationUtils:BackgroundHttpManager323(10019): VLG_Getting location          <– Hier kommen die Standortdaten dazu
D/AndroidLocationUtils:BackgroundHttpManager323(10019): VLG_Found provider : network  <– network Wlan als Standortquelle
……..
……..
D/AndroidLocationUtils:BackgroundHttpManager323(10019):             <– Hier werden die Standortdaten aufbereitet
VLG_Got Lat=46.178338204999932;
Long=14.362434382504343;Alt=0.0;
GSM_MCC=232;GSM_MNC=03;CID=2107023;LAC=58400;RAC=0
…….
…….
D/HttpUtil:BackgroundHttpManager323(10019): VLG_extraHeaders:      <– Hier wird der komplette HTTP Header aufgebaut
{X-vlsr=AppID=com.samsung.android.umpc,
Accept-Language=de-DE,de;q=0.7,en;q=0.5,
X-vllocation=Lat=46.178338204999932;Long=14.362434382504343;Alt=0.0;
GSM_MCC=232;GSM_MNC=03;CID=2107023;LAC=58400;RAC=0,
Accept-Charset=utf-8,ISO-8859-1;q=0.5,*;q=0.5,
X-vlsoftware=Name=SamsungVoiceUI; Version=2.9.0.B1104; AppChannel=Preinstall Free,
x-vlclientdate=Date=2012-01-21,
X-vlclient=DeviceMake=samsung;
DeviceOSName=Android; DeviceModel=GT-N7000; DeviceOS=2.3.6;
Language=de-DE; ConnectionType=DirectTCP; Carrier=T-Mobile A;
CarrierCountry=AT; DeviceID=359532540167434; AudioDevice=Android,
X-vlprotocol=Version=3.6; ResponseEncoding=text/xml,
X-vvs=Version=1.0,
Content-Type=application/octet-stream;boundary=——————————-1878979834,
Cache-Control=no-cache,no-store,max-age=0,no-transform}
…….
…….
I/HttpRequest-BackgroundHttpManager323(10019): VLG_** Getting new http connection.  method POST hc com.vlingo.client.android.core.http.custom.AndroidVStreamConnection@40625f00
D/HttpRequest:BackgroundHttpManager323(10019): VLG_** postData=<user-log><user-id>359532540167434</user-id><setup started=“
D/HttpRequest:BackgroundHttpManager323(10019): VLG_** GZip compressing post data…
D/HttpRequest:BackgroundHttpManager323(10019): VLG_** response code: 200   <– Hier wird geprüft ob der Server auch antwortet
…….
D/CookieHandler:BackgroundHttpManager323(10019): VLG_** domain: samsungvuiasr.vlingo.com
01-21 23:37:46.705: D/CookieHandler:BackgroundHttpManager323(10019): VLG_** done extracting
01-21 23:37:46.705: D/HttpRequest:BackgroundHttpManager323(10019): VLG_data len: 68
01-21 23:37:46.715: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** finished    <– Übertragung beendet
…….
…….
D/UALService:BackgroundHttpManager323(10019): VLG_recv user log response
D/ThreadPoolExecutor:BackgroundHttpManager323(10019): VLG_finished worker execution:  <– Übertragung korrekt beendet.
com.vlingo.client.core.http.HttpManager$HttpRequestFetchTask@405b3db8
ORIGINAL:
01-21 23:37:43.095: D/UserLoggingEngine:main(10019): VLG_user logging: landing page widget-control, launched in 1327185463043
01-21 23:37:43.105: D/UALService:main(10019): VLG_onStartCommand()
01-21 23:37:43.905: D/UALService:Timer-323(10019): VLG_transmitting user activity data
01-21 23:37:44.060: D/HttpManager:Timer-323(10019): VLG_Queing background http request: ActivityLog
01-21 23:37:44.060: D/EventLogRecord:Timer-323(10019): VLG_** generate XML
01-21 23:37:44.090: D/HttpManager:Timer-323(10019): VLG_Queing background http request: EventLog
01-21 23:37:44.110: D/ThreadPoolExecutor:Timer-1(10019): VLG_Execute com.vlingo.client.core.http.HttpManager$HttpRequestFetchTask@405b3db8 (avail=0)
01-21 23:37:44.110: D/ThreadPoolExecutor:Timer-1(10019): VLG_workers=0 availWorkers=0
01-21 23:37:44.110: D/ThreadPoolExecutor:Timer-1(10019): VLG_adding worker thread to pool
01-21 23:37:44.110: D/ThreadPoolExecutor:BackgroundHttpManager323(10019): VLG_executing worker: com.vlingo.client.core.http.HttpManager$HttpRequestFetchTask@405b3db8
01-21 23:37:44.110: D/HttpRequest:BackgroundHttpManager323(10019): VLG_notifyWillExecute
01-21 23:37:44.110: I/HttpManager-BackgroundHttpManager323(10019): VLG_Calling fetchReponse for parent com.vlingo.client.core.vlservice.VLHttpServiceRequest@405b3d60
01-21 23:37:44.110: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** fetch response com.vlingo.client.core.vlservice.VLHttpServiceRequest@405b3d60 url=http://samsungvuiasr.vlingo.com:80/voicepad/activitylog
01-21 23:37:44.115: D/BluetoothManager:BackgroundHttpManager323(10019): VLG_BT isBluetoothAudioOn:false
01-21 23:37:44.115: D/VLServiceUtil:BackgroundHttpManager323(10019): VLG_** vlclient: DeviceMake=samsung; DeviceOSName=Android; DeviceModel=GT-N7000; DeviceOS=2.3.6; Language=de-DE; ConnectionType=DirectTCP; Carrier=T-Mobile A; CarrierCountry=AT; DeviceID=359532540167434; AudioDevice=Android
01-21 23:37:44.115: D/AndroidLocationUtils:BackgroundHttpManager323(10019): VLG_Getting location
01-21 23:37:44.130: D/AndroidLocationUtils:BackgroundHttpManager323(10019): VLG_Found provider : network
01-21 23:37:44.140: D/ThreadPoolExecutor:Timer-1(10019): VLG_Execute com.vlingo.client.core.http.HttpManager$HttpRequestFetchTask@40652fe8 (avail=0)
01-21 23:37:44.140: D/ThreadPoolExecutor:Timer-1(10019): VLG_workers=1 availWorkers=0
01-21 23:37:44.145: D/AndroidLocationUtils:BackgroundHttpManager323(10019): VLG_Got Lat=46.178338204999932;Long=14.362434382504343;Alt=0.0;GSM_MCC=232;GSM_MNC=03;CID=2107023;LAC=58400;RAC=0
01-21 23:37:44.150: D/VLServiceUtil:BackgroundHttpManager323(10019): VLG_** request headers: {X-vlsr=AppID=com.samsung.android.umpc, Accept-Language=de-DE,de;q=0.7,en;q=0.5, X-vllocation=Lat=46.178338204999932;Long=14.362434382504343;Alt=0.0;GSM_MCC=232;GSM_MNC=03;CID=2107023;LAC=58400;RAC=0, Accept-Charset=utf-8,ISO-8859-1;q=0.5,*;q=0.5, X-vlsoftware=Name=SamsungVoiceUI; Version=2.9.0.B1104; AppChannel=Preinstall Free, x-vlclientdate=Date=2012-01-21, X-vlclient=DeviceMake=samsung; DeviceOSName=Android; DeviceModel=GT-N7000; DeviceOS=2.3.6; Language=de-DE; ConnectionType=DirectTCP; Carrier=T-Mobile A; CarrierCountry=AT; DeviceID=359532540167434; AudioDevice=Android, X-vlprotocol=Version=3.6; ResponseEncoding=text/xml, X-vvs=Version=1.0, Content-Type=application/octet-stream;boundary=——————————-1878979834, Cache-Control=no-cache,no-store,max-age=0,no-transform}
01-21 23:37:44.150: D/VLServiceUtil:BackgroundHttpManager323(10019): VLG_** VLService.addVLServiceCookies {} domain=samsungvuiasr.vlingo.com path=/voicepad/activitylog
01-21 23:37:44.150: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** add all cookies to hashtable: {} domain=samsungvuiasr.vlingo.com path=/voicepad/activitylog
01-21 23:37:44.155: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** got cookie AndroidCookie: expires=3469751688685 isExpired=false domain=null path=null name=VLSPEAKER value=v1_525bd348_f8850f02-17c6-11e1-9a3a-60eb69d26b22 version=0
01-21 23:37:44.155: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** adding cookie: AndroidCookie: expires=3469751688685 isExpired=false domain=null path=null name=VLSPEAKER value=v1_525bd348_f8850f02-17c6-11e1-9a3a-60eb69d26b22 version=0
01-21 23:37:44.155: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** got cookie AndroidCookie: expires=3469751689687 isExpired=false domain=null path=null name=VVID value=v1_b01cc260_6253139c-4ac7-46ab-a241-45884ffeb84d version=0
01-21 23:37:44.155: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** adding cookie: AndroidCookie: expires=3469751689687 isExpired=false domain=null path=null name=VVID value=v1_b01cc260_6253139c-4ac7-46ab-a241-45884ffeb84d version=0
01-21 23:37:44.155: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** got cookie AndroidCookie: expires=0 isExpired=false domain=null path=/voicepad name=JSESSIONID value=5056B35647BF359C9008E63F916292C5 version=0
01-21 23:37:44.155: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** adding cookie: AndroidCookie: expires=0 isExpired=false domain=null path=/voicepad name=JSESSIONID value=5056B35647BF359C9008E63F916292C5 version=0
01-21 23:37:44.160: I/HttpRequest-BackgroundHttpManager323(10019): VLG_** Executing HttpRequest: ActivityLog url=http://samsungvuiasr.vlingo.com:80/voicepad/activitylog cookies={VVID=v1_b01cc260_6253139c-4ac7-46ab-a241-45884ffeb84d, VLSPEAKER=v1_525bd348_f8850f02-17c6-11e1-9a3a-60eb69d26b22, JSESSIONID=5056B35647BF359C9008E63F916292C5} extra-headers={X-vlsr=AppID=com.samsung.android.umpc, Accept-Language=de-DE,de;q=0.7,en;q=0.5, X-vllocation=Lat=46.178338204999932;Long=14.362434382504343;Alt=0.0;GSM_MCC=232;GSM_MNC=03;CID=2107023;LAC=58400;RAC=0, Accept-Charset=utf-8,ISO-8859-1;q=0.5,*;q=0.5, X-vlsoftware=Name=SamsungVoiceUI; Version=2.9.0.B1104; AppChannel=Preinstall Free, x-vlclientdate=Date=2012-01-21, X-vlclient=DeviceMake=samsung; DeviceOSName=Android; DeviceModel=GT-N7000; DeviceOS=2.3.6; Language=de-DE; ConnectionType=DirectTCP; Carrier=T-Mobile A; CarrierCountry=AT; DeviceID=359532540167434; AudioDevice=Android, X-vlprotocol=Version=3.6; ResponseEncoding=text/xml, X-vvs=Version=1.0, Content-Type=application/octet-stream;boundary=——————————-1878979834, Cache-Control=no-cache,no-store,max-age=0,no-transform}
01-21 23:37:44.160: D/HttpUtil:BackgroundHttpManager323(10019): VLG_method: POST
01-21 23:37:44.160: D/HttpUtil:BackgroundHttpManager323(10019): VLG_url:http://samsungvuiasr.vlingo.com:80/voicepad/activitylog
01-21 23:37:44.160: I/ConnectionManager-BackgroundHttpManager323(10019): VLG_in getConnectionWithDetails url http://samsungvuiasr.vlingo.com:80/voicepad/activitylog
01-21 23:37:44.160: I/AndroidVConnectionFactory-BackgroundHttpManager323(10019): VLG_In createConnection host http://samsungvuiasr.vlingo.com:80/voicepad/activitylog
01-21 23:37:44.160: I/AndroidVConnectionFactory-BackgroundHttpManager323(10019): VLG_Got connection com.vlingo.client.android.core.http.custom.AndroidVStreamConnection@40625f00
01-21 23:37:44.165: I/ConnectionManager-BackgroundHttpManager323(10019): VLG_Got connection com.vlingo.client.android.core.http.custom.AndroidVStreamConnection@40625f00 result com.vlingo.client.core.net.ConnectionResult@40631d40
01-21 23:37:44.165: D/HttpUtil:BackgroundHttpManager323(10019): VLG_connection opened
01-21 23:37:44.165: D/HttpUtil:BackgroundHttpManager323(10019): VLG_keepalive false
01-21 23:37:44.165: D/HttpUtil:BackgroundHttpManager323(10019): VLG_extraHeaders: {X-vlsr=AppID=com.samsung.android.umpc, Accept-Language=de-DE,de;q=0.7,en;q=0.5, X-vllocation=Lat=46.178338204999932;Long=14.362434382504343;Alt=0.0;GSM_MCC=232;GSM_MNC=03;CID=2107023;LAC=58400;RAC=0, Accept-Charset=utf-8,ISO-8859-1;q=0.5,*;q=0.5, X-vlsoftware=Name=SamsungVoiceUI; Version=2.9.0.B1104; AppChannel=Preinstall Free, x-vlclientdate=Date=2012-01-21, X-vlclient=DeviceMake=samsung; DeviceOSName=Android; DeviceModel=GT-N7000; DeviceOS=2.3.6; Language=de-DE; ConnectionType=DirectTCP; Carrier=T-Mobile A; CarrierCountry=AT; DeviceID=359532540167434; AudioDevice=Android, X-vlprotocol=Version=3.6; ResponseEncoding=text/xml, X-vvs=Version=1.0, Content-Type=application/octet-stream;boundary=——————————-1878979834, Cache-Control=no-cache,no-store,max-age=0,no-transform}
01-21 23:37:44.165: D/HttpUtil:BackgroundHttpManager323(10019): VLG_X-vlsr: AppID=com.samsung.android.umpc
01-21 23:37:44.165: D/HttpUtil:BackgroundHttpManager323(10019): VLG_Accept-Language: de-DE,de;q=0.7,en;q=0.5
01-21 23:37:44.170: D/HttpUtil:BackgroundHttpManager323(10019): VLG_X-vllocation: Lat=46.178338204999932;Long=14.362434382504343;Alt=0.0;GSM_MCC=232;GSM_MNC=03;CID=2107023;LAC=58400;RAC=0
01-21 23:37:44.170: D/HttpUtil:BackgroundHttpManager323(10019): VLG_Accept-Charset: utf-8,ISO-8859-1;q=0.5,*;q=0.5
01-21 23:37:44.170: D/HttpUtil:BackgroundHttpManager323(10019): VLG_X-vlsoftware: Name=SamsungVoiceUI; Version=2.9.0.B1104; AppChannel=Preinstall Free
01-21 23:37:44.170: D/HttpUtil:BackgroundHttpManager323(10019): VLG_x-vlclientdate: Date=2012-01-21
01-21 23:37:44.175: D/HttpUtil:BackgroundHttpManager323(10019): VLG_X-vlclient: DeviceMake=samsung; DeviceOSName=Android; DeviceModel=GT-N7000; DeviceOS=2.3.6; Language=de-DE; ConnectionType=DirectTCP; Carrier=T-Mobile A; CarrierCountry=AT; DeviceID=359532540167434; AudioDevice=Android
01-21 23:37:44.175: D/HttpUtil:BackgroundHttpManager323(10019): VLG_X-vlprotocol: Version=3.6; ResponseEncoding=text/xml
01-21 23:37:44.175: D/HttpUtil:BackgroundHttpManager323(10019): VLG_X-vvs: Version=1.0
01-21 23:37:44.175: D/HttpUtil:BackgroundHttpManager323(10019): VLG_Content-Type: application/octet-stream;boundary=——————————-1878979834
01-21 23:37:44.175: D/HttpUtil:BackgroundHttpManager323(10019): VLG_Cache-Control: no-cache,no-store,max-age=0,no-transform
01-21 23:37:44.180: D/HttpUtil:BackgroundHttpManager323(10019): VLG_** setting cookie header Cookie: VVID=v1_b01cc260_6253139c-4ac7-46ab-a241-45884ffeb84d;VLSPEAKER=v1_525bd348_f8850f02-17c6-11e1-9a3a-60eb69d26b22;JSESSIONID=5056B35647BF359C9008E63F916292C5 for URL: http://samsungvuiasr.vlingo.com:80/voicepad/activitylog
01-21 23:37:44.180: I/HttpRequest-BackgroundHttpManager323(10019): VLG_** Getting new http connection.  method POST hc com.vlingo.client.android.core.http.custom.AndroidVStreamConnection@40625f00
01-21 23:37:44.180: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** postData=<user-log><user-id>359532540167434</user-id><setup started=“false“ finished=“false“/><landing-pages><landing-page page-id=“widget-control“ count=“77″ launch-time-avg=“-6.523216E-8″ back-count=“0″ back-noedit-count=“0″ back-utt-avg=“0″ action-count=“0″ action-noedit-count=“0″ action-utt-avg=“0″ from-email-count=“0″ undo-count=“0″ alternative-count=“0″ contact-change-count=“0″ phone-change-count=“0″ note-change-count=“0″></landing-page></landing-pages></user-log>
01-21 23:37:44.180: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** GZip compressing post data…
01-21 23:37:46.150: D/InCarWidget:main(10019): VLG_updateAllWidgets false
01-21 23:37:46.150: D/InCarWidget:main(10019): VLG_buildWidgetView enabled=false
01-21 23:37:46.295: D/UserLoggingEngine:main(10019): VLG_user logging: landing page widget-control, launched in 1327185466153
01-21 23:37:46.305: D/UALService:main(10019): VLG_onStartCommand()
01-21 23:37:46.700: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** len: -1
01-21 23:37:46.700: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** response code: 200
01-21 23:37:46.700: D/AndroidVStreamConnection:BackgroundHttpManager323(10019): VLG_** startResponse null
01-21 23:37:46.700: D/AndroidVStreamConnection:BackgroundHttpManager323(10019): VLG_getInputStream
01-21 23:37:46.705: D/CookieHandler:BackgroundHttpManager323(10019): VLG_** extracting cookies
01-21 23:37:46.705: D/CookieHandler:BackgroundHttpManager323(10019): VLG_** domain: samsungvuiasr.vlingo.com
01-21 23:37:46.705: D/CookieHandler:BackgroundHttpManager323(10019): VLG_** done extracting
01-21 23:37:46.705: D/HttpRequest:BackgroundHttpManager323(10019): VLG_data len: 68
01-21 23:37:46.705: D/HttpRequest:BackgroundHttpManager323(10019): VLG_data: <?xml version=“1.0″ encoding=“UTF-8″?><result><msg>ok</msg></result>
01-21 23:37:46.715: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** finished
01-21 23:37:46.715: D/VLServiceUtil:BackgroundHttpManager323(10019): VLG_** VLService.handleResponseCookies
01-21 23:37:46.715: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_merge cookies: com.vlingo.client.android.core.vlservice.AndroidVLServiceCookieManager@4058c5b0 null
01-21 23:37:46.715: D/CookieJar:BackgroundHttpManager323(10019): VLG_saving: VLSPEAKER,v1_525bd348_f8850f02-17c6-11e1-9a3a-60eb69d26b22,,,3469751688685|VVID,v1_b01cc260_6253139c-4ac7-46ab-a241-45884ffeb84d,,,3469751689687|JSESSIONID,5056B35647BF359C9008E63F916292C5,,/voicepad,
01-21 23:37:46.715: D/HttpRequest:BackgroundHttpManager323(10019): VLG_notifyResponse
01-21 23:37:46.720: D/UALService:BackgroundHttpManager323(10019): VLG_server response: 200 – <?xml version=“1.0″ encoding=“UTF-8″?><result><msg>ok</msg></result>
01-21 23:37:46.720: D/UALService:BackgroundHttpManager323(10019): VLG_recv user log response
01-21 23:37:46.720: D/ThreadPoolExecutor:BackgroundHttpManager323(10019): VLG_finished worker execution: com.vlingo.client.core.http.HttpManager$HttpRequestFetchTask@405b3db8
01-21 23:37:46.725: D/ThreadPoolExecutor:BackgroundHttpManager323(10019): VLG_executing worker: com.vlingo.client.core.http.HttpManager$HttpRequestFetchTask@40652fe8
01-21 23:37:46.725: D/HttpRequest:BackgroundHttpManager323(10019): VLG_notifyWillExecute
01-21 23:37:46.725: I/HttpManager-BackgroundHttpManager323(10019): VLG_Calling fetchReponse for parent com.vlingo.client.core.vlservice.VLHttpServiceRequest@40521628
01-21 23:37:46.725: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** fetch response com.vlingo.client.core.vlservice.VLHttpServiceRequest@40521628 url=http://samsungvuieventlog.vlingo.com:80/eventlog/log
01-21 23:37:46.730: D/BluetoothManager:BackgroundHttpManager323(10019): VLG_BT isBluetoothAudioOn:false
01-21 23:37:46.730: D/VLServiceUtil:BackgroundHttpManager323(10019): VLG_** vlclient: DeviceMake=samsung; DeviceOSName=Android; DeviceModel=GT-N7000; DeviceOS=2.3.6; Language=de-DE; ConnectionType=DirectTCP; Carrier=T-Mobile A; CarrierCountry=AT; DeviceID=359552740167958; AudioDevice=Android
01-21 23:37:46.735: D/AndroidLocationUtils:BackgroundHttpManager323(10019): VLG_Getting location
01-21 23:37:46.755: D/AndroidLocationUtils:BackgroundHttpManager323(10019): VLG_Found provider : network
01-21 23:37:46.805: D/AndroidLocationUtils:BackgroundHttpManager323(10019): VLG_Got Lat=46.178338204999932;Long=14.362434382504343;Alt=0.0;GSM_MCC=232;GSM_MNC=03;CID=2107023;LAC=58400;RAC=0
01-21 23:37:46.810: D/VLServiceUtil:BackgroundHttpManager323(10019): VLG_** request headers: {X-vlsr=AppID=com.samsung.android.umpc, Accept-Language=de-DE,de;q=0.7,en;q=0.5, X-vllocation=Lat=46.178338204999932;Long=14.362434382504343;Alt=0.0;GSM_MCC=232;GSM_MNC=03;CID=2107023;LAC=58400;RAC=0, Accept-Charset=utf-8,ISO-8859-1;q=0.5,*;q=0.5, X-vlsoftware=Name=SamsungVoiceUI; Version=2.9.0.B1104; AppChannel=Preinstall Free, x-vlclientdate=Date=2012-01-21, X-vlclient=DeviceMake=samsung; DeviceOSName=Android; DeviceModel=GT-N7000; DeviceOS=2.3.6; Language=de-DE; ConnectionType=DirectTCP; Carrier=T-Mobile A; CarrierCountry=AT; DeviceID=359552740167958; AudioDevice=Android, X-vlprotocol=Version=3.6; ResponseEncoding=text/xml, X-vvs=Version=1.0, Content-Type=application/octet-stream;boundary=——————————-1878979834, Cache-Control=no-cache,no-store,max-age=0,no-transform}
01-21 23:37:46.810: D/VLServiceUtil:BackgroundHttpManager323(10019): VLG_** VLService.addVLServiceCookies {} domain=samsungvuieventlog.vlingo.com path=/eventlog/log
01-21 23:37:46.810: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** add all cookies to hashtable: {} domain=samsungvuieventlog.vlingo.com path=/eventlog/log
01-21 23:37:46.810: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** got cookie AndroidCookie: expires=3469751688685 isExpired=false domain=null path=null name=VLSPEAKER value=v1_525bd348_f8850f02-17c6-11e1-9a3a-60eb69d26b22 version=0
01-21 23:37:46.810: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** adding cookie: AndroidCookie: expires=3469751688685 isExpired=false domain=null path=null name=VLSPEAKER value=v1_525bd348_f8850f02-17c6-11e1-9a3a-60eb69d26b22 version=0
01-21 23:37:46.810: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** got cookie AndroidCookie: expires=3469751689687 isExpired=false domain=null path=null name=VVID value=v1_b01cc260_6253139c-4ac7-46ab-a241-45884ffeb84d version=0
01-21 23:37:46.810: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** adding cookie: AndroidCookie: expires=3469751689687 isExpired=false domain=null path=null name=VVID value=v1_b01cc260_6253139c-4ac7-46ab-a241-45884ffeb84d version=0
01-21 23:37:46.810: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** got cookie AndroidCookie: expires=0 isExpired=false domain=null path=/voicepad name=JSESSIONID value=5056B35647BF359C9008E63F916292C5 version=0
01-21 23:37:46.810: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_** ignoring cookie: AndroidCookie: expires=0 isExpired=false domain=null path=/voicepad name=JSESSIONID value=5056B35647BF359C9008E63F916292C5 version=0
01-21 23:37:46.810: I/HttpRequest-BackgroundHttpManager323(10019): VLG_** Executing HttpRequest: EventLog url=http://samsungvuieventlog.vlingo.com:80/eventlog/log cookies={VVID=v1_b01cc260_6253139c-4ac7-46ab-a241-45884ffeb84d, VLSPEAKER=v1_525bd348_f8850f02-17c6-11e1-9a3a-60eb69d26b22} extra-headers={X-vlsr=AppID=com.samsung.android.umpc, Accept-Language=de-DE,de;q=0.7,en;q=0.5, X-vllocation=Lat=46.178338204999932;Long=14.362434382504343;Alt=0.0;GSM_MCC=232;GSM_MNC=03;CID=2107023;LAC=58400;RAC=0, Accept-Charset=utf-8,ISO-8859-1;q=0.5,*;q=0.5, X-vlsoftware=Name=SamsungVoiceUI; Version=2.9.0.B1104; AppChannel=Preinstall Free, x-vlclientdate=Date=2012-01-21, X-vlclient=DeviceMake=samsung; DeviceOSName=Android; DeviceModel=GT-N7000; DeviceOS=2.3.6; Language=de-DE; ConnectionType=DirectTCP; Carrier=T-Mobile A; CarrierCountry=AT; DeviceID=359552740167958; AudioDevice=Android, X-vlprotocol=Version=3.6; ResponseEncoding=text/xml, X-vvs=Version=1.0, Content-Type=application/octet-stream;boundary=——————————-1878979834, Cache-Control=no-cache,no-store,max-age=0,no-transform}
01-21 23:37:46.810: D/HttpUtil:BackgroundHttpManager323(10019): VLG_method: POST
01-21 23:37:46.810: D/HttpUtil:BackgroundHttpManager323(10019): VLG_url:http://samsungvuieventlog.vlingo.com:80/eventlog/log
01-21 23:37:46.810: I/ConnectionManager-BackgroundHttpManager323(10019): VLG_in getConnectionWithDetails url http://samsungvuieventlog.vlingo.com:80/eventlog/log
01-21 23:37:46.810: I/AndroidVConnectionFactory-BackgroundHttpManager323(10019): VLG_In createConnection host http://samsungvuieventlog.vlingo.com:80/eventlog/log
01-21 23:37:46.810: I/AndroidVConnectionFactory-BackgroundHttpManager323(10019): VLG_Got connection com.vlingo.client.android.core.http.custom.AndroidVStreamConnection@405b85b8
01-21 23:37:46.810: I/ConnectionManager-BackgroundHttpManager323(10019): VLG_Got connection com.vlingo.client.android.core.http.custom.AndroidVStreamConnection@405b85b8 result com.vlingo.client.core.net.ConnectionResult@4063c7e0
01-21 23:37:46.810: D/HttpUtil:BackgroundHttpManager323(10019): VLG_connection opened
01-21 23:37:46.810: D/HttpUtil:BackgroundHttpManager323(10019): VLG_keepalive false
01-21 23:37:46.810: D/HttpUtil:BackgroundHttpManager323(10019): VLG_extraHeaders: {X-vlsr=AppID=com.samsung.android.umpc, Accept-Language=de-DE,de;q=0.7,en;q=0.5, X-vllocation=Lat=46.178338204999932;Long=14.362434382504343;Alt=0.0;GSM_MCC=232;GSM_MNC=03;CID=2107023;LAC=58400;RAC=0, Accept-Charset=utf-8,ISO-8859-1;q=0.5,*;q=0.5, X-vlsoftware=Name=SamsungVoiceUI; Version=2.9.0.B1104; AppChannel=Preinstall Free, x-vlclientdate=Date=2012-01-21, X-vlclient=DeviceMake=samsung; DeviceOSName=Android; DeviceModel=GT-N7000; DeviceOS=2.3.6; Language=de-DE; ConnectionType=DirectTCP; Carrier=T-Mobile A; CarrierCountry=AT; DeviceID=359552740167958; AudioDevice=Android, X-vlprotocol=Version=3.6; ResponseEncoding=text/xml, X-vvs=Version=1.0, Content-Type=application/octet-stream;boundary=——————————-1878979834, Cache-Control=no-cache,no-store,max-age=0,no-transform}
01-21 23:37:46.810: D/HttpUtil:BackgroundHttpManager323(10019): VLG_X-vlsr: AppID=com.samsung.android.umpc
01-21 23:37:46.810: D/HttpUtil:BackgroundHttpManager323(10019): VLG_Accept-Language: de-DE,de;q=0.7,en;q=0.5
01-21 23:37:46.815: D/HttpUtil:BackgroundHttpManager323(10019): VLG_X-vllocation: Lat=46.178338204999932;Long=14.362434382504343;Alt=0.0;GSM_MCC=232;GSM_MNC=03;CID=2107023;LAC=58400;RAC=0
01-21 23:37:46.815: D/HttpUtil:BackgroundHttpManager323(10019): VLG_Accept-Charset: utf-8,ISO-8859-1;q=0.5,*;q=0.5
01-21 23:37:46.815: D/HttpUtil:BackgroundHttpManager323(10019): VLG_X-vlsoftware: Name=SamsungVoiceUI; Version=2.9.0.B1104; AppChannel=Preinstall Free
01-21 23:37:46.815: D/HttpUtil:BackgroundHttpManager323(10019): VLG_x-vlclientdate: Date=2012-01-21
01-21 23:37:46.815: D/HttpUtil:BackgroundHttpManager323(10019): VLG_X-vlclient: DeviceMake=samsung; DeviceOSName=Android; DeviceModel=GT-N7000; DeviceOS=2.3.6; Language=de-DE; ConnectionType=DirectTCP; Carrier=T-Mobile A; CarrierCountry=AT; DeviceID=359552740167958; AudioDevice=Android
01-21 23:37:46.815: D/HttpUtil:BackgroundHttpManager323(10019): VLG_X-vlprotocol: Version=3.6; ResponseEncoding=text/xml
01-21 23:37:46.815: D/HttpUtil:BackgroundHttpManager323(10019): VLG_X-vvs: Version=1.0
01-21 23:37:46.815: D/HttpUtil:BackgroundHttpManager323(10019): VLG_Content-Type: application/octet-stream;boundary=——————————-1878979834
01-21 23:37:46.815: D/HttpUtil:BackgroundHttpManager323(10019): VLG_Cache-Control: no-cache,no-store,max-age=0,no-transform
01-21 23:37:46.815: D/HttpUtil:BackgroundHttpManager323(10019): VLG_** setting cookie header Cookie: VVID=v1_b01cc260_6253139c-4ac7-46ab-a241-45884ffeb84d;VLSPEAKER=v1_525bd348_f8850f02-17c6-11e1-9a3a-60eb69d26b22 for URL: http://samsungvuieventlog.vlingo.com:80/eventlog/log
01-21 23:37:46.815: I/HttpRequest-BackgroundHttpManager323(10019): VLG_** Getting new http connection.  method POST hc com.vlingo.client.android.core.http.custom.AndroidVStreamConnection@405b85b8
01-21 23:37:46.815: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** postData=<EventLogRequest><ReqEvents></ReqEvents></EventLogRequest>
01-21 23:37:46.815: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** GZip compressing post data…
01-21 23:37:48.485: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** len: -1
01-21 23:37:48.490: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** response code: 200
01-21 23:37:48.490: D/AndroidVStreamConnection:BackgroundHttpManager323(10019): VLG_** startResponse null
01-21 23:37:48.490: D/AndroidVStreamConnection:BackgroundHttpManager323(10019): VLG_getInputStream
01-21 23:37:48.490: D/CookieHandler:BackgroundHttpManager323(10019): VLG_** extracting cookies
01-21 23:37:48.490: D/CookieHandler:BackgroundHttpManager323(10019): VLG_** domain: samsungvuieventlog.vlingo.com
01-21 23:37:48.490: D/CookieHandler:BackgroundHttpManager323(10019): VLG_** done extracting
01-21 23:37:48.490: D/HttpRequest:BackgroundHttpManager323(10019): VLG_data len: 69
01-21 23:37:48.495: D/HttpRequest:BackgroundHttpManager323(10019): VLG_data: <?xml version=“1.0″ encoding=“UTF-8″?><EventLogResponse Status=“OK“/>
01-21 23:37:48.495: D/HttpRequest:BackgroundHttpManager323(10019): VLG_** finished
01-21 23:37:48.495: D/VLServiceUtil:BackgroundHttpManager323(10019): VLG_** VLService.handleResponseCookies
01-21 23:37:48.495: D/AndroidVLServiceCookieManager:BackgroundHttpManager323(10019): VLG_merge cookies: com.vlingo.client.android.core.vlservice.AndroidVLServiceCookieManager@4058c5b0 null
01-21 23:37:48.500: D/CookieJar:BackgroundHttpManager323(10019): VLG_saving: VLSPEAKER,v1_525bd348_f8850f02-17c6-11e1-9a3a-60eb69d26b22,,,3469751688685|VVID,v1_b01cc260_6253139c-4ac7-46ab-a241-45884ffeb84d,,,3469751689687|JSESSIONID,5056B35647BF359C9008E63F916292C5,,/voicepad,
01-21 23:37:48.500: D/HttpRequest:BackgroundHttpManager323(10019): VLG_notifyResponse
01-21 23:37:48.500: D/UALService:BackgroundHttpManager323(10019): VLG_server response: 200 – <?xml version=“1.0″ encoding=“UTF-8″?><EventLogResponse Status=“OK“/>
01-21 23:37:48.500: D/UALService:BackgroundHttpManager323(10019): VLG_recv event log response
01-21 23:37:48.505: D/ThreadPoolExecutor:BackgroundHttpManager323(10019): VLG_finished worker execution: com.vlingo.client.core.http.HttpManager$HttpRequestFetchTask@40652fe8
01-21 23:37:48.505: D/ThreadPoolExecutor:BackgroundHttpManager323(10019): VLG_removing worker thread from pool, workers=1 avail=1
01-21 23:37:49.345: D/InCarWidget:main(10019): VLG_updateAllWidgets false
01-21 23:37:49.345: D/InCarWidget:main(10019): VLG_buildWidgetView enabled=false
Wenn ihr auf "Kommentare von Disqus laden" klickt, wird ein entsprechender Cookie gesetzt und Nutzerdaten, beispielsweise die IP-Adresse an Server von Disqus in den USA geschickt, die Kommentare werden dann geladen. Eure Entscheidung. Mehr Infos dazu in den Datenschutzhinweisen.

3 thoughts on “Sprachsteuerung „Vlingo“ schnüffelt beim Galaxy Note und Galaxy S2 mit

  1. " …Anwendungsverwaltung des Galaxy Note unter Menü – Einstellungen – Anwendungen verwalten – Alle Sprachssteuerung mit dem Button “Daten löschen” die Übertragung der Daten stoppen."

    Sry, aber wenn man ne "Anleitung" schreibt, wie was zu deaktivieren ist, dann doch bitte eine die auch vollkommen nachvollziehbar ist. Oder es liegt einfach daran, dass ihr ein anderes Note habt, und bei mir/euch wohl paar Sachen anders benannt sind…

    p.s.: Kann sein, dass dies nun ein DoppelPost ist, aber iwie kam mein erster wohl nicht an, kP 😉

  2. " …Anwendungsverwaltung des Galaxy Note unter Menü – Einstellungen – Anwendungen verwalten – Alle Sprachssteuerung mit dem Button “Daten löschen” die Übertragung der Daten stoppen."

    Sry, aber wenn man schon ne "Anleitung" gibt, dann doch bitte auch eine korrekte. Oder ihr habt einfach ein anderes Note, als ich und bei mir wirds – komischerweise – anders bezeichnet…

  3. Alles böse, alle schnüffeln, Siri ist noch krasser, sie will immer eine Internetverbindung haben, die Sau. Hilft aber bei Texteingabe. Eingegeben mit Siri 🙂

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht.