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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Creative Zen Vision:M
« previous next »
  • Print
Pages: 1 ... 42 43 [44] 45 46

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

Offline jonsey

  • Member
  • *
  • Posts: 2
Re: Creative Zen Vision:M
« Reply #645 on: September 07, 2008, 05:46:07 AM »
Problem!
After the uploading,and after the reboot i can see something on the screen...it says...
RockBox boot loader...
version r18405-080904
loading creative firmware


and after always the same original firmware  ??? ??? :-[
« Last Edit: September 07, 2008, 06:38:18 AM by jonsey »
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Creative Zen Vision:M
« Reply #646 on: September 07, 2008, 06:48:02 AM »
Quote from: megaman2000 on September 07, 2008, 04:24:43 AM
So has the decryption error for the zen vision m 60gb rockbox.zvm60boot been fixed?
No(t yet).

As I'm not really into cryptography, this could be rather hard.
AFAICS, Blowfish in CBC mode only supports keys up to 56-bit (and this key is a bit larger).

@all:

Currently Rockbox is not yet available to users! All what the Rockbox bootloader does, is loading the _Original Firmware_!

Because of technical limitations (blame Creative!), we can't put Rockbox on the device (yet) without taking your hard drive out...
Logged

Offline jermey

  • Member
  • *
  • Posts: 7
Re: Creative Zen Vision:M
« Reply #647 on: November 22, 2008, 03:39:13 PM »
but im curious is this zvm port already functional i mean playing music. i dont care about glitchy buttons driver
Logged

Offline karashata

  • Rockbox Expert
  • Member
  • *
  • Posts: 603
  • Just a fluffy dragon with too much time on my paws
    • Alex Vanderpol (karashata) on Twitter
Re: Creative Zen Vision:M
« Reply #648 on: November 22, 2008, 03:43:36 PM »
Quote from: mcuelenaere on September 07, 2008, 06:48:02 AM
Currently Rockbox is not yet available to users! All what the Rockbox bootloader does, is loading the _Original Firmware_!

I'd say that's a "No, it's not functional yet" if I've ever seen one.
Logged
Welp, my iriver H10 20GB is out of commission again.

Offline jermey

  • Member
  • *
  • Posts: 7
Re: Creative Zen Vision:M
« Reply #649 on: November 23, 2008, 06:03:15 AM »
I am just asking because long time ago i had rockbox running on my ZVM but there was no sound etc... just menus and very glitchy button driver which stopped my further testing (plugins etc.), so yes rockbox is not officially relased but there are experimental dev builds and my question is that builds are functional. I could check it by my self but its a lot of work to open my Zen connect hdd via ZIF<->USB connector, backup all data and then compile and put rockbox on it. So I would be glad if some developer (preferably mcuelenaere) said what the newest build can do.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Creative Zen Vision:M
« Reply #650 on: November 23, 2008, 06:07:35 AM »
Frankly, if you're not going to be developing, you don't need to be posting in this thread. When there's a build that works, it'll move into "supported" and be on the front page of this site.
Logged

Offline clippey

  • Member
  • *
  • Posts: 1
Re: Creative Zen Vision:M
« Reply #651 on: November 23, 2008, 11:48:27 AM »
I can try to look into the blowfish decrypt problem, I have starting learning about cryptology, hopefully I can finally put it to some good use.
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Creative Zen Vision:M
« Reply #652 on: November 23, 2008, 04:27:23 PM »
@all:
The status of the project hasn't changed since my last post (07-09-2008):

Rockbox is not available to end-users, but if you're really interested you can always try to install it; though it lacks all major DAP features (including no music playback).

The lack of understanding CFS is blocking an 'easy' installation of Rockbox, the lack of developers/developing efforts(including myself) is blocking the other parts of the port.

I'm not saying I'm not interested anymore, it's just that I'm not as motivated and having less Rockbox time available as I used to..

About the CFS problem: last time I talked to quetzalcoatl, he said he was close to fixing it; but as I haven't talked to him anymore I haven't looked into the issue anymore.

(More technical): AFAIK, the problem was that reconstructing files to clusters; so we could use the 'Virtual File System' (aka external disk drive/UMS mode) as a place to store our Rockbox FAT file system.
I believe all code is in SVN, or at least posted 'somewhere' online at the Rockbox site, and it's very close to working perfectly. (pointers: linky and linky)

Actually, we almost have all the pieces to fit the puzzle, just one or two are still missing to get the ZVM to at least boot Rockbox and possibly manouvre in it.
Logged

Offline Aurix Lexico

  • Member
  • *
  • Posts: 9
Re: Creative Zen Vision:M
« Reply #653 on: December 03, 2008, 05:39:10 PM »
Hello,

I know a bit of C I learned myself, mostly as a hobby. I just checked out the latest SVN, compiled the UI Simulator, and noticed that there are no plugins for the ZVM 30GB. Mcuelenaere asked for someone to try to add keymaps to the plugins back on page 38. Is the lack of plugins for the ZVM due to someone not spending some time adding keymaps for the plugins or some deeper problem? If it's the former, I wouldn't mind spending some time attempting to add the keymaps myself, I just need someone to point me in the right direction.

Thanks for all your work on porting rockbox to the ZVM.
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: Creative Zen Vision:M
« Reply #654 on: December 03, 2008, 06:16:54 PM »
Hi

In most plugins you just have to define a keymap, and in some others you will need to set up screen sizes, perhaps edit some bitmaps, so you can definitely help by defining keymaps and testing plugins in the simulator.

Just enable plugins in the build (see tools/configure) and run make, edit the first plugin that breaks, run make again, etc ..

Hope that clears a bit
Logged
a wise man said: "a wise man said"

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Creative Zen Vision:M
« Reply #655 on: December 03, 2008, 06:28:15 PM »
(Keep in mind that the keys currently aren't working on the device itself, so you won't be able to test the plugins (if you would get Rockbox installed that is))
Logged

Offline Aurix Lexico

  • Member
  • *
  • Posts: 9
Re: Creative Zen Vision:M
« Reply #656 on: December 03, 2008, 09:40:44 PM »
Whew, that took longer than I expected. All the plugins compile, and I was playing with a couple in the UI Simulator. Everything I tried worked ok. The keys are a bit inconsistent, I'll try to fix that when I have more time.

Link to my diff: http://www.mediafire.com/download.php?mio1mtczzxm
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Creative Zen Vision:M
« Reply #657 on: December 03, 2008, 10:36:21 PM »
Your patch is now on Flyspray, where it'll be safer. :)

See FS#9605.

(EDIT) Committed!
« Last Edit: December 04, 2008, 10:38:34 PM by LambdaCalculus379 »
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline Aurix Lexico

  • Member
  • *
  • Posts: 9
Re: Creative Zen Vision:M
« Reply #658 on: December 07, 2008, 06:20:18 PM »
Quote from: mcuelenaere on December 03, 2008, 06:28:15 PM
(Keep in mind that the keys currently aren't working on the device itself, so you won't be able to test the plugins (if you would get Rockbox installed that is))

Just curious, but what would be required to get the buttons working?
Logged

Offline mcuelenaere

  • Developer
  • Member
  • *
  • Posts: 392
Re: Creative Zen Vision:M
« Reply #659 on: December 07, 2008, 06:25:07 PM »
Quote from: Aurix Lexico on December 07, 2008, 06:20:18 PM
Quote from: mcuelenaere on December 03, 2008, 06:28:15 PM
(Keep in mind that the keys currently aren't working on the device itself, so you won't be able to test the plugins (if you would get Rockbox installed that is))

Just curious, but what would be required to get the buttons working?
Figuring out how the ZVM communicates with the PIC microcontroller (see the wiki for some information).

The buttons (and other stuff) is connected to a separate microcontroller, which 'talks' with the ZVM's main CPU over I²C. The problem is that we need to figure out what 'language' they're speaking..

I can receive button events from the PIC (ie when I press up, I get for example 0x20 as response), but the problem is these values can change when the OF has communicated with it; meaning the OF probably sets some kind of values in the PIC, which changes the responses that the PIC sents.
Logged

  • Print
Pages: 1 ... 42 43 [44] 45 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.125 seconds with 14 queries.