[android-kernel] Query: Access to Linux Kernal Programs using Android SDK

2011-01-11 Thread paddy joe
Hi there, Is is possible to write Android applications based on the (Eclipse) Android SDK that have access to the underlying Linux kernal programs/ resources such as iptables configuratuon ? I would like to be able to configure iptables using an android GUI app or perhaps develop a low-level Linu

[android-kernel] DHCP Server in android

2009-10-24 Thread Joe Petruchi
Hi all I am trying to run a DHCP server on Android phone but my DHCP server is not able to receive broadcast UDP packets. Does antbody know what can be the root cause or has anybody encountered the same problem. please help Thanks in Advance Regards Joe

[android-kernel] Re: compiling problem on g_ether.

2009-10-09 Thread Joe Petruchi
Hi I am also intending to work on the same thing I want to know how RNDIS works basically, how IP packets can be exchanged and routed to the external network ? Please help Thanks Petruchi On Thu, Jul 23, 2009 at 6:17 PM, sandwich wrote: > > When I set "Device Drivers"-"USB support"-"USB Ga

[android-kernel] RNDIS working in Android

2009-10-09 Thread Joe Petruchi
Hi All Is there anyone who know how RNDIS works inorder to share an Internet Connection ? Any help is this regards will be great.. Best Regards Petruchi --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.c

[android-kernel] setsockopt API always returns -1

2009-04-22 Thread Joe Petruchi
Hi I have been trying to use setsockopt with option SO_BINDTODEVICE and option value lo. The code is similar to this printf("\nDevice name is %s\n",argv[3] ); retval=setsockopt(hSocket, SOL_SOCKET, SO_BINDTODEVICE, argv[3], (strlen(argv[3])+1) ); if(retval<0) { printf("\

[android-kernel] Re: Ifconfig command in Adb shell

2009-03-08 Thread Joe Petruchi
Thanks a lot all netcfg works fine for me. it displays all the interfaces regards joe On Sun, Mar 8, 2009 at 5:24 AM, dimitr...@android.com wrote: > > Android ifconfig has very limited functionality. > To check interfaces you can use 'netcfg' command. > > On Mar

[android-kernel] Ifconfig command in Adb shell

2009-03-07 Thread Joe Petruchi
receives data for browser application ? Does anybody knows why the ifconfig command is not working or is there any alternate method to know the network interfaces and their IP address ? Thanks Joe --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr

[android-kernel] Goldfish Kernel 2.6.27 problem for emulator

2009-03-01 Thread Joe Petruchi
answer this question !!! The complete log of -show-kernel is given below Note : when i revert back to the old kernel everything works properly. Regards Joe Uncompressing Linux. done, booting the kernel

[android-kernel] Re: Emualator fails at Boot up

2009-02-28 Thread Joe Petruchi
Hi All Can some body help me to solve this issue Regards Joe On 2/27/09, Joe Petruchi wrote: > Hi All > I was trying to change the kernel for Emulator.I was successful in building > the kernel Image(2.6.27) for the Emlator using the Goldfish configuraton. > The Emulators kernel i

[android-kernel] Fwd: Emualator fails at Boot up

2009-02-27 Thread Joe Petruchi
-- Forwarded message -- From: Joe Petruchi Date: Fri, Feb 27, 2009 at 4:02 PM Subject: Emualator fails at Boot up To: android-develop...@googlegroups.com, android-platf...@googlegroups.com Hi Bryne Hi All I was trying to change the kernel for Emulator.I was successful in

[android-kernel] Re: emulator support in 2.6.27 ?

2009-02-26 Thread Joe
Hi All I downloaded the goldfish kernel and want to replace the current emulator kernel image(2.6.25) with this new one. >From where will i get the config file for this new kernel version 2.6.27 Please help Joe On Feb 5, 9:36 am, mshah wrote: > Thanks Bryne.  The -system argument i

[android-kernel] Re: opening up Android API to allow invocation of privileged classes

2008-12-12 Thread Joe Onorato
recommend this, because the internal functions are likely to change between releases, making more maintenance work for you; but it is possible. -joe On Fri, Dec 12, 2008 at 7:53 PM, Jean-Baptiste Queru wrote: > > Thanks for moving this discussion onto the android-platform list (or >