got it .... -------------- Regards Vikas KM http://arowboat.org
On Sat, Jun 2, 2012 at 3:38 PM, Vikas KM <[email protected]> wrote: > Hi All, > > Below is the Little more description.. > > D/ConnectivityService( 1321): [ConnectivityService.java] mNetworksDefined > are ... 4 > D/ConnectivityService( 1321): The values are : ...9 > D/ConnectivityService( 1321): The values are : ...1 > D/ConnectivityService( 1321): The values are : ...13 > D/ConnectivityService( 1321): The values are : ...7 > > > Looks the networkAttributes define only the below strings.. > > D/ConnectivityService( 1385): [ConnectivityService.java] The NetworkConfig > String is ... wifi,1,1,1,-1,true > D/ConnectivityService( 1385): [ConnectivityService.java] The type and > radio are.. 1 1 > D/ConnectivityService( 1385): [ConnectivityService.java] The NetworkConfig > String is ... wifi_p2p,13,1,0,-1,true > D/ConnectivityService( 1385): [ConnectivityService.java] The type and > radio are.. 13 1 > D/ConnectivityService( 1385): [ConnectivityService.java] The NetworkConfig > String is ... bluetooth,7,7,0,-1,true > D/ConnectivityService( 1385): [ConnectivityService.java] The type and > radio are.. 7 7 > D/ConnectivityService( 1385): [ConnectivityService.java] The NetworkConfig > String is ... ethernet,9,9,2,-1,true > D/ConnectivityService( 1385): [ConnectivityService.java] The type and > radio are.. 9 9 > > > Where do these values come from , I mean which *config.xml* file.. > > * String[] raStrings = context.getResources().getStringArray( > com.android.internal.R.array.radioAttributes);* > > > > * String[] naStrings = context.getResources().getStringArray( > com.android.internal.R.array.networkAttributes); > * > > Which files the above code is looking? > > Can anyone help me out with this..? > > -------------- > Regards > > Vikas KM > > > > On Sat, Jun 2, 2012 at 12:42 PM, Vikas KM <[email protected]> wrote: > >> Hi All, >> >> I m running ICS on my Board.. >> >> I see that the *Ethernet Service Start Monitor* is called from*Connectivity >> Service >> * and nothing else.. *not* even* WIFI, Bluetooth or >> MobileDataStateTracker..* >> >> Is the default behaviour? >> If not can anyone share with the the ASOP file of >> ConnecitivityService.java >> >> >> How can i trigger the StartMonitor of other required services.. >> >> The netType value, I get is always 9, which is EthernetService. >> >> If i force start the Other Services.. >> >> *D/ConnectivityService( 2902): ConnectivityChange for Ethernet: >> CONNECTED/CONNECTED* >> >> The Connectivity Change is assumed for Ethernet.. >> >> Can anyone help me out with this.. >> >> >> ********* Log of Connecitivty *************** >> I/SystemServer( 2902): Connectivity Service >> D/ConnectivityService( 2902): ConnectivityService starting up >> E/ConnectivityService( 2902): Ignoring protectedNetwork 10 >> E/ConnectivityService( 2902): Ignoring protectedNetwork 11 >> E/ConnectivityService( 2902): Ignoring protectedNetwork 12 >> D/ConnectivityService( 2902): The netType values are : ...9 >> >> ************************************************* >> >> -------------- >> Regards >> >> Vikas KM >> > > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
