Tuesday 21 August 2012

All Tips/Tutorials/Tricks for S60v3 Cellphone here**regularly updates**

Hiisi Suite, HTTP proxy server suite for mobile phone and PC, enables MIDP capable mobile phone to connect to LAN via bluetooth (RFCOMM) connection.With these proxies, you can connect mobile phone inside the area where bluetooth radio wave of PC can reach to the internet without paying money for mobile operators. Hiisi Suite supports only HTTP protocol (GETand POST methods). Hiisi Proxy is a midlet for mobile that routes all the http traffic to Pihatonttu Proxy running on the PC. Before installing and running the applications, you have to configure them, according to your devices settings. Compatibility : Tested and working in 6630, N73 and E61. It should work in any MIDP 2.0 mobile. Up to date Also tried on my N95 and works ok. E51 works ok. ======================================== ================================== STEP BY STEP TUTORIAL (read carefully) Note: Do not skip this! Read carefully !!! You may need JAVA JRE (java runtime environment). Most PCs, may already have the java jre installed, you can check your version by open a command prompt (Start / run / cmd - enter) then in black window, type "java -version" (without quotes) and press enter. Version will be displayed if installed. If not CLICK HERE to get it. OK, here we go then. █ Step 1 First create a new acces point: Go to - tools > settings > connection > access points > options > create new access point Name the access point anything you wish. In my case I called it Bt, but you name it as you want since the connection name doesn't matter, unlike GnuBox. Example - Connection Name > Bt (Or anything else you want. Be careful, Connection Name and Acces Point Name are different things) Leave everything on default thengo to options > advanced settings. On the proxy server address enter 127.0.0.1and 1234 as the proxy port number. Now press back two times to exitand save the new acces point. █ Step 2 Installation on the phone On the folder that you extracted\Hiisi1.6.3\Hiisi\bin there are Hiisi.jar and Hiisi.jad. Copy both files to the root of your MMC or phone memory, doesn't matter how you get the files to your phone, via usb or bluetooth, is important that both files are in the same directory for proper installation. Then using any file explorer (could even use nokia file mgr. app) locate and run the hiisi.jad file and not the JAR, this will be in path looking something like E:/hiisi.jad (it is important to runthe jad file, and NOT the jar file,or simply wont work at all, but jar file must also be present in same dir as the jad file for successful installation) so followall on screen prompts which comes from after clicking the hiisi.jad file, and go ahead and install it. >> Update: When prompted for the installation directory when you install the .jad file, select the directory where your .jad and.jar files are located. Example: If you have transfered the files on E:/, select memory card to install the .jad file. If you have transfered them on C:/ select phone memory to install the .jad file. █ Step 3 Configuring the server on PC First we need to know the COM port used by your bluetooth. In my case is COM11 under BlueSoleil 2.1.3 Release. In the main panel of BlueSoleil go to MyServices > Properties > Serial Port A. For default Windows XP SP2 and Vista drivers here is a screenshotthat may help to find the COM Port. You can go to Control Panel> Bluetooth Devices > COM Ports tab. Update: On the Service Properties > Personal Area Networking, be sure you have the "Enable DHCP Server" checked. Now we need to edit the COM Port in the Pihatonttu.cmd. Open Notepad and drag and drop Pihatonttu.cmd inside the Notepad. You should see this: Code: start javaw -Djava.library.path=. -cp .\lib\comm.jar;.\lib\jdic.jar;.\classPihatonttu.PihatonttuMain COM7 null In the COM7, change the number7 to your COM Port used by bluetooth. In my case is COM11 so it should be like this: Code: start javaw -Djava.library.path=. -cp .\lib\comm.jar;.\lib\jdic.jar;.\classPihatonttu.PihatonttuMain COM11 null If you want to use 3rd party proxy server just replace null with 200.65.127.161:3128or any other proxy you want. Example Code: start javaw -Djava.library.path=. -cp .\lib\comm.jar;.\lib\jdic.jar;.\classPihatonttu.PihatonttuMain COM11 200.65.127.161:3128 Note: You can do the same with the Pihatonttu_localhost.cmd file but in my case it worked with Pihatonttu.cmd. Ctrl+S to save it and close Notepad. Now double click the Pihatonttu.cmd and the Pihatonttu Proxy window will appear. Note: If you get error like "COM Port is in use" when you launch the app, close it and launch again . █ Step 4 Now launch the Hiisi Proxy on your Phone. It will ask you"Allow application Hiisi bla bla bla...?" Press Yes. Select and press Bluetooth Mode then it will say "Inquiring bluetooth devices..." Now choose your PC bluetooth name then it will search forbluetooth serial port. On the next screen you will see the btspp://..... selection.This isthe RFCOMM service and you need to select this one. (select the first and not the second) Now you will see this screen. Normally you can go ahead on browsing the web now but to be sure let's go to Options > Settings. Bluetooth mode must be selected. Bluetooth Connection > Check now must be checked. User Agent > Select Mozilla/5.0(Symbian OS S60 Browser/Safari) then press OK (If you have problem connecting and get an error 500 select the SoftBank as user agent and it willwork ok) After pressing OK, Checking Bluetooth Connection screen willappear and you have to allow theapplication to use connectivity applications. If you see the screen as below, you actually did it. █ Step 5 Now without exiting the Hiisi Proxy, unlike GnuBox, open the browser on the phone and try to open any web page. When prompted which access point to use, select your new dummy access point. In my case I called it Bt so I have to select that. This is my method on how I put itto work under BlueSoleil Software. Thanks to marty3 from another forum for his clear tutorial. This will work not only on Symbian but almost on every Java MIDP 2.0 capable phone.

No comments:

Post a Comment