What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[ROM] [SELFKANG ICS AOSP ROM] CM9/ICS for Droid 4 -- [BETA 03/05/2012]

This is ridiculous
Wifi still doesn't work but it does for yal....wifi didn't even work on d2g cm7...
What can i do?...just says authentication problem
 
Its not that. Just tryin to figure out why it works for yal and not me

I would talk to the owner of the router. Its a possibility, depending on his settings, that he has no more IP addresses to give. Maybe his security is incompatible with the Droid 4 or Cyanogenmod. Or maybe he is MAC address filtering you haha, that would prevent you from connecting to his router.
 
Yeah, I've tried both roms and I've had the same problem with calls. Also, the keyboard backlight always stops working about 10 mins after installing and setting up the roms. And the AOKP dialer doesn't have an option to hide contacts without phone numbers. Everything else works fine though. But both roms are still new. I'm sure they'll both become top of the line front runners after the bugs are all worked out.
 
Last edited:
So after running 3/19 for the day my 4g dropped out at some point and did not pick back up a quick reboot fixed it. Also video camera is still not working.
 
Restoring application data with Titanium Backup has no adverse affects when trying different nightlies right? Just wondering because I too just flashed 3/19, but I've never restored application data before on this ROM. Also, is it just me that disabled it somehow, or is the CRT off screen mod not enabled? I don't think I disabled it, but if someone knows how to enable it, could you please tell me so I can check haha.

You have to be careful. Doing a batch restore, make sure you're only restoring application data, and not the google applications or system settings.

If you do a full restore, and don't de-select the system settings or google applications, you 'could' be re-loading settings that might be causing issues.

I had this problem with CM7 on my D2G that I had.
 
This is ridiculous
Wifi still doesn't work but it does for yal....wifi didn't even work on d2g cm7...
What can i do?...just says authentication problem

This definitely has to do with the router settings.

If you don't have control over the router settings, unfortunately there's not much that we can do to help figure it out.

What I WOULD suggest that you do, is try a different wifi source, go over to someone else's house or apartment, and try to connect there.

If you're able to, then you'll know that WiFi is working, and that you need to get your roommate to adjust the settings, or that you should just go buy a router yourself, and set it for WiFi usage.

Or simply, stop trying to use wifi all together.
 
3/20 camera force closes, keyboard light still an issue but all you have to do to get it lit is change the brightness settings, connectivity works great, switching to wifi back to 4g is no issue.
 
This definitely has to do with the router settings.

If you don't have control over the router settings, unfortunately there's not much that we can do to help figure it out.

What I WOULD suggest that you do, is try a different wifi source, go over to someone else's house or apartment, and try to connect there.

If you're able to, then you'll know that WiFi is working, and that you need to get your roommate to adjust the settings, or that you should just go buy a router yourself, and set it for WiFi usage.

Or simply, stop trying to use wifi all together.
Not tryin to argue but how could it be the router settings if it worked like a champ before I installed cm9?
My roomate is out of town on business. So when he gets back what should we change on the settings?
 
I posted an overclocking method for this ICS build in the droid 4 general discussions I am currently overclocked to 1430 MHz an running stable an lightning fast

Sent from my XT894 using DroidForums
 
Not tryin to argue but how could it be the router settings if it worked like a champ before I installed cm9?
My roomate is out of town on business. So when he gets back what should we change on the settings?

With WiFi, each device and operating system handle security on the router differently. CM7 & CM9 while similar in that they're basic builds of android, are still very different.

The command lines for when and how a security key is sent to the router are handled in a different manner. They're also recognized by the router differently when they respond.

In this example, this is CM9 base code, wifi set for enterprise security:


public class EnterpriseField {
private String varName;
private String value;

private EnterpriseField(String varName) {
this.varName = varName;
this.value = null;
}

public void setValue(String value) {
this.value = value;
}

public String varName() {
return varName;
}

public String value() {
return value;
}
}

/** {@hide} */
public EnterpriseField eap = new EnterpriseField("eap");
/** {@hide} */
public EnterpriseField phase2 = new EnterpriseField("phase2");
/** {@hide} */
public EnterpriseField identity = new EnterpriseField("identity");
/** {@hide} */
public EnterpriseField anonymous_identity = new EnterpriseField("anonymous_identity");
/** {@hide} */
public EnterpriseField password = new EnterpriseField("password");
/** {@hide} */
public EnterpriseField client_cert = new EnterpriseField("client_cert");
/** {@hide} */
public EnterpriseField private_key = new EnterpriseField("private_key");
/** {@hide} */
public EnterpriseField ca_cert = new EnterpriseField("ca_cert");

/** {@hide} */
public EnterpriseField[] enterpriseFields = {
eap, phase2, identity, anonymous_identity, password, client_cert,
private_key, ca_cert };



As you can see there are a bunch of commands that need to happen on the OS side before a sync can happen with your wifi router. Any variation here, can cause the enterprise security to boot the command back that there's a verification issue, like you're seeing.

The CM7 build, actually uses a completely different set of command structures than CM9, as in the way it processes each separate type of security (WEP, WPA, WPA2...etc).

So CM7 is going to act different than CM9, and vice versa.

Same with your router, in that with CM7, it could have been identifying your device as a standard wifi device, like another computer. When CM9 comes in, if the router is not updated with the best firmware, it may not recognize the new OS that your phone has. It also may be looking for a different log sequence from the phone in WEP or WPA or WPA2 securities. Hence the suggestion of messing with the router to see if a different security setting might work better than the other.

It also could be that because the first failed attempt by CM9 didn't verify correctly, the router could be blocking access entirely, because it thinks it's an intruder trying to take command of the router, and has blocked your phones IP or MAC address from connecting. I've seen this on some high end enterprise type routers in the past. They're security measures, that allow the router to automatically protect against bandwidth pirates, just looking to use your internet.

In order to truly figure out what's going on with all of this, you need to have admin privileges on the router, to access the logs of what is occurring when you're trying to connect to the router. Once you have the logs, you can then identify if the security type is the issue, or the MAC filter is the issue, or some other setting that may be causing your problem.

Or if the phone in general is just not catching at the correct time.

Without having those logs, there's not much anyone can tell you here on getting it fixed, unless there's a new update where the WiFi commands are changed, but those haven't been touched in 21 days according to Github. So I don't think you're going to get an update on wifi connectivity through the nightlies at this point, because it's not a main issue.

More pressing is solving the data switching from 4G to 3G & on reboot, and then the video codecs & bluetooth audio issues.

Those are more relevant to making this a truly daily driver for most users.

I hope this helps.
 
And if your friend doesn't know much about routers or IT, ask him to make a second network with WPA2 or WEP (Both work fine from my experience), password protect it and just hide the SSID. And if he is paranoid, he can also block all MAC addresses with the exception of yours. All of which is simple and can be done with a little bit of reading through the routers settings.
 
I've been looking forward to this! I'll try it later this week. Someone tell me how well it works please.
ht2.jpg
jh.jpg
bh.jpg

My first thoughts of the ROM before installing it - there is no point in installing a modded ROM onto a 1.2Ghz dual core phone, other than for theming purposes.

My opinion afterward - The battery life is just as good as stock, no lag going to or through app drawer and settings, app installations are much quick and download speeds seem faster due to apps being able to install quicker lol.
 
Back
Top