Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Creative Zen Vision:M
« previous next »
  • Print
Pages: 1 ... 25 26 [27] 28 29 ... 46

Author Topic: Creative Zen Vision:M  (Read 617580 times)

Offline bobbaluba

  • Member
  • *
  • Posts: 6
Re: Creative Zen Vision:M
« Reply #390 on: January 12, 2008, 06:03:17 AM »
I'm having some trouble using the zenutils by zook.
They worked great on my old computer, but on the other computers it doesn't work.

I get the extremely inhelpful error message:

C:\zen\bin>zen_crypt
Systemet kan ikke kjore angitt program.

Which means: System cannot run the specified program.

Any ideas?
« Last Edit: January 12, 2008, 06:09:04 AM by bobbaluba »
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Creative Zen Vision:M
« Reply #391 on: January 12, 2008, 06:17:58 AM »
Quote from: bobbaluba on January 12, 2008, 06:03:17 AM
I'm having some trouble using the zenutils by zook.
They worked great on my old computer, but on the other computers it doesn't work.

I get the extremely inhelpful error message:

C:\zen\bin>zen_crypt
Systemet kan ikke kjore angitt program.

Which means: System cannot run the specified program.

Any ideas?
Which OS are you using? What is in your %PATH%? Did you already tried compiling the source yourself?
Logged

Offline shotofadds

  • Developer
  • Member
  • *
  • Posts: 368
Re: Creative Zen Vision:M
« Reply #392 on: January 19, 2008, 03:41:22 PM »
According to the Vision:M wiki page, the LCD panel is marked with the letters "V250QV", if that's the case its almost certainly in the same family as the LCD used in the Cowon D2:
 
http://www.neodns.co.kr/specpdf/tft/xLTV250QV-F0B.pdf

The datasheet gives details of the necessary power-up and power-down sequences, which you might be able to locate in the original firmware (locating those was the starting point for the D2 port).

The LTV250QV contains an S6F2002 LCD controller chip, but no information on this has been found yet. On the D2 this wasn't a problem, as the TCC7801 SoC provides its own interface to the LCD controller.

EDIT: Also bear in mind you will need to establish how to control the backlight - this screen isn't visibile at all unless the backlight is turned on.
« Last Edit: January 19, 2008, 05:52:33 PM by shotofadds »
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Creative Zen Vision:M
« Reply #393 on: January 20, 2008, 05:21:45 AM »
Quote from: shotofadds on January 19, 2008, 03:41:22 PM
According to the Vision:M wiki page, the LCD panel is marked with the letters "V250QV", if that's the case its almost certainly in the same family as the LCD used in the Cowon D2:
 
http://www.neodns.co.kr/specpdf/tft/xLTV250QV-F0B.pdf

The datasheet gives details of the necessary power-up and power-down sequences, which you might be able to locate in the original firmware (locating those was the starting point for the D2 port).

The LTV250QV contains an S6F2002 LCD controller chip, but no information on this has been found yet. On the D2 this wasn't a problem, as the TCC7801 SoC provides its own interface to the LCD controller.

EDIT: Also bear in mind you will need to establish how to control the backlight - this screen isn't visibile at all unless the backlight is turned on.
Fantastic shotofadds! I will look into it...
Logged

Offline scharkalvin

  • Member
  • *
  • Posts: 332
Re: Creative Zen Vision:M
« Reply #394 on: January 22, 2008, 07:51:58 AM »
Is this one of the Zen players being worked on?
http://www.geeks.com/details.asp?invtid=DAP-HD0018-N&cat=MP3
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Creative Zen Vision:M
« Reply #395 on: January 22, 2008, 09:52:49 AM »
Quote from: scharkalvin on January 22, 2008, 07:51:58 AM
Is this one of the Zen players being worked on?
http://www.geeks.com/details.asp?invtid=DAP-HD0018-N&cat=MP3
Not really, but as it uses the same firmware format (and the same OS) as the ZVM, it won't be very hard to make a new port to this one.

edit:
wiki is updated; some of the bootup progress of the firmware is documented
« Last Edit: January 22, 2008, 01:24:19 PM by mcuelenaere »
Logged

Offline bobbaluba

  • Member
  • *
  • Posts: 6
Re: Creative Zen Vision:M
« Reply #396 on: January 22, 2008, 04:22:55 PM »
Quote from: mcuelenaere on January 12, 2008, 06:17:58 AM
Quote from: bobbaluba on January 12, 2008, 06:03:17 AM
I'm having some trouble using the zenutils by zook.
They worked great on my old computer, but on the other computers it doesn't work.

I get the extremely inhelpful error message:

C:\zen\bin>zen_crypt
Systemet kan ikke kjore angitt program.

Which means: System cannot run the specified program.

Any ideas?
Which OS are you using? What is in your %PATH%? Did you already tried compiling the source yourself?
Yes, but i can't figure out how to use cmake.
This is my %path%:
C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem

EDIT: I'm running winxp sp2
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Creative Zen Vision:M
« Reply #397 on: January 22, 2008, 04:30:10 PM »
Quote from: bobbaluba on January 22, 2008, 04:22:55 PM
Quote from: mcuelenaere on January 12, 2008, 06:17:58 AM
Quote from: bobbaluba on January 12, 2008, 06:03:17 AM
I'm having some trouble using the zenutils by zook.
They worked great on my old computer, but on the other computers it doesn't work.

I get the extremely inhelpful error message:

C:\zen\bin>zen_crypt
Systemet kan ikke kjore angitt program.

Which means: System cannot run the specified program.

Any ideas?
Which OS are you using? What is in your %PATH%? Did you already tried compiling the source yourself?
Yes, but i can't figure out how to use cmake.
This is my %path%:
C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem

EDIT: I'm running winxp sp2
CMake is as simple as installing it, running an Command Shell and running
Code: [Select]
cmake -g "Visual Studio 8 2005"
in the right folder.

Then you'd have to open up the zenutils.sln project and press Compile (it will give some warnings , if I remember correctly).

About the zen_crypt problem, are you sure it is in that directory (try 'dir' and see if zen_crypt.exe appears) and do you have the rights to execute it (since you're using WinXP, I suppose you're on an admin account so this couldn't be the problem)?
Logged

Offline GothPanda

  • Member
  • *
  • Posts: 1
Re: Creative Zen Vision:M
« Reply #398 on: January 26, 2008, 06:34:05 PM »
I recently discovered my creative to have a cracked screen, and even though the rest of the device is functioning, I can't make any real use out of it.  I was wondering, if I could donate it to the cause.  Will my screenless Zen Vision M help you in the mission of porting over the Rockbox?
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Creative Zen Vision:M
« Reply #399 on: January 27, 2008, 04:49:19 AM »
Quote from: GothPanda on January 26, 2008, 06:34:05 PM
I recently discovered my creative to have a cracked screen, and even though the rest of the device is functioning, I can't make any real use out of it.  I was wondering, if I could donate it to the cause.  Will my screenless Zen Vision M help you in the mission of porting over the Rockbox?

If a Rockbox Developer is willing to accept it and is willing to work on it, it will help porting it over to Rockbox. Although it will be difficult because there's no screen. But I believe you can get replacement screens on the internet, although I haven't found them yet.
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Creative Zen Vision:M
« Reply #400 on: February 07, 2008, 10:29:36 AM »
I was just checking if zook's zenutils correctly encode/encrypt a decrypted TL block and it seems it doesn't. The problem lays in the CENC encoding routine, but as this goes far above my head so I can't do anything about it.

So development has (again) been stalled until another method is known to get code on the ZVM (I'm not going to use the FBOOT method if I'm not entirely sure that my code works).

If anyone who gots some experience with compression wants to take a look, all the files are on the wiki.

edit:
this is for people who want to do 'zen_crypt -e -m CENC':
in zen_crypt/source/main.cpp around line 352:
Code: [Select]
if (!shared::write_file(file, outbuf, sizeof(dword), len))
should be
Code: [Select]
if (!shared::write_file(file, outbuf, false, sizeof(dword), len))

edit2:
OK, so I was (partly) wrong: the CENC encoding used by zook is not the same as used by Creative, but it should be compatible (although at first sight it doesn't seem so on the ZVM).

edit3:
And as it seems, it isn't compatible; or I'm doing something wrong..

edit4:
Yeey! Great news! Apparantly there's a bypass: instead of using the TL block we can use an ordinary DATA block and set the filename to Hjukebox2.jrm and the OF then will skip the decryption and CENC decoding routine!
« Last Edit: February 09, 2008, 08:47:45 AM by mcuelenaere »
Logged

Offline Falafel

  • Member
  • *
  • Posts: 44
Re: Creative Zen Vision:M
« Reply #401 on: February 10, 2008, 02:07:34 PM »
This sounds like good news.
//But have you just reencoded the TL block?
edit: I should learn to read, but still. good news! Hope to hear more soon :)
« Last Edit: February 10, 2008, 02:15:44 PM by Falafel »
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Creative Zen Vision:M
« Reply #402 on: February 10, 2008, 02:44:19 PM »
Quote from: Falafel on February 10, 2008, 02:07:34 PM
This sounds like good news.
//But have you just reencoded the TL block?
edit: I should learn to read, but still. good news! Hope to hear more soon :)
The rest is on the wiki, but still I'm not there...
The problem now is the TL/FRESCUE structure; I've to find out how that one works. Luckily zook worked on that one a bit, but it isn't complete; so I can use any help I can get ;)
Logged

Offline NicolasP

  • Developer
  • Member
  • *
  • Posts: 195
Re: Creative Zen Vision:M
« Reply #403 on: February 10, 2008, 03:09:09 PM »
mcuelenaere: Are you able to run custom code on the ZVM?
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Creative Zen Vision:M
« Reply #404 on: February 10, 2008, 03:16:17 PM »
Quote from: NicolasP on February 10, 2008, 03:09:09 PM
mcuelenaere: Are you able to run custom code on the ZVM?
No, not yet. I can't seem to find the code in the OF how jukebox2.jrm is parsed.
The structure is more or less described by zook at DellDJPort, but there are some unknown parts needed to get filled in and I can't figure them out atm.
Logged

  • Print
Pages: 1 ... 25 26 [27] 28 29 ... 46
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Creative Zen Vision:M
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.107 seconds with 14 queries.