General :: Enable WiFi Tethering If Not In ROM / Android 4.1.1
Mar 24, 2013
I have PIPO M8 3G tablet running on Android 4.1.1, the problem is that Tethering and Portable hotspot are missing from the menu.
Is there any way to enable tethering if it's not in the ROM?
The device is ROOTED.It also cannot make phone calls and send SMS is there a way to enable them too?
View 2 Replies
Aug 20, 2010
Is there a way to enable or disable tethering (USB or wifi) on an android phone programmatically? Perhaps an API in android SDK or NDK or any even non-UI command to do that.
View 1 Replies
View Related
Aug 1, 2010
I am rooted running froyo. I cannot figure out how to enable the wifi tethering. Can someone run me through this step by step. I have the wifi widget loaded onto my phone but cannot figure it out from there. Is there something I have to do to my laptop. Please run the step as if you were teaching a 3 year old.
View 1 Replies
View Related
Jun 17, 2010
I am wanting to programmaticaly set the state of the enable flag for WiFi Hotspot Tethering in Froyo. Something like this:
boolean isEnabled = Settings.System.getInt(context.getContentResolver(),
Settings.System.SOME_WIFI_TETHER_FLAG, 0) == 1;
// toggle HOTSPOT mode
Settings.System.putInt(context.getContentResolver(),
Settings.System.SOME_WIFI_TETHER_FLAG_ON, isEnabled ? 0 : 1);
// Post an intent to reload
Intent intent = new Intent(Intent.SOME_WIFI_TETHER_FLAG_CHANGED);
intent.putExtra("state", !isEnabled);
sendBroadcast(intent);
Is there a programmatic flag for turning off wifi hotspot mode in 2.2 from Settings.System class?
View 3 Replies
View Related
Aug 23, 2010
Can it be done? Obviously Verizon and Motorola have disabled it because they want us to pay $20/month for the Verizon app. Yeah, sure Verizon. Anyways, if it requires a custom ROM to enable, then we're SOL until someone breaks the bootloader encryption or we have to use the free WiFi Tether for Root Users app which only supports Ad-hoc mode and WEP encryption, which basically is the same as no encryption really.
View 8 Replies
View Related
Aug 9, 2013
I have Pantech Flex P8010. I was rooted on ICS 4.0.4 and then I installed Jelly Bean Update by restoring rooted backup of Jelly Bean 4.1.2 uploaded by Zapper_Master.
After Jelly Bean I got smooth working phone. But, as other I had same issue of Wifi not working and automatic 2x Reboots after atleast gap of 6-7 hours. (I was knowing it before I installed update as others who updated by restoring zip also faced same issue. But, It was ok for me as I like Jelly Bean the most.)
But, there was way to enable native wifi tethering on this lovely phone on ICS. [URL] ......
And I followed same steps (After Installing SQLite Editor, I just backed up database & changed value from settings.db secure table on actual database.)
Line 1. softap_free_supported
Line 2. softap_entitlement_interval
Change Line 1′s value to 1 in the SQL editor. Change Line 2′s value to 0 in the SQL editor save and close or just close depending on the editor.
SUPPER IMPORTANT if the file permissions on settings.db are not rw-rw-rw make them so in your file explorer.
There was a risk of bricking phone as there is no recovery available for Jelly Bean.
I just wanted to let others know that above method also works on Jelly Bean. But, USE AT YOUR OWN RISK! I will not be responsible if anything goes wrong & you brick your lovely flex.
View 3 Replies
View Related
Nov 5, 2012
Earlier i used Apple Iphone 3Gs , but now shifted to HTC One S
Problem i am facing is , i can't connect wifi from laptop to HTC one S through connectify
Through connectify,wifi sharing is available for other laptops and iphone , but it is not working for HTC one S
As some one posted in other thread http:[url]...that we can see 3 options, but only 2 options are displaying in my connectify... i dont have wifi access point in the advance option...only ad hoc
I am working on Panasonic CF 29 laptop , Windows 7 Ultimate32 bit OS with Intel Pro/Wireless 220BG network Connection 9.1.1.15 version..
I tried Update Driver , it is saying as uptodate... but still the problem exists , i cant connect wifi and also Hosted Network is showing No (while i run a command in cmd prompt)
and one more thing while i used mhotspot also no use it is saying as the group or resource is not in the correct state to perform. enable wifi to my HTC one S android mobile also....
View 2 Replies
View Related
Nov 15, 2012
Download a terminal client, e.g. ConnectBot and connect to your local shell.Enter `su` to become root. (Double check with whoami afterwards). Enable wifi tethering and ensure your data connection is working (connect to VPN)
Run `netcfg` and note your interface names (typically tun0 and wlan0 (ignore m.wlan0 or similar, only take the one with a real mac address), as is on my SGSII)..Double check the subnet for your wlan0 device and enter the following commands:
iptables -A POSTROUTING -s 192.168.43.0/24 -j MASQUERADE -t nat
(setup a postrouting entry for the tethered devices subnet, implementing NAT)
iptables -A FORWARD -j ACCEPT -i wlan0 -o tun0
forward packets from tethered devices across the tunnel
iptables -A FORWARD -j ACCEPT -i tun0 -o wlan0
forward packets from the tunnel to the tethered devices
Note, because you are using NAT, you will need to configure port forwards on your Android device to be able to run servers etc on tethered devices. Unlikely you'll need to worry about that though. Feedback if it worked or not. Posting this now from my home IP, OpenVPN for Android and these iptable rules!
View 2 Replies
View Related
Dec 24, 2012
I want to host an INFRASTRUCTURE (not AD-HOC), otherwise known as a SoftAP (Access point) on wifi. This is possible with many applications, but they all want to use a mobile data connection. Is there any application that allows you to host a SoftAP WITHOUT a 2G/3G/4G connection? This is just for playing over WIFI between a samsung galaxy s3 and an older android 2.1 tablet. These cannot see AdHoc networks.
Anyways, I'm interested in any application that allows hosting of an infrastructure WiFi network without tethering to just host a wireless lan point.
View 2 Replies
View Related
Feb 8, 2013
I am running on Android 4.0.4. Is there a way to activate Reverse USB tethering and WiFi hotspot at the same time? I want to give internet from my PC to phone, via usb internet. Then give internet to my friends via Android Wi-Fi hotspot
View 1 Replies
View Related
Dec 21, 2012
I only have Internet via wifi.
Is there a way to tether the wifi i have on the Phone via USB to my PC?
View 2 Replies
View Related
May 24, 2012
is there a way to Tether pc internet on android phone using usb and then use the phone as a wifi router or hotspot.
View 4 Replies
View Related
Sep 29, 2013
Is there an app that lets me automatically turn on wifi when I try to connect to the Internet and after a while not using it to disable it? I really need that because I hate toggling wifi and sometimes my sister doesn't disable it and my battery is drained
View 6 Replies
View Related
Apr 25, 2014
i have recently upgrade my ace 2 to CM11 mahdirom, previously i installed the CM11 maclaw release. when i turn on the wifi tethering, the icon showed up, but i cannot detect my SSID on my laptop and my tab.
View 4 Replies
View Related
Jan 30, 2014
I have installed Desktop Notifications and Pushbullet. Both apps require me to enable them in the Notification Mirroring Service. To do that it always takes me wifi to switch the wifi on.I don't have wifi, I have 3G. How do I enable the service without wifi?
View 3 Replies
View Related
Apr 18, 2012
I'm trying to enable the active scanning mode on my HTC Desire but still got no luck. I've forced Android and wpa supplicant to go in to active mode. I've retraced this and the forcing works but when wpa supplicant tries to set the driver in active mode it always got set in passive mode and I can't force it in to active mode.
Any way to force an android device to scan active for wifi networks? It doesn't mind if It's on another device. I'm desperate to get it to work.
And I know it's not power efficient but that's not the goal. The only goal is to scan as fast as possible. Scanning in active mode should make this possible.
View 1 Replies
View Related
Mar 4, 2013
In my apartment, the router is in another room, and it'd be a massive, ugly-looking to run a 100-foot wire from my room to out there. As a result, I've been using wireless routers for my internet, and they haven't been working for crap. I can tether my 4G LTE to my PC and use my Droid internet just fine, but I don't want to do that because of the data cap. I want to tether my Droid and have it connect to my home internet, basically using it as a wireless router to access my home connection, not the Verizon network, and share it with my PC.
But if you turn tethering on, it turns Wi-Fi off. What gives? Is there a way to tether my Droid without disabling Wi-Fi so I can use my tethered Droid to pick up my home wireless connection, so I don't have to worry about exceeding the data cap?
View 2 Replies
View Related
Dec 3, 2013
When turning on Wifi tethering I get a "Error" and it won't turn on. After that error it is not even possible to turn Wifi on.
Android verson: 4.4 Kitkat (KRT16S)
From logcat:
D/Tethering( 598): sendTetherStateChangedBroadcast 1, 0, 0
D/Tethering( 598): InitialState.processMessage what=4
D/Finsky ( 4959): [1] GmsCoreHelper.cleanupNlp: result=false type=4
D/BluetoothAdapter( 2442): 1107936488: getState() : mService = null. Returning STATE_OFF
D/SoftapController( 172): Softap fwReload - Ok
D/Tethering( 598): sendTetherStateChangedBroadcast 0, 0, 0
D/BluetoothAdapter( 2442): 1107936488: getState() : mService = null. Returning STATE_OFF
E/NetdConnector( 598): NDC Command {64 softap fwreload wlan0 AP} took too long (890ms)
E/SoftapController( 172): Cannot update "/data/misc/wifi/hostapd.conf": Permission denied
E/WifiStateMachine( 598): Exception in softap re-start java.lang.IllegalStateException: command '67 softap set wlan0 AndroidA broadcast 6 open [scrubbed]' failed with '400 67 SoftAP command has failed'
E/NetdConnector( 598): NDC Command {65 bandwidth gettetherstats} took too long (891ms)
View 2 Replies
View Related
Jan 21, 2012
Which WiFi dongle will work for Reverse tethering so that my PC internet can be access my by Phone via Wifi dongle.
Any specification that it must have or anything that i must keep in mind when i pic one or should i it better to go for Wifi router ?? I will prefer external wifi dongle. My Android Phone is not Rooted .
I am using Galaxy Ace (not Rooted).
Android 2.3
with Windows XP SP3.
View 1 Replies
View Related
Aug 21, 2013
I moved from Galaxy S4 to Galaxy Note 2.
Everytime I take a new phone, during initial setup it gives me to restore my settings from Google which when I enable I get all my saved wifi-access points.
This time however by mistake I didn't allow Google to restore that data in my Note 2 so now I haven't got any saved WiFi passwords.
I had backup of all user and system data from S4 via titanium backup and I tried to restore WiFi access points in Note2 which wont work (maybe compatibility or something, I don't know)
how can i re-enable or force a re-sync that Google to restore my WiFi access points to my mobile or what can i do to get all my saved WiFi profiles back.
View 5 Replies
View Related
Mar 1, 2014
I bought xolo q1100.... 1.4ghz snapdrogon ....720 ips hd display....... but there is no option for wifi direct.....
How could i find wifi direct application ????
View 2 Replies
View Related
Feb 16, 2012
I have a Motorola MZ604, wifi only, with Android 4.0.3 from Team EOS XOOM ICS 4.0.3 Wingray MZ604 NIGHTLIES, build 57.
I want to connect it to an Adhoc WiFi port from my mobile phone: Hotspot (Nokia N9), but the XOOM can not find it. But with my laptop, I can connect it very easy.
I listen about, and suggest to install the zip file: wpa_supplicant, at:
[URL]
Probably it works for older version of Android 3, but I tried once, and it did not work, and also I have to reinstall the Nightlies again.Any verified file and way to do it?
View 1 Replies
View Related
Jan 10, 2012
I have been looking for an application which is a more powerful version of the WiFi Tethering already included in a phone.
I have been looking for an application on Xda, Google, and the Marketplace but none I have found provides me with the ability to see individual users (or Mac addresses) data usage.
First a little background on what I am trying to achieve.I regularly provide a WiFi router for people with IPods and devices with wireless but no internet connection who need internet access to update games / browse the internet, and whilst my FUP at 500mb is quite low, I rarely use more than 20mb in a month so it doesn't bother me as beyond 500mb the connection is just limited to text and images (downloads and internet streaming are disabled after 500mb) which is all that I need.
However when my FUP has been exceeded alot of devices cant do the small updates this is no good when games or apps require it (as I have seen a couple even stop working till updates are completed) due to the connection being restricted. I have usually tracked it down to an over enthusiastic user who is watching videos on youtube, which has wiped out 100mb of my usage within 2 minutes on one occasion.
I am running both Android and Windows Mobile on my HD2, Whilst the built in "Portable Hotspot" of Android is good as it lets me restrict the number of users and see the Mac address of connected clients, it doesnt let me monitor their usage and then let me disconnect individual users them from the connection.Whilst im sure there is apps for overall phone usage I am looking to monitor the individual devices usage as with 3-5 devices it is hard to distinct between legitimate usage and constant heavy usage.
Is there any Wifi Tethering app to let me do this?
To summarize:
Wifi Tethering App
Android / Windows Mobile
Shows Client Usage
MAC filtering (or alternatives which allow individual devices to be disconnected)
View 2 Replies
View Related
Jan 10, 2013
I've had a Galaxy Tab for 2 years, and used it, very successfully, as a wifi hotspot from May until July this year, when my laptop was suddenly not able to connect to the internet via the hotspot. It connected just fine to the Tab, and has no problems on my home wifi. The Tab was still able to connect to the internet normally, with no apparent problems.
I fiddled about a bit and thought perhaps it was a hardware problem, so bought a seconhand Nexus S. That has been working fine until yesterday, when the exact same thing has happened - the laptop can connect fine to the Nexus, but says there is no internet connection. The Nexus itself is connecting just fine.
I'm in the UK - my carrier is Three (Hutchinson).
View 3 Replies
View Related
Aug 31, 2013
Got a Samsung Galaxy Nexus that I continually use for Wifi Tethering. The only problem is that it tends to run hot and sometimes reboot since it's continually being used. Is there a way I can fix it with an app? Or is there a cooling dock I can use (like Laptops use)?
View 5 Replies
View Related
Apr 4, 2013
I have samsung android phone which can be used as wifi hotspot. My question is can I use my laptop internet on android phone by connection laptop to android phone hotspot as phone is unable to connect adhoc network.
View 1 Replies
View Related
Jan 5, 2010
Does anyone know if there's an app to automatically change the WIFI state (on/off) based on whether the power is plugged in? I'd like to set mine up to turn on wifi whenever I'm plugged in to a power source.
View 2 Replies
View Related
Aug 15, 2010
idk what those 2 things are, it looks useful but i dont understand what is used for and how.
View 2 Replies
View Related
May 29, 2009
How do I enable/disable GPS and Wifi providers? I check to see if they are enabled by using this code:
locationManager.isProviderEnabled("gps") locationManager.isProviderEnabled("network")
If both are false, I'd like to turn enable the GPS provider and/or the Network provider so that the above checks would return true. Is this possible? If so, what permissions does it require?
View 5 Replies
View Related
Aug 8, 2010
I am new to the whole android OS and looking to join in very soon. The feature I am mostly interested in is WiFi tethering. I would like you guys to suggest to me the cheapest handset that I can accomplish such a feature with? Whether the phone comes with the application to do it or it can be done via alternate methods [root].
View 5 Replies
View Related