Hi,
I've seen an issue I've and I wanted to know if there is a ROM that fixed this.
The issue is with Cisco Client authentication see bellow:
http://code.google.com/p/android/issues/detail?id=1597
If someone familiar and knows specific ROM that solved this (except FROYO ROMs) please let me know.
Thank you,
Moshe
Related
Hi,
I don't know yet if it's a LeeDroid 2.1c or a Froyo issue:
The Sensui-Roms got the following issue:
You can't select your ca-certificate when you want to add my 802.1x-network. The certificate is already installed. Help is very appreciated! Could someone include the Wifi-stack of the Nexus-One rom to a Sense-rom or can tell me how to get it from a Nexus Rom to a Sense rom? I attached two screenshots: One of how it should look like and one how it looks like actually in my Sense rom. I edited the wpa_supplicant.conf and added the line
Code:
ca_cert="keystore://CACERT_Telekom root CA"
after installing the cert. (yes I used the right certificate name)
It doesn't help either. So it looks like sense isn't even capable to manage ca-certificates.
Greetings
Moved to Q&A. Please don't post question threads in Development.
Sorry, that wasn't the plan.
I tried another rom without sense and another sense rom to find the reason for the problem. Actually it's a problem with the settings-part of the sense-roms. HTC forgot to implement the possibility to specify a certificate in the 802.1x Enterprise WLAN settings. Can I import the WLAN-Settings somehow from a non-sense-rom, cause I don't wanna miss sense and I don't wanna miss 802.1x too.
Greetings
Yes, bump sucks, but the bug sucks even more...
I've got the same problem. Sense doesn't allow me to select a CA-certificate. With the help of wifi-ace (code.google.com/p/android-wifi-ace/) I was able to set it manually. But this doesn't matter, the connection could not be etablished. (Connect to WLAN... SCAN... No connection)
I need enterprise with PEAP, MSCHAPv2 and the (installed) "Deutsche Telekom Root CA 2".
SammysHP said:
I've got the same problem. Sense doesn't allow me to select a CA-certificate. With the help of wifi-ace (code.google.com/p/android-wifi-ace/) I was able to set it manually. But this doesn't matter, the connection could not be etablished. (Connect to WLAN... SCAN... No connection)
I need enterprise with PEAP, MSCHAPv2 and the (installed) "Deutsche Telekom Root CA 2".
Click to expand...
Click to collapse
Same here. I solved the problem by using the newest MIUI. It's faster than sense, has also a nice music player and is working fine with the defrost-kernel.
Hi everyone,
I know its been discussed many, many times... but none of them seem to be clear or work for most people.
I really want to bypass the exchange password on our server. Im running ReflexTSense HD 1.8
1. Lockpicker dosent work
2. The email.apk you can download from another post dosent work.
Surely there must be something in the code that can be changed? anyone know where i could find it?
Thanks
Hello
I try to install Cisco AnyConnect on my Touch Pro (FRX07)
but when it start, I have error: failed to connect to VPN service.
Can you say me if you can run it, and how?
I want diag my problem, but log are not very explicite
Thank's for your help
I join the apk I use.
and my debug log
seems it's buz the bundle still not supports VPN
likounin said:
seems it's buz the bundle still not supports VPN
Click to expand...
Click to collapse
We've never supported VPN's. If there's some way to make them work, we will gladly implement the code. As always, patches welcome.
arrrghhh said:
We've never supported VPN's. If there's some way to make them work, we will gladly implement the code. As always, patches welcome.
Click to expand...
Click to collapse
ok, thank's. I understand now.
I am new on Android, but I known Linux
What patch may we do? kernel, daemon, ...
ejantzen said:
ok, thank's. I understand now.
I am new on Android, but I known Linux
What patch may we do? kernel, daemon, ...
Click to expand...
Click to collapse
First, if I knew it would already be patched lol. Second, I don't have any VPN to test with - so you're going to have to tell us what needs patched. It seems like a userland issue, but I honestly don't know. Perhas some kernel module is missing? Again, I don't know for sure. I don't have any way to test it, and I think that's the problem most have - they have no way of testing VPN, and I think most probably use OpenVPN if it's in their home. At work, it's probably mostly PPTP.
So if you find something to patch, please submit it. If you can't... well then we just won't be able to support VPN's. Pretty minor feature, but I'm sure it would be nice for some.
arrrghhh said:
It seems like a userland issue, but I honestly don't know. Perhas some kernel module is missing? Again, I don't know for sure.
Click to expand...
Click to collapse
ok, thank's
but on the debig file, we can't see where is the problem?
ejantzen said:
ok, thank's
but on the debig file, we can't see where is the problem?
Click to expand...
Click to collapse
If by "we" you mean me, no. I'm no expert on the matter of deciphering logs and determining what exactly needs to be fixed. I can usually pinpoint problems, but pinpointing exactly which element needs fixing... I'm pretty new to.
In my horrible estimation, these three lines are where it starts going badly:
Code:
09-04 10:27:28.770 I/vpnagent( 1847): Function: scanAvailableModule File: PluginLoader.cpp Line: 745 Scanning plugin libvpncommoncrypt.so
09-04 10:27:28.770 W/vpnagent( 1847): Function: STGetProcAddress File: HModuleMgr.cpp Line: 263 Invoked Function: dlsym Return Code: 0 (0x00000000) Description: Symbol not found:
09-04 10:27:28.770 E/vpnagent( 1847): Function: scanAvailableModule File: PluginLoader.cpp Line: 783 Invoked Function: CHModuleMgr::STGetProcAddress Return Code: -33554427 (0xFE000005) Description: GLOBAL_ERROR_NULL_POINTER
The "Scanning plugin libvpncommoncrypt.so" portion really interests me. Does this lib exist? Have you been able to find perhaps another version of it? I know very little about VPN's... never had the desire to use one on a phone. I don't even use 'em on computers really... my office has a VPN that requires a PC, and is far from a 'traditional' VPN.
Looking further thru the log, it seems the app is just going thru libs. It would appear we're either missing these libs, or the libs we have aren't playing nicely. I keep seeing the same "Symbol not found" errors... I'm betting we simply don't have the right libs for this type of VPN app.
thank's
I will try in this direction.
I recently found the 'Security options' menu item in the mail client, it seems that one can use it to manage certificates for S/MIME.
However whenever I try to import my certificate from internal memory (.key, .cer and .p12 sitting there) I just get the following message: "No key files to import".
Were does the mail client expect the keys and in what format?
The keys and certificates (4096bit) where generated using openssl and work fine with Thunderbird.
I have already installed the CAs certificate, which worked without a problem.
I am currently running Omega 'ROM v7.4'.
Any help would be appreciated.
Only just realized that it is PGP, not S/MIME that is natively supported.
I havenow officially found the first thing I miss from my iPhone.
I found this: http://support.google.com/android/bin/answer.py?hl=en&answer=1649774
And this: http://code.google.com/p/android/issues/detail?id=36010
And this: http://rundquadrat.at/x509tools
https://play.google.com/store/apps/details?id=at.rundquadrat.android.x509tools
I've yet to need to use smime. Hopefully some of this can help.
-----
I would love to help you, but help yourself first: ask a better question
http://www.catb.org/~esr/faqs/smart-questions.html
Dear All,
Can anyone please share if somebody has any luck using Intune Company portal app with custom ROM and Magisk ?
I have run LightRom, SoldierRom, Ambasdii with latest Magisk and stock/TGP Kernel but I am not able to enroll using Intune app. It always ends up with the error saying it cannot create work account due to custom ROM.
Please advise.
Thanks
BR
Hello, I have the same issue with DevBase rom.
Did you manage to find a solution ?
Same here. Still searching for a solution
Same issue on Note8 running slight customized rom
Magisk hide does not help
Did anyonw find a fix fit this?