Daily Mobile Forum
25 May 2012, 19:28 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Read the FORUM RULES - Ignoring the rules will end up with a ban so do NOT ask for registrations keys or share warez links / cracked applications. You have been warned!
 
   Home   Help Search Login Register  

Pages: [1] 2 3 4 5 6   Go Down
  Print  
Author Topic: Bluetooth internet  (Read 67146 times)
0 Members and 2 Guests are viewing this topic.
Sebastian.m
Guest
« on: 23 February 2009, 15:05 »

hello ppl:)

First of all, sorry for my bad english Wink

Now i want to ask, if i'm albe to use the internet via bluetooth, that means, my internet at the pc runs over bluetooth. and now i'm going to ask, if i can use it on my 5800, too ? Smiley

hope u will ask this question fast Smiley

Have a nice day !

Sebastian!
Logged


nasua
Guest
« Reply #1 on: 23 February 2009, 16:26 »

hello ppl:)

First of all, sorry for my bad english Wink

Now i want to ask, if i'm albe to use the internet via bluetooth, that means, my internet at the pc runs over bluetooth. and now i'm going to ask, if i can use it on my 5800, too ? Smiley

hope u will ask this question fast Smiley

Have a nice day !

Sebastian!

It depend on what software your using with your bluetooth.  Wink
Im using IVT BlueSoleil, it has a network share option that can be used for accessing internet.
Logged
mufaddal_km
Guest
« Reply #2 on: 23 February 2009, 17:21 »

u mean to say that u want to share ur pc internet connection on your 5800 over bluetooth ....
Logged
sbm007
Full Member
**
Thanks: 12
Offline Offline

Current Phone:
N95-1 | 5800XM (UK Red V20)

Posts: 51



Activity
0%


« Reply #3 on: 23 February 2009, 18:38 »

u mean to say that u want to share ur pc internet connection on your 5800 over bluetooth ....


If this is what you mean, then I'm quite sure it's possible.

It used to be possible back for S60v2. An application called GnuBox made it possible, but I'm not sure the same solution is available for S60v3 or v5... since with the introduction of WiFi and 3G, "Bluetooth Internet" became more redundant.

But it might be worthwhile if you google "GnuBox S60v3" (the v3 version might run on v5).

Good luck!
Logged
nasua
Guest
« Reply #4 on: 23 February 2009, 18:50 »

Try Hiisi Suite v1.6.3 its a java app it works on 5800
Download below


* 01.jpg (9.52 KB, 175x233 - viewed 911 times.)

* 02.jpg (9.26 KB, 175x233 - viewed 679 times.)

* 03.jpg (9.91 KB, 175x233 - viewed 616 times.)

* 04.jpg (8.47 KB, 175x233 - viewed 560 times.)

* 05.jpg (8.98 KB, 175x233 - viewed 595 times.)

* 06.jpg (9.76 KB, 175x233 - viewed 656 times.)
* Hiisi1.6.3.zip (347.3 KB - downloaded 6279 times.)
Logged


Sebastian.m
Guest
« Reply #5 on: 23 February 2009, 20:47 »

Thnx at all, first i'll tryHiisi, BUT how do i install this oO? there more than one file? Sry for that bad question Tongue !
Logged
nasua
Guest
« Reply #6 on: 23 February 2009, 20:55 »

Hiisi Suite v1.6.3

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.

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

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.

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;.\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 .


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


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

P.S also look at pics posted in previous post. !!!!!


* 01.jpg (5.41 KB, 175x147 - viewed 1468 times.)

* 02.jpg (7.24 KB, 175x225 - viewed 865 times.)

* 03.jpg (4.35 KB, 175x117 - viewed 719 times.)
Logged
mufaddal_km
Guest
« Reply #7 on: 23 February 2009, 21:02 »

lemme tell u one thing ..i have used grubox sharing internet connection thru bluetooth is very very slow.....if u want 2 share ur pc connection with 5800 better use wifi and not bluetooth
the reason is simple wifi allows higher data transfers where as bluetooths have 50-100kbps transfer rates ...

not only that u will encounter ur connection going dormnat several times...also the range of bluetooth is very limited and compared to wifi ...( do u want 2 sit near ur desktop or laptop and use your 5800 to surf the net )

my advise to you is go for wifi ...u will enjoy browsing on your device more
Logged
nasua
Guest
« Reply #8 on: 23 February 2009, 21:05 »

Here you go, this is the file you have to install on phone.  Wink
Extract the file before installing.

* Hiisi.zip (26.9 KB - downloaded 704 times.)
Logged
Sebastian.m
Guest
« Reply #9 on: 27 February 2009, 12:16 »

Well, hi again!

A problem is, my english isn't very well, and i read in the tutorial that i connect the bluetooth to the pc and then to the internet, and this is i won't do. I would connect it the the Adapter by the rooter. Therer is a special kind of adapter, wich connect MY pc with internet. And now my question: If I am not at the PC , i will chat or surf in the bed with my 5800 over  bluetooth-internet. And I'm not understandt in the tutorial, how to connect my handy with the adapter :b.. smbody knows Smiley ?

have a nice day!
Logged


Shadowfax
Full Member
**
Thanks: 65
Offline Offline

Current Phone:
5800 with V50 (Unhacked Sad)

Posts: 97



Activity
0%


« Reply #10 on: 27 February 2009, 19:42 »

@Sebastian.m

Hi, I am sorry to tell you that the tutorial written by Nasua is beautiful and I (Novice user) could follow it. I doubt if it is possible to simplify it further.

Why dont you try the google language tools to convert it to your native language. I read Winfuture.de websites that way. Hope this helps.
http://www.google.co.in/language_tools?hl=en
 Wink
Logged
shafraz
Guest
« Reply #11 on: 17 March 2009, 18:10 »

hey im using nokia n82 fone since last month i cant switch on my bluetooth,when ever try to turn it on it says unable to perform operation,does any one knows y...pls help me out
Logged
nasua
Guest
« Reply #12 on: 17 March 2009, 18:13 »

hey im using nokia n82 fone since last month i cant switch on my bluetooth,when ever try to turn it on it says unable to perform operation,does any one knows y...pls help me out

Try a factory reset press *#7780# to  reset your phone.
Logged
CGF
Newbie
*
Thanks: 0
Offline Offline

Posts: 1



Activity
0%


« Reply #13 on: 18 March 2009, 00:59 »

I hope I am addressing the right issue but I have been using my PC internet connection to access the web through bluetooth on my Nokia 5800. I just had to set up a wireless network on my PC in the Network & Sharing Center. No software to install on the phone.
Logged
anin_dani
Member
*
Thanks: 1
Offline Offline

Posts: 14



Activity
0%


« Reply #14 on: 18 March 2009, 04:44 »

don't know why, but it doesn't work on nokia n85, it cannot connect to the pc via bluetooth  threw the hiisi...
my com port is 50 Shocked
 Huh
Logged


Pages: [1] 2 3 4 5 6   Go Up
  Print  
 
Jump to:  







Daily Mobile - Daily iPhone Blog - Contact us - Forum Rules - © Copyright MAS Media Inc. | Privacy
Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC