Hello everyone,
I have edited the Opera rom and I noticed some cool things that I would like to share with you. It always bugged me that you first have to launch Opera, and then click a page you want to go to. Well, here are the steps to make your own custom start page:
1. Use DSlazy to unpack your Opera (nds file) rom. You will get a NDS_UNPACK directory. This will contain the files of the rom.
2. Go to the folder "data", and then to the folder "en" (or the language code that you've set opera to). This will bring up some files. The startpage.html is the one that loads up at startup. Edit it with notepad or something. You will notice some html code. Now, edit the following:
Directly under the tag, place this (where YOURSTARTPAGE is, your startpage (how fascinating!
):
Next replace the BODY tag with this:
CODE
This will automatically execute the code added above, and will take us to our startpage. Also, this will offcourse directly connect you with your wifi connection.
That's it! Now when you fire up opera, it connects and then loads the startpage. If you have a flash cart that enables default booting (like the R4) it's even more easy. I only have to power my NDS and it loads my custom startpage.
It's also possible to edit the help file. This is located in the same folder as startpage.html. It's called "gettingstarted.html". Edit this just like startpage.html and the next time you press the ? icon you are taken to your custom page you specified! If you want to edit the ? icon in like a GBAtemp icon, you can find the icon in the folder data\urlicons and it's called help.png and help_t.png. You can edit those if you want. When you're done, you can repack it with DSlazy and put the .NDS on your ds and you're done.
If you need any help, please ask here.
Mark
I have edited the Opera rom and I noticed some cool things that I would like to share with you. It always bugged me that you first have to launch Opera, and then click a page you want to go to. Well, here are the steps to make your own custom start page:
1. Use DSlazy to unpack your Opera (nds file) rom. You will get a NDS_UNPACK directory. This will contain the files of the rom.
2. Go to the folder "data", and then to the folder "en" (or the language code that you've set opera to). This will bring up some files. The startpage.html is the one that loads up at startup. Edit it with notepad or something. You will notice some html code. Now, edit the following:
Directly under the tag, place this (where YOURSTARTPAGE is, your startpage (how fascinating!

Code:
function startpage()
{
window.location="http://YOURSTARTPAGE";
}
Next replace the BODY tag with this:
CODE
This will automatically execute the code added above, and will take us to our startpage. Also, this will offcourse directly connect you with your wifi connection.
That's it! Now when you fire up opera, it connects and then loads the startpage. If you have a flash cart that enables default booting (like the R4) it's even more easy. I only have to power my NDS and it loads my custom startpage.
It's also possible to edit the help file. This is located in the same folder as startpage.html. It's called "gettingstarted.html". Edit this just like startpage.html and the next time you press the ? icon you are taken to your custom page you specified! If you want to edit the ? icon in like a GBAtemp icon, you can find the icon in the folder data\urlicons and it's called help.png and help_t.png. You can edit those if you want. When you're done, you can repack it with DSlazy and put the .NDS on your ds and you're done.
If you need any help, please ask here.
Mark