 |
| Chatbox |
|
There are 0 user(s) on chat now:
[ Login to join chat ]
|
|
|  |
| Author |
Message |
Dancemammal  I love my MPx player
|
Hi all,
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 for next release 1.0.2.0,
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 |
|
|
|
No rating |
|
 |
knob  MPx-a-lolics Anonymous
|
dancemammal?
do you plan to add a firmware extractor for Rockchip players?
Quote: ›
backup and restore of the Player
|
Quote: ›
Hook into RockChipUSB.drv
|
This is the "holy grail" for rockchip owners, if this is achieved then dozens of Rockchip players will be saved.
No firmware extractor exists at all for Rockchip and backup firmwares for unbranded players are nearly non-existant.  |
|
|
|
No rating |
|
 |
princessanne1026  MPx-a-lolics Anonymous
|
whoops, I just asked the same thing in the other thread, knob. lol, but yes, I was wondering the same thing. Do tell, dancemammal. Any exciting things to look forward to?  |
|
|
|
No rating |
|
 |
crazy.neo  I love my MPx player
|
Yeah, you should make a extract feature. Many of us don't use this tool because we don't have the firmware (other than a s1clone backup). |
|
|
|
No rating |
|
 |
iixorbiusii  I love my MPx player
|
There's a lot of 'homebrew' coding guys buzzing around the JXD301 section at the MP4Nation forum - I might see if they are able to look into firmware extraction as well. Some of them apparently are main coders for the GP2X handheld, so they know a 'thing or three'! |
|
_________________ On a mission to help confused Rockchip owners get more than just the French and Chinese dance-vids working on their units! |
|
No rating |
|
 |
makd511  MPx-a-lolics Anonymous
|
suggestions
1. extract all images currently listed in .lst file and auto save to folder of choice, using the "item name" as the name of each image.
2. import all images - the reverse of the above which will allow to import all images into the firmware that were extracted using the method above
4. ability to alter text in the player, , there is currently another small program to do this but integrating here would be even more icing on the cake
Dancemammal - this is fantastic work - well done |
|
|
|
No rating |
|
 |
makd511  MPx-a-lolics Anonymous
|
this maybe impossible but here goes
do we know how the screen elements on these players are positioned/laid out? if so is it possible to be able to reposition things around the screen or even hide them altogether.
by this i mean can we do things like re-position the track info to top of screen as opposed the the right hand side, could we turn off the graphic equalizer altogether?
this is possible as companies like ramos etc have been able to do this in their firmware
just a thought but it would be great if we could take it this step further and be able to not only skin the player but arrange the screen to how we want
thanks
oh - and also it would be great to be able to change the font |
|
|
|
No rating |
|
 |
Dancemammal  I love my MPx player
|
Hi All,
You lot don't want much, do you!
I think there is a bug in ver 1.0.1.0, the images that you import are being corrupted before they get entered into the firmware, I have two choices,
1. I have fixed the issue, but I am in the middle of coding some of the other features, and could release a interim version.
2. We all wait until I finish the next release, dont know when that will be,
What do you fancy ?
Cheers
Dancemammal |
|
|
|
No rating |
|
 |
NBS
|
Hi Dance,
I haven't had that problem importing images?
Does it occur only on some condition?
I had it only with 24 bit bmp,with 16 bit is ok.
But i tried to add item using start offset like you said,but if i update a start offset even the item i saved before updating it,change his reference.
What should i do if i want to edit some image that is not sequential?Can't I specify the offset for each item? |
|
|
|
No rating |
|
 |
Dancemammal  I love my MPx player
|
Hi NBS,
The problem seems to be around 24 bit images, But I have found and fixed it, so wont be a problem for long.
Ok, The start offset is the base offset for all of your images, once you find your first image, you can use the "set start offset" button to create your start.
After creating your start, all the images after that will be based upon their size, and that will dictate their position from the start base offset,
ie :
start offset = 200 bytes
image is 20 x 20 pixels, each pixel is 2 bytes = 800 bytes
so
This image's start is at 200, it's length is 800, the next image will start at 200 + 800 = 1000, and so on.
you only need to set the start offset once, at the biggining,
If you wish to create a lst file with one item in it that just point to one image in the stream, that can be done, but if you wish to create more items, based upon offsets of the item, that you cannot do as yet.
Until the next version is availible, i suggest that you find a lst file that will let you view all your images, then editing is easy, I have taken note of your issue, and i will add functionality to accept item based offsets.
Cheers
Dancemammal |
|
|
|
No rating |
|
 |
NBS
|
Oh,ok in understand now.
I think it will be better if the current function :"creat new item with selected rect" would simply add the item in the lst just like you see it in the image,so if it's relative to the start offset it should make the difference between the image offset and the start.That way will work for both sequential images and not . |
|
|
|
No rating |
|
 |
knob  MPx-a-lolics Anonymous
|
The way it works in RKLogoEdit is if you want to jump over a picture for example you get a .lst entry like:-
ItemName=FM
ShortDesc=Radio
ItemDesc=FM RADIO
ItemID=940
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,240,320
OffSet=-1,&h11D0
whereas a sequential entry would be :-
ItemName=FM
ShortDesc=Radio
ItemDesc=FM RADIO
ItemID=940
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,240,320
OffSet=-1,0
note the difference in the line "OffSet=" , the "relative offset"
This method could be used for the dancemammal editor too to jump over pictures or only choose selected pictures. |
|
|
|
No rating |
|
 |
makd511  MPx-a-lolics Anonymous
|
hi dancemammal
how is goin lad
have you made any progress/updates to the editor yet
not hassling you mate, just give us a little hint as to whats goin' down
cheers |
|
|
|
No rating |
|
 |
fparri
|
Yeah, we're all looking forward to firmware extraction so we can play a little on our players...  |
|
|
|
No rating |
|
 |
Dancemammal  I love my MPx player
|
Hi All,
I guess it's update time,
Sorry it's been so long, my job does sometimes get in the way
Most of the work on the Editor has been completed, the rest of my time has been spent on the extractor.
I will have to split the next release into two parts
1. The Editor
2. Firmware Extractor
this will give me more time to work on the extractor.
New Features of the editor:
- Import / Export of all images in firmware
- Backup / Restore of players data
- Text String Resource Editor
- Firmware CRC32 creator
- More LST file menu options
- 16bit and 24bit image import
- Export Raw Data
- LST file header editor
Firmware Extractor (In Progress)
- Direct USB Access
- USB Enumeration
- Firmware Extract to file
- Flash Ram Scrape
I have spent many sleepless nights reading USB specs (hope you all appreciate it)
I will be releasing the Editor Soon, hopfully followed by the extractor (once I get it working)
Cheers
Dancemammal |
|
|
|
No rating |
|
 |
| Sponsored Links |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|  |