Hallo,
habe beim download der neuen App fürs iPhone leider auf „push notifications“ gedrückt.Daher kommentiert die app fast alles … sehr nervig!
Wie schalte ich das aus?
Viele Grüße
Wolfgang
Hallo,
habe beim download der neuen App fürs iPhone leider auf „push notifications“ gedrückt.Daher kommentiert die app fast alles … sehr nervig!
Wie schalte ich das aus?
Viele Grüße
Wolfgang
In den App Einstellungen -> Features:
#14: Car Bits auf 8 setzen
siehe:
#define FEATURE_CARBITS 0x0E // Various ON/OFF features (bitmap)
// The FEATURE_CARBITS feature is a set of ON/OFF bits to control different
// miscelaneous aspects of the system. The following bits are defined:
#define FEATURE_CB_2008 0x01 // Set to 1 to mark the car as 2008/2009
#define FEATURE_CB_SAD_SMS 0x02 // Set to 1 to suppress "Access Denied" SMS
#define FEATURE_CB_SOUT_SMS 0x04 // Set to 1 to suppress all outbound SMS
#define FEATURE_CB_SVALERTS 0x08 // Set to 1 to suppress vehicle alerts
Hallo Mike,
super, vielen Dank. Hat prima geklappt!