[Completed] Use WiFi as phone Hotspot (not data)? - XDA Assist

Hello, im just wondering if there is an app for Root or NonRoot devices where I could use the available WiFi and transmit it out of the phone like a Mobile Network Hotspot?
The purpose of this is because I cannot connect my New 3DS to my collages WiFi as it required an Identity, Anonymus Identity, and a Password, Im only able to type in the Password but nothing else and that doesnt work. I could use my phones hotspot but I only get 1GB of data per month, so i don't want to waste it.
Long story short/In other words, is there a way i can use my phone as a Hotspot/WiFi but use the WiFi Network it is connected to instead of the cellphone data.
Similar on how you can use a Laptop as a Hotspot with its own Password aside from the Network one.

Hi!
I'm not having luck searching on this issue, since every result involves data. You will need to ask about that here,
http://forum.xda-developers.com/android/help
Good luck!

Related

[Q] Logging Hotspot connections. Wardriving.

So here's the deal... The circumstances don't really matter that much, but I recently had an iPod (5th gen running IOS7) stolen from me. iCloud location services have not been able to locate it or put it in lost mode because it hasn't connected to a wi-fi node for iCloud to tell it to do so. The device does have a passcode lock on it, and it requires my AppleID login to perform most tasks.
I had some pretty important data on there that hadn't yet Sync'ed to iCloud and without the device is unrecoverable, that and I just want the damn device back anyhow. I've worked out a rough plan on locating this thing...
My iPod is set to only connect automatically to my home network. Now that I've lost it, this seems like it was a terrible idea. The plan is to go "wardriving" using my phone (Samsung Galaxy Note II on T-Mobile running 4.1.2) as a clone for my home router. I've set it up with the same information (SSID, WPA key, broadcast channel, etc) as my router. I unplugged the router and everything in the house reconnected to my phone, so I know my plan will work assuming I can get in range of my device and it isn't dead.
My QUESTION is this:
Is there any way I can get logs of any attempted connections to my phone? I'd like to be able to record connection attempts and have it pull the GPS location data and store it alongside the connection info if possible... but as I'm not a dev or really skilled in coding, I have no idea how to accomplish this. I would like to have this information to provide police in the event that I'm able to get a rough location on the device.

[Q] WiFi Direct question for noob

Hi All
I have an app idea for transferring data using Wifi Direct but I actually don't know if it's feasible because the data should be transferred automatically without the need for a user to accept or authenticate the connection. Essentially it would be up to the app to take care of that.
Is that possible?
A couple of other questions:
1. would Wifi Direct be able to work on a mobile device if WiFi was also switched on?
2. would it be constantly scanning for other Wifi Direct devices if switched on?
Thanks in advance for your help.
(If this would be better placed in another forum/subforum please let me know.)

Galaxy S6 Wifi Hotspot cant be found on other devices

Hello everyone,
Longtime Samsung user here and believer in unlocked phones. Recently purchased an unlocked Galaxy S6 to use on Tmobile. I have it setup and working (data, wifi, and calling works flawlessly). However I've encountered an odd issue, I can start the Wifi hotspot, however no other devices can see the SSID being broadcast to connect to the network.
I did several hours of research, even found this thread: http://forum.xda-developers.com/gal...e-hotspot-active-connect-wi-fi-t3098933/page2 ; which pointed me to a couple of solutions I tried:
Enable/disable Wifi power saving
Make sure only approved devices isn't checked
Manually select a Wifi channel (tried auto and manually selecting channels to no avail).
The phone allows me to activate the tethering, and I do have a Tmobile plan that allows tethering, I just can't find the phones SSID on any other device during the wifi network scan (tried multiple other phones/tablets/computers).
This functionality allows me to work remotely on the road, so I would greatly appreciate any suggestions you all may have. Unfortunately due to the BYOD policies in place at my organization (and the root check in place in our apps) rooting is not a problem.
I am open to a third party tethering solution if one exists for this phone on T-mobile. Haven't been part of that scene in some time, so I'm unsure what apps are reputable, so any recommendations there are appreciated.
Wanted to add that the phone was purchased new from Amazon and has android version 5.1.1

Unlimited Tethering LG V10 Tmobile H901

So i've been a user of xda for quite sometime, however i never really contributed before so i'd like to share my latest discoveries and hopefully i can help someone in the future.
(Please note this is for intermediate users i will not be going into full details. Feel free to google any keywords here for further information)
Please note this will erase your device!
Disclaimer: I am not responsible for anything you do to your device ie: damages. Proceed at your own risk
This is a tutorial on how to get unlimited tethering on an LG V10 Tmobile
First you will need to unlock bootloader and get TWRP so you can flash SuperSU and get root.
I used a combination of these two guides. DOTtech i just used to get LGUP. I do not believe the .kdz (refurbish) step is necessary.
https://dottech.org/198032/how-to-root-lg-v10-t-mobile-h901-on-android-6-0-marshmallow/
http://forum.xda-developers.com/tmobile-lg-v10/general/root-android-6-0-h901-t3382819
make sure you use this .tot file from xda (most updated, July) link
once you have flashed the tot file. make sure you download supersu and save it on your phone. Link Here .You will need to boot into recovery mode. The best way i found to boot into recovery mode is to use "adb reboot recovery" command via adb command terminal. For help on setting up adb, usb debugging, and oem unlock. follow the youtube video below. Do not follow his recovery flash steps. (That is Outdated!). once you have adb set up, phone on, open a terminal, navigate to your adb folder and run the "adb reboot recovery" command. Phone will boot into TWRP. Find your SuperSU file. Flash it. You are now rooted!
https://www.youtube.com/watch?v=PPLwFGxLQA4
once you have root....
you will need wifi tether router from fabio grasso. Buy it. best money ever spent.
next you will need to edit your build prop.
download es file explorer. build prop is just a text file. enable root explorer in es file explorer. navigate to your root folder/system.
under system you will find build.prop. open with es text editor. at the end of the text file insert
net.tethering.noprovisioning=true
hit back. and it will ask you to save. save it!
This will allow our wifi tether router app to work properly.
reboot your phone.
open your wifi tether router app. The most important setting here is under method. Use Native! This will tell wifi tether router to port it's connection through your native hotspot app.
You should now be ready to go.
Now, how do we prevent Tmobile from noticing our traffic is being tethered?
We need to change a few settings on our computers. You will want to change your defaultTTL to 65 (decimal) on all your PCs.
For details on that follow this youtube video
https://www.youtube.com/watch?v=PZOqm98kzIU
for windows 10 its a little bit different. Use this command in a terminal.
netsh int ipv4 set glob defaultcurhoplimit=65
This should prevent Tmobile from noticing and counting your hotspot data.
If i missed anything, please feel free to message me along with any other questions.
Cheers!
Hi,
What are your setup parameters for Wi-Fi Tether?
Sent from my LG-H901 using XDA-Developers mobile app
Encryption wpa2-psk
wifi channel 1
interface wlan0
method 4 -native tether
auto disconnect wifi when start tethering (check)
wifi scanning autodisabler (check)
i also root disabled all tmobile apps especially com.tmobile.pr.adapt
Good Luck!
When was the last time you've checked your usage? I'm using a vpn (in addition to build.prop and settings.db "hacks") as well, so not sure how they see it now. I'll change my TTL on the pc as next precaution. Vpn used to be the bullet proof method, but they're getting sneakier.
RussianBear said:
When was the last time you've checked your usage? I'm using a vpn (in addition to build.prop and settings.db "hacks") as well, so not sure how they see it now. I'll change my TTL on the pc as next precaution. Vpn used to be the bullet proof method, but they're getting sneakier.
Click to expand...
Click to collapse
My apologies to everyone, i guess my post was a little premature. I just got the text message today saying i've used 80% of my mobile hotspot. RussianBear, i am interested in your settings.db hack. What is the purpose of that hack, and also what vpn do you use?
The TTL was a game changer for me with my S5. The problem i am running into with the LG V10 is that in the wifi tether router app, the hostapd method would not work anymore. I "enable wifi router" and i can't see my hotspot.
Russianbear, how far along have you gotten with this. Maybe we can help each other. Can you see your hotspot via wifi tether router? What are your wifi tether router settings? The only way i was able to activate it was with the Native method, however i believe the native hotspot embedded with the phone sends packets to tmobile.
I was wondering also if a custom rom can help me in this situation. It seems as though the native hotspot does not allow third party apps like "wifi tether router" to activate the hotspot. Can anyone recommend a good stable custom rom that can help me accomplish this?
Cheers!
jontav said:
My apologies to everyone, i guess my post was a little premature. I just got the text message today saying i've used 80% of my mobile hotspot. RussianBear, i am interested in your settings.db hack. What is the purpose of that hack, and also what vpn do you use?
The TTL was a game changer for me with my S5. The problem i am running into with the LG V10 is that in the wifi tether router app, the hostapd method would not work anymore. I "enable wifi router" and i can't see my hotspot.
Russianbear, how far along have you gotten with this. Maybe we can help each other. Can you see your hotspot via wifi tether router? What are your wifi tether router settings? The only way i was able to activate it was with the Native method, however i believe the native hotspot embedded with the phone sends packets to tmobile.
I was wondering also if a custom rom can help me in this situation. It seems as though the native hotspot does not allow third party apps like "wifi tether router" to activate the hotspot. Can anyone recommend a good stable custom rom that can help me accomplish this?
Cheers!
Click to expand...
Click to collapse
I'm using private internet access vpn. Not currently using any play store apps, just my native usb/wi-fi tether, but it looks like they upped their game this month, as I've already ran out of hotspot data lol
The settings db "hack" was forcing zero flag inside a settings database. In MM it was moved to this location:
/data/system/users/userid/settings_[system|global|secure].xml"
On V10 it's under global.xml - search for tether_dun and make sure that's 0.
You can also try using adb or terminal emulator and execute commands found here:
https://pmf.silvrback.com/fixing-tethering-on-android-kitkat
I'm using the same settings but my usage keeps going up
Sent from my LG-H901 using XDA-Developers mobile app
I have to find a way to get wifi tether router working on this phone. Wifi tether plus DefaultTTL will fix this. If anybody tries wifi tether and gets it to work with LG V10 please let me know. Maybe its my phone. I did use the .tot file in this thread
http://forum.xda-developers.com/tmobile-lg-v10/general/root-android-6-0-h901-t3382819
I'm thinking maybe that might have corrupted something and is not letting me activate my hotspot via wifi tether router.
Looks like adjusting ttl has worked for now.
RussianBear said:
Looks like adjusting ttl has worked for now.
Click to expand...
Click to collapse
Can you please explain where and how you did this?
I'll try this, but dont think it will work. I've used Wifi Tether Router alot before, but that was before Tmo started cracking down on heavy tether users not too long ago. Now if I try to use it, they always notice quickly. I also did the no provisioning trick but same results. I created a new APN with a guide I found, same thing. I didnt change any values on my other devices' end. I've heard it helps if you use a different DNS server but dont know for sure. It may also help if you use a different user agent.
I do believe the days of unlimited tethering with Tmo are over, I've tried lots of tricks but didnt get far.
luckydog98 said:
Can you please explain where and how you did this?
Click to expand...
Click to collapse
use the video from the op above.
AnonVendetta said:
I'll try this, but dont think it will work. I've used Wifi Tether Router alot before, but that was before Tmo started cracking down on heavy tether users not too long ago. Now if I try to use it, they always notice quickly. I also did the no provisioning trick but same results. I created a new APN with a guide I found, same thing. I didnt change any values on my other devices' end. I've heard it helps if you use a different DNS server but dont know for sure. It may also help if you use a different user agent.
I do believe the days of unlimited tethering with Tmo are over, I've tried lots of tricks but didnt get far.
Click to expand...
Click to collapse
Invest into a good vpn service.
@RussianBear: I actually use a VPN on my phone most of the time. However, by default, Android wont direct tethering to a VPN. I found a guide awhile back that shows how to use terminal commands to forcibly route through a VPN, it worked for quite awhile, but Tmo caught on eventually. I made sure the VPN and my script were already running before activating tethering. A VPN is supposed to be encrypted, so how they detected ne is beyond me. I guess they saw the sheer amount of data I was using and suspected tethering (over 500GB in one month, at the highest point).
AnonVendetta said:
@RussianBear: I actually use a VPN on my phone most of the time. However, by default, Android wont direct tethering to a VPN. I found a guide awhile back that shows how to use terminal commands to forcibly route through a VPN, it worked for quite awhile, but Tmo caught on eventually. I made sure the VPN and my script were already running before activating tethering. A VPN is supposed to be encrypted, so how they detected ne is beyond me. I guess they saw the sheer amount of data I was using and suspected tethering (over 500GB in one month, at the highest point).
Click to expand...
Click to collapse
Can you not enable vpn on the clients instead? I have my asus router set up with my vpn settings, so anything connecting to it automatically gets passed thru the vpn ip instead. Lower your ttl on desktop/laptop, do the build.prop entry, set ipv to 4 in settings, and set tether dun to 0 in settings.xml (I made a script for that). You should be to go with your vpn then.
Honestly I see almost no point in having unlimited tethering since your data is slowed down around 26gbs. I'm fine with the 7gb I have rn. If I were to make use of unlimited tethering, I'd need truly unlimited since I do very heavy usage on any of my computer's. Usually 700-900 GB a month(and that's only download. Upload is around 200gb a month). Used to have an at&t business hotspot that I paid $125/month and used 300 or so GB a month for three months with no slow downs on it.
xBØYxTØYx said:
Honestly I see almost no point in having unlimited tethering since your data is slowed down around 26gbs. I'm fine with the 7gb I have rn. If I were to make use of unlimited tethering, I'd need truly unlimited since I do very heavy usage on any of my computer's. Usually 700-900 GB a month(and that's only download. Upload is around 200gb a month). Used to have an at&t business hotspot that I paid $125/month and used 300 or so GB a month for three months with no slow downs on it.
Click to expand...
Click to collapse
Gotta pay to play. They "prioritize" your after 26, so it's not like it'll be slow 24/7. Annoying, sure. However, I haven't had home internet going on two years now. Worth it to me, based on my usage. With this tmo one stuff, they offer unlimited tethering, but of course, your primary usage has to be from your phone...
The victory was only half-way declared... They somehow know when device(s) that connect to my router are tethered. Router is setup with an openvpn configuration and connects to the vpn server automatically. All IPs check out, as well as ttl values, but they're still able to tell. One thing that was strange was if I did not enable vpn thru the router, but instead thru the client, the speeds remained constant - undetected. This is fine and dandy, but I'd lose my chromecast functionality this way... If things get rough and I can't finger this one out, I might hop onto to their unlimited everything for $95/month instead of the simple choice one I got now.
RussianBear said:
use the video from the op above..
Invest into a good vpn service.
Click to expand...
Click to collapse
If you have good home internet with VPN supported router, you can run VPN through your home
mingkee said:
If you have good home internet with VPN supported router, you can run VPN through your home
Click to expand...
Click to collapse
Yes, but somehow they can tell...even with a vpn setup thru a router.
RussianBear said:
Yes, but somehow they can tell...even with a vpn setup thru a router.
Click to expand...
Click to collapse
They can tell tho the t mobile app the one the shows your data you have to delete it and delete this the one that has the red # by it, that how they track you and can see everything on your phone and know it you have root or not and anything you do on your phone .

Share wifi over mobile data?

Hello. I have this weird problem. I have an app that does not work over wifi (it's coded, everything's normal). But in a weird situation that I am in, I need it to use it via wifi. So is there a way to somehow trick my phone into thinking that it's using LTE connection, when it's actually connected to my home router wifi?
The problem is.. Phone is not rooted and cannot be.
The approach I'm thinking of: using another phone (that I could root) to somehow reverse mobile data connection in order to create LTE/3G hotspot that shares... wifi. But whenever I google a solution for this, I always find myself finding tutorials that show how to share mobile data over wifi (so.. the opposite of what I need). But I wonder if that's even possible.
I heard about femtocells, but I was trying to avoid spending money on hardware that's going to be used once.
Also, I spent a whole day trying to use an emulator that would allow to spoof mobile connection. Apparently, application creator has blocked the ability to run application via emulator. So unless someone knows how to go around this little situation, this way doesn't work.

Categories

Resources