New Firmware Editor Version 1.0.1.0

 |
|

13th Nov 2007, 8:35 am
|
|
Member
Keen on MPx players
|
|
Join Date: Oct 2007
Posts: 60
|
|
Re: New Firmware Editor Version 1.0.1.0
Hi,
For MattBryan,
Copy this and save as a .lst file, you can then open up inside the editor after you open your firmware, this file will give you the first images up to your media player screen.
Copy all of the below and save as file
// RockChip Editor File
// Editor Ver 1.0.1.0
// Created By Dancemammal 2007
//Header
Chip=RK2608,000,
MName=Generic 240x320,
PName=RK2608,RockChip,
Version=00.00.0000
DefaultOffSetB=5172900
DefaultOffSetT=(default)
OInf1=(none)
OInf2=(none)
ItemCount=8
//Items
ItemName=Welcome
ShortDesc=12 Pictures
ItemDesc= (Welcome Sequence)
ItemID=1
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,240,3840,
OffSet=0,0
ItemName=ShutDown
ShortDesc=12 Pictures
ItemDesc=(Shutdown Sequence)
ItemID=2
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,240,3840,
OffSet=-1,0
ItemName=BackGround
ShortDesc=Desc
ItemDesc=Description
ItemID=3
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,240,320,
OffSet=0,0
ItemName=MainMenu
ShortDesc=18 Pictures
ItemDesc=(Main Menu Icons)
ItemID=4
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,160,450,
OffSet=-1,0
ItemName=MainMenu
ShortDesc=18 Pictures
ItemDesc=(Main Menu 2 Icons)
ItemID=5
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,160,450,
OffSet=-1,0
ItemName=Player
ShortDesc=Desc
ItemDesc=Media Player
ItemID=6
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,240,320,
OffSet=0,0
ItemName=Lock
ShortDesc=Desc
ItemDesc=Description
ItemID=7
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,24,40,
OffSet=0,0
ItemName=Battery
ShortDesc=Desc
ItemDesc=Description
ItemID=8
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,24,80,
OffSet=0,0
ItemName=Blanker
ShortDesc=Desc
ItemDesc=Description
ItemID=9
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,240,56,
OffSet=0,0
|

13th Nov 2007, 10:26 am
|
|
New Member
|
|
Join Date: Nov 2007
Posts: 3
|
|
Thank you so much Dance. Don't you think menu should be 900*160? I mean your program does not show this size, but in Photoshop icons look right way when menu bmp is that size. Thanks again.
|

13th Nov 2007, 11:18 am
|
 |
Senior Member
Valued Member
|
|
Join Date: May 2007
Posts: 1,285
|
|
dancemammal..
Noticed a slight error in the .lst generator.
The line "OffSet=0,0" should be "OffSet=-1,0" for all the pictures except for the first picture.
Every Item entry is getting generated with "OffSet=0,0"
This doesn't affect the dancemammal editor, but it causes the wrong pictures to be displayed in RKLogoEdit.
thanks for all the good work!
|

13th Nov 2007, 11:54 am
|
|
Member
Keen on MPx players
|
|
Join Date: Oct 2007
Posts: 60
|
|
Re: New Firmware Editor Version 1.0.1.0
Hi All,
Thanks Knob, for pointing out the mistake in the lst file generator, i will correct that, also the problem with reloading the lst files.
As for the images, it does'ent matter what size the images are (160 x 900) or (900 x 160) as long as you can see all the images, the images are all stored as a string of bytes, so long as you make your replacement image the same size as the image you are replacing then it will work fine,
The Lst file is just a guide, to help you map out the string of bytes into something easier on the eye.
I am hoping to add some new features to the Editor, if anyone has ideas, either put them in my private message, or add them to the forum.
Things in mind,
1. Formatting, backup and restore of the Player
2. Decryption of Actions firmware
3. Projects (firmware and lst files with last position saved)
Future Additions
Hook into RockChipUSB.drv
Cheers
Dancemammal
|

13th Nov 2007, 12:53 pm
|
|
Member
MPx Junkie
|
|
Join Date: Aug 2006
Posts: 229
|
|
Hi dancemammal, please excuse my ignorance, as I'm pretty slow when it comes to firmware lingo. But is this tool only for firmware that is already available, or can it also extract the firmware from rockchip players? Because sadly, I won't be able to make much use of this tool without compatible firmware for my rockchip as I have yet to discover a tool with extraction capability. But keep up the good work! This is helping lots of people.
|

13th Nov 2007, 2:44 pm
|
|
Member
I love my MPx player
|
|
Join Date: Aug 2007
Posts: 92
|
|
Yes, I am in the same boat with all 4 Rockchip players. Still, this looks like it's helping people that got f/w with their players. If extracting proves to be impossible, it might be time to invest in a Teclast, which comes with f/w!!
__________________
On a mission to help confused Rockchip owners get more than just the French and Chinese dance-vids working on their units!
|

15th Nov 2007, 1:13 am
|
|
Member
Keen on MPx players
|
|
Join Date: Oct 2007
Posts: 60
|
|
Re: New Firmware Editor Version 1.0.1.0
Hi All,
My Player (Onda VX858LE) came with the FW on disk,
I am working on extraction of the firmware from all players (Fingers Crossed), I will start with the RockChip (as it is the one I have), If I bust it, I will hold you all responsible (just kidding).
Regards
Dancemammal
|

15th Nov 2007, 2:17 am
|
|
Senior Member
Valued Member
|
|
Join Date: Jan 2007
Posts: 1,017
|
|
Dancemammal
just noticed that you are a yorkshire man - maybe i could pop in for a "cup of tea"
keep up the good work
|

15th Nov 2007, 2:53 am
|
|
Member
Keen on MPx players
|
|
Join Date: Oct 2007
Posts: 60
|
|
I may have to move me wippit out't way so you can sit down
|

15th Nov 2007, 2:03 pm
|
 |
Senior Member
Valued Member
|
|
Join Date: May 2007
Posts: 1,285
|
|
Re: New Firmware Editor Version 1.0.1.0
Quote:
|
I am working on extraction of the firmware from all players (Fingers Crossed), I will start with the RockChip (as it is the one I have), If I bust it, I will hold you all responsible (just kidding).
|
:shock:
Thats good news dancemammal, don't worry you will find plenty of folks here willing to risk their players to test the extraction utility.  ops:
keep up the very excellent work!!
|
|