Sign up here and you can log into the forum!

Beginers Guide to creating custom OSD

Anything and everything related to OSD modifcation & theming.

Re: Beginers Guide to creating custom OSD   

Postby scoobydo » Wed Jul 20, 2011 5:19 am

Do i really have to give up now???
I´ve done exactly how KAD explained it. And there was nothing from Ext3 and so on.
Download OSD, Mount it, chmod it and still cant write. Is there not a better help?
I really want do my own OSD. Because the Startpage is annoying and i dont like it in the middle of the screen. I want set it to the Bottom of my screen. I know how to work with XML and all this. Im just new to Ubuntu.

I know i do it the first time and im a noob. But im sure there is any help also for me to get a chance :)

Is there not anyone who want upload the extracted writable folder?

I say thank you again...
scoobydo
Donor
 
Posts: 26
Joined: Mon Feb 21, 2011 1:52 am

Re: Beginers Guide to creating custom OSD   

Postby recliq » Wed Jul 20, 2011 7:16 am

Although i posted this solution already in THIS topic:
Under any linux you can checkout the osd folder from svn...

To export the osd from svn to a folder myosd do this:
for firmware 1.02.21:
Code: Select all
svn export https://svn.wdlxtv.com/svn/wdlxtv-live/trunk/osd myosd


for firmware 1.03.49:
Code: Select all
svn export https://svn.wdlxtv.com/svn/1.03.49-wdlxtv/live/trunk/osd myosd

or
Code: Select all
svn export https://svn.wdlxtv.com/svn/1.03.49-wdlxtv/plus/trunk/osd myosd


for firmware 1.05.04:
Code: Select all
svn export https://svn.wdlxtv.com/svn/1.05.04-wdlxtv/live/trunk/osd myosd

or
Code: Select all
svn export https://svn.wdlxtv.com/svn/1.05.04-wdlxtv/plus/trunk/osd myosd
­WDLXTV Project Maintainer
-:] If you like my contributions feel free to donate for a beer or a new flash drive. ...and always remember: RTFM! (README, FAQ, WIKI) [:-
User avatar
recliq
WDLXTV Team
 
Posts: 5024
Joined: Thu Apr 15, 2010 8:09 am
Location: Kiel, Germany

Re: Beginers Guide to creating custom OSD   

Postby KAD » Wed Jul 20, 2011 9:28 pm

I'm on vacation, but when I return I think I should amend this guide to recommend an svn check out for starting any new osd mod, and should probably add some info on creating an ext3 for modding directly on the device

Kad
If you like my work please consider a Donation. Donate
Please read the appropriate documentation before posting questions! READ ME FAQ WIKI
User avatar
KAD
Global Moderator
 
Posts: 4015
Joined: Mon Apr 12, 2010 4:59 pm
Location: Seattle, WA USA

Re: Beginers Guide to creating custom OSD   

Postby scoobydo » Fri Jul 22, 2011 11:46 pm

Thank you recliq

That was a perfect tip and help with the svn.... I got it now.
No i can create step by step my own OSD. Its a nice thing to killing time with this horrible weather outside :)

Grüsse in den hohen Norden.
scoobydo
Donor
 
Posts: 26
Joined: Mon Feb 21, 2011 1:52 am

Re: Beginers Guide to creating custom OSD   

Postby scoobydo » Sun Oct 09, 2011 1:10 am

Hello

I think i have a mistake in my cramfs cause the osd is not showing correct.

here is what i have done:

andy@Ubuntu:~$ mkcramfs '/home/andy/Dokumente/osdbin/osd/newosd/' /home/andy/Downloads/osdandy1.osd.bin
Directory data: 145624 bytes
Everything: 27456 kilobytes
Super block: 76 bytes
CRC: 9d63f680
warning: gids truncated to 8 bits (this may be a security concern)

Thank you again for your help.
scoobydo
Donor
 
Posts: 26
Joined: Mon Feb 21, 2011 1:52 am

Re: Beginers Guide to creating custom OSD   

Postby mad_ady » Sun Oct 09, 2011 2:08 am

@scoobydo: the mkcramfs command that comes with standard linux distros is not compatible with the cramfs used for WDTV (one uses 8k blocks while the other one uses 16k blocks). If you mount the cramfs created on ubuntu on the wdtv you will see the file structure, but you won't be able to read the file contents.
You need to download the mkcramfs-16 supplied by b-rad, or pack your directory directly on the wdtv.
User avatar
mad_ady
Developer
 
Posts: 3002
Joined: Fri Nov 05, 2010 9:08 am
Location: Bucharest, Romania

Re: Beginers Guide to creating custom OSD   

Postby recliq » Sun Oct 09, 2011 2:14 am

newer versions of std. mkcramfs have a switch -b to set the blocksize, try -b 16384
­WDLXTV Project Maintainer
-:] If you like my contributions feel free to donate for a beer or a new flash drive. ...and always remember: RTFM! (README, FAQ, WIKI) [:-
User avatar
recliq
WDLXTV Team
 
Posts: 5024
Joined: Thu Apr 15, 2010 8:09 am
Location: Kiel, Germany

Re: Beginers Guide to creating custom OSD   

Postby scoobydo » Mon Oct 10, 2011 6:13 am

Thank you all for your help.

After a few hours i could get the osd mount in a ext3 working.
thats what i have done. Its based on psychotics OSD for 1.05.04 with a modified pintas sheet. What i changed is the Moviesheet screen as you can see. Its just a first layout and i will make a complete osd in the next 2 weeks. If its finished i will give it free to download if anybody want it.
Same i have done with marksters msplus

Here is a little screenshot of the work i have done.

Image
scoobydo
Donor
 
Posts: 26
Joined: Mon Feb 21, 2011 1:52 am

Re: Beginers Guide to creating custom OSD   

Postby KAD » Mon Oct 10, 2011 7:30 am

nice, I'll look forward to seeing it in action

KAD
If you like my work please consider a Donation. Donate
Please read the appropriate documentation before posting questions! READ ME FAQ WIKI
User avatar
KAD
Global Moderator
 
Posts: 4015
Joined: Mon Apr 12, 2010 4:59 pm
Location: Seattle, WA USA

Re: Beginers Guide to creating custom OSD   

Postby recliq » Mon Oct 10, 2011 9:38 am

looks nice indeed, but you should keep in mind that this will only work with your sheet template... (i already see a lot of posts asking how to get that osd mod working with template xyz) :mrgreen:
­WDLXTV Project Maintainer
-:] If you like my contributions feel free to donate for a beer or a new flash drive. ...and always remember: RTFM! (README, FAQ, WIKI) [:-
User avatar
recliq
WDLXTV Team
 
Posts: 5024
Joined: Thu Apr 15, 2010 8:09 am
Location: Kiel, Germany

PreviousNext

Return to WDTV G2 & WDTV Live Theming

Who is online

Users browsing this forum: No registered users and 1 guest