You gave me this code to replace in the terawurl.php file to make android go to the iphone template:
case 'html_wi_mml_html':
case 'html_web_3_2': //text/html DTD HTML 3.2 Final
$MobileJoomla_Device['markup'] = 'xhtml';
break;
case 'html_web_4_0': //text/html DTD HTML 4.01 Transitional
$MobileJoomla_Device['markup'] = 'iphone';
break;
However, some android phones work but others won't load the page. just sits there. if i change the code back to the original they all go to the pda template, which I dont want. i want andoid to go to iphone and everything else (except iphone) go to pda.