maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   How to make web browsing up to 10x faster on N900 (https://talk.maemo.org/showthread.php?t=45410)

pantera1989 2010-02-22 09:19

How to make web browsing up to 10x faster on N900
 
I don't know if anyone knows this. I am going to post it anyway. If it is already known, please delete this post.

Please note I tested this with my brother's iphone 3gs and my old N95 8GB. Before, the iphone beat the N900 with speed by a little bit, but N900 beat the iphone with content. The N95 was in the middle in both tests. After this, the N900 loaded the page a lot faster than both phones..and it loaded the full page.

However please note that your battery will be drained a lot quicker. And I mean it.

These are ten very short steps. I could have shrunk the instructions to 3 steps,,but better keep it simple.

Step 1: Connect to any Wi-Fi network.
Step 2: Go to Menu > Settings > Internet Connections
Step 3: Click on Connections
Step 4: Select your Wi-Fi network
Step 5: Click on Edit
Step 6: Press Next twice (until it is idsabled)
Step 7: Click on Advanced
Step 8: Go to the 'Other' tab
Step 9: Click on 'Power Saving' and select Off. It will warn you that you will be charging more frequently if you do this.
Step 10: Try Browsing again :).

You have to repeat this process with every one of your wi-fi connections. The battery will be drained quicker know..but it is so much faster! It could easily compare to the speeds that my PC is able to reach. I like it this way..so what if I have to buy a spare battery?

If you like this post I don't require thanks..but please give me some e-book names on how to learn more about linux, maemo, and how to develop for it. I really would like how to port applications. I have a background in programming (Java and VB (beginner)), but I always was good at editing existing code, rather than creating. I want to know more about how to use my N900. Thanks

dwould 2010-02-22 09:41

Re: How to make web browsing up to 10x faster on N900
 
Quote:

Originally Posted by pantera1989 (Post 540770)
If you like this post I don't require thanks..but please give me some e-book names on how to learn more about linux, maemo, and how to develop for it. I really would like how to port applications. I have a background in programming (Java and VB (beginner)), but I always was good at editing existing code, rather than creating. I want to know more about how to use my N900. Thanks

can't help you with e-books, but I have tried to blog a certain amount of information about my adventures in developing for maemo with python.
start with:
http://danielwould.wordpress.com/201...t-environment/

I have written a few posts taged with maemo, that cover some python tasks, complete source for the first version of witter as an example of just getting something off the ground which does more than just hello world.
It was my hope that in blogging such things, others might have an easier time developing their own apps.

Ghostface 2010-02-22 09:45

Re: How to make web browsing up to 10x faster on N900
 
I wouldn't recommend doing this, since it will drain your battery like mad should you stay connected to a wlan for a longer period of time.

Scharel 2010-02-22 09:48

Re: How to make web browsing up to 10x faster on N900
 
for me it doesn't make a big difference.
Most of loading time is needed by the CPU to render the page, so faster WLAN doen't change a lot.

Duffer 2010-02-22 10:54

Re: How to make web browsing up to 10x faster on N900
 
pantera1989

A "brainstorm" for an app to automatically change power saving to off when the N900 is plugged into a charger would be great.

Or even a power saving on/off desktop widget?

Netweaver 2010-02-22 11:04

Re: How to make web browsing up to 10x faster on N900
 
No need for a brainstorm ... Just use Shepherd, is it get in a usable state...

This would be a textbook example : generated event: plugging in the charger -surely there is a Dbus message generated that can be picked up by Shepherd-

and the resulting action will either be a one-liner Dbus command (or a simple script for multiple Wifi connections ones).

We just need Shepherd and a smart person to provide the generic Dbus command string :)

my 2 cents ...

NotTheMessiah 2010-02-22 11:14

Re: How to make web browsing up to 10x faster on N900
 
Quote:

Originally Posted by pantera1989 (Post 540770)
I don't know if anyone knows this. I am going to post it anyway. If it is already known, please delete this post.

Please note I tested this with my brother's iphone 3gs and my old N95 8GB. Before, the iphone beat the N900 with speed by a little bit, but N900 beat the iphone with content. The N95 was in the middle in both tests. After this, the N900 loaded the page a lot faster than both phones..and it loaded the full page.

However please note that your battery will be drained a lot quicker. And I mean it.

These are ten very short steps. I could have shrunk the instructions to 3 steps,,but better keep it simple.

Step 1: Connect to any Wi-Fi network.
Step 2: Go to Menu > Settings > Internet Connections
Step 3: Click on Connections
Step 4: Select your Wi-Fi network
Step 5: Click on Edit
Step 6: Press Next twice (until it is idsabled)
Step 7: Click on Advanced
Step 8: Go to the 'Other' tab
Step 9: Click on 'Power Saving' and select Off. It will warn you that you will be charging more frequently if you do this.
Step 10: Try Browsing again :).

You have to repeat this process with every one of your wi-fi connections. The battery will be drained quicker know..but it is so much faster! It could easily compare to the speeds that my PC is able to reach. I like it this way..so what if I have to buy a spare battery?

If you like this post I don't require thanks..but please give me some e-book names on how to learn more about linux, maemo, and how to develop for it. I really would like how to port applications. I have a background in programming (Java and VB (beginner)), but I always was good at editing existing code, rather than creating. I want to know more about how to use my N900. Thanks


sounds good to me man. will give it a try.
your name makes me wanna listen to cowboys from hell. gotta love a bit of pantera

by the way, i would recommend learning c++. its a very very powerful language. there a billions of tutorials on the web, just run a google search and you'll find all you need to get started easily.

lma 2010-02-22 11:43

Re: How to make web browsing up to 10x faster on N900
 
Quote:

Originally Posted by pantera1989 (Post 540770)
Step 9: Click on 'Power Saving' and select Off. It will warn you that you will be charging more frequently if you do this.

Note that in normal circumstances you shouldn't have to do that unless there is a bug in either the access point or N900 (there are a few reports in bugzilla but nothing confirmed so far).

Quote:

You have to repeat this process with every one of your wi-fi connections.
Not really (it's a global setting but placed in a very misleading place in the GUI).

pantera1989 2010-02-22 12:17

Re: How to make web browsing up to 10x faster on N900
 
Quote:

Originally Posted by Duffer (Post 540857)
pantera1989

A "brainstorm" for an app to automatically change power saving to off when the N900 is plugged into a charger would be great.

Or even a power saving on/off desktop widget?

Yeah that is true. What I did was install a widget that disables WLAN. I disable WLAN everytime I quit browsing. The thing is let's face it..the N900 battery was never that good. It would still never really last you a whole day. Disabling power saving will make it last even less..but the inconvenience of charging often remains there all the same.

So I prefer having fast internet, because charging is mandatory either ways. But you must be careful to switch WLAN off each time. There is an applet that puts a shirtcut in that menu where the battery icon is ( forgot what it's called). I found that quite good. I can control Wi-Fi easily from there.

there is an app called auto-disconnect, that would be a good idea except that it often disconnects me while browsing so I disabled it.

About developing, I tried C++ but I found it very complex. I know it's one of the best languages, since it is closer to machine code but..I still have a lot to learn. I will try python though.


All times are GMT. The time now is 01:14.

vBulletin® Version 3.8.8