Sip application - XPERIA X10 Themes and Apps

I'm with problems to have voip on my x10, i have tried sipdroid, but it cant connect, i have tried csipsimple, it works, but very unstable, i had to reboot several times...
What do you use?
I had these:
- URI = Username: +302XXXXXX
- PROXY_FQDN (proxy): proxy.voip.sapo.pt
- REG_FQDN (server): voip.sapo.pt
Server Port is 5060
Proxy port is 5070
Any help?

anjo2 said:
I'm with problems to have voip on my x10, i have tried sipdroid, but it cant connect, i have tried csipsimple, it works, but very unstable, i had to reboot several times...
What do you use?
I had these:
- URI = Username: +302XXXXXX
- PROXY_FQDN (proxy): proxy.voip.sapo.pt
- REG_FQDN (server): voip.sapo.pt
Server Port is 5060
Proxy port is 5070
Any help?
Click to expand...
Click to collapse
3CXPhone, default settings with your provider of course.
I use CallCentric

I tried:
Username: +351302XXXXXX
Password: XXXXXXX
Internal Server:
External Server:
STUN Server: voip.sapo.pt
Advanced->Proxy: proxy.voip.sapo.pt (i tried too: proxy.voip.sapo.pt:5070)
And it doesnt work.
With CSIPSimple i use:
Code:
Account ID
+351302XXXXXX <sip:[email protected]:5060>
Registration URI
sip:proxy.voip.sapo.pt:5070
Realm
voip.sapo.pt
Username
+351302XXXXXX
Password
XXXXXXXX
Publish Enabled
Proxy URI:
sip:proxy.voip.sapo.pt:5070
The proxy port is different from the server port.

They have sent a new version in http://code.google.com/p/csipsimple/downloads/list
This version is more stable and works great for now

Related

Midlet Manager network connection problems?

Hi,
I have just started to use Opera Mini and Gmail Mobile which are both Java applications and use the SP5 Midlet Manager to run them.
These work fine in the Midlet Manager when ever I am using my Wi-Fi network, but when I try to use them on my O2 GPRS connection I get the message "Connecting to service, please wait..." followed by "The connection attempt has timed out. Do you wish to select another service?" and selecting any of the other connection services gives me the same error message.
Internet Explorer and Google Maps Mobile works fine on my SP5 it just seems to be a problem with the Midlet Manager not connecting.
Has anyone else had this problem on O2 UK before, or does anyone know if there's a better Java manager for the SP5?
Here are my current connection settings:
Code:
O2 Dial-up and GPRS connection settings for O2 XDA IQ/SP5 on Pay As You Go
--Dial-up connection--
Description: O2 Dial-up
Connects to: Work
Phone number: +447712927927
User name: o2wap
Password: password
Domain: leave blank
--GPRS connection--
Description: O2 GPRS
Connects to: Work
Access Point Name: payandgo.o2.co.uk
Username: payandgo
Password: password
Domain: leave blank
Primary DNS: 193.113.200.200
Secondary DNS: 193.113.200.201
IP Adress: leave blank
--Proxy connections--
Description: O2 WAP Proxy
Connects from: Work
Connects to: The Internet
Proxy (name:port): 193.113.200.195:9201
Type: WAP
Username: leave blank
Password: leave blank
Description: O2 HTTP Proxy
Connects from: Work
Connects to: The Internet
Proxy (name:port): 193.113.200.195:8080
Type: HTTP
Username: leave blank
Password: leave blank
--Connections--
Start->Settings->Connections->Menu->Advanced
Internet connection: O2 GPRS
Work connection: Automatic
WAP connection: Automatic
Secure WAP connection: Automatic
--Internet Explorer and other applications--
Internet Explorer->Menu->Options->Connections
Automatically detect settings: untick
Select network: The Internet
--Websites--
O2 Active: wsp://wap.o2.co.uk
Google Mobile: [url=http://www.google.co.uk/m]http://www.google.co.uk/m[/url]
--Java Applications--
Gmail Mobile: [url=http://www.gmail.com/app]http://www.gmail.com/app[/url]
Opera Mini: [url=http://mini.opera.com/]http://mini.opera.com/[/url]
--Windows Smartphone 5 Applications--
Google Maps Mobile: [url=http://www.google.com/gmm]http://www.google.com/gmm[/url]
Thanks for any help,
Seb
You should use the new google map standalone application for WM5 smartphones
karhoe said:
You should use the new google map standalone application for WM5 smartphones
Click to expand...
Click to collapse
That's what I am doing at the moment. As I am using the Google Maps (Windows Mobile App) that works fine on GPRS, but I am also using Gmail Mobile (Java App), and Opera Mini (Java App) and these run in the Midlet Manager which works fine on my Wi-Fi network by fail to connect on the O2 UK GPRS network .
Any ideas why the Midlet Manager doesn't work on GPRS, or is there a better Java application for the SP5?
Found the problem, it seems that the Midlet Manager doesn't follow the system proxy settings and I found a registry key that fixes the problem.
Heres the soloution for O2 UK if anyone else is intrested:
Code:
--intent Java MIDlet Manager Proxy Settings--
These settings are system wide and will apply to HTTP(S) connections made by all MIDlets.
proxy_host
--
Key:
\HKEY_LOCAL_MACHINE\SOFTWARE\Tao\intent\conf\protocol\http\scheme[http]
Value id: proxy_host
Value type: String
Value: 193.113.200.195
This registry value may be set to the IP address of the HTTP proxy host
to be used by HTTP and HTTPS requests.
proxy_host.port
--
Key:
\HKEY_LOCAL_MACHINE\SOFTWARE\Tao\intent\conf\protocol\http\scheme[http]
Value id: proxy_host.port
Value type: String
Value: 8080
This registry value data may be set to the port number to be used with
the HTTP proxy host specified above. This key is ignored if an HTTP
proxy host is not specified. The default value is "8080"
Network Type
--
Menu->Settings->Choose Network Type->Work
(for GPRS/Dial-up connections and The Internet for Wi-Fi/Bluetooth connections
and rename the registry key to remove proxy)
the same problem... but the solution doesn't work
Hello friends... I have a Cingular 8525, all the connections works, but the connections using midlet manager not.
I read a lot of post about my problem and everyone says the solution is changing o creating a key registry (in my case I created a key registry), but that tip doesn't work...
There is another solution for that problem... please.. I need your help...
Thanks...
sebastianf said:
Found the problem, it seems that the Midlet Manager doesn't follow the system proxy settings and I found a registry key that fixes the problem.
Heres the soloution for O2 UK if anyone else is intrested:
Code:
--intent Java MIDlet Manager Proxy Settings--
These settings are system wide and will apply to HTTP(S) connections made by all MIDlets.
proxy_host
--
Key:
\HKEY_LOCAL_MACHINE\SOFTWARE\Tao\intent\conf\protocol\http\scheme[http]
Value id: proxy_host
Value type: String
Value: 193.113.200.195
This registry value may be set to the IP address of the HTTP proxy host
to be used by HTTP and HTTPS requests.
proxy_host.port
--
Key:
\HKEY_LOCAL_MACHINE\SOFTWARE\Tao\intent\conf\protocol\http\scheme[http]
Value id: proxy_host.port
Value type: String
Value: 8080
This registry value data may be set to the port number to be used with
the HTTP proxy host specified above. This key is ignored if an HTTP
proxy host is not specified. The default value is "8080"
Network Type
--
Menu->Settings->Choose Network Type->Work
(for GPRS/Dial-up connections and The Internet for Wi-Fi/Bluetooth connections
and rename the registry key to remove proxy)
Click to expand...
Click to collapse

[Resolved] Android wifi proxy: Substitute for asproxy..

I know that asproxy works but it costs too much too for us who are more familiar with freeware..
I know a workaround for this...
Download trans proxy(xda exclusive) to set the proxy adddress and set DNS (market) to set the DNS server address..
Likewise you would find freewaare for almost anything on asproxy...
You can even use tasker (maarket) to automatically open transproxy whenever you use wifi because the same transproxy settings wouldn't work for GPRS...
DNS and transporxy
ganesh3s3 said:
Download trans proxy(xda exclusive) to set the proxy adddress and set DNS (market) to set the DNS server address..
Click to expand...
Click to collapse
May I ask a dump question: how can I make the DNS work? I understand all the traffic should go through the proxy so DNS is not needed. But the applications on the phone are not aware of the proxy. They will try to resolve the IP address before trying any connection to port 80 or 443, right? I have been struggling to make transproxy work for quite a while.
Just set the proxy address in transproxy and set the same proxy address as the dns server in set dns... Hope this works..
I tried but it didn't work. I think the DNS is not needed. But I cannot get the browser or other application to talk to the proxy without resolving the IP address.

[Q] Exchange ActiveSync bug with Hotmail / Google Apps Account?

Hi,
I've been trying to set up a Google Apps Account / Hotmail for Push on the Desire S and it always gets to the last screen, after i've selected I want to sync 'Mail' etc, and then it says 'Authentication Failed'.
This is running over 3G (I don't have Wi-Fi access).
Any ideas?
For Google I am using the following settings:
Server: m.google.com
SSL: Yes
Username: [email address]
Password: [password]
Using the same settings for hotmail, except that the server name is m.hotmail.com.
This works fine on my Galaxy S, but the Desire S seems to have none of it?
Cheers,
MiG

[Q] Trouble with setting up IMAP - error code

I am new here, and im sorry if i should not post this here, if this is a dumb question or whatnot, but i came here for help and hopefully this is what i will receive.
Now, im currently a student @ York University in Canada. They have an email service, which can be installed with IMAP. I was on the last step when it gave me an error code.
"Can't safely connect to server.
(javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x1a53070: Failure in SSL library, usually a protocol error: 140770FC:SSL routines: SSL23_GET_SERVER_HELLO: unknown protocol (external/openssl/ssl/s23_clnt.c.6830x40268cc3:0x00000000))
I am using a rooted HTC Sensation 4G with Virtuous Quattro A3
The university IMAP:
Setting up IMAP Mail for Smartphone
Use these general instructions to set up IMAP for your Smartphone:
IMAP Server: mypost.yorku.ca
Security type: SSL
Server Port: 993
SMTP Server: mailrelay.yorku.ca
Security type: TLS
Sever Port: 587
You may also have to enter the following:
SSL (Accept all certificates)
TSL (Accept all certificates)
Please and thanks!
delete the email account reboot the phone and re add the email account ensure the details are entere correctly
make sure your user name is your full email address
johnerz said:
delete the email account reboot the phone and re add the email account ensure the details are entere correctly
make sure your user name is your full email address
Click to expand...
Click to collapse
Thanks... but the problem is still there. It's entered correctly, otherwise it would tell me "Could not connect to server" because the info was wrong...
So still not solved
Anyone with an answer ?

[Q] WP7.8 iCloud mail sync issue

Hello guys, I have HTC HD2 with installed and activated WP7.8.
Everything works just great but I can't find a solution, how to sync my iCloud mail with built in email program.
Always when I try to sync it shows error message with this error code: 800C2746
I tried to find a solution here on forums and also google but without success.
Is there anybody who knows the solution?
Thank you so much.
I tried to use "advanced setup" with these settings:
email address: [email protected]
incoming email server: imap.mail.me.com:993:1
username: [email protected]
password: mypass
outgoing (SMTP) email server: smtp.mail.me.com:587:1
outgoing server requires qutentication: yes
use the same username and password for sending email: yes
require ssl for incoming email: yes
require ssl for outgoing email: yes

Categories

Resources