skellum / android-wifi-tether

Automatically exported from code.google.com/p/android-wifi-tether
0 stars 0 forks source link

signal drops #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start tether
2. Connect
3. Let it run for a LONG time

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
The newest experimental one

Please provide any additional information below.
Well a problem that has happened about 5 times, is after about an hour, the 
signal will
Become EXTREMELY WEAK, as in right next to laptop and signal drops to 2 bars 
unless 
Restart tethering, sometimes the signal just randomly dissappears, anyone else 
experience 
this?

Original issue reported on code.google.com by naturald...@gmail.com on 2 Mar 2009 at 12:04

GoogleCodeExporter commented 9 years ago
Does this correlate with low battery or are you plugged in the whole time?

Original comment by ulf...@gmail.com on 2 Mar 2009 at 5:39

GoogleCodeExporter commented 9 years ago
That's with a full charge and plugged in. 

Original comment by naturald...@gmail.com on 2 Mar 2009 at 6:42

GoogleCodeExporter commented 9 years ago
I'm pretty sure that signal drops are caused by some powermanagement 
functionalities.
Even if I'm connected to my home-accesspoint I lose connection quite frequently 
(due
inactivity).

So, we should probably check if such drops happen during a constant download.

Original comment by harald....@gmail.com on 2 Mar 2009 at 8:54

GoogleCodeExporter commented 9 years ago
We could also try to acquire a wakelock (keep the cpu running) ... maybe this 
helps.

http://developer.android.com/reference/android/os/PowerManager.html

I will try to reproduce such signal drops.

Original comment by harald....@gmail.com on 3 Mar 2009 at 1:30

GoogleCodeExporter commented 9 years ago
I downloaded a free wake lock from the market which keeps wifi running and the 
signal
Still occasionally drops, but its weird because on the pc it can still pick it 
up most of the time bu
Sometimes the signal completely fades away

Original comment by naturald...@gmail.com on 3 Mar 2009 at 8:19

GoogleCodeExporter commented 9 years ago
See:
http://code.google.com/p/android-wifi-tether/source/detail?r=20

Original comment by harald....@gmail.com on 4 Mar 2009 at 10:31