[Q] Turning on/off WiMax for Epic 4g in code, how? - Android Software Development

I've spent the last few days scouring the internet, looking for an answer to this question.
I need to figure out how to turn on or off Wimax (4g) on the Epic 4G, programmatically.
For the EVO, you can use this code:
Code:
Object wimaxManager = context.getSystemService("wimax");
Method setWimaxEnabled = wimaxManager.getClass().getMethod("setWimaxEnabled",
new Class[] { Boolean.TYPE });
setWimaxEnabled.invoke(wimaxManager, new Object[] { Boolean.FALSE });
to turn it on/off (just change the Boolean.FALSE to Boolean.TRUE).
But, that doesn't work on the Epic. The getSystemService("wimax") call returns NULL. I've also tried "WimaxService", and "WimaxManager", to no avail.
To determine if WiMax network state, you can use the following code on BOTH the EVO and the EPIC:
Code:
ConnectivityManager connec = (ConnectivityManager)context.getSystemService(Context.CONNECTIVITY_SERVICE);
NetworkInfo wimaxInfo = connec.getNetworkInfo(6);
WiMax.wimaxDetailedState = wimaxInfo.getDetailedState().name();
But that won't let me enable or disable the WiMax radio itself.
Has anyone out there discovered how to do this?
Thanks,
Scott

Related

Radio Graphing software

Hi ,
does anyone know of any radio graphing software which will allow me to at a glance see how many times my wizard is resetting the radio (02.47.11 currently)
does anyone have a similar problem with the radio? dropped calls, even when its not in use, you can see the signal bar at the top turn to a cross then searching for network then signal. all seemingly random since the device is not doing anything.
cheers
hullo? .
a fix
I dunno about graphing software, but the dropped calls issue can be fixed by setting the following registry key:
HKLM\Drivers\BuiltIn\RIL\GPRSStallWorkaround = 0 (DWORD)

Is GPS data?

I am going to Ireland and would like to use TomTom on my Verizon phone. Does the GPS signal work over the data line? I won't have service while I am there - will the GPS work?
Try turning off your data in the comm manager and see if it works for you. I may be mistaken, but I think aGPS uses a tiny amount of data and regular GPS doesn't.
yep the whole concept of GPS is based on communicating directly with satellites
aGPS is with the towers
You can only use standalone gps in Ireland. So you have to be running a custom rom on a Verizon phone for this feature. agps (Vahalla) will not work in Ireland.
I am running a custom ROM. I can use the standalone GPS by just turning off the data connection, right?
No. You must change gps mode to 2 and turn off agps. Look here for my settings. Also the gps on the Titan sucks and getting a standalone outside of CDMA service sucks.
http://forum.xda-developers.com/showthread.php?t=458923
I read through the thread you sent and a few others. These are the reg changes I found:
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\SUPL AGPS:EnableAGPS = 0
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\SUPL AGPS:EnableGPSSmartMode = 0
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\SUPL AGPS:GPSMode = 1
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\SUPL AGPS:QoSAccuracy = 25
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\SUPL AGPS:QosPerformance = 89
HKEY_LOCAL_MACHINE\SOFTWARE\HTC\SUPL AGPS:TimeBetweenFixes = 1000
Then in QPST, only Autonomous and GPS/AFLT Hybrid are checked.
And phone is in flight mode.
Is this right?
Yes that should be about right.

Signal Strength

Is there any app or any way to measure raw signal strengths?
"I only have two bars!" just seems ridiculous to me, I'd rather be able to see the actual signal strength.
If it worked for WiFi too, that'd be great...but...
Try entering into GSM test mode by dialing this
*#*#364#*#*
If engineering mode is enabled, it will bring up the GSM test mode.
If it does nothing you will need to modify this key in the registry.
HKLM/Software/HTC/EngineerMode
BuildInEngineeringModeApp = 1 (to enable it if disabled)
LaunchEngineerModeAppDialStr = *#*#364#*#* (may be different for you, use whatever is listed for your device)
Just keep in mind that the device should be immobile when this is done so as to get an accurate reading.
__________________
oooo secret menu! we likey secret menus!
sammis said:
Try entering into GSM test mode by dialing this
*#*#364#*#*
If engineering mode is enabled, it will bring up the GSM test mode.
If it does nothing you will need to modify this key in the registry.
HKLM/Software/HTC/EngineerMode
BuildInEngineeringModeApp = 1 (to enable it if disabled)
LaunchEngineerModeAppDialStr = *#*#364#*#* (may be different for you, use whatever is listed for your device)
Just keep in mind that the device should be immobile when this is done so as to get an accurate reading.
__________________
Click to expand...
Click to collapse
This is useful, but I was hoping there was some kind of app that condensed this information into something more usable / accessible.
And perhaps also worked for WiFi.

HD2 disabling WiFi -> 3G autoswitch when idle

Hi, I am new to HD2.
Guess some one else have come across this problem as well. I use WiFi connection to check email or weather. I have email checker set to 5 min. When screen is on, it is checking emails using wireless and shows notifications if any new emails received. But when I put device away and it "goes to sleep", it automatically disconnect wireless but enables 3G data connection. I do not like this default behaviour...
How to disable autoswitching from WiFi to 3G?
P. S. deleting 3G connection settings is not an option...
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Suspend\{98C5250D-C29A-4985-AE5F-AFE5367E5006}
-change (Default) DWORD Dec to 1
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Resuming\{98C5250D-C29A-4985-AE5F-AFE5367E5006}
-change (Default) DWORD Dec to 1
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Unattended\{98C5250D-C29A-4985-AE5F-AFE5367E5006}
-change (Default) DWORD Dec to 1
be aware your battery will drain fast
Oppisite problem
My WiFi does not go into standby when the screen shuts down on my US T-mo HD2. I had this option on my TP2 and whenever I put the phone to sleep the WiFi would dis-connect and auto re-connect when it woke up so how do I get mine to do this?...Thx...Tj
NVM I figured it out...lol.
Mine is reconnecting wireless when I wake it up. Trying to figure out how to prevent it disconnect wireless, because when 3G comes in in standby mode, email checker is unable to update messages...
p.s. thinking what great phone it would be if you take hardware from hd2, software from n900 and put it together
jfmckenna said:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Suspend\{98C5250D-C29A-4985-AE5F-AFE5367E5006}
-change (Default) DWORD Dec to 1
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Resuming\{98C5250D-C29A-4985-AE5F-AFE5367E5006}
-change (Default) DWORD Dec to 1
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Unattended\{98C5250D-C29A-4985-AE5F-AFE5367E5006}
-change (Default) DWORD Dec to 1
be aware your battery will drain fast
Click to expand...
Click to collapse
Thanks for your fast answer! I applied yr advice, lets see if it helps.
I'd like to say "hi" to man who decided to put "back" button on the bottom and close/ok soft button on the top )
jfmckenna said:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Suspend\{98C5250D-C29A-4985-AE5F-AFE5367E5006}
-change (Default) DWORD Dec to 1
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Resuming\{98C5250D-C29A-4985-AE5F-AFE5367E5006}
-change (Default) DWORD Dec to 1
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\State\Unattended\{98C5250D-C29A-4985-AE5F-AFE5367E5006}
-change (Default) DWORD Dec to 1
be aware your battery will drain fast
Click to expand...
Click to collapse
At least a couple of the articles I read seemed to indicate using 3G actually drains the battery more than using wifi....go figure.
Do not know about battery.. but changing registry values from "0" to "1" didnt help wireless still off while on idle and 3G is on automaGically... uhh..
Here's the cab I use for that...I don't know if it just applies the same regedits that jfmckenna posted above, but it seems to work for me. It's one that I used on my TP2 originally, and when I tested it on my HD2 it does keep the wifi connection on when the phone goes into standby.
famewolf said:
At least a couple of the articles I read seemed to indicate using 3G actually drains the battery more than using wifi....go figure.
Click to expand...
Click to collapse
Nah, it's not the 3G that drains it. I would guess that these folks that are having problems are not near a T-Mobile tower usually.
Even if the nearest tower does offer 3G to 2nd-party connections (not likely, this would be a city-to-city agreement), the phone will naturally try and find a T-Mobile tower with 3G support.
This "tower search" is what drains the battery. 3G is much easier on the battery than any other connection, IF you can camp out below a T-Mobile owned tower.
if wifi is still not staying connected go to this thread and download HD2Tweak there is a wifi options and you just need to activate wifi and standbymode. This should do the trick.
jfmckenna said:
if wifi is still not staying connected go to ... and download HD2Tweak there is a wifi options and you just need to activate wifi and standbymode. This should do the trick.
Click to expand...
Click to collapse
Wow!! Now everything is OK with WiFi, many thanks!
Are there any way to force default email client configured with (gmail via pop3) to notify my about new email while in standby? Just like SMS notification.
I have special sound set for email and it works while I use the phone (beeps on new msg/email). But if email arrives while in idle, phone beeps only if I take it in hand and awake.
jfmckenna said:
if wifi is still not staying connected go to this thread and download HD2Tweak there is a wifi options and you just need to activate wifi and standbymode. This should do the trick.
Click to expand...
Click to collapse
HD2 Tweak rocks (and yes does have the wifi-no-standby option)...but there's a slightly newer version of the english cab now, at the site HERE

[BOUNTY] NOW$50! Enable wifi channels 12, 13, 14 (wireless regulatory domain setting)

OK, hopefully this thread isn't in the wrong place... (If it is, feel free to flame and call me whatever, I'm just trying to get something done and I know all the devs watch this section)
I am in the US, and I am fully aware of the legalities of broadcasting on channels other than 1-11. I have several routers, running dd-wrt firmware, and three of the four are running as repeater bridges. Due to the extremely noisy wireless environment caused by neighboring networks, the only way I can get a clear signal between all of them is by setting the wireless channel to channel 14. Unfortunately, as soon as I do that, my Captivate no longer sees the network. This is exceedingly upsetting when my fiance shows me her iphone... which is still connected to the network!
I know it's not much, but I'm hoping that others will chip in or that some dev will take pity on me, but I've got $10 on a solution, paypal to whoever can make my Captivate connect to my wireless network on channel 14.
In hopes that others contribute as well, I'll make a list with total bounty:
Total: $15 - wifi channels 12, 13, 14 enabled
richhed - $10
ccdoggy - $5
BONUS!!!
Evidently, while we're messing with the wpasupplicant and wireless drivers, others have chimed in with an interest in the 5GHz wifi channels. Hopefully while tweaking the drivers that run the wireless radio to enable channels from other regions, a way to enable the 5GHz frequency will be discovered as well!
TOTAL: $35 - Enable 5GHz frequency wifi channels
ccdoggy - $5
Shammyh - $20 --- THANK YOU
DarkSi08 - $10
I never tested it, but the CyanogenMod 6.1 12-27 nightly definitely allows you to choose the channel (I saw 11-14 if I remember correctly), so if you run that you should be able to have the option to change it.
I know this isn't quite what you're looking for, but it's the only immediate solution that I know of.
root your phone and Install a custom ROM, than you need to choose a working modem.bin (european versions support those extra channels, please go to the modem thread to get more information)
the problem is: to enable 850MHz band on those modems... it is not impossible
good luck
Currently working on this
Code:
static struct ieee80211_channel __wl_2ghz_channels[] = {
CHAN2G(1, 2412, 0),
CHAN2G(2, 2417, 0),
CHAN2G(3, 2422, 0),
CHAN2G(4, 2427, 0),
CHAN2G(5, 2432, 0),
CHAN2G(6, 2437, 0),
CHAN2G(7, 2442, 0),
CHAN2G(8, 2447, 0),
CHAN2G(9, 2452, 0),
CHAN2G(10, 2457, 0),
CHAN2G(11, 2462, 0),
CHAN2G(12, 2467, 0),
CHAN2G(13, 2472, 0),
CHAN2G(14, 2484, 0),
};
static struct ieee80211_channel __wl_5ghz_a_channels[] = {
CHAN5G(34, 0), CHAN5G(36, 0),
CHAN5G(38, 0), CHAN5G(40, 0),
CHAN5G(42, 0), CHAN5G(44, 0),
CHAN5G(46, 0), CHAN5G(48, 0),
CHAN5G(52, 0), CHAN5G(56, 0),
CHAN5G(60, 0), CHAN5G(64, 0),
CHAN5G(100, 0), CHAN5G(104, 0),
CHAN5G(108, 0), CHAN5G(112, 0),
CHAN5G(116, 0), CHAN5G(120, 0),
CHAN5G(124, 0), CHAN5G(128, 0),
CHAN5G(132, 0), CHAN5G(136, 0),
CHAN5G(140, 0), CHAN5G(149, 0),
CHAN5G(153, 0), CHAN5G(157, 0),
CHAN5G(161, 0), CHAN5G(165, 0),
CHAN5G(184, 0), CHAN5G(188, 0),
CHAN5G(192, 0), CHAN5G(196, 0),
CHAN5G(200, 0), CHAN5G(204, 0),
CHAN5G(208, 0), CHAN5G(212, 0),
CHAN5G(216, 0),
};
static struct ieee80211_channel __wl_5ghz_n_channels[] = {
CHAN5G(32, 0), CHAN5G(34, 0),
CHAN5G(36, 0), CHAN5G(38, 0),
CHAN5G(40, 0), CHAN5G(42, 0),
CHAN5G(44, 0), CHAN5G(46, 0),
CHAN5G(48, 0), CHAN5G(50, 0),
CHAN5G(52, 0), CHAN5G(54, 0),
CHAN5G(56, 0), CHAN5G(58, 0),
CHAN5G(60, 0), CHAN5G(62, 0),
CHAN5G(64, 0), CHAN5G(66, 0),
CHAN5G(68, 0), CHAN5G(70, 0),
CHAN5G(72, 0), CHAN5G(74, 0),
CHAN5G(76, 0), CHAN5G(78, 0),
CHAN5G(80, 0), CHAN5G(82, 0),
CHAN5G(84, 0), CHAN5G(86, 0),
CHAN5G(88, 0), CHAN5G(90, 0),
CHAN5G(92, 0), CHAN5G(94, 0),
CHAN5G(96, 0), CHAN5G(98, 0),
CHAN5G(100, 0), CHAN5G(102, 0),
CHAN5G(104, 0), CHAN5G(106, 0),
CHAN5G(108, 0), CHAN5G(110, 0),
CHAN5G(112, 0), CHAN5G(114, 0),
CHAN5G(116, 0), CHAN5G(118, 0),
CHAN5G(120, 0), CHAN5G(122, 0),
CHAN5G(124, 0), CHAN5G(126, 0),
CHAN5G(128, 0), CHAN5G(130, 0),
CHAN5G(132, 0), CHAN5G(134, 0),
CHAN5G(136, 0), CHAN5G(138, 0),
CHAN5G(140, 0), CHAN5G(142, 0),
CHAN5G(144, 0), CHAN5G(145, 0),
CHAN5G(146, 0), CHAN5G(147, 0),
CHAN5G(148, 0), CHAN5G(149, 0),
CHAN5G(150, 0), CHAN5G(151, 0),
CHAN5G(152, 0), CHAN5G(153, 0),
CHAN5G(154, 0), CHAN5G(155, 0),
CHAN5G(156, 0), CHAN5G(157, 0),
CHAN5G(158, 0), CHAN5G(159, 0),
CHAN5G(160, 0), CHAN5G(161, 0),
CHAN5G(162, 0), CHAN5G(163, 0),
CHAN5G(164, 0), CHAN5G(165, 0),
CHAN5G(166, 0), CHAN5G(168, 0),
CHAN5G(170, 0), CHAN5G(172, 0),
CHAN5G(174, 0), CHAN5G(176, 0),
CHAN5G(178, 0), CHAN5G(180, 0),
CHAN5G(182, 0), CHAN5G(184, 0),
CHAN5G(186, 0), CHAN5G(188, 0),
CHAN5G(190, 0), CHAN5G(192, 0),
CHAN5G(194, 0), CHAN5G(196, 0),
CHAN5G(198, 0), CHAN5G(200, 0),
CHAN5G(202, 0), CHAN5G(204, 0),
CHAN5G(206, 0), CHAN5G(208, 0),
CHAN5G(210, 0), CHAN5G(212, 0),
CHAN5G(214, 0), CHAN5G(216, 0),
CHAN5G(218, 0), CHAN5G(220, 0),
CHAN5G(222, 0), CHAN5G(224, 0),
CHAN5G(226, 0), CHAN5G(228, 0),
};
THANK YOU DG! BTW, about to flash Cog3, Love your ROMs!
designgears said:
Currently working on this
Click to expand...
Click to collapse
get the 5 GHz frequency working (somehow?) and I'll be pleased. tired of my dual band router's N not being used.
For the bridges you might seriously consider using a 5 or 10mhz channel.. Dont know the bandwidth requirements but by using a smaller channel that is not one of the primary non overlapping channels you cut noise by almost 50%, thus allowing the bridges to get a clear signal to each other.. however normal 802.11 devices dont support < 20mhz channels, so if the bridges arent using a dedicated bridge link with 1 other ssid for the wireless clients, obviously there will be problems. I think dd-wrt will support the smaller channels (down to 5 mhz i believe) on certain hw configurations. The other option is to use a 5ghz bridge link and 2.4 client ap.
In extremely noisy situations, the only fix is a better antenna. The idea being, more power going out, more power to your devices, and with an antenna the devices signal gets amped back up too.. However the noise will also, but due to proximity the SNR at the AP should be within acceptable parameters for a decent link on 802.11n with a 20mhz channel. Do not use 40mhz channels this will only make it worse. For a good indoor solution in noisy environments (6 or more SSID's with a signal of -75 or better dbm) I'd get a Ubiquity Bullet with a 9-13dbi omni OR 16 dbm sector aimed in the direction that makes sense. This will increase usability enormously.
Wait... Does Dg' post mean the cappy supports 5 ghz wireless N?
Sent from my SGH-I897 using XDA App
No his post means he is working on channels 12-14, where does it ever say he is working on 5 ghz N??
silverslotcar said:
No his post means he is working on channels 12-14, where does it ever say he is working on 5 ghz N??
Click to expand...
Click to collapse
I think he just misunderstood my out of the park request (and the fact that the "code" quoted part of DG's post mentions a 5GHz part). the hardware in our phones doesn't support the 5 GHz frequency for wifi, so (unless the functionality is there and they just don't have it enabled?) that's just a pipedream in my mind that I jokingly requested.
There are 5 ghz channels listed in his post above. i thought that maybe enabling all of the 2.4 channels would also enable 5 ghz channels. I was just asking as from what i can tell from dg's post 5 ghz was listed. Yes i know the hardware needs to support it, it was worth just asking.
Sent from my SGH-I897 using XDA App
Kaik541 said:
I think he just misunderstood my out of the park request (and the fact that the "code" quoted part of DG's post mentions a 5GHz part). the hardware in our phones doesn't support the 5 GHz frequency for wifi, so (unless the functionality is there and they just don't have it enabled?) that's just a pipedream in my mind that I jokingly requested.
Click to expand...
Click to collapse
Exactly. Looking at it more i see that dg's post is just the regulatory domain regulations. 5 ghz is included because its he regulations for the country. My bad.
Sent from my SGH-I897 using XDA App
ccdoggy said:
Wait... Does Dg' post mean the cappy supports 5 ghz wireless N?
Sent from my SGH-I897 using XDA App
Click to expand...
Click to collapse
Im not 100% sure if it does or not, but the source is there for it. I am pretty sure the same driver is used on the models that do support it. That would be my guess..
But then I found that the Galaxy Tab has dual band support and runs the exact same chip..
Still at a whopping $10! Come on folks, I can't be the only person that needs this functionality? Let's get a few more pledges and make this worth DG's (or another dev's) while!
designgears said:
Im not 100% sure if it does or not, but the source is there for it. I am pretty sure the same driver is used on the models that do support it. That would be my guess..
But then I found that the Galaxy Tab has dual band support and runs the exact same chip..
Click to expand...
Click to collapse
Now, THAT would interest me. 5.0 Ghz just for the ability to do network scans for conflicting networks for that range also.
$5 for upper 2.4 channels
$5 for enabling 5.0 if possible
Isn't there anyone else who can throw some more money in on this and make it worth DG's (or someone else's) time? Anyone who might want to, say, travel to Europe or Japan, and be able to take their phone with them, and connect to these upper channels?
Sent from my SAMSUNG-SGH-I897 running Cognition 3.02, Firebird2 kernel, and i9000UGJK4 modem, using XDA App
I'd put up a solid $20 if someone figures out how to get the Captivate to work w/ 5 GHz 802.11a/n networks.
thekurrgan said:
For the bridges you might seriously consider using a 5 or 10mhz channel.. Dont know the bandwidth requirements but by using a smaller channel that is not one of the primary non overlapping channels you cut noise by almost 50%, thus allowing the bridges to get a clear signal to each other.. however normal 802.11 devices dont support < 20mhz channels, so if the bridges arent using a dedicated bridge link with 1 other ssid for the wireless clients, obviously there will be problems. I think dd-wrt will support the smaller channels (down to 5 mhz i believe) on certain hw configurations. The other option is to use a 5ghz bridge link and 2.4 client ap.
In extremely noisy situations, the only fix is a better antenna. The idea being, more power going out, more power to your devices, and with an antenna the devices signal gets amped back up too.. However the noise will also, but due to proximity the SNR at the AP should be within acceptable parameters for a decent link on 802.11n with a 20mhz channel. Do not use 40mhz channels this will only make it worse. For a good indoor solution in noisy environments (6 or more SSID's with a signal of -75 or better dbm) I'd get a Ubiquity Bullet with a 9-13dbi omni OR 16 dbm sector aimed in the direction that makes sense. This will increase usability enormously.
Click to expand...
Click to collapse
if the signal strength is a big factor then couldnt the op just set the antenna strength higher? i have 2 routers with dd-wrt one set as a repeater and the default antenna power setting is 70-71mw or something, they can both be turned up to 251mw. my entire block and a neighboring one can pickup my wifi if i leave it unsecured with the antenna power at max but i use the default settings, no need to broadcast free internet to 50+ people. i dont do that but my brother did with his router when he lived here, combined with some bigger antennas he used to share his wifi with his friend 3 houses up the road.
Perhaps change the country code in nvram_mfg.txt or nvram_net.txt and see what happens. The files are in /system/etc/wifi/:
Code:
# country code
ccode=EU
Change it to JP, since channel 14 is allowed in Japan.
Dani897 said:
if the signal strength is a big factor then couldnt the op just set the antenna strength higher? i have 2 routers with dd-wrt one set as a repeater and the default antenna power setting is 70-71mw or something, they can both be turned up to 251mw. my entire block and a neighboring one can pickup my wifi if i leave it unsecured with the antenna power at max but i use the default settings, no need to broadcast free internet to 50+ people. i dont do that but my brother did with his router when he lived here, combined with some bigger antennas he used to share his wifi with his friend 3 houses up the road.
Click to expand...
Click to collapse
Well yes, if it were that easy... And if I had about 30 spare WRT54G routers lying around... I appreciate your trying to help, but if you increase the Tx power above around 90mW (on Linksys WRT54G routers) you can plan on replacing it by next week or so. The board and the radio are inside a plastic housing that barely has adequate ventilation slots for the amount of heat produced by the radio at the stock Tx power levels, and I know from experience that just because the firmware allows it doesn't mean that you should do it...
Even if that wasn't the case, OR if I wanted to solder in a case fan on to of the radio chipset, the more you increase Tx Power, the more you increase noise. I once heard the analogy of a noisy wireless network being like a crowded concert hall. If you were sitting next to me in a concert hall, and we were having difficulty hearing one another, I could put my hands to my mouth, cup them around your ear, and scream at the top of my lungs right into your ear, and you would definitely hear me, but it's doubtful you would understand what I said (doubtful you would understand much of anything coming from that direction for the next ten minutes or more, actually). In the same fashion, if there lots of other wireless networks in range, increasing the Power of your network without trying a channel with less noise is actually counter-productive. The more noise, the worse your SNR, and SNR in any connection IS your effective link quality. I have 8, (yes, 8) other networks in range of my primary AP (gateway), all range between channels 1 and 9... There are two other networks on channel 11 in range of my first repeater, and then one more on channel 6 in range of the second repeater. I wish I could solve the signal quality issue as easily as cranking the volume up to the max, but when I increase it even past 84mW my clients in range of the primary AP start getting packet loss and terribly intermittent connectivity loss.
___________________
ppmz said:
Perhaps change the country code in nvram_mfg.txt or nvram_net.txt and see what happens. The files are in /system/etc/wifi/:
Code:
# country code
ccode=EU
Change it to JP, since channel 14 is allowed in Japan.
Click to expand...
Click to collapse
I appreciate you trying to help out, I was thinking along the same lines at first. I have tried editing the settings.db file, changed the wifi_num_allowed_channels to 14 from 11, I edited the build.prop ro.wifi.channels also from 11 to 14, and I changed the ro.product.locale.region from US to JP. I also changed the country code to JP in both of the system/etc/wifi/ files you are referring to, all to no avail... Trust me, if it was something that easy (simple sqlite .db editing with root explorer, move back to /dbdata/ and chown system system, fix permissions... I'd have been posting a fix rather than a bounty. It seems to be deeper-rooted than that... Seems to be related to the now missing wireless regulatory domain setting that was once present in the settings for android devices, but has apparently been removed in (eclair? donut?) and newer OS revisions.
Thank you all for your input, and for your attempts at a solution. I am sure that if we keep at it we'll find the solution, and as of right now the first person who does will be the recipient of a whopping $40!
Sent from my SAMSUNG-SGH-I897 using XDA App

Categories

Resources