SOLVED
There is an XML file: ./frameworks/base/core/res/res/values/config.xml That devices generally override with the device/.../overlay directory. In this file is this string array. It is a coded array. The first value of the string is the type, such as ConnectivityManager.TYPE_MOBILE, and the second is 0 or 1 for false/true for Simultanaity. <string-array translatable="false" name="radioAttributes"> <item>"1,1"</item> <item>"7,1"</item> </string-array> On Thursday, May 29, 2014 12:39:38 PM UTC-7, Nathan wrote: > > My device does not have a phone radio, but for some reason Android still > thinks it does. The phone appears and all the options for tethering and > data usage are there. But this device only has WiFi. So how do I disable > the phone radio in Android? Do I have to set a system property? or a build > property? I am using Qualcomm's MSM8074 processor, and their default build > for the MSM8974. > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
