|
2007-05-18
, 22:13
|
Posts: 309 |
Thanked: 51 times |
Joined on Apr 2007
|
#22
|
|
2007-05-19
, 03:13
|
Posts: 15 |
Thanked: 15 times |
Joined on Apr 2007
|
#23
|
|
2007-05-22
, 17:03
|
Posts: 29 |
Thanked: 4 times |
Joined on Apr 2007
|
#24
|
|
2007-05-22
, 19:56
|
|
Posts: 27 |
Thanked: 2 times |
Joined on Feb 2007
|
#25
|
|
2007-05-22
, 20:57
|
|
Posts: 71 |
Thanked: 2 times |
Joined on Jan 2007
|
#26
|
How did you get your 6700 to work. I spent days to no avail. I finally gave up and got a different phone and paid for the PAM plan... The N800 never recognised it as a modem... What did I miss? I am now paying more for sprint vision that I did in the past...
Thank you in advance
|
2007-05-24
, 19:18
|
|
Posts: 27 |
Thanked: 2 times |
Joined on Feb 2007
|
#27
|
I use BTModem on my Samsung i730 PDA Phone with WM05. I'm told it also works on the 6700, but don't know for sure since I don't have one to test.
BTModem can be had at http://pdaphonehome.com/forums/samsu...oft-stack.html
|
2007-05-24
, 20:14
|
Posts: 4 |
Thanked: 0 times |
Joined on May 2007
|
#28
|
|
2007-05-24
, 21:11
|
Posts: 37 |
Thanked: 2 times |
Joined on May 2007
@ Wimer, Oregon
|
#29
|
also, will they be able to tell that I am tethering (toothing) using this program?
My computer was able to connect to the 6700 via bluetooth (and USB) using the built in application, but the n800 was not
(the funny thing was that when I connected via usb, I got a nasty message on the 6700 telling me that I should not be tehering, I did not get this with BT).
|
2007-05-24
, 21:17
|
Posts: 37 |
Thanked: 2 times |
Joined on May 2007
@ Wimer, Oregon
|
#30
|
Of course I'd like the fastest connection possible, does my choice of cellphones affect how many kbps I can get?
1. install becomeroot from the maemo repository [you should have figured out how to do this from previous posts in the the thread.]
2. open a terminal window and type "sudo gainroot" Tip: The preprompt cursor should change from $ to /home/user
3. Type in
cp ./.opera/opera.ini ./MyDocs/.documents/operaini.txt
This will copy the opera.ini file to a file entitled operaini.txt in your documents folder
4. Type in cd ./MyDocs/.documents/
This will change your directory to where you created the new file. Type in ls -l. If everything is good so far, there should be an operaini.txt file there.
5. My permissions were not properly set for the operaini.txt file, so I had to change the permission so I could edit this file. I did this by typing in
chmod ogu=rw operaini.txt
This gave the owner, group, and user permission to read (view) the file and write to (edit) the file. You can now close your terminal window.
6. Open up the Notes application and pull down open from the menu. You should be able to browse and find the operaini.txt file you created and open it.
7. Once the file is open, use the find on page tool to search for "spoof", which should locate
Spoof UserAgent Id
Change the UserAgent ID to what you want opera to identify itself as...
Global values:
1 = Opera
2 = Mozilla
3 = Internet Explorer
Site-specific values:
4 = Mozilla, Opera not mentioned
5 = Internet Explorer, Opera not mentioned
8. You may also want to change the minimum font size. Search for font size and change the value to something else (most likely bigger).
9. Save the changes to the document. Then making sure opera not running open Xterm, gain root access, and then type this:
cp -f ./MyDocs/.documents/operaini.txt ./.opera/opera.ini
This will copy your edited file back to the opera folder and overwrite the old .ini file.
If you really mess things up, opera should rewrite the ini file. However, in case of a meltdown, in the opera folder there is a file entitled opera.ini.backup . You can make copy of this file entitled opera.ini in the same directory which should set things back to your default settings.
Cool. Cool.