View Full Version : Hiisi Suite v1.6.3 (Say goodye to GnuBox)


OMI
8th March 2008, 16:24
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 (GET and 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 then go to options > advanced settings. On the proxy server address enter 127.0.0.1 and 1234 as the proxy port number. Now press back two times to exit and save the new acces point.
http://thumbnails.imajr.com/b6e14bc2d0b6-841296.jpg (http://imajr.com/b6e14bc2d0b6-841296)http://thumbnails.imajr.com/30b0053e2910-841281.jpg (http://imajr.com/30b0053e2910-841281)



█ 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 run the 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 follow all 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 My Services > Properties > Serial Port A.

http://thumbnails.imajr.com/967e80781409-841347.jpg (http://imajr.com/967e80781409-841347)

For default Windows XP SP2 and Vista drivers here is a screenshot that may help to find the COM Port. You can go to Control Panel > Bluetooth Devices > COM Ports tab.
http://thumbnails.imajr.com/comtabai3-841299.jpg (http://imajr.com/comtabai3-841299)




Update: On the Service Properties > Personal Area Networking, be sure you have the "Enable DHCP Server" checked.

http://thumbnails.imajr.com/d95e014c7875-841300.jpg (http://imajr.com/d95e014c7875-841300)


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;.\class Pihatonttu.PihatonttuMain COM7 null

In the COM7, change the number 7 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;.\class Pihatonttu.PihatonttuMain COM11 null

If you want to use 3rd party proxy server just replace null with 200.65.127.161:3128 or any other proxy you want.
Example
Code:

start javaw -Djava.library.path=. -cp .\lib\comm.jar;.\lib\jdic.jar;.\class Pihatonttu.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 .

http://thumbnails.imajr.com/217dd190c503-841294.jpg (http://imajr.com/217dd190c503-841294)


█ 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..."

http://thumbnails.imajr.com/5e7319ffe21a-841277.jpg (http://imajr.com/5e7319ffe21a-841277)http://thumbnails.imajr.com/8eefe5bc20d4-841280.jpg (http://imajr.com/8eefe5bc20d4-841280)



Now choose your PC bluetooth name then it will search for bluetooth serial port.

http://thumbnails.imajr.com/b179aa752c72-841298.jpg (http://imajr.com/b179aa752c72-841298)


On the next screen you will see the btspp://..... selection.This is the RFCOMM service and you need to select this one. (select the first and not the second)

http://thumbnails.imajr.com/6a6655212744-841279.jpg (http://imajr.com/6a6655212744-841279)


Now you will see this screen.

http://thumbnails.imajr.com/8eefe5bc20d4-841280.jpg (http://imajr.com/8eefe5bc20d4-841280)

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 will work ok)

http://thumbnails.imajr.com/3e3affee2a42-841276.jpg (http://imajr.com/3e3affee2a42-841276)http://thumbnails.imajr.com/3e3affee2a42-841276.jpg (http://imajr.com/3e3affee2a42-841276)

After pressing OK, Checking Bluetooth Connection screen will appear and you have to allow the application to use connectivity applications.
If you see the screen as below, you actually did it.
http://thumbnails.imajr.com/93a9d678a69e-841293.jpg (http://imajr.com/93a9d678a69e-841293)



█ 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.

http://thumbnails.imajr.com/fbc9ecec26e3-841302.jpg (http://imajr.com/fbc9ecec26e3-841302)


This is my method on how I put it to 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.

Denovo
8th March 2008, 19:21
thanks mate!nice work round here!Rep+

ringdang
8th March 2008, 20:26
nice app! thanks for sharing.

82ghost82
9th March 2008, 00:37
Good program but I think it has some bugs..after some time the program crashed without explanation and I had to reset the phone.I Dont know if the problem is with my phone, my firmware or the Hiisi.
Anyway thank you!

menaabood
9th March 2008, 08:14
tx nice app , how to install it in my phone, i'm getting invalid version although i have s60 device

zezam2
9th March 2008, 09:15
hmm,i think gnubox is better anyway,and easier to install,,,,

Psycomatis
9th March 2008, 13:07
windows cannot find javaw make sure you type etc.. error :(

ok lol java not installed :)

cyberlion1
9th March 2008, 15:39
I get a message bluetooth connection is not available eventhough I followed the instructions...

cyberlion1
9th March 2008, 16:04
I tried it again this time I get a "bluetooth connection is available" the computer now alerts that the phone is connected but after some seconds the computer cuts off the connection.

cyberlion1
9th March 2008, 16:05
(I tried it again this time I get a "bluetooth connection is available" the computer now alerts that the phone is connected but after some seconds the computer cuts off the connection.)

CAN A MODERATOR DELETE THIS POST. IT GOT DOUBLED MAYBE BECAUSE OF THE SERVER...

olti
10th March 2008, 03:50
Guys, this connection works fine. Actually this is my tutorial under BlueSoleil. :gum: LOL, you haven't even removed the last screenshot of DotSIS main page.

Read it carefully step by step and you got it to work. Also be sure to check the JAVA JRE Runtime Environment version on your pc.

A screenshot that might help
http://www.4freeimagehost.com/uploads/3fc51cdfc257.jpg

Here is the link to download it
http://java.sun.com/javase/downloads/index.jsp

All thanks goes to MartY3 (http://www.ipmart-forum.com/member.php?u=196710) for his original clear tutorial.

olti
10th March 2008, 04:02
tx nice app , how to install it in my phone, i'm getting invalid version although i have s60 device

This version is mostly to s60v3 phones. There are other versions of Hiisi but not tested on s60.

xhtml
10th March 2008, 05:07
hmmm what do i do with my pc? any installation for Hiisi on my pc? thanks

olti
10th March 2008, 05:16
hmmm what do i do with my pc? any installation for Hiisi on my pc? thanks


Just extract the folder and remember DO NOT RUN Pihatonttu.cmd (or Pihatonttu_localhost.cmd) OUTSIDE THE EXTRACTED FOLDER.

Take your time in reading the tutorial and you will succeed. Tested by me :egdance:

Lennox
10th March 2008, 05:21
i can't install it on my phone,
when i click on the .jad file i'm getting "unable to install.downloading failed"
should i have an active gprs connection for installing this app?

xhtml
10th March 2008, 05:22
hmmm what do i do with my pc? any installation for Hiisi on my pc? thanks

olti
10th March 2008, 05:27
Better follow the steps on the Tutorial Section.

a_ali
10th March 2008, 11:24
does it work on 7610? any body tried

hamadazezo
10th March 2008, 14:15
Excellent work really......bravo

statica
10th March 2008, 17:48
Hi

I followed your excellent guide to the letter. My phone finds the hiisi proxy and when I connect is says that bluetooth device connected and 1 sec later it says it disconnected. I have seen that others have this problem. I use same Soleil version as you. If anyone might know why it connects and then disconnect right away then plese help.

Thanks for nice guide :)

82ghost82
10th March 2008, 20:09
Are you sure you are using the serial com connection?
Before setting the service serial com I was using the active sync service and the bluetooth disconnected (but I have widdcomm drivers..).

statica
10th March 2008, 20:28
In Bluesoleil it says COM PORT 10....and cant seem to find anything about active sync...I have the drivers which came with my Dell comp so berhaps I should try the widdcomm driver???

cyberlion1
11th March 2008, 03:58
Hi

I followed your excellent guide to the letter. My phone finds the hiisi proxy and when I connect is says that bluetooth device connected and 1 sec later it says it disconnected. I have seen that others have this problem. I use same Soleil version as you. If anyone might know why it connects and then disconnect right away then plese help.

Thanks for nice guide :)


I have that same problem the only difference is that I am using WIDCOMM drivers... I have followed this guide h**p://www.all4smartphone.com/forum/viewtopic.php?t=30703 in order to use this app with WIDCOMM. I can't resolve the problem though...

mantra
11th March 2008, 18:15
Cheers mate..works fine on my N70

komp3z
12th March 2008, 12:32
Hi

I followed your excellent guide to the letter. My phone finds the hiisi proxy and when I connect is says that bluetooth device connected and 1 sec later it says it disconnected. I have seen that others have this problem. I use same Soleil version as you. If anyone might know why it connects and then disconnect right away then plese help.

Thanks for nice guide :)
yes my problem like you to.
i was try to instal bluesoleil 2.3.1, 2.3.0, 3.0.0 an 5.0.5 but my problem still like this.
http://img291.imageshack.us/img291/2067/javaut4.jpg (http://imageshack.us)
anybody tell me to fix my problem?

denmerl
12th March 2008, 18:42
hello friends kamusta na kyo mga kay ipmart

statica
12th March 2008, 18:56
I get exact same message as komp3z with my N95. If anyone has any idea how to solve this then please help.

sirkula
13th March 2008, 13:26
First time it worked Ok, then I had to hard reset my phone *#7370#, I then I did everything as the first time but now I get, after exiting Hiisi setting, "Bluetooth connection is not available."
"Hiisi Proxy [Bluetooth Mode] is idling..."

skullbox
18th March 2008, 21:15
Thanxxxxxxxxxxxxxxxxxxxxxx a ton bro!! love U!! added rep++

jnrN73
28th March 2008, 22:56
Ehm...with Hiisi Suite can I use Agile Messenger, TurboMSN, Mobile Windows Live messenger ecc???

N95legend
27th April 2008, 15:06
i have xmicro bluetooth and widdcom software so can i do so i m trying but not successful.

Nostoc
23rd May 2008, 19:51
thx for sharing ;-)

ikaraz
23rd May 2008, 21:28
maybe someone can create guide fo widcome bluetooth software too

Bonda
24th May 2008, 08:54
Nice App Buddyyyy......

Thanks M8

favad
28th May 2008, 15:19
Thanks mayn! Seems great! Gnubox was too clumsy

favad

kriss13
6th July 2008, 01:08
it works perfect on n93, after some fails and nerve wreaking.....
I tried the page 1 tutorial and dint work.. it misses something...
The prob is in the phone with the acc point... this is the weak link...

What I did:
-I ran Pihatonttu.cmd, configured like in the tutorial... Pihatonttu_localhost.cmd didnt work
-DUPLICATE YOUR MOBILE CONNECTION (the one provided by vodafone for ex. and just change this:

-name of the connection.. your choice (NOT of the acc point name)
-user name: none
-pass promt: none
-auth: Normal
leave rest as it is

now is the tricky part... exit to save the new duplicated connection in order to edit the advanced settings....
Go back and edit advance settings:
-IP :auto
-DNS has some numbers there.. dont delete them.. it wont work.. just replace with zero ..it will make it automatic
leave rest untouched (mine is the same as in tutorial 127.0.0.1 / 1234)

in the phone Hiisi:
-use soft bank or mozilla

Im wifi with my lap via an adsl router, generic BT dongle (uses xp default drivers).

Hope it helps...

ps.
didnt read all posts to see if this solution was already found..sorry

UPDATE-------------------------------
Weird stuff..
My girlfriend has a n71 (almost the same as n93 with missing wifi and stuff) and i couldn't get it to work no matter what...
She does not have mobile internet enabled by vodaf0ne.

So I put my own sim into har phone and BAM!.. it worked bia BT.
I put her sim back... same settings.. no go.

So it looks like mobile internet do something that enables Bt internet.
And yes, I triple checked not to use vonaf0ne access point(aka mobile internet)..:D
First because i use the Bt access point I've created, and because i see activity on the Pihatonttu monitor..exact the same sites i was browsing onto the phone..

vikasbhatt
16th July 2008, 06:51
i can't install it on my phone,
when i click on the .jad file i'm getting "unable to install.downloading failed"
should i have an active gprs connection for installing this app?

same with me man....but then i install jar file...and it installed successfully
now i'm trying but no go........it leave the connection after few seconds...
im trying

btw :thanks:

viper92z
30th July 2008, 03:15
thankzzzzzzzzzzzz

viper92z
30th July 2008, 03:22
thankzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

himanshuv
2nd August 2008, 16:04
I am not able to configue it on my N73. :afraid:

mark22slo
11th August 2008, 02:54
Hi people! I stucked at the end of 2nd step - when i change ports, i edit Pihatonttu.cmd and then try to run it, then i get the error (Java Virtual Machine Launcher - Could not find the main class. Program will exit.)

Can somebody help me? Tnx in advance

lan pe chad
16th August 2008, 18:54
it says packet data connection not available....
what should i do???

lan pe chad
17th August 2008, 01:27
it works perfect on n93, after some fails and nerve wreaking.....
I tried the page 1 tutorial and dint work.. it misses something...
The prob is in the phone with the acc point... this is the weak link...

What I did:
-I ran Pihatonttu.cmd, configured like in the tutorial... Pihatonttu_localhost.cmd didnt work
-DUPLICATE YOUR MOBILE CONNECTION (the one provided by vodafone for ex. and just change this:

-name of the connection.. your choice (NOT of the acc point name)
-user name: none
-pass promt: none
-auth: Normal
leave rest as it is

now is the tricky part... exit to save the new duplicated connection in order to edit the advanced settings....
Go back and edit advance settings:
-IP :auto
-DNS has some numbers there.. dont delete them.. it wont work.. just replace with zero ..it will make it automatic
leave rest untouched (mine is the same as in tutorial 127.0.0.1 / 1234)

in the phone Hiisi:
-use soft bank or mozilla

Im wifi with my lap via an adsl router, generic BT dongle (uses xp default drivers).

Hope it helps...

ps.
didnt read all posts to see if this solution was already found..sorry

UPDATE-------------------------------
Weird stuff..
My girlfriend has a n71 (almost the same as n93 with missing wifi and stuff) and i couldn't get it to work no matter what...
She does not have mobile internet enabled by vodaf0ne.

So I put my own sim into har phone and BAM!.. it worked bia BT.
I put her sim back... same settings.. no go.

So it looks like mobile internet do something that enables Bt internet.
And yes, I triple checked not to use vonaf0ne access point(aka mobile internet)..:D
First because i use the Bt access point I've created, and because i see activity on the Pihatonttu monitor..exact the same sites i was browsing onto the phone..




:thanks::thanks::thanks::thanks:


I dont have words to explain my feelings for u.....

u were absolutely ryt..... i spend the whole day bt it was not working from any side....
ur 1 post make it work for me on my N95 ........
thanks bro u made my whole day worth.......:dance::dance::dance:

My msg to other friends their is only one way for N95 and that his way.....

lan pe chad
17th August 2008, 01:30
the speed is slow though....
Hey kriss what speed u r getting on ur cell???

lan pe chad
17th August 2008, 01:32
the speed is slow though....
Hey kriss what speed u r getting on ur cell???

xhtml
17th August 2008, 07:46
HELLO MOD. PLS HELP 2DLIT MY THREAD. IT S ERROR AS I ACTUALLY I GOT IT WORK THRU MY INTERNAL GPRS... AS IT WORKS WITH ANY ACCESS POINT.
THUS I VE NOT YET MADE IT WORK THRU HIISI AT ALL
:-(
I WASTED 7usd AS I USED IT FEW DAYS FOR AROUND 50MB. crying now...........


hello all. this is to report you la

i dont know why. i tried as the instruction and now i got it work. few apps i ve tested,
working: uc web 6, slick, shape skype, podcast
not working: shared photo service, web

I download the mp3 via uc web, i got up to 64 kbs... it s cool la cheerssssssssss

may u help to advise me more...
1. should i open Hiisi app in the phone all time when i want to use the connection?
2. should i run the Pihatonttu.cmd in pc all time before starting to use the connection?
3. please advise me others if possible.

my specs:
laptop xp sp2, toshiba bt stack, bluesoleil latest version... 11, and n82 latest firmware... or my n82 is black nannnnnnaaaaaaaaa

nice Sunday

gunaro
18th August 2008, 00:52
it works perfect on n93, after some fails and nerve wreaking.....
I tried the page 1 tutorial and dint work.. it misses something...
The prob is in the phone with the acc point... this is the weak link...

What I did:
-I ran Pihatonttu.cmd, configured like in the tutorial... Pihatonttu_localhost.cmd didnt work
-DUPLICATE YOUR MOBILE CONNECTION (the one provided by vodafone for ex. and just change this:

-name of the connection.. your choice (NOT of the acc point name)
-user name: none
-pass promt: none
-auth: Normal
leave rest as it is

now is the tricky part... exit to save the new duplicated connection in order to edit the advanced settings....
Go back and edit advance settings:
-IP :auto
-DNS has some numbers there.. dont delete them.. it wont work.. just replace with zero ..it will make it automatic
leave rest untouched (mine is the same as in tutorial 127.0.0.1 / 1234)

in the phone Hiisi:
-use soft bank or mozilla

Im wifi with my lap via an adsl router, generic BT dongle (uses xp default drivers).

Hope it helps...

ps.
didnt read all posts to see if this solution was already found..sorry

UPDATE-------------------------------
Weird stuff..
My girlfriend has a n71 (almost the same as n93 with missing wifi and stuff) and i couldn't get it to work no matter what...
She does not have mobile internet enabled by vodaf0ne.

So I put my own sim into har phone and BAM!.. it worked bia BT.
I put her sim back... same settings.. no go.

So it looks like mobile internet do something that enables Bt internet.
And yes, I triple checked not to use vonaf0ne access point(aka mobile internet)..:D
First because i use the Bt access point I've created, and because i see activity on the Pihatonttu monitor..exact the same sites i was browsing onto the phone..

Brother - your a genious! Configured my N95 :exactly: the way you did. It's workin Fantastic using "Softbank" ,

I'm running Bluesoleil 6.2.227.10

THX

IceMan J.K. in South China

Prdlous
18th August 2008, 20:26
It works for internet but I cant log to N-Gage arena...:( That's pity...Still can't play on-line...:confused:

So for now another bug...:( Packet Data: Packet Data connection not available (-4161)

Munja01
17th September 2008, 03:37
Thank you, it works fine for me on n95 8gb v30 with bluesoleil 6.2.227.

zain4444
22nd September 2008, 18:14
isnt nokia 6600 MIDP 2.0??

then why the file not installing it say INVALID VERSION

dr_temo
3rd October 2008, 05:32
(Java Virtual Machine Launcher - Could not find the main class. Program will exit.)

can any body help plz !!!!!!!!!!

awnwalid
21st October 2008, 03:54
goooooooooooood

p3_sv
23rd October 2008, 21:18
I thought it worked. It ate all my credit :D, I'll try again if it works I know for sure that it was without my cents :P

p3_sv
23rd October 2008, 23:03
it finaly works, but the pop up baloon keeps showing: "6120 has connected to my Blooetooth Serial port" and imediately after : "6120 has disconetcted to my Blooetooth Serial port"
every second it connects and disconects, it's supposed to do that? :D

pycmuk80
5th November 2008, 22:50
Hiisi and BlueSoleil someone who made friends?
I can not connect ((