Android Auto not working? Here's what to check first
-
Chances are there's a connection issue between your phone and car if
Android auto isn't working.
6 hours ago
fin = open('my dump file', 'r')
fout = open('my new dump file', 'w')
falserep = (x.replace(',f,',',0,') for x in fin)
truerep = (x.replace(',t,',',1,') for x in falserep)
for line in truerep: fout.write(line)