Nokia X2-00 hack for internal browser
( works on other s40 nokia models)
two ways to reach the trick are present let us look at them
steps are
Second, if you want a more quicker way to access this internal browser
(that has great support for css and javascript and html )
<html><head>
<title>Internal browser </title>
<script type="text/javascript">
<!--
function delayer(){
window.location = document.getElementById("url").value
}
//-->
</script>
</head>
<body >
( works on other s40 nokia models)
two ways to reach the trick are present let us look at them
- The true "hack" (a bug left out ) (may work on other models)
- The html file loader (may not work on other models)
steps are
- Go to media player's now playing screen (pic1)
- go options>>more>>downloads>>go to address
- you will get a box with "rtsp://" in it
- replace that with "http://www.google.com" or (other address you wish)
but, http:// is mandatory as it defines to use http protocol
address box |
Final result |
Second, if you want a more quicker way to access this internal browser
(that has great support for css and javascript and html )
1.create an html file with the following html code in it
<html><head>
<title>Internal browser </title>
<script type="text/javascript">
<!--
function delayer(){
window.location = document.getElementById("url").value
}
//-->
</script>
</head>
<body >
<hr>This and many other tricks @ http://gadget-geek-prashant.blogspot.com<br>please don't remove this link
Enter the url to browse the web using internal browser <hr>
Enter Url: <input id="url" type="text" name="url" value="http://www.google.com"/>
<input type="button" value="Go" onclick="delayer()"/>
</body>
</html>
2.save and transfer that file to your phone
3.browse to it in gallery and open the file
4.go options>>add to web services
5.select "Internal browser " for the shortcut on the shortcut bar (in the category web services)
Enjoy the better html rendering of the internal browser ,
but remember it will take a little while to load files of large resource size (>300kb)
Enter the url to browse the web using internal browser <hr>
Enter Url: <input id="url" type="text" name="url" value="http://www.google.com"/>
<input type="button" value="Go" onclick="delayer()"/>
</body>
</html>
2.save and transfer that file to your phone
3.browse to it in gallery and open the file
4.go options>>add to web services
5.select "Internal browser " for the shortcut on the shortcut bar (in the category web services)
Enjoy the better html rendering of the internal browser ,
but remember it will take a little while to load files of large resource size (>300kb)
Comments
Post a Comment