Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
ejantzen
Old
#1  
Junior Member - OP
Thanks Meter 0
Posts: 4
Join Date: Jan 2009
Default [Q] VPN SSL AnyConnect on Froyo FRX07

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
 
likounin
Old
#2  
likounin's Avatar
Senior Member
Thanks Meter 0
Posts: 105
Join Date: Feb 2010
Location: Wuxi
seems it's buz the bundle still not supports VPN
 
arrrghhh
Old
#3  
Retired Forum Moderator
Thanks Meter 2015
Posts: 8,511
Join Date: Feb 2007

 
DONATE TO ME
Quote:
Originally Posted by likounin View Post
seems it's buz the bundle still not supports VPN
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.
 
ejantzen
Old
#4  
Junior Member - OP
Thanks Meter 0
Posts: 4
Join Date: Jan 2009
Quote:
Originally Posted by arrrghhh View Post
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.
ok, thank's. I understand now.

I am new on Android, but I known Linux
What patch may we do? kernel, daemon, ...
 
arrrghhh
Old
#5  
Retired Forum Moderator
Thanks Meter 2015
Posts: 8,511
Join Date: Feb 2007

 
DONATE TO ME
Quote:
Originally Posted by ejantzen View Post
ok, thank's. I understand now.

I am new on Android, but I known Linux
What patch may we do? kernel, daemon, ...
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.
The Following User Says Thank You to arrrghhh For This Useful Post: [ Click to Expand ]
 
ejantzen
Old
#6  
Junior Member - OP
Thanks Meter 0
Posts: 4
Join Date: Jan 2009
Quote:
Originally Posted by arrrghhh View Post
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.
ok, thank's
but on the debig file, we can't see where is the problem?
 
arrrghhh
Old
(Last edited by arrrghhh; 9th September 2011 at 05:16 PM.)
#7  
Retired Forum Moderator
Thanks Meter 2015
Posts: 8,511
Join Date: Feb 2007

 
DONATE TO ME
Quote:
Originally Posted by ejantzen View Post
ok, thank's
but on the debig file, we can't see where is the problem?
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.
 
ejantzen
Old
#8  
Junior Member - OP
Thanks Meter 0
Posts: 4
Join Date: Jan 2009
thank's

I will try in this direction.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Auto Test Your Android Apps with Robotium

You’ve just finished coding your very first app, but before you release it to the wild, you … more

Open Source CPU Info App for Windows

So you’re playing with your shiny new Windows 8 tablet PC, when one of your like-minded geeky … more

Guide to Using Adobe Air on Android

When writing an app with performance in mind, you most likely want to write it native code using the … more