Re: [android-porting] Reverse tethering + wi-fi tethering

2011-12-08 Thread Tung Dang
Hi Sreenath, I don't have any detail document in hand, but lass time I did it and my Android system can browse internet over the USB tethering The ideas is your Android system has many internet ports: Wifi, USB RNDIS, 3G. You can set it manually which one is the default gateway and this setting c

Re: [android-porting] Reverse tethering + wi-fi tethering

2011-12-08 Thread Tung Dang
You setup the USB RNDIS interface as default gateway . Normally is usb0 The setting can be put in android startup script init.rc On Fri, Dec 9, 2011 at 2:55 PM, srinath ramini wrote: > Hi Tung Dang, > > Can you please share the procedure? > > Regards, > Sreenath > > > On Fri, Dec 9, 2011 at 9:47

Re: [android-porting] Reverse tethering + wi-fi tethering

2011-12-08 Thread Tung Dang
It is possible On Thu, Dec 8, 2011 at 10:20 PM, sree wrote: > Hi All, > > We are need to set up a wifi hub for some development activity with > the help of Android mobile. We dont have any data connection for > Android mobile. > > So I want make my android as Wifi-hub with following set-up. > >

[android-porting] Reverse tethering + wi-fi tethering

2011-12-08 Thread sree
Hi All, We are need to set up a wifi hub for some development activity with the help of Android mobile. We dont have any data connection for Android mobile. So I want make my android as Wifi-hub with following set-up. Step 1 : With the help of Host PC internet connection, make reverse thetherin

[android-porting] imx53 SD Card partition and booting

2011-12-08 Thread Johnson Pinto
Hi, Does anyone have any script or any information to partition SD Card to boot android using for Freescale's iMX53 processor ? I tried to partition manually but it doesn't allow more than 4 primary partitions in one SD Card. but required prartitions5. -- unsubscribe: android-porting+unsubscr...

[android-porting] [Android ICS on Pandaboard] Make audio work on Pandaboard

2011-12-08 Thread Fab
Hi, I know that in the README file located in the device directory of the android source, there is an indication telling that there is no support for audio in the ICS build for pandaboard. However, I try to implement this support today by creating my own audio.primary.panda.so library based upon

[android-porting] Re: Run script at startup to configure eth0 with a static IP address

2011-12-08 Thread Fab
Hi > > Hi > > > Have you tried adding your script to be executed from init.rc? > > > I am doing something similar to you, however, all I did was modified > > init.rc to run my script. My script sets the IP address, runs dropbear and > > then does device specific checks). I have tried aso to do it

[android-porting] problems enabling NfcService with P2pLinkManager

2011-12-08 Thread Pavan Savoy
Hi, I am having problems enabling the NfcService when the P2pLinkManager is involved. I get the following logs when this is enabled, But if I comment out the P2pLinkManager init and all its enable/disable routines from the NfcService - NFC seems alright and works fine. The last call in here relat