Hi Irfan

I added below to config.xml

<!-- List of regexpressions describing the interface (if any) that
represent tetherable
         Wifi interfaces.  If the device doesn't want to support
tethering over Wifi this
         should be empty.  An example would be "softap.*" -->
    <string-array translatable="false"
name="config_tether_wifi_regexs">
        <item>"eth\\d"</item>
    </string-array>

now it is showing

D/Tethering( 1030): interfaceAdded :eth0

But still application is not showing up. Any reason for this?

Thanks
Gururaja B O


On Sep 1, 10:26 am, guru <[email protected]> wrote:
> Hi Irfan
>
> after adding <item>"eth0"<item> , from logs I am getting
>
> D/Tethering( 1037): eth0 is not a tetherable iface, ignoring
>
> is this is the reason it is still not showing up in UI?
>
> this eth0 is wifi interface and i am giving this. whats the
> difference  between wifi interface and tetherable interface?
>
> Thanks
> Gururaja BO
>
> On Aug 30, 6:14 pm, Irfan Sheriff <[email protected]> wrote:
>
> > Look at the following file:
>
> > --- a/overlay/frameworks/base/core/res/res/values/config.xml
> > +++ b/overlay/frameworks/base/core/res/res/values/config.xml
> > @@ -132,6 +132,14 @@
> >          <item>"eth\\d"</item>
> >      </string-array>
>
> > +    <!-- List of regexpressions describing the interface (if any)
> > that represent tetherable
> > +         Wifi interfaces.  If the device doesn't want to support
> > tethering over Wifi this
> > +         should be empty.  An example would be "softap.*" -->
> > +    <string-array translatable="false" name="config_tether_wifi_regexs">
> > +        <item>"wl0.1"</item>
> > +    </string-array>
> > +
>
> > On Mon, Aug 30, 2010 at 4:40 AM, guru <[email protected]> wrote:
> > > Hi Andy Burns,
>
> > > I am not finding Tethering & Portable Hotspot in Wireless &
> > > Networks... I want to know how to add that in to list. Whether I need
> > > to configure some thing?
>
> > > Thanks
> > > Gururaja B O
>
> > > On Aug 30, 3:42 pm, Andy Burns <[email protected]> wrote:
> > > > guru wrote:
> > > > > How to enable/turning phone into a WiFi hot spot?
>
> > > > Settings, Wireless & Networks, Tethering & Portable Hotspot ...
>
> > > --
> > > unsubscribe: 
> > > [email protected]<android-porting%[email protected]>
> > > website:http://groups.google.com/group/android-porting

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to