Openvpn for Ice Cream Sandwhich (no root/jailbreak) - Android Apps and Games

Hi,
a pre alpha version that already works.
Restrictions:
- only tun mode (API restriction)
- may only work once (still pre alpha, remember)
Although the application is far from finished connecting to a VPN already works. I
Update:
Updated version now on the market: https://play.google.com/store/apps/details?id=de.blinkt.openvpn
Source Code: code.google.com/p/ics-openvpn/

Thank you for this application. Is it open source ? Do we have to install openvpn first ? Do we have to get tun working first ?
Thank you.
Sent from my GT-I9100 using XDA

Yes, it is open source. When the code is a little bit more polished I will publish the code. The VPNService is part of Android 4.0+, so nothing is required regarding tun. (On custom build ICS images thing might differ, but that is bug in the image)

Perfect. Thank you. I will try it and give you feed back.
Thank you.
Sent from my GT-I9100 using XDA

Excellent! I had almost given up hope on being able to (successfully) use OpenVPN on my Android device when I learned that ICS would make it easier. Thanks for taking the time to do this!

I have also created an OpenVpn application, mainly ported for Cyanogenmod 7, which retain almost all CM7 OpenVpn features. Sure, it is open source, check it:
http://forum.xda-developers.com/showthread.php?t=1591585

Too bad that the effort was made twice now :/ I did not know of your porting attempts. There was a discussion on the openvpn-devel mailing list a month before and nobody knew of any porting attempts.

I tried it and it is working great. Thank you very much.
Sent from my GT-I9100 using XDA

Tested against a Linksys E4200 with DD-WRT and works perfectly.
I need to reconfigure my server from SHA256 to SHA1 hash algorithm. It would be great if this can be configured in advanced options.
Thanks and keep the great work !!!

Sorry, that I respond so late. Thanks for the suggestion of hash algorithm. I will look into implementing a hash algorithm preference.

With latest version, using "--auth sha256" in advanced options, works perfectly.
Thanks.

How to use this onn ICS.....
Sent from my U20i using xda premium

kkkhattak said:
How to use this onn ICS.....
Sent from my U20i using xda premium
Click to expand...
Click to collapse
I do not understand your question. What do you want to know?

This question may be stupid, but when OpenVPN is connected, does all network traffic on the phone go through the VPN channel?
Sent from my Galaxy Nexus using Tapatalk 2

Depends how you set the routes. If you set default route on then all should go over the VPN channel. You can check the routes with show information from the log widow.

It took me a while to enable 'redirect gateway' and configure NAT on the Linux server side, but after that this app works great and all traffic are going through the VPN tunnel! Thanks a lot!
Sent from my Galaxy Nexus using Tapatalk 2

To the OP: which version of OpenVPN did you bundle in the app? Does it support IPv6?
Sent from my Galaxy Nexus using Tapatalk 2

2.3.0pre and it does support IPv6

Almost perfect app
Very helpful developer.
I like this program the best compared to the other one in here for ICS, as this one has more options, nicer layout, and is the only one working properly for me.
However I did have to put in my DNS settings automatically, but then everthing also worked correctly
Now I only miss a on/off widget, the app would be perfect!

Previous message from other thread: http://forum.xda-developers.com/showpost.php?p=27913407&postcount=67
Source: http://forum.xda-developers.com/showpost.php?p=27961894&postcount=69
plaisthos said:
You are posting in wrong thread. The right thread for the openvpn app from the market is http://forum.xda-developers.com/showthread.php?t=1591258.
But still:
What does "show connection information" show if you are connected? Which mobile phone are you using?
Click to expand...
Click to collapse
It shows that I've sent packets, but haven't received any. I'm on a Galaxy Nexus using CM9.
My guess is it's something on the server end that I need to configure... But I have no real experience with openVPN and have been just following guides I've found on the net. In my previous post is a picture of my server config in tomato, do you see anything wrong there? Or anything else I need to do somewhere else in the router?
edit: I even tried adding this to custom config on server side
Code:
push "redirect-gateway def1"
When I try to load a webpage all I see in the logs are stuff like:
P:WWrWrWrWr..........................WRwwrite to TUN/TAP: Invalid argument (code=22)

Related

[APP] MySQL Manager

I'm trying to get a feel for what kind of demand there is out there for a MySQL manager for Android.
Obviously there's only going to be a small niche of people who would want/use one, myself included, so I guess I wanted to get the feedback of the people on these forums to see what demand is like.
I'm currently building one that I plan to stick on the Android Market in the next week or so, and I'll let everyone who expresses interest know when that happens. The first version I put out will be a "lite" version. Features will include:
Create/Edit/Delete server/db credentials
View a list of all Tables, Views, and Stored Procedures in a db
View first 100 records of any Table or View
Drop Tables, Views, and Stored Procedures
Add/Edit Views
Add/Edit Stored Procedures
Run custom queries
If the demand and responses are good, I will completely re-do the UI, add some nice graphics, and put out a much more feature-rich version. Not going to waste my time to do that, though, if I don't feel there is enough need.
Thanks in advance to everyone who responds!
-teleknEsis
Any plan for SSL authentication like desktop client?
Sent from my Nexus One using XDA App
jameztcc said:
Any plan for SSL authentication like desktop client?
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
Probably will be in the full version
teleknEsis said:
Create/Edit/Delete server/db credentials
Run custom queries
Click to expand...
Click to collapse
I would definitely use this. Personally, running custom queries would be the only thing I would use it for tho (i'm a sql/command line ninja haha). Hard saying how often I would use it. Currently I just ssh into a nix box and use mysql client from there when I'm remote/without a laptop and need to fix something.
teleknEsis said:
Probably will be in the full version
Click to expand...
Click to collapse
Look forward to it. Thanks.
Sent from my Nexus One using XDA App
jameztcc said:
Look forward to it. Thanks.
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
I have released the initial version of my app on the market. Search for AndSQL.
Keep in mind, this is a very rough first version and is not intended to be complete with features. If response/feedback is good I will re-do UI, add graphics, and style it. Any feedback is greatly welcomed. Thanks!!
-teleknEsis
Can't find on the market, is there a download link?
Also, about "Run custom queries" is there the option to save/load the queries too?
I will appreciate that because i often run the same queries, so i save and load them when i need
__max__ said:
Can't find on the market, is there a download link?
Also, about "Run custom queries" is there the option to save/load the queries too?
I will appreciate that because i often run the same queries, so i save and load them when i need
Click to expand...
Click to collapse
As of right now there is not. This would be a feature I would definitely add if I decide to make a 'full' version. This was really more or less just a quick tool I made for myself to do quick db edits/checks on the fly when problems are reported. It has a ton of potential, I'm just not sure how large the demand is for a 'full' version of this.
My app targets 2.1 and up so not sure why you don't see it in the Market, but I'll go ahead and post it in the OP. Look for it there.
Ok, thanks for reply, it's quite useful already to do quick and emergency checks.
I'm on froyo now, so i should be able to find it in the market...
__max__ said:
Ok, thanks for reply, it's quite useful already to do quick and emergency checks.
I'm on froyo now, so i should be able to find it in the market...
Click to expand...
Click to collapse
Did you ever find it? I posted it in the first post in case you never did find it in the market.
got it from market , thanks!
Sent from my Nexus One using XDA App
Downloaded from here.
It seems to connect, at least i don't receive any error, but i don't see the tables/views/sproc, and if i try to run a query the result is empty..
Tried with 2 different db on 2 different servers.
Sent from my Nexus One using XDA App
__max__ said:
Downloaded from here.
It seems to connect, at least i don't receive any error, but i don't see the tables/views/sproc, and if i try to run a query the result is empty..
Tried with 2 different db on 2 different servers.
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
There's likely a bug in my connection error reporting. If you're not seeing any tables or views then there's probably something wrong w/ your connection settings.
Make sure your MySQL db is set to allow remote connections, and also verify that the port you specified is correct. Hope that helps
Im' pretty sure everything it's ok, from my home pc i can connect without any problem...
__max__ said:
Im' pretty sure everything it's ok, from my home pc i can connect without any problem...
Click to expand...
Click to collapse
Hmmm well works fine for me with several different MySQL db's on different servers, different hosting solutions. I'll make sure connection error reporting is working tonight and submit an updated app for you.
Thanks, i appreciate the effort
Sent from my Nexus One using XDA App
Great APP! Thanks for sharing and developing this app!
hi... anyone knows an app like MySQL Manager for windows mobile 6.5? thanks...

[APP][2.1+] Router Utilities

Router Utilities v1.3 New Version!! Fixed some bugs because of portforward.com changes.
This is an application with various utilities for routers.
currently It has the following features:
- ADSL maximum speed calculation.The application can estimate +-10% the maximum ADSL speed your router should have. This is based on an algorithm which uses also statistical data. You have to find from your router page the downstream attenuation (dB). Then you input this value (dB) you get the distance from DSLAM and the maximum speed you can get based on your line noise.
-Application ports. With this option you can see what is the default port for each application. This way you can manual configure the port forwarding into your router webpage.
-Documentation of port forwarding. With text and screen-shoots from the router web page.
-Default Router passwords.
I would like to thank portforward.com for giving me permission to use their data.
Please keep in mind that this application is for people who knows what to do with the data provided! If you cannot use the data or Do not know how... Please do not rate negative..
The Applications is with advertisements. Click the Advertisements to support me and portforward.com!
Thanks for downloading!
https://market.android.com/details?id=com.bestapps.adslspeed
Specific Application blog... Just for latest news and donation ...
http://routerutilities.blogspot.com/
New Version v1.1!!
Added portforward instructions and router default passwords..
Please see full description at post #1
...think i hit a bad luck here...I have the Samsung Galaxy S2 i9100 GT, but my Router Utilities-program can't read the info...i just get a page with lines (without data) in 'em
Will there be an update to this?
...nice app btw
Hello thanks for using
I have also gs2 and have no problem with it... I am using omega ics v9 but also with gb everythink was ok. Maybe you could try to clear data uninstall and install again.
Sent from my GT-I9100 using Tapatalk 2 Beta-5
Version 1.3
You can find the new version 1.3.
This version fixed some bugs because of some changes of portforward.com
Can I Create My Password For Our Router??
PIZZA PIZZA MO MITZA BANANA FANA CANNIBALISM!
XPARENT RED.. TAPATALK
Thanks. Gonna try this out.
Sent from my PG86100 using xda premium
Great job on that one!
Hello The application is just for informations!. It cannot crack passwords etc. It just shows the default passwords of your router.
Thank you all for your comments!!
jasonxD said:
Can I Create My Password For Our Router??
PIZZA PIZZA MO MITZA BANANA FANA CANNIBALISM!
XPARENT RED.. TAPATALK
Click to expand...
Click to collapse
I am sorry but you cannot create passwords... You just use this application to find what the router's default password is!
thanks
good thanx

[APP][2.2+] Portable Tool Kit | 1.2

Story:
I've been stuck plenty of time where I get pulled instantly to repair a computer and not having the tools/programs I need and stuck trying to download it on my phone to transfer it to the computer that's stuck in safemode without internet access. This is where this program came into play! Hope you guys enjoy!
If you run into any bug or F/C please email me [email protected] or tweet me @novaspirit2k thanks!
Portable Tool Kit on Google Play:
play.google.com/store/apps/details?id=com.novaspirit.portabletoolkit
Portable tool kit allows you to download PC programs ranging from spyware detection and removal to file recovery tools on your SD Card. Most of the application are portable which means no need to be installed to be used!
Scenario
Ever been stuck trying to fix a computer stuck in Safemode without network access to download the program you need to repair the PC. Download the programs you need with Portable tool kit and "Turn on USB Storage" to access it.
Features
*HTTP File server, transfer files wirelessly
*Download spyware detection removal programs along with definition updates!
*Portable applications, no need to install to be used!
What's in this version:
1.2 - complete overhaul!
*Rewrote 90% of application
*complete UI change
*added repair log function
*added http file server
*included more error handling
*now supports 4.0.3+
*use new directory /sdcard/portable_toolkit
1.1 - updates
*fix minor F/C issues
*added new backgrounds
1.0 - Initial Release.
Will try
Sent from my GT-S5570 using Tapatalk 2
Very nice, would have came in handy a few weeks ago. My laptops are beyond repair now .
Seems useful
Sent from my GT-I9100 using XDA Premium HD app
okmijnlp said:
Very nice, would have came in handy a few weeks ago. My laptops are beyond repair now .
Click to expand...
Click to collapse
Thanks, same for me. that's how this app came to be.
went to market and d/l v1.1.... did not work, won't find internet connection and does f/c if you tap on the " no applications found"
I'm guessing that doesn't support ics? if not, any plans for that in the future?
thanx,
Z.
(set up in sig)
zsibisi said:
went to market and d/l v1.1.... did not work, won't find internet connection and does f/c if you tap on the " no applications found"
I'm guessing that doesn't support ics? if not, any plans for that in the future?
thanx,
Z.
(set up in sig)
Click to expand...
Click to collapse
yes there will be ics support in the future. further more I am currently reconstructing a lot of the code to support ICS and HTTP file transfer for those who forgets to bring USB cable like me
version 1.2
the new version is up on android market now. version 1.2 a complete overhaul. recoded the entire project!
x3maniac said:
the new version is up on android market now. version 1.2 a complete overhaul. recoded the entire project!
Click to expand...
Click to collapse
Thanx for updating!! Looking forward to trying this out!
I also appreciate the rebuild for ICS as well. Will come in handy as I don't wish to d/grade back to gingerbread.
I do have a quick question, are you going to integrate any security tools? IE: wireless, lan, packet type stuff and what not... ? If so, that would be really great. But anyways, looking forward to trying this out and about to d/l the latest version now. Thanx again and your work is appreciated!
Z.
Thank you for updating the app and the prompt email response... Great app...
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
zsibisi said:
Thanx for updating!! Looking forward to trying this out!
I also appreciate the rebuild for ICS as well. Will come in handy as I don't wish to d/grade back to gingerbread.
I do have a quick question, are you going to integrate any security tools? IE: wireless, lan, packet type stuff and what not... ? If so, that would be really great. But anyways, looking forward to trying this out and about to d/l the latest version now. Thanx again and your work is appreciated!
Z.
Click to expand...
Click to collapse
yes, if you don't mind supplying me with some tool names, i'll also convert it to portable edition too. i know a few off hand like "wireshare / ettereal" "cain and able" don't know if that the name of that tool but i'll try to come up with some off hand. if your interested in stuff like that check out my USB Cleaver tool(in my sig).
Intellectua1 said:
Thank you for updating the app and the prompt email response... Great app...
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Click to expand...
Click to collapse
your welcome. i always think communication is key!
lemme try this ..

[APP] [18/01/2013] AirDroid 2 Beta

AirDroid already controls your phone from any web browser, but the latest version of the app offers more useful features, like a new "find my phone" service that pinpoints your device via GPS and complete remote control of your device's camera. :good::good: Plus, it no longer requires your phone be on the same network to connect to it.
AirDroid 2 is in private beta, but the developers dropped the invite-only requirement to download. Even though the app isn't up at Google Play, you can download the APK from the link below. If you don't have an AirDroid account, you'll be prompted to create one when you download and launch the app. The two major features: GPS location and camera control, both work seamlessly. :victory:
You have to have GPS on for the 'Find My Phone' feature to work accurately. You also no longer have to have your phone and your desktop on the same network to control it—if you pair your phone and browser by scanning a QR code, you can turn off Wi-Fi and still manage your device over 3G/4G. If you want to give it a try, hit the link below for a direct download.
DOWNLOAD:
mediafire.com/?8x34p362h756sfs
Install as normal APK
Very hesitate to download this.
alfiabraham said:
AirDroid already controls your phone from any web browser, but the latest version of the app offers more useful features, like a new "find my phone" service that pinpoints your device via GPS and complete remote control of your device's camera. :good::good: Plus, it no longer requires your phone be on the same network to connect to it.
AirDroid 2 is in private beta, but the developers dropped the invite-only requirement to download. Even though the app isn't up at Google Play, you can download the APK from the link below. If you don't have an AirDroid account, you'll be prompted to create one when you download and launch the app. The two major features: GPS location and camera control, both work seamlessly. :victory:
You have to have GPS on for the 'Find My Phone' feature to work accurately. You also no longer have to have your phone and your desktop on the same network to control it—if you pair your phone and browser by scanning a QR code, you can turn off Wi-Fi and still manage your device over 3G/4G. If you want to give it a try, hit the link below for a direct download.
DOWNLOAD:
mediafire.com/?8x34p362h756sfs
Install as normal APK
Click to expand...
Click to collapse
Yeah me too. It seems like it would be a great app, but I dont know if I trust that the dev wont have access to my phone as well since you dont have to be in the same network.
sracercelica said:
Yeah me too. It seems like it would be a great app, but I dont know if I trust that the dev wont have access to my phone as well since you dont have to be in the same network.
Click to expand...
Click to collapse
I meant I was hesitate to use the OP's link. I posted a link to the actual site. The company who makes this app has been around awhile.
..
spanthegnome said:
I meant I was hesitate to use the OP's link. I posted a link to the actual site. The company who makes this app has been around awhile.
Click to expand...
Click to collapse
i'm not posting this info just for you and I'm not bothered whether you are hesitant or not.. there are so many others on XDA
B1aze said:
Absolutely stay away from this. First post from this guy for a supposed "beta", go to the actual Airdroid website and there is no mention whatsoever of this "beta". Nice try, OP.
Click to expand...
Click to collapse
yeah even you made your first post someday remember? now what? this was a invite-only testing. so it's not available in play store or do you see any information on the website.
Since people are so anal about this but unable to do an ounce of research:
http://www.airdroid.com/invite/
http://www.androidpolice.com/2013/0...l-remote-camera-access-and-find-phone-in-tow/
Have fun.
i am having Force Close on this rom http://forum.xda-developers.com/showthread.php?t=2113140..any help would be greatly appreciated...
Nice, but connect from v2.airdroid.com to device is not work using 3g, but work using wifi,
galihsan said:
nice, but connect from v2.airdroid.com to device is not work using 3g, but work using wifi,
Click to expand...
Click to collapse
*cough* beta *cough*
xriderx66 said:
*cough* beta *cough*
Click to expand...
Click to collapse
yup, I know that, waiting for final release
This beta works like a charm.
I have a daily use
very good app to manage Android
Sent from my GT-I9001 using xda app-developers app
Does it support WhatsApp messages?
Verstuurd van mijn C6603 met Tapatalk
Nope it doesn't support whatsapp
Sent from my LT18i using xda app
well airdroid solution for lazy people like me to transfer using cable, using over the air...:good:
buptwugh said:
very good app to manage Android
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
Totally agree. :laugh:

[2013.04.12][4.0.3+] Hotspot Control v1.1

Hotspot Control is a tiny app that enables or disables Portable Hotspot functionality of Android. Usually you could just do this in Android settings, but on some devices this option is hidden, or only works if you have a SIM inserted.
Hotspot Control does away with those requirements, assuming that the hotspot functionality itself is actually still present and operational on the device. Rooting is *usually* not required.
THIS IS NOT DESIGNED TO BEAT YOUR CARRIER'S TETHERING PROTECTION - For some people it does (it depends on how that protection is implemented) but this is not what the app was made for. It's no use complaining that it doesn't do this for you. This app is designed to circumvent some issues when setting up a local hotspot so your devices can communicate with eachother, not with the internet (though that also works on several devices).
You can configure the access point (hotspot) name and password, encryption used is alway WPA2 AES + TKIP, to keep it simple.
On some devices that do not have a cellular data connection capability (like the Nexus 10) the hotspot will not give out IP addresses - the app will auto-detect this situation and fix it, but root is required for that option. Note that without root on these devices, the connected devices can still communicate if you configure their IP addresses manually, but that is something for the advanced user.
I personally need this to create a private network (even without a SIM, and thus without an actual internet connection) in the field between a number of my devices. Some genius at Samsung decided that my Note II shouldn't create an access point if no SIM is present - I beg to differ! Maybe someone else has use for this as well.
This is probably not useful for more than a handful of people, but still ... I had to build it for myself anyway, might as well share it !
Download from Google Play
REDISTRIBUTION IS *NOT* ALLOWED
Changelogs
2013.04.12 - v1.1
- Added (automatically detected) feature to fix the issue with some devices that do not have cellular data capability (like the Nexus 10) that they do not give out IP addresses. Unfortunately this does require root to fix.
--- another reserved post ---
Thanks a lot! It will come in handy sometime for sure!
Works well for now
Edit: when i type hotspot name it doubles the name and password.i mean when i set name xda for example it shows xdaxda
Sent from my INVERTED Tapatalk powered by AOKP
yurasts said:
Works well for now
Edit: when i type hotspot name it doubles the name and password.i mean when i set name xda for example it shows xdaxda
Sent from my INVERTED Tapatalk powered by AOKP
Click to expand...
Click to collapse
It's because xda is too short ... it actually says so. 8 characters minimum.
Chainfire said:
It's because xda is too short ... it actually says so. 8 characters minimum.
Click to expand...
Click to collapse
Ok thanks
Sent from my INVERTED Tapatalk powered by AOKP
You are a Genius! Im waiting this from some time and then now its here!
Thanks,will report asap.
This is awesome. Compatible handset list will be handy though
Really awesome.
Sent from my GT-N7000 using xda premium
Hi, anyone knows if this app enables wi-fi tethering for the Galaxy Note with Paranoidandroid rom?
Thanks
Inviato dal mio GT-N7000 con Tapatalk 2
A sideload version, please
Google Play says my International Note N7000 is "not compatible" and will not download the app to me. Please put up a sideload apk so we can at least give you feedback on what works, and what doesn't
Omg! Omg!! Omg!!!
I was looking for this kind of app for quite some time now.
It is exactly like WIFI DIRECT - but for the devices which don't have this option,
hotspot control is a god send one.
I'm able to connect/transfer files/use remote control on my android TV box (MINIX NEO X5) from GALAXY TAB 10.1.
All this "without router" + NO WIFI + NO INTERNET.
Fantastic job by CHAINFIRE.
Keep-up the good work.
Great service to android community.:laugh:
Tiny suggestion : Somewhere pl say that the NAME and password should be minimum of 8 characters and above.
If it is done already.... pl ignore
pathuri97 said:
I was looking for this kind of app for quite some time now.
It is exactly like WIFI DIRECT - but for the devices which don't have this option,
hotspot control is a god send one.
I'm able to connect/transfer files/use remote control on my android TV box (MINIX NEO X5) from GALAXY TAB 10.1.
All this "without router" + NO WIFI + NO INTERNET.
Fantastic job by CHAINFIRE.
Keep-up the good work.
Great service to android community.:laugh:
Tiny suggestion : Somewhere pl say that the NAME and password should be minimum of 8 characters and above.
If it is done already.... pl ignore
Click to expand...
Click to collapse
Why is everybody not seeing this ? I've gotten about 30 questions in total here, through PM, and through email, about the name and password of the hotspot - it says "8-32 ASCII characters" right on the button you click to modify the name, and "8-63 ASCII characters" right on the button you click to modify the password. It's going to be hard to make it any more clear than that !
trevmar said:
Google Play says my International Note N7000 is "not compatible" and will not download the app to me. Please put up a sideload apk so we can at least give you feedback on what works, and what doesn't
Click to expand...
Click to collapse
Attached to first post ...
Chainfire said:
Attached to first post ...
Click to expand...
Click to collapse
I tried to install on my German N7000 2.3.6 XXLA4 TW but received "Problem parsing the package." The apk looks intact when I examine it, no obvious file corruption. And, of course, 'unknown sources' is enabled. Is it perhaps not GingerBread compatible?
trevmar said:
I tried to install on my German N7000 2.3.6 XXLA4 TW but received "Problem parsing the package." The apk looks intact when I examine it, no obvious file corruption. And, of course, 'unknown sources' is enabled. Is it perhaps not GingerBread compatible?
Click to expand...
Click to collapse
Look at title 0_o
sony xperia ray
ics 4.0.4 rooted
stock rom
Works fine on Micromax-P275 tablet
Thanks a lot for the app. Its really nice. I could get wifi hotspot up and running on Micromax-P275 tablet without any difficulty.
I wanted to share my internet connection over the wifi hotspot but found that the routes were not getting set in the mobile. I am not sure where the problem lies. I had to run the following set of commands to get the desired routing done.
----------------
<pre>
#!/system/bin/sh
# script to enable internet sharing over wifi in micromax tablet.
# run this with root permission after starting the wifi "Hotspot Control" software.
echo 1 > /proc/sys/net/ipv4/ip_forward
/system/bin/iptables -F
/system/bin/iptables -F -t nat
/system/bin/iptables -I FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
/system/bin/iptables -I FORWARD -s 192.168.42.0/24 -j ACCEPT
/system/bin/iptables -P FORWARD DROP
/system/bin/iptables -t nat -I POSTROUTING -s 192.168.42.0/24 -j MASQUERADE
</pre>
-------------
Was the app supposed to allow sharing of the internet connection?
Chainfire said:
Why is everybody not seeing this ? I've gotten about 30 questions in total here, through PM, and through email, about the name and password of the hotspot - it says "8-32 ASCII characters" right on the button you click to modify the name, and "8-63 ASCII characters" right on the button you click to modify the password. It's going to be hard to make it any more clear than that !
Click to expand...
Click to collapse
i will confirm that it is very easy to see.
quick question, running cm which has the hot spot toggle, anyways im on tmo and use to get a screen on my chromebook that said i needed to get a tethering plan. i actually havent tethered in a while cuz of it. i just tried your app and i am able to connect my chromebook to my phones data. has something changed from tmo or is it your beautiful app? thanks.
Pielvrx said:
i will confirm that it is very easy to see.
quick question, running cm which has the hot spot toggle, anyways im on tmo and use to get a screen on my chromebook that said i needed to get a tethering plan. i actually havent tethered in a while cuz of it. i just tried your app and i am able to connect my chromebook to my phones data. has something changed from tmo or is it your beautiful app? thanks.
Click to expand...
Click to collapse
I can't speak for this cool app, but on CM and AOKP (ASOP roms) tethering was not initially functional on Jelly Bean 10.1 . This now has been fixed on most AOSP 10.1 roms. So it could be that or both.

Categories

Resources