Is there a way to add netfilter and iptables to our mini pro?
Its a great feature that is missed by everyone!
If its possible give me some hints and i even can try to add it myself.
Thank you for your time.
qbasasa said:
Is there a way to add netfilter and iptables to our mini pro?
Its a great feature that is missed by everyone!
If its possible give me some hints and i even can try to add it myself.
Thank you for your time.
Click to expand...
Click to collapse
i found many app to market. Just add to find string firewall and you got some of firewall with GUI!
Yes but our x10 desnt have netfilter enabled or iptables installed, so droidwall isnt working.
Related
Anyone able to get OpenVPN or VPNC working on theie Atrix yet? do any of the available roms support the tun.ko? Please help, I am in desperate need of a VPN client for these platforms.
snyper1971 said:
Anyone able to get OpenSSH or VPNC working on theie Atrix yet? do any of the available roms support the tun.ko? Please help, I am in desperate need of a VPN client for these platforms.
Click to expand...
Click to collapse
Wrong section to post this in buddy, Should have posted this in General or in Q&A.
As for your question, i do not know... Someone here does though. See my sig below for help.
Yeah, thought it was a dev related question sorry. I did search 1st but no info anywhere on the net about getting it to work with the atrix. :-(
We need a working tun.ko, none of the ones I have found have worked. I doubt it will be easy to get without the kernel source from motorola, I have found modules for the same kernel version but those obviously don't work because they are compiled for a different arm version. Hoping a xoom or streak 7 tun.ko will come out soon that might work.
tun.ko
Please let me know if anyone gets this working
I am also in the same boat with you guys, it would be fantastic to have a working OVPN client on this phone.
There are a number of tun.ko modules posted for the Xoom. Unfortunately none match the kernel version that we're using on the Atrix :/
Any updates on this?
Just search the Atrix forum for tun.ko. There is a working one posted.
Look in the dev section. There is one posted in there. Someone just confirmed for me it works with the latest updates..
If we have tun working, will the hamachi for Nokia N770 ( I had an n810, debian linux) work if recompiled? I saw something in the G1 section, but there was problems with tun ... Also might be with tegra 2 as the N810 was Arm7.
Would love hamachi vpn as I use network folders and remote desktop, and somewhat despise vnc (never works for me)
Sent from my MB860 using XDA App
Currently I need to use my device on an enterprise network (peap wifi) and the only way to access wan or the internet is to use their proxy.
I need to use the proxy for http but cannot find anywhere to enter the proxy information, I have tried various apps from market but all have failed. Is there a way to access proxy settings? I'm sure the setting is there but I can't find a way to access it.
What do you guys use?
Sent from my MSM using XDA App
ryannathans said:
Currently I need to use my device on an enterprise network (peap wifi) and the only way to access wan or the internet is to use their proxy.
I need to use the proxy for http but cannot find anywhere to enter the proxy information, I have tried various apps from market but all have failed. Is there a way to access proxy settings? I'm sure the setting is there but I can't find a way to access it.
What do you guys use?
Sent from my MSM using XDA App
Click to expand...
Click to collapse
I know this is a nexus one site but I may be useful for you.
http://www.google.com/support/forum/p/android/thread?tid=36dabddba0ba6162&hl=en
dcmedic said:
I know this is a nexus one site but I may be useful for you.
http://www.google.com/support/forum/p/android/thread?tid=36dabddba0ba6162&hl=en
Click to expand...
Click to collapse
That just talks about 802.1x/peap. That already works on Android 2.2. (In fact it has worked since Android 1.0's wpa_supplicant, but they didn't expose it in the Android UI till 2.0 I think.) Here's a site with a bunch of proxy options, have you tried them already?
http://android-proxy.blogspot.com/
highlandsun said:
That just talks about 802.1x/peap. That already works on Android 2.2. (In fact it has worked since Android 1.0's wpa_supplicant, but they didn't expose it in the Android UI till 2.0 I think.) Here's a site with a bunch of proxy options, have you tried them already?
http://android-proxy.blogspot.com/
Click to expand...
Click to collapse
Yes I have tried that site with no luck, below are the ones listed on that site.
TransProxy: Not found on market, found it on sourceforge but it looks just a linux binary, not an apk. Is this still usable on android?
ASProxy: $5 fee, no free version
Proxy Settings Android Application: Requires some survey and won't let me download it.
Open Desire: Requires survey I can't get around. (And looks like a ROM itself)
---------
Others I have found on market:
Proxymator: Crashes when I hit OK
http Proxy Settings: Crashes when I hit OK
GAE Proxy: Does not work (won't let me select port 80)
Any others you can suggest?
Oh and if it matters it is a Squid Web Proxy
-Thanks
ryannathans said:
Yes I have tried that site with no luck, below are the ones listed on that site.
TransProxy: Not found on market, found it on sourceforge but it looks just a linux binary, not an apk. Is this still usable on android?
Click to expand...
Click to collapse
http://cleanimport.xda/index.php?threads/766569/
Everything is on XDA already. You just need to look.
highlandsun said:
http://cleanimport.xda/index.php?threads/766569/
Everything is on XDA already. You just need to look.
Click to expand...
Click to collapse
Searched this forum, not desire's android development
Thanks, I will test it on Monday
Transproxy crashes when I hit apply. So far I have found no working alturnate.
Sent from my MSM using XDA App
Bumping with urgency
Sent from my MSM using XDA App
ryannathans said:
Bumping with urgency
Click to expand...
Click to collapse
Really? What else do you want exactly? I hate when people bump posts like this.
arrrghhh said:
Really? What else do you want exactly? I hate when people bump posts like this.
Click to expand...
Click to collapse
Has anyone ever got a proxy to work?
ryannathans said:
Has anyone ever got a proxy to work?
Click to expand...
Click to collapse
Don't think so. I know VPN's don't work, wouldn't surprise me if proxy's don't either.
Okay, because all proxy apks don't work.
Thanks!
It's amazing how you can spend so much time on something like this without providing a single shred of useful information. Like a logcat.
I installed transproxy to test it out. It failed, because our kernel is missing the ipt_REDIRECT module. It took me 2 minutes to install it, get a logcat and look at the error messages to find this problem.
Since all of the proxy apps just use iptables, none of them will work without this iptables module. Simple fix - ask WisTilt2 to add it to the config of the next kernel he builds.
highlandsun said:
It's amazing how you can spend so much time on something like this without providing a single shred of useful information. Like a logcat.
I installed transproxy to test it out. It failed, because our kernel is missing the ipt_REDIRECT module. It took me 2 minutes to install it, get a logcat and look at the error messages to find this problem.
Since all of the proxy apps just use iptables, none of them will work without this iptables module. Simple fix - ask WisTilt2 to add it to the config of the next kernel he builds.
Click to expand...
Click to collapse
How did you get a logcat that was fine?
All mine ended up corrupt after running transproxy...
Dunno. Maybe you got a corrupted download, it was fine for me.
I've submitted a bug report about the kernel module for you.
http://bugs.xdandroid.com/show_bug.cgi?id=126
thanks ;D
Hopefully that gets added to kernel soon.
Hi everybody,
Has anyone tried to installed VNC server and run it successfully?
I tried to installed droid VNC server but when the computer connect it,it stop always.The blog shows start frambuffer...
anyone has anyidea how to make it work in atrix?
thx
same, but i haven't really looked into why.
nobody can help???
the author already knows it's not working on any tegra2 device, because tegra2 doesn't access the framebuffer the same way.
he is too busy to fix it at the moment. Maybe mindphaze can fix it since he did make a compatible screenshot capture device. I already asked him last night.
Please change the name of this topic, as [Mod] droid vnc server aludes that you have a working mod for it and you don't. Try [REQ] port droid vnc server to the atrix
franciscojavierleon said:
the author already knows it's not working on any tegra2 device, because tegra2 doesn't access the framebuffer the same way.
he is too busy to fix it at the moment. Maybe mindphaze can fix it since he did make a compatible screenshot capture device. I already asked him last night.
Please change the name of this topic, as [Mod] droid vnc server aludes that you have a working mod for it and you don't. Try [REQ] port droid vnc server to the atrix
Click to expand...
Click to collapse
THX.hope someone can fix it very soon.it's an useful tool
Is there anything else that does work for Atrix? I don't mind paying for it.
Anyone got any vnc server to work on webtop ?
GhostXtreme said:
Anyone got any vnc server to work on webtop ?
Click to expand...
Click to collapse
Yep [How to] VNC server in a pinch + Webtop w/o HDMI [Updated!]
Nico de Vries said:
Is there anything else that does work for Atrix? I don't mind paying for it.
Click to expand...
Click to collapse
+1
Add me to the list...
any updates
Don't really want to bump an old thread like this but this app would make my training sessions so much easier. Just checking to see if anyone has been able to make any progress on this?
Thanks
Joe
I use androidVNC viewer. I haven't tried it with an online client but I know it works with a localhost. I use it to run an ubuntu img.
Sent from my MB860 using xda premium
I am playing Ogame and I use some greasemonkey scripts at my pc for better handing.
Does anyone has any working addons for some browsers for Android?
You could probably take a look at Tampermonkey. It claims to provide greasemonkey support.
I tried tampermonkey but even if I installed antigame script, it doesn't show that the script is working. It just gives me standard page. How do I make the script to work?
Unleashed from Nook Color on Cm7 Nightly 162 @1.200Mhz
Hi,
Some time this was posted and maybe you have found a solution but I want to share my experience on Ogame : I use Opera with some compatible GM scripts like AntiGame and it works very nice.
+
minidou said:
Hi,
Some time this was posted and maybe you have found a solution but I want to share my experience on Ogame : I use Opera with some compatible GM scripts like AntiGame and it works very nice.
+
Click to expand...
Click to collapse
Nice thing to share your experience.
What scripts are you using with Opera and how?
Hi Friends,
I am wanted to test 'suspend/resume' functionality for my modified kernel. Is there any standalone way to test this suspend/resume for android. I've looked all over the corner cases. But failed to get a way to do this.
Please let me know if any one have an idea on how to do this.
Thanks in advance.