That does not make any sense as the foo* interfaces are not even being used
with this config.
Should be:

<string-array translatable="false"
name="config_tether_upstream_
regexs">
       <item>"usb\\d"</item>
      <item>"softap\\d"</item>
</string-array>


On Wed, Sep 1, 2010 at 10:41 AM, yogesh <embedded.yog...@gmail.com> wrote:

> Gururaja,
>
> Try This,
>
> <string-array translatable="false" name="config_tether_usb_regexs">
>        <item>"usb.*"</item>
> </string-array>
>
> <string-array translatable="false" name="config_tether_wifi_regexs">
>       <item>"softap.*"</item>
> </string-array>
>
> <string-array translatable="false"
> name="config_tether_upstream_regexs">
>        <item>"foo\\d"</item>
> </string-array>
>
> -Yogesh
> On Sep 1, 3:27 pm, guru <guru.nav...@gmail.com> wrote:
> > Hi Yogesh
> >
> > Below are section of my config.xml.
> >
> > <!-- List of regexpressions describing the interface (if any) that
> > represent tetherable
> >          USB interfaces.  If the device doesn't want to support
> > tething over USB this should
> >          be empty.  An example would be "usb.*" -->
> >     <string-array translatable="false"
> > name="config_tether_usb_regexs">
> >         <item>"usb\\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>"eth\\d"</item>
> >     </string-array>
> >
> >     <!-- Dhcp range (min, max) to use for tethering purposes -->
> >     <string-array translatable="false"
> > name="config_tether_dhcp_range">
> >     </string-array>
> >
> >     <!-- Regex array of allowable upstream ifaces for tethering - for
> > example if you want
> >          tethering on a new interface called "foo2" add <item>"foo\
> > \d"</item> to the array -->
> >     <string-array translatable="false"
> > name="config_tether_upstream_regexs">
> >     </string-array>
> >
> > i dont know what to add in
> >
> > <string-array translatable="false"
> >  name="config_tether_upstream_regexs">
> >  </string-array>
> >
> > section? Please let me know.
> >
> > Since my wifi interface is showing eth0 so i added
> >
> >     <!-- 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>
> >
> > Thanks
> > Gururaja B O
> > On Sep 1, 2:12 pm, yogesh <embedded.yog...@gmail.com> wrote:
> >
> > > Hi Gururaja
> >
> > > You need to add two entries to get the interface as follows :-
> >
> > > <string-array translatable="false" name="config_tether_wifi_regexs">
> > > </string-array>
> >
> > > <string-array translatable="false"
> > > name="config_tether_upstream_regexs">
> > > </string-array>
> >
> > > But still, it will not work, as per my knowledge you need some kernel
> > > related stuffs.
> >
> > > -Yogesh
> >
> > > On Aug 31, 7:40 pm, guru <guru.nav...@gmail.com> wrote:
> >
> > > > Hi R,
> >
> > > > For me also same problem, after porting froyo, it is not displaying
> > > > Wifi Hotspot feature.
> > > > I added "wl0.1" some value, but still the feature is not showing up.
> >
> > > > Do i need to do change any file?
> >
> > > > Thanks
> > > > Gururaja B O
> >
> > > > On Aug 24, 8:05 pm, Robert Greenwalt <rgreenw...@google.com> wrote:
> >
> > > > > Doing this on the emulator doesn't make much sense - I don't think
> it will
> > > > > have real wifi access, so a wifi hotspot won't work.  You can turn
> on the UI
> > > > > though by adding a fake interface name or regex to the
> > > > > config_tether_wifi_regexs resource - "foo\d" would work for
> example.  The UI
> > > > > will appear but I don't think it'll do much of anything - the wifi
> access
> > > > > point code will fail to load.
> >
> > > > > R
> >
> > > > > On Tue, Aug 24, 2010 at 6:21 AM, yogesh <embedded.yog...@gmail.com>
> wrote:
> > > > > > As I am new to this one, can you please provide some info about
> the
> > > > > > interface stuff.
> >
> > > > > > On Aug 24, 12:16 am, Robert Greenwalt <rgreenw...@google.com>
> wrote:
> > > > > > > You need to add your interface name to the
> config_tether_wifi_regexs in
> > > > > > > core/res/res/values/config.xml
> >
> > > > > > > R
> >
> > > > > > > On Sun, Aug 22, 2010 at 10:21 PM, yogesh <
> embedded.yog...@gmail.com>
> > > > > > wrote:
> > > > > > > > Hi,
> >
> > > > > > > > I don't know that my question make any sense, but here is one
> I need
> > > > > > > > to know:
> > > > > > > > I have downloaded Android Froyo source and build and run the
> emulator
> > > > > > > > but can't
> > > > > > > > see Wifi Hotspot feature, why it so ?
> >
> > > > > > > > My goal is to port Android Froyo on beagle board and to test
> this
> > > > > > > > feature.
> >
> > > > > > > > Regards
> > > > > > > > Yogesh
> >
> > > > > > > > --
> > > > > > > > unsubscribe: 
> > > > > > > > android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> <android-porting%2bunsubscr...@googlegroups.com<android-porting%252bunsubscr...@googlegroups.com>
> >
> > > > > > <android-porting%2bunsubscr...@googlegroups.com<android-porting%252bunsubscr...@googlegroups.com>
> <android-porting%252bunsubscr...@googlegroups.com<android-porting%25252bunsubscr...@googlegroups.com>
> >
> >
> > > > > > > > website:http://groups.google.com/group/android-porting
> >
> > > > > > --
> > > > > > unsubscribe: 
> > > > > > android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> <android-porting%2bunsubscr...@googlegroups.com<android-porting%252bunsubscr...@googlegroups.com>
> >
> > > > > > website:http://groups.google.com/group/android-porting
>
> --
> unsubscribe: 
> android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to