MIDP KVM proxy Settings. - Windows Mobile Development and Hacking General

Hi.
I am trying to make the Opera_Mini work using JEODE MIDP 2.0 profile.
My service provider does not allow me to make internet connections except for a predefined wap server in my current GPRS Plan. But I have a \'hacked\' IP address and Port through which I can tunnel through to get \'full\'access to the Internet.
Again, I can easily configure NetFront to make use of this proxy for browsing.
The requirement is to make the Opera_mini Midlet to connect using this proxy.
What I have found was the VM uses an APN, instead of the specific proxy&port to connect to the internet.
I tried with a few other VMs like J9. But ALL of them cant tunnel.
I found this information on the MIDP configuration parameter to set the HTTP proxy:-
com.sun.midp.io.http.proxy=<url>:<port>
I am yet to create a link which takes this parameter to the VM as an argument.
Again, I have no clue about the MIDP_HOME parameter value w.r.t JEODE or J9. If so, i could set the same values in the $(MIDP_HOME)/lib/internal.config file - instead of passing as a -D parameter.
Do you think this will work?. Anyone faced any problem with HTTP Proxy setting for vm?
Please let me know!
Thanks in Advance and Regards,
Vinod

Related

Free GPRS wap to view the net is this possible

I have read a few posts but dont fully understand.
I am in the UK and pay for Web GPRS but wap GPRS is free, Now i think i read some where where people had set up at home a sort of gateway using there home broadband service.
They have said that certain ports are blocked on a wap connection (so youu cant go on the net to view we pages) so they find a port that is not blocked and use that port and set it to goto here PC at home, and the "gateway" at home will send them back out onto the NET via there home PCs internet connection.
Sorry if this dose not make sence
Thanks
John
Interent through WAP
No. I don't know much about that. but I have tried to use internet though WAP. I used "wsp://" instat of "http://". It works for some internet pages. But it doesn't work for all web pages.
Where did you read about what you have send in the email before?
Do you have more information aobut how to use internet though WAP?
i found the info on the forum it was in a few different threads i will look and post the links to them
The T-mobile free wap allows tcp ports:
http 80, smtp 25, imap 143, pop3 110
So if you need https 443, run a squid web proxy on your home linux machine on port 110 and go to network settings on your pda and configure the http and "secure" proxies for your.home.com 110.
If you need other tcp ports like say nntp 119, run sshd on your home linux machine listening on port 143, then use pocketty on your pda to connect to your.home.com 143 and also set up port forwarding to forward localhost 119 to some.nntpserver.com 119, then configure your pda newsreader to read news on localhost 119. Set up similar port forwards for any other ports. The only problem is pocketty isn't free.
-K
You linux programmers seem to have doors that dont exist for normal software users, I wish I could understand how to use it.
What are the connection settings we need to use in the U.S.? I found some info that says to use internet3.voicestream.com or wap.voicestream.com, but my phone doesn't connect. It immediately gives a me "modem disconnect" error message. Has anyone gotten this to work?
I got it!!
Nevermind... I got it to work. I had to call T-Mobile and have them activate the "free GPRS/WAP service" on my account. It took me 2 calls since the first tech said that you can't even use a wap browser on the Pocket PC Phone (yeah, right). I hung up with that tech and call them right back and got a person who knew what they were talking about. Once I had them activate it, it took about 20 minutes for it work (the tech told me it could take up to 24hrs.). Here's what I did on my phone.
Settings:
- Add new GPRS Connection
- Name the Connection to whatever you want
- Make sure to select "Celluar (GPRS)"
- Click "Next"
- Enter Access Point Name of: wap.voicestream.com
- Click "Next"
- No username or PW
- Click "Finish"
If you get on great. If you don't and recieve a "Modem Disconnect" error, you'll need to call CS and have them activate your account to use the free GPRS/WAP service. They say it's just for wap sites and to d/l pictures and ringtones from the T-Mobile site, but it works for most http sites as as well.

Pocket IE https proxy

Hi!
Is there any trick to set an https proxy for pocket ie?
in wm5 it was possible by editing the registry, but in wm6 when i do the same modification, it makes crash internet explorer if i try to open a secure webpage
ps: i don't use the wap, waps connections so can we for example modify some stuff (maybe in the registry) to set https protocol to use the wap or waps proxy?
or any ideas please? i want gmail back lol
thx!

Palringo Tweaker

Hey all
I have been using Palringo for a while now and I was tired of waiting for them to add a way where I could use a proxy server (T-Zones) or Wifi.
In order to do this you would have to access the registry and some users don't want to do that. So I created a quick application to take care of this.
I hope it's useful for someone.
This application requires .NET 3.5
UPDATED:
I found a minor UI update issue.
thanks...
I'll give it a look, thanks!
i tried it and now i cant connect to palringo lol...not sure if have cf net 3.5 tho, i think i have only 2.0 NET version
kleptodathief said:
i tried it and now i cant connect to palringo lol...not sure if have cf net 3.5 tho, i think i have only 2.0 NET version
Click to expand...
Click to collapse
That's strange. All the application does is set the registry settings that palringo uses to connect through a proxy server.
Are you able to access the registry?
If so locate the following:
[HKEY_CURRENT_USER\Software\Parlingo\Settings] (These are the values used for US T-Zones Proxy)
Key="Connection/Proxy/Host" Value="216.155.165.50"
Key=Connection/Proxy/Port" Value="8080"
Key="Connection/Proxy/Type" Value="1"
NOTE: (The above settings are for US T-Zones Proxy only)
You should see these settings. If you set "Connection/Proxy/Type" ="0" That will allow you to use your Wifi connection.
^thanx i'll try that fix when im not lazy , i don't really use palringo much
can u make so that i can enter a proxy usernameassword inputs???
do u think ur prog will make palringo connect if it uses the wap port 80 to connect?
i can only surf the goam.com rogers APN thru a proxy server and i don't think palringo can connect
kleptodathief said:
^thanx i'll try that fix when im not lazy , i don't really use palringo much
can u make so that i can enter a proxy usernameassword inputs???
do u think ur prog will make palringo connect if it uses the wap port 80 to connect?
i can only surf the goam.com rogers APN thru a proxy server and i don't think palringo can connect
Click to expand...
Click to collapse
You don't need the wap user/pass on goam.com for the proxy.
Ip address : 172.25.0.107
Port : 80
kleptodathief said:
^thanx i'll try that fix when im not lazy , i don't really use palringo much
can u make so that i can enter a proxy usernameassword inputs???
do u think ur prog will make palringo connect if it uses the wap port 80 to connect?
i can only surf the goam.com rogers APN thru a proxy server and i don't think palringo can connect
Click to expand...
Click to collapse
If you are using a proxy server that uses port 80, all you need to do is set the port to 80 and set the host address of your proxy server and your good to go. Palringo will use your predefined connection to access the internet which will handle your connection to the proxy server.
Just wondering whether anyone is able to get it to work with Rogers goam.com APN?
I have created the 3 new keys in the registry, and I tried all the combinations of different ports and proxy type.
If anyone is able to get it to work, can you please post your setup here?
Thanks!

Tunnelling apps through ssh on smartphone?

I have a smartphone (Dash) which I use on T-Mobile (USA).
So I've been able to use zaTunnel to set up a ssh connection between my dash (via wap.voicestream.com) and my ssh server. I've set up a few tunnels.
But for the life of me, I cannot figure out how to configure apps to use these tunnels.
For example, how to make Opera Mini work through this tunnel? Google Maps?
Yes, I am aware of the epc workaround, but I'd like to figure our this other method as well. Any help would be greatly appreciated.
Judging from the zaTunnel screenshots/documentation, you can only tunnel 1 port at a time. What you would need to do is run a HTTP proxy on your "ssh server" and tunnel that port through, and then point your applications to the new port. (IP of 127.0.0.1, with a port of whatever you put)
But why do that? If you have your settings correct, Opera Mini and Google Maps should work without any tunneling, because T-Mo's web proxy will let that traffic through.
You mean, using wap.voicestream.com, with proxy 216.155.165.50:8080, Google Maps and Opera Mini will work? I thought I tried that and found it didn't work.
Actually, ZATunnel allows you to set up as many port forwards as you want, but all through a single ssh connection.
dont use your providers proxy
set up your http proxy on your server at the end of the tunnel and have it listen on a port - eg. 8080
setup a tunnel from 8080 to 8080
then configure your proxy in the app to use proxy 127.0.0.1:8080
scote said:
dont use your providers proxy
set up your http proxy on your server at the end of the tunnel and have it listen on a port - eg. 8080
setup a tunnel from 8080 to 8080
then configure your proxy in the app to use proxy 127.0.0.1:8080
Click to expand...
Click to collapse
Yes, thanks for the reply. But is exactly that last step that I do not understand how to do. Howe do you configure the proxy "in the app"? For example, how do you specify a proxy for Google Maps or Opera Mini?

Need Mobile browser with SOCKS proxy support or workaround

Hello,
Im using a htc hd2 with WM6.5
Does anyone know of a mobile browser in which I can change SOCKS proxy settings - just like mozilla firefox? (ive tried minimo and fennec a3, but no good, unless I could use some addon in fennec).
I want to tell my browser to listen on port 1080 for a SOCKS connection (im port forwarding with pocketputty).
Alternatively, does a program like 'tsocks' exist for windows mobile, in which I can socksify for my mobile browser? I havent used tsocks before btw.
Or finally, is there a way to edit the registry in WM6.5 so that the browser does listen on port 1080 for SOCKS?
Thankyou,
Will
I believe you have to modify the connection entry - I'm guessing you're using wifi, right?
When you create the connection entry, you can associate the connection with a proxy to work properly. Gonna grab my phone and update how-to in a minute....
start-settings-connections-Connections
For me on ATT, I have 2 options - media net and "work" - under "work" there is a setting for proxy server. Go through those options and set appropriately.
Then, when you're done with this, go back and modify your connection (wireless I'm guessing) to associate that connection with the "work" profile and not the "internet" profile.
I had to do this with my work - which uses just a basic forwarding proxy.
hey mate
im not using wifi, im using telstra's next g network. I can get mobile broadband pretty much anywhere in all major cities.
Ill just explain a bit more as to what im doing so you can understand. Im dynamically forwarding port 1080 from a remote SSH server back to my phone, then i want to tell my browser to 'listen' or 'accept' this connection on port 1080. Then im essentially browsing the internet through my SSH server, using it as a proxy. I have this working on my windows xp desktop machine.
So you think i need to modify the phones connections settings to get my browser accepting a socks v4 connection on port 1080?
Ive tried this before with no success. Under 'network management'
the default way my device connects to the internet is 'telstra internet', and the default way for a program to connect to a private network is 'my work network'.
default settings for 'telstra internet':
modem: Cellular line (GPRS)
access point name: Telstra.wap
Proxy settings for 'telstra internet'
2 boxes ticked, 'this network connects to the internet' and ' this network uses a proxy server to connect to the internet'
Advanced Settings for proxy
Type Server
http: 10.1.1.181:80
WAP:
Secure WAP:
SOCKS: 10.1.1.181:1080
Ive also experimented around with a 'socksify' program known as proxycap.
2 possible solutions:
1. I configure the browser to listen for a socks connection on port 1080 (this works on firefox for windows xp)
or
2. Use proxycap to 'socksify' a mobile browser
...
looking for same

Categories

Resources