update:
check the latest update on this post:
viewtopic.php?f=40&t=10644Hello guys,
I just recieved my Nationite OS 81 last week and i'm really enjoying this player except for that ugly UI so i decided to make my own lst and mod it. The lst that i made contains every icon that is used in the player and i have already finished a complete modded theme for these player. I also used HxD Hex Editor to remove the text on the Main Menu and fix the wrong wordings.
Here's the files that you're gonna need if you want to start modding your player:
Image Search Editor
The Firmware you want to mod
Lst for the firmware
Upgrade Kit
Hxd hex editor to change words in the firmware (google it)
download needed files:
check link for the latest update(contains the files needed)
After downloading,
You can follow this tutorial that was made by maderin for the Image Search Editor:
http://www.mp4nation.net/forum/viewtopic.php?f=24&t=2207and when changing images using image searcher make sure that the image you are putting is the same size as the original or this will mess up other images, so be careful.
Each main menu icon has four different icons to represent one icon
two of them is when its not selected
the other two is when they're selected
On the selected
You'll have the icon you want to use with 0,128,0 (green) background
and the other will be your alpha channel which is always black, grays and white. Everything that is black will not show and evrything that is white will show and grays will be transparent. The highlight for the main menu icons uses alpha channel too.
Here's a tutorial about alpha channels and hope it helps a bit:
http://www.axialis.com/tutorials/tutorial-misc001.htmlTo change the wordings
You have to download HxD Hex Editor (recommended) just google it
ater installing Open the .RKW or rockres.bin using the hex editor
Go to Searach - Replace or Ctrl R
Search for : whatever word you want to change ( eg. MOVIE ) Please copy the exact word inccluding capitalizations.
Replace with: the word you want to use but be sure to use the same number of letters or it can be shorter and use spaces to match the number of letters on the original word because this is gonna move everything a byte and mess up some of the images and text on the player (eg. VIDEO) you can also use spaces if you dont want the word to show in the player.
DataType: Text-string
Then check:
Unicode string
Case Sensitive
and set Search Direction to All.
Then click ok and this should do it or you.
If it asks " This replace operation changes the file size..." Always cancel because this means you don't have the same number of characters as the original.
If you have more questions, just post it in here and i'll be glad to help and i will be looking forward to more people modding this player.