93 replies to this topic
#1
Posted 25 January 2006 - 03:47 AM
Hi,
I just set up Acronis OS Selector for booting between OSx86 and WinXP Pro.
Is there a way to add a custom Apple icon for this?
I just set up Acronis OS Selector for booting between OSx86 and WinXP Pro.
Is there a way to add a custom Apple icon for this?
#2
Posted 25 January 2006 - 04:57 AM
Acronis states that you will not be able to customize the icon. Just a hunch, but if you decompile the exe file, you might be able to change it there.
#3
Posted 10 February 2006 - 06:30 AM
Thanks
#4
Posted 15 March 2006 - 06:06 PM
I checked... None of the icons are in any of the files located in the program files/acronis directories. I looked around for a while trying to see what dll's acronis might be hiding them in, but i gave up...
#5
Posted 08 June 2006 - 01:29 AM
I checked.
I found that all the icons are in the main ossmain.exe executable (4.25MB).
They are packed all together in one big 1.75MB zip file at the end of the exe!
This might explain why it's so slooooow to load.
I extracted, then unpacked the zip file: 2.37MB of files in which there are 220 png files totalling 1.4MB; the rest consist of 5 small xml files, 2 afm font files, some .dat database and a few other files.
Of course the OS icons are in there, but so are all png files for the help section available within the loader.
For the OS icons, they come in sets of 3: 16x48pix, 32x96pix and 48x144pix (all 32bpp), each of these consisting of 3 stacked squares (eg three 16x16 squares on top of each other) (probably to represent different push states)... don't think i'm allowed to show one here.
I'm no big expert, but since this is one big zip package inside the exe, would it be possible to modify some particular images files (eg OS/2, Turbolinux icons), keeping the same names, and making sure the final rezipped file has the exact same size, and then reinserting at the end of the exe... ?
Unless of course a crc check is done within...
On the Acronis forum, the mods said that it might be an option in a future version, but no promises...
So might be safer to wait.

/edit: pixels, not bits!
I found that all the icons are in the main ossmain.exe executable (4.25MB).
They are packed all together in one big 1.75MB zip file at the end of the exe!
This might explain why it's so slooooow to load.
I extracted, then unpacked the zip file: 2.37MB of files in which there are 220 png files totalling 1.4MB; the rest consist of 5 small xml files, 2 afm font files, some .dat database and a few other files.
Of course the OS icons are in there, but so are all png files for the help section available within the loader.
For the OS icons, they come in sets of 3: 16x48pix, 32x96pix and 48x144pix (all 32bpp), each of these consisting of 3 stacked squares (eg three 16x16 squares on top of each other) (probably to represent different push states)... don't think i'm allowed to show one here.
I'm no big expert, but since this is one big zip package inside the exe, would it be possible to modify some particular images files (eg OS/2, Turbolinux icons), keeping the same names, and making sure the final rezipped file has the exact same size, and then reinserting at the end of the exe... ?
Unless of course a crc check is done within...
On the Acronis forum, the mods said that it might be an option in a future version, but no promises...
So might be safer to wait.
/edit: pixels, not bits!
#6
Posted 09 June 2006 - 06:31 AM
Umm how do i get that zip file out
EDIT: Got it out......Modifying
EDIT: Got it out......Modifying
#7
Posted 09 June 2006 - 10:23 AM
In the mean time we can edit the bootmenu_logo.png to whatever we want
. Maybe some talented person can create a classy logo with Linux, OS X, and Windows? If loading is too slow, might want to disable cd booting on the app.
#8
Posted 09 June 2006 - 01:41 PM
I modified the OS2 Logo. Now to try it out
#9
Posted 09 June 2006 - 02:32 PM
Sorry for not giving the hex address, but that surely differs with versions of AOSS.
Glad to see you got it anyway
And thanks domino for tip about cd booting, will try it out.
Glad to see you got it anyway
And thanks domino for tip about cd booting, will try it out.
#10
Posted 09 June 2006 - 05:57 PM
OK I need the exact HEX Address. Is it 0x00227973?. If I extract it form here onwards, and i try to replace icon_sys_os2_48.png it says the archive is corrupt.
#11
Posted 09 June 2006 - 08:31 PM
Firstly, the md5 of my ossmain.exe is: 483ea6ea1eede6ecba2e65fb0a2c90ce
The begining of the zip in this one is then: 0x00280880
The resulting exported zip file has this md5: 7e37245df5360b693151587b4d921863
For those who also want to try:
Make a copy of ossmain.exe.
With this copy in your hex editor, extract/export from the above address until the end to a file named e.g. resources.zip. Then unzip in a folder to view and work with the files. If there's a message about a corrupted zip, then there was a problem extracting.
If you have a different executable (other version), I don't know if the pattern is the same, i.e. if they put the zip at the end. Anyways, here's what to do if they did: search for this hex string from the start of the file: 50 4B 03 04
For me this was the begining of the zip (begining at the "50 4B", which is the "PK" header of the zip). There are other such strings later, but you have to extract/export from the first one until the end to a zip file.
Once extracted, one could edit/replace eg the os/2 icons into Apple icons, with the same filename, and rezip. The Acronis people used Adobe ImageReady to make the double-state icons.
(There are some xml files containing a list of these icon filenames... so one could also change the filename of icons and edit the list... maybe...)
Of course the zip will be a different size. One could try different zip compression settings to get the same size; or just insert a dummy file whose size is adjusted until the zip is the same size.
But then again, since the zip is at the very end of the exe, only its start address might be important; but I wouldn't take the chance.
Of course the zip will have a different checksum, and if there is an integrity check it's game over.
I'll do my own tests in vmware this weekend when i have more time.
The begining of the zip in this one is then: 0x00280880
The resulting exported zip file has this md5: 7e37245df5360b693151587b4d921863
For those who also want to try:
Make a copy of ossmain.exe.
With this copy in your hex editor, extract/export from the above address until the end to a file named e.g. resources.zip. Then unzip in a folder to view and work with the files. If there's a message about a corrupted zip, then there was a problem extracting.
If you have a different executable (other version), I don't know if the pattern is the same, i.e. if they put the zip at the end. Anyways, here's what to do if they did: search for this hex string from the start of the file: 50 4B 03 04
For me this was the begining of the zip (begining at the "50 4B", which is the "PK" header of the zip). There are other such strings later, but you have to extract/export from the first one until the end to a zip file.
Once extracted, one could edit/replace eg the os/2 icons into Apple icons, with the same filename, and rezip. The Acronis people used Adobe ImageReady to make the double-state icons.
(There are some xml files containing a list of these icon filenames... so one could also change the filename of icons and edit the list... maybe...)
Of course the zip will be a different size. One could try different zip compression settings to get the same size; or just insert a dummy file whose size is adjusted until the zip is the same size.
But then again, since the zip is at the very end of the exe, only its start address might be important; but I wouldn't take the chance.
Of course the zip will have a different checksum, and if there is an integrity check it's game over.
I'll do my own tests in vmware this weekend when i have more time.
#12
Posted 10 June 2006 - 10:22 AM
Ok, some results:
Having a modified zip of different size replacing the original at the end of the ossmain.exe doesn't trigger anything so far, so that's good news!
As a later test I slightly modified the os/2 icons (change in colors, etc) and all went well. All tests in vmware.
I've picked up some apple icons here and there from google-images to work with.
Screen shots later tomorrow...
Having a modified zip of different size replacing the original at the end of the ossmain.exe doesn't trigger anything so far, so that's good news!
As a later test I slightly modified the os/2 icons (change in colors, etc) and all went well. All tests in vmware.
I've picked up some apple icons here and there from google-images to work with.
Screen shots later tomorrow...
#13
Posted 10 June 2006 - 11:04 AM
What version of acronis are you guys running?
because i cant find a exe called ossmain in my acronis folder in program files
or am i looking in the wrong place?
because i cant find a exe called ossmain in my acronis folder in program files
or am i looking in the wrong place?
#14
Posted 10 June 2006 - 11:17 AM
its in the BOOTWIZ folder on the drive Acronis Boot Loader is installed
#15
Posted 10 June 2006 - 10:26 PM
Well, I've made some not too clean but not too bad icons for osx on acronis oss. Could be better.
Here's some edited screenshots from vmware:
Not obvious from these pics, but the icons are a bit different whether the os is selected or not.
This next one is for the full screen menu:
Will check the xml, maybe something can be done about the colors too.
Hopefully, acronis will let users costumize the looks/logos on a future version.
Here's some edited screenshots from vmware:
acronosx1.jpg 25.19K
893 downloads
acronosx2.jpg 38.3K
525 downloads
Not obvious from these pics, but the icons are a bit different whether the os is selected or not.
This next one is for the full screen menu:
acronosx3.jpg 16.35K
840 downloads
Will check the xml, maybe something can be done about the colors too.
Hopefully, acronis will let users costumize the looks/logos on a future version.
#16
Posted 11 June 2006 - 12:26 PM
Not bad. I'd also like to change the icons, but I'd rather use one of these beautiful Apple logos:
Attached Files
#17
Posted 11 June 2006 - 07:13 PM
I was a first shot I made quickly: used a simple black apple as a bump map. Didn't try anything fancy.
I have those two you show.
The first one I like also, it is a thin semi-transparent blueish layer over the white background. Reduced to 48x48, not sure would show as nice.
Second one wouldn't make much impact on the blue background fullscreen background, but a nice white-ish glow just outside the apple may make the necessary contrast, like the "DOS" icon you see in the images but not as harsh. Working on it.
Then of course a nice "OSx86" just in the middle would be nice.
For each size (16, 32, 48) one needs three icons: one for the normal state, one for the selected state, and a third one in grayscale which could be a bump map, don't know its purpose.
I have those two you show.
The first one I like also, it is a thin semi-transparent blueish layer over the white background. Reduced to 48x48, not sure would show as nice.
Second one wouldn't make much impact on the blue background fullscreen background, but a nice white-ish glow just outside the apple may make the necessary contrast, like the "DOS" icon you see in the images but not as harsh. Working on it.
Then of course a nice "OSx86" just in the middle would be nice.
For each size (16, 32, 48) one needs three icons: one for the normal state, one for the selected state, and a third one in grayscale which could be a bump map, don't know its purpose.
#18
Posted 11 June 2006 - 07:49 PM
#19
Posted 11 June 2006 - 09:24 PM
Could somebody email me that .zip file i tryed it with a hex editor but i didnt worked out.
#20
Posted 11 June 2006 - 10:32 PM
Well, a better look with the blue apple above; no need for a white halo:
You'll have to put it back in anyway. To manage to get it out is a first good step.
Did you find the place where it's located? What exact version of acronis os selector do you have?
What hex editor are you using?
Selected state:
acro1a.png 51.38K
519 downloads
Unselected state:
acro2a.png 15.6K
344 downloads
By itself, without the 'default' square:
acro5a.png 4.52K
225 downloads
And here's the full screen, with acronis boot logo modified:
acro6.jpg 31.74K
716 downloads
Here are the png's I used:
icon_sys_os2_16.png 1.95K
205 downloads
icon_sys_os2_32.png 5.02K
211 downloads
icon_sys_os2_48.png 9.48K
189 downloadsnt]
Quote
"Could somebody email me that .zip file i tryed it with a hex editor but i didnt worked out."
Did you find the place where it's located? What exact version of acronis os selector do you have?
What hex editor are you using?
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account










