top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to convert Android phone to WiFi repeater?

0 votes
657 views

I want to convert my android phone to a wifi repeater programatically and without rooting the phone. Can anyone help me with this?

Any help would be great (not looking for manual change of phone to HotSpot, or adding network but to do it programatically)

posted Jul 14, 2014 by Rameshwar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+1 vote

It requires changes in a WiFi stack and also depends on a hardware, because different hardware uses different WiFi stacks. So I think it's not possible.

There is some solutions that can build mesh network by android phone, f.e. The SPAN Project. But it requires root on android phone and of course not all devices are supported by this solution.

answer Jul 14, 2014 by Dewang Chaudhary
0 votes

The main problem here is to make multi-hop connecivity. It could be possible if Android has supported WiFi Ad-Hoc mode. But Android doesn't support Ad-Hoc natively and default supported WiFi modes (client (STA), WiFi Direct), can't do this.

answer Jul 14, 2014 by Vijay Shukla
Similar Questions
0 votes

There are two connection, ethernet and WiFi. Ethernet has higher priority than wifi, so connectivity service tears down the lower priority connection. The result is in wifi setting UI, the wifi shows "on", but no APs can be shown and mirracast also can not be used, as both wifi and p2p interface are disabled.

Are there some ways to keep both ethernet and wifi connection?

+3 votes

I have Ubuntu 12.04 and I can connect to my Android device via USB. I installed MTP support and it works fine, as it seems.

Also, my Ubuntu computer and the Android device is connected to the Internet via WiFi. Is there an easy way to connect them to each other via WiFi for easy file sharing? A step by step instruction would be nice, as I am not even sure where to start.

+1 vote

The Settings application takes care of showing up an interface which helps to connect to a WIFI. Switching off the router will disconnect the phone from WIFI.
Now, on switching the router back on, who takes care of reconnecting to this WIFI automatically? Is it the Settings application or is it done at the framework level?

+2 votes

Is there a way to only show the remember networks in wifi scanned results from settings/wifi?

+2 votes

I wanted to know if there is a way that make the group owner (group owner is the device who called this method wManager.createGroup() ) know the peers IPs to be able to send data to them over these IPs? and if there is no implemented way in WiFi-direct API to do this issue, can you tell me how I can solve this problem?

...