Car Dock Recommendation for the S4

Another vote for the iBolt. I bought mine for my DNA. After 5 DNA replacements I bought the S4 and the charge cord for the DNA wouldn't work on the Samsung. One email to iBolt and 3 days later I had the correct cord without needing to buy a new dock.

Great product and great customer service, what else can you ask for?

Sent from my SCH-I545 using AC Forums mobile app
 
Is this auto go into car mode a function of the ibolt cord connector or is it detecting a data connection? My truck has cigarette lighter charger but no USB data port.

car mode is not configured in the kernel build and is not available on the s4 (even though the resistor value and code is still there)

i believe that desk dock mode is now used as the trigger to start car dock applications such as car home ultra

this is likely triggered by the detection of a 365k resistor between the ID and ground pin on the micro usb cable, so yes, it is a function of the car dock or a custom cable that you build yourself.

from the samsung opensource: drivers / misc / max77693-muic.c

Code:
enum {	
ADC_GND			= 0x00,	
ADC_MHL			= 0x01,	
ADC_DOCK_PREV_KEY	= 0x04,	
ADC_DOCK_NEXT_KEY	= 0x07,	
ADC_INCOMPATIBLE1_CHG	= 0x08, /* 0x01000 10.0K ohm*/	
ADC_DOCK_VOL_DN		= 0x0a, /* 0x01010 14.46K ohm */	
ADC_DOCK_VOL_UP		= 0x0b, /* 0x01011 17.26K ohm */	
ADC_DOCK_PLAY_PAUSE_KEY = 0x0d,	
ADC_VZW_USB_DOCK	= 0x0e, /* 0x01110 28.7K ohm VZW Dock */	
ADC_SMARTDOCK		= 0x10, /* 0x10000 40.2K ohm */	
ADC_INCOMPATIBLE2_CHG	= 0x11, /* 0x10001 49.9K ohm */	
ADC_AUDIODOCK		= 0x12, /* 0x10010 64.9K ohm */	
ADC_CEA936ATYPE1_CHG	= 0x17,	/* 0x10111 200K ohm */	
ADC_JIG_USB_OFF		= 0x18, /* 0x11000 255K ohm */	
ADC_JIG_USB_ON		= 0x19, /* 0x11001 301K ohm */	
ADC_DESKDOCK		= 0x1a, /* 0x11010 365K ohm */	
ADC_CEA936ATYPE2_CHG	= 0x1b, /* 0x11011 442K ohm */	
ADC_JIG_UART_OFF	= 0x1c, /* 0x11100 523K ohm */	
ADC_JIG_UART_ON		= 0x1d, /* 0x11101 619K ohm */	
ADC_CARDOCK		= 0x1d, /* 0x11101 619K ohm */	
ADC_OPEN		= 0x1f
 

Trending Posts

Forum statistics

Threads
958,439
Messages
6,976,619
Members
3,164,058
Latest member
mistan