Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Page 1 of 2 1 2 >
Topic Options
#83034 - 22/03/2002 16:49 Boot up animation upload
visuvius
addict

Registered: 18/02/2002
Posts: 658
Is there a FAQ entry on how to upload boot up animations, cause i'm sort of lost. I got Jemplode and Hijack, now what?

Top
#83035 - 22/03/2002 17:18 Re: Boot up animation upload [Re: visuvius]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
1) Install Hijack on your Empeg
2) Start jEmplode, select your Empeg and connect to it with Ethernet (HAS TO BE ETHERNET)
3) In jEmplode go to Tools... Options ...
4) Enable "Use Hijack when possible" (shuold be the default, but just check)
5) 'OK' on Options
6) Tools ... Animation Editor
7) From here you can load a .raw or a .gif file as an animation (and the editor itself has a help document for making new animations)
8) File ... Upload Animation
9) Reboot your Empeg to watch the animation

Mike

Top
#83036 - 22/03/2002 20:45 Re: Boot up animation upload [Re: mschrag]
Laura
pooh-bah

Registered: 16/06/2000
Posts: 1682
Loc: Greenhills, Ohio
Thank you for the simple instructions. I was wondering the same thing myself.
_________________________
Laura

MKI #017/90

whatever

Top
#83037 - 23/03/2002 19:45 Re: Boot up animation upload [Re: mschrag]
DarkStorm
addict

Registered: 13/04/2001
Posts: 481
Loc: Pompano Beach, Florida
Is there another way to do this?
I have a Mark I therefore no Ethernet.
It must be possible because I just uploaded Hijack 247 and Hijack's default animation is there.

_________________________
Steve DarkStorm Designs

Top
#83038 - 23/03/2002 20:55 Re: Boot up animation upload [Re: DarkStorm]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
I don't think so ... I don't think you can really use the HTTP features of Hijack without an Ethernet connection. Mike

Top
#83039 - 23/03/2002 21:00 Re: Boot up animation upload [Re: mschrag]
DarkStorm
addict

Registered: 13/04/2001
Posts: 481
Loc: Pompano Beach, Florida
How did the Hijack Ani get in there then?

Steve
_________________________
Steve DarkStorm Designs

Top
#83040 - 23/03/2002 21:12 Re: Boot up animation upload [Re: DarkStorm]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
The new Hijack kernels come prebuilt with one of the custom animations. I think that's what you're seeing... Mike

Top
#83041 - 23/03/2002 21:14 Re: Boot up animation upload [Re: DarkStorm]
Laura
pooh-bah

Registered: 16/06/2000
Posts: 1682
Loc: Greenhills, Ohio
That one is built into the code of hijack I believe. The animation editor is built into Jemplode. You could always give it a try connected through serial and post if it works so others could give it a try.

(got beaten to the punch line)


Edited by Laura (23/03/2002 21:15)
_________________________
Laura

MKI #017/90

whatever

Top
#83042 - 23/03/2002 21:18 Re: Boot up animation upload [Re: DarkStorm]
hybrid8
carpal tunnel

Registered: 12/11/2001
Posts: 7738
Loc: Toronto, CANADA
You can patch your own kernel before sending it up to the player. Jemplode's upload utility uses the HTTP funtionality so that won't work for the Mk1(because it's ethernet-only right now).

I'm sure someone can give you the fastest steps to patching the kernel. Don't know if it's possible to put the logo in after the kernel has been built (ie. right into the binary - I can't see Hijack's own text in there, so I'm guessing no - or not as conveniently as grabbing the contents of a raw anim and dumping it in with a hex editor)

Bruno
_________________________
Bruno
Twisted Melon : Fine Mac OS Software

Top
#83043 - 24/03/2002 00:05 Re: Boot up animation upload [Re: hybrid8]
drakino
carpal tunnel

Registered: 08/06/1999
Posts: 7868
The easiest way on a Mark 1 would be to transfer the desired .raw file over via serial, then cat it into the empeg_kernel properly. I'm not sure on the specifics, and doing this blindly will result in the need to reapply an .upgrade file.

Top
#83044 - 24/03/2002 05:42 Re: Boot up animation upload [Re: hybrid8]
tman
carpal tunnel

Registered: 24/12/2001
Posts: 5528
The kernel image is actually compressed so that's why you can't find it when you look inside the file with a hex editor. It should be possible to uncompress it, patch it and then recompress it. If there is a lot of demand for this then I'll make a small utility to do it? No guarantees though, I haven't looked at the process too closely yet.

- Trevor

Top
#83045 - 24/03/2002 08:20 Re: Boot up animation upload [Re: DarkStorm]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
Mmm.. If you can figure out a way to upload the raw animation file to the player, then you can burn it to flash, with some effort.

What's really needed here is someone to really tackle the "make the USB port behave like a USB-ethernet slave" project. Then, everything would work on the Mark1.

Anyway, when I put out Hijack v248, it will include the /proc/ devices for Mark1, instead of only Mark2 as at present.

This means you'll see /proc/empeg_kernel and /proc/empeg_bootlogos on your Mark1, same as us Mark2(a) folks see them.

To customize the animation, it's then just a matter of writing the new animation to the appropriate offset within /proc/empeg/kernel, along with an eight byte signature at the end for Hijack to look for.

If you can program in C, then writing a program (which runs on the Empeg) to do this is trivial.. I might even do it right now (easier and faster to just code one, than to try to explain how to do it here..).

Cheers

-ml

Top
#83046 - 24/03/2002 08:28 Re: Boot up animation upload [Re: mlord]
DarkStorm
addict

Registered: 13/04/2001
Posts: 481
Loc: Pompano Beach, Florida
Cool.
Also when you do 248 could you also include the button illumination control as well? It doesn't show up in mine and since I have a Mark II face on my Mark I, I was going to get the Illumination kit for the buttons.
_________________________
Steve DarkStorm Designs

Top
#83047 - 24/03/2002 09:02 Re: Boot up animation upload [Re: DarkStorm]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
Okay, I'll include it. I left it out originally, cuz I figured it was a Mark2-only modification.. but if the LEDs will work for you, then you might as well have the controls for them.

Cheers

Top
#83048 - 24/03/2002 09:04 Re: Boot up animation upload [Re: DarkStorm]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
I'll be posting the aniwrite utility shortly, under the Hijack v247/v248 thread in Programming.

Cheers

Top
#83049 - 24/03/2002 09:20 Re: Boot up animation upload [Re: DarkStorm]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
since I have a Mark II face on my Mark I, I was going to get the Illumination kit for the buttons.

As I understand it, the Mark1 display board was slightly different in the way it handled the illuminated buttons. I don't think the installation of the lit buttons is as straightforward as it was on the Mark2. I thought you had to "do more stuff" to get the lit buttons on the Mk1.

I could be remembering it wrong, though. Anyone want to correct me?

/me considers getting the Farnell button caps and illuminating his Mk1 anyway...
_________________________
Tony Fabris

Top
#83050 - 24/03/2002 15:52 Re: Boot up animation upload [Re: tfabris]
msaeger
carpal tunnel

Registered: 23/09/2000
Posts: 3608
Loc: Minnetonka, MN
I think I remember reading the traces for the button led's are not there on the MK1
_________________________

Matt

Top
#83051 - 26/03/2002 13:22 Re: Boot up animation upload [Re: mschrag]
kramwc
new poster

Registered: 18/03/2002
Posts: 18
Hi Mike, Again I apologize for my ignorance. I normally don't drool over myself like this but, I found the post refering to uploading animations using Jemplode. I don't have the option switch for communicating to Hijack "Use Hijack when possible" . Is it possible I'm running an older version of Jemplode. I attached a screen grab of my options window. I hate it when that Happens.
Thanks again for your input.
markc.


Attachments
81908-options screen capture.jpg (141 downloads)


Top
#83052 - 26/03/2002 13:27 Re: Boot up animation upload [Re: kramwc]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
Yes, that is a very old Jemplode. Get the newest bleeding-edge version of the JAR file and put it in the folder, replacing the old JAR file. The newest JAR file is linked at the www.jempeg.org site (which was down a moment ago when I tried to access it...).
_________________________
Tony Fabris

Top
#83053 - 26/03/2002 13:34 Re: Boot up animation upload [Re: tfabris]
kramwc
new poster

Registered: 18/03/2002
Posts: 18
Thank You !!!!

Top
#83054 - 28/03/2002 08:54 Re: Boot up animation upload [Re: kramwc]
morrisdl
enthusiast

Registered: 21/08/2000
Posts: 346
Loc: Rochester, NY USA
I have to second that. THANK YOU!

I just got around to setting up jemplode last night. Amazing! I was very impressed with the automated update of HIJACK and the animated logo editor and upload tool.

HATS OFF TO YOU ALL!
_________________________
Cheers, -Doug Morrison Mk2-32G Back light buttons, Neon red screen

Top
#83055 - 28/03/2002 14:44 Re: Boot up animation upload [Re: mschrag]
Waterman981
old hand

Registered: 14/02/2002
Posts: 804
Loc: Salt Lake City, UT
Ok, it hasn't been working since Hijack 246, and Jemplode 31. I start up Jemplode, and it finds my empeg fine (Ethernet only). Then I would go into the animation editor and try to change it, then I get the Hijack must be installed. Since I already have Tony's sliding Tux on there, it's obvious that I have the requirements. So I have gone down to 1.03, then back up to 2.0b11, and still nothing. I have updated to Jemplode 33, and Hijack 251. So then I got really pissed off and FDisked my C drive, to reinstall XP. Still no good. It worked before, but not now. What is up? I can transfer files, and configure the player fine, it's just the Jemplode/Hijack that won't work, including autoupdate.

-Mike
_________________________
-Michael

#040103696 on a shelf
Mk2a - 90 GB - Red - Illuminated buttons

Top
#83056 - 28/03/2002 14:46 Re: Boot up animation upload [Re: Waterman981]
Laura
pooh-bah

Registered: 16/06/2000
Posts: 1682
Loc: Greenhills, Ohio
I got that error until I took out the FTP password I had setup in hijack. I don't know if that is your problem though.
_________________________
Laura

MKI #017/90

whatever

Top
#83057 - 28/03/2002 14:54 Re: Boot up animation upload [Re: Laura]
Waterman981
old hand

Registered: 14/02/2002
Posts: 804
Loc: Salt Lake City, UT
Nope, that didn't work. It's like Jemplode can't see Hijack. It started before password was implemented.

-Mike
_________________________
-Michael

#040103696 on a shelf
Mk2a - 90 GB - Red - Illuminated buttons

Top
#83058 - 28/03/2002 14:58 Re: Boot up animation upload [Re: Waterman981]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
Can you ftp to your Empeg from commandline and login without an empty name/password and download /proc/version? jEmplode 33 also has ftp username/password as a config option (though I haven't actually tried it )

Top
#83059 - 28/03/2002 15:09 Re: Boot up animation upload [Re: mschrag]
Waterman981
old hand

Registered: 14/02/2002
Posts: 804
Loc: Salt Lake City, UT
I cannot. I get:

C:\>ftp
ftp> open 192.168.123.191
> ftp: connect :Unknown error number

I also cannot open the player by HTTP, by typing the IP in my IE window.
_________________________
-Michael

#040103696 on a shelf
Mk2a - 90 GB - Red - Illuminated buttons

Top
#83060 - 28/03/2002 16:10 Re: Boot up animation upload [Re: Waterman981]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
Uhh .. then you've got bigger problems ... You're sure that's the IP address of your Empeg?

Top
#83061 - 28/03/2002 16:26 Re: Boot up animation upload [Re: mschrag]
Waterman981
old hand

Registered: 14/02/2002
Posts: 804
Loc: Salt Lake City, UT
Yes I am. I have gone from a DHCP assigned one to specifing my own. jEmplode looks both broadcast, and specifically, and either way it doesn't work. I once again tried downgrading to 1.03 and back up, and still no go. I may be stuck with Tony's animation forever.... Not that that's too bad of a thing!

Oh, I went to Hijack 248, then to 251, and with Tony's logoeditor, I would get: "Error status in readbyte 16" until I cycled the power. That didn't happen before.

-Mike
_________________________
-Michael

#040103696 on a shelf
Mk2a - 90 GB - Red - Illuminated buttons

Top
#83062 - 28/03/2002 17:04 Re: Boot up animation upload [Re: Waterman981]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
If you can't even ftp or http to the Empeg (try pinging it), then it's definitely a network problem, not a jEmplode problem. I would check the RioCar FAQ on ethernet troubleshooting.

Mike

Top
#83063 - 28/03/2002 17:21 Re: Boot up animation upload [Re: mschrag]
Waterman981
old hand

Registered: 14/02/2002
Posts: 804
Loc: Salt Lake City, UT
I can ping it.

C:\>ping 192.168.123.191

Pinging 192.168.123.191 with 32 bytes of data:

Reply from 192.168.123.191: bytes=32 time=1ms TTL=255
Reply from 192.168.123.191: bytes=32 time<1ms TTL=255
Reply from 192.168.123.191: bytes=32 time<1ms TTL=255
Reply from 192.168.123.191: bytes=32 time<1ms TTL=255

Ping statistics for 192.168.123.191:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms

And like I said, I do all my transfers via ethernet. I jumped on another computer running 98 on the network, and I couldn't long on via HTTP there either. I have not installed jEmplode there yet to see if that works. I am thinking I will get the same results. Do you still have all your old versions of jEmplode. 28 is where I think it last worked.

-Mike
_________________________
-Michael

#040103696 on a shelf
Mk2a - 90 GB - Red - Illuminated buttons

Top
#83064 - 28/03/2002 17:33 Re: Boot up animation upload [Re: Waterman981]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
If you can't connect with FTP or HTTP outside of jEmplode then you definitely won't be able to inside of jEmplode (it uses FTP for everything). If you solve that problem, I'm guessing you can connect.

Mike

Top
#83065 - 28/03/2002 17:34 Re: Boot up animation upload [Re: Waterman981]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Are you sure you installed Hijack properly? Maybe you should try again.

Edit: Then again, since you're talking about the new animation (Tom Cruise --boo, hiss!), you've probably got it on there right. Duh.


Edited by wfaulk (28/03/2002 17:35)
_________________________
Bitt Faulk

Top
#83066 - 29/03/2002 00:21 Re: Boot up animation upload [Re: mschrag]
Waterman981
old hand

Registered: 14/02/2002
Posts: 804
Loc: Salt Lake City, UT
But if I cannot connect via FTP or HTTP it would be impossible to transfer a song to the empeg correct? I just transferred one. Very frustrating. Maybe the only option I have left is to run the builder, and re-load everything <shudder>

-Mike
_________________________
-Michael

#040103696 on a shelf
Mk2a - 90 GB - Red - Illuminated buttons

Top
#83067 - 29/03/2002 05:54 Re: Boot up animation upload [Re: Waterman981]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
If you're just using jEmplode to upload the song, then no, not necessarily. If your Hijack is installed improperly, then jEmplode such that FTP and HTTP do not work, then jEmplode would ignore all the code paths that use Hijack, and then would just use the normal Empeg protocol to upload tunes (which is ethernet-based, but not FTP or HTTP). Are you sure you have Hijack installed? Can you hold down the knob and get the Hijack menu?

Mike

Top
#83068 - 29/03/2002 15:39 Re: Boot up animation upload [Re: mschrag]
Waterman981
old hand

Registered: 14/02/2002
Posts: 804
Loc: Salt Lake City, UT
I'm positive I have Hijack installed. (v. 251) I wonder if in the course of an update, interference went across the line, and did something to the Hijack install, where it works, but is messed up enough that jEmplode won't see it. It's looking more and more like I will need to start from scratch, and run the disk builder.

-Mike
_________________________
-Michael

#040103696 on a shelf
Mk2a - 90 GB - Red - Illuminated buttons

Top
#83069 - 29/03/2002 16:19 Re: Boot up animation upload [Re: Waterman981]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
I would not even consider jEmplode in the slightest bit in your troubleshooting efforts until you can open your web browser and connect to your Hijack web server and until you can connect to your Empeg with FTP. Until that time, one minute spent trying to get jEmplode to talk to your Hijack is a minute wasted.

Mike

Top
Page 1 of 2 1 2 >