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

2011-01-13 Thread jt
https://svn.torproject.org/svn/projects/android/trunk/Orbot/src/org/torproject/android/service/TorTransProxy.java Iptables-fu On Jan 12, 2011 4:48 PM, "Lee Fisher" wrote: > A few minutes ago, I mis-wrote: > ... > > Considering your orig question, note that this solution doesn't do > > IPtables fo

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

2011-01-12 Thread Lee Fisher
A few minutes ago, I mis-wrote: ... > Considering your orig question, note that this solution doesn't do > IPtables foo, it is using ASOCKS, a Java SOCKS library, for > non-transparent proxying, only for Tor-aware apps, the Orbot UI. ... Sorry, above isn't quite accurate. To clarify: The Orbot U

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

2011-01-12 Thread Lee Fisher
>> you might be interested in the tor implementation dubbed Orbot. it >> can be found here: https://guardianproject.info/apps/orbot/ > > Thanks for the link. Interesting concept of a Tor-Android Combo. Nathan at the Guardian Project and people at the Tor Project are working together on this. Th

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

2011-01-11 Thread paddy joesoap
Hi jt, > the reason i sent that was because there is a link to the code below.  Orbot > uses iptables and root access to route all network traffic through the Tor Interesting. > network.  so, in a word, yes, that kind of thing would require root access I agree. However, can such applications be

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

2011-01-11 Thread jt
On Tue, Jan 11, 2011 at 2:14 PM, paddy joesoap wrote: > Thanks for the link. Interesting concept of a Tor-Android Combo. > I use it regularly, glad you like it. > > I am just a beginner with Android (effective as of today). People who > have android phones tell me they are locked and must be ja

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

2011-01-11 Thread paddy joesoap
Thanks for the link. Interesting concept of a Tor-Android Combo. I am just a beginner with Android (effective as of today). People who have android phones tell me they are locked and must be jailbroken to get root access for applications to use kernel level resources such as iptables. However, I p

[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