I managed to get my PDN to connect to my adhoc wifi network from my iPhone. However, if I connect to a different network access point (my home network), the adhoc no longer works once the PDN network settings "remember" the second network. Here is how I did it:1) Pull the wpa_supplicant.conf from "/data/misc/wifi/wpa_supplicant.conf"2) Edit wpa_supplicant.conf in WordPad to look like this:ctrl_interface=data/system/wpa_supplicantupdate_config=1eapol_version=2ap_scan=2fast_reauth=1WiFiAdHoc=1network={ ssid="Network Name" key_mgmt=NONE mode=1}3) push the wpa_supplicant.conf back to "/data/misc/wifi/wpa_supplicant.conf"I have tried using chmod to prevent android from editing the file to remember new networks, but that prevents wifi from turning on.Pretty much, I can get the adhoc network to work, but I cannot connect to any other network after that for fear of losing the adhoc and having to repeat the steps above.Can anyone figure ourt how to make this permanent.