Results 221 to 240 of 421
Rockbox Project (M6)
This is a discussion on Rockbox Project (M6) within the Community Development forums, part of the miniPlayer M6 / SL category; Originally Posted by Speechless That should produce equivalent code, a bit more succintly. - I'm Speechless. XOR toggles a bit, ...
-
04-29-2008 #221Passing By
- Join Date
- Apr 2008
- Posts
- 3
- Thanks
- 0
Thanked 0 Times in 0 Posts
-
04-29-2008 #222Passing By
- Join Date
- Feb 2007
- Posts
- 12
- Thanks
- 0
Thanked 0 Times in 0 Posts
-
04-30-2008 #223
Speechless: thanks, that would indeed simplify the code a bit.
Yesterday I tried to flash my M6SL with this home made test firmware of mine. It got stuck at "flashing firmware, please wait..". After a while I performed a hard reset, but the player seemed to stay off and not running my code (at least the backlight wasn't toggled). Eventually I was able to get into DFU mode and reflash with an official firmware. Maybe I can do some more experiments today.
-
04-30-2008 #224
-
05-01-2008 #225
ok, today I did some more tests and this time merged the NAND loader with my test firmware (with the merger from DFU manager). The backlight now turns on when I press PLAY and turns off when I release it (which is not what should happen). I couldn't get the piezo to produce any sound. No idea if it's actually running my code. I'll keep you updated.
-
05-02-2008 #226Freshman
- Join Date
- Jan 2008
- Posts
- 46
- Thanks
- 0
Thanked 0 Times in 0 Postsmarkun: You should put some key debouncing code here.
-
05-02-2008 #227Member
- Join Date
- Jan 2008
- Location
- Indonesia
- Posts
- 106
- Thanks
- 0
Thanked 0 Times in 0 Postskgb2008: what is "key debouncing code"?
-
05-02-2008 #228
wpyh: When pressing the key it might not go from 0 to 1 very cleanly but for example like this 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1. To 'debounce' you can for example add a little delay in the code after a key (un)press is detected.
-
05-02-2008 #229Member
- Join Date
- Jan 2008
- Location
- Indonesia
- Posts
- 106
- Thanks
- 0
Thanked 0 Times in 0 PostsUm... OK, I get it. Please let us know if you get results with it
-
05-02-2008 #230Member
- Join Date
- Jan 2008
- Location
- Indonesia
- Posts
- 106
- Thanks
- 0
Thanked 0 Times in 0 PostsWell, I'm just guessing, but it's possible that PDAT1 signals a key press or release event, and not the key status itself (whether the key is pressed or not).
Really just guessing here.
-
05-09-2008 #231Passing By
- Join Date
- Jun 2007
- Posts
- 8
- Thanks
- 0
Thanked 0 Times in 0 Postshmm
and how is progress of rockbox?
-
05-09-2008 #232Junior Member
- Join Date
- Apr 2007
- Posts
- 51
- Thanks
- 0
Thanked 0 Times in 0 PostsHow many people are working on this project ?
I can't wait to see rockbox working on my m6
-
05-14-2008 #233
I guess I'm the only one programming and trying to run code right now (right?) Sorry for being a bit unproductive lately. I hope I'll get some more work done soon. Getting a small breakthrough (running some custom code) would be nice for motivation

Next thing I'll try is to replace some code in an official firmware update to get my code running. After that, look how much I can change until it no longer works.Last edited by markun; 05-14-2008 at 10:52 PM.
-
05-15-2008 #234
-
05-18-2008 #235Freshman
- Join Date
- May 2008
- Location
- Czech Rep.
- Posts
- 22
- Thanks
- 0
Thanked 0 Times in 0 Posts
-
05-27-2008 #236Administrator
- Join Date
- Mar 2007
- Location
- Budapest, Hungary
- Posts
- 4,852
- Thanks
- 262
Thanked 1,140 Times in 438 PostsAny news from rockbox project? Does anybody working on it?
-
05-27-2008 #237Passing By
- Join Date
- Dec 2007
- Posts
- 10
- Thanks
- 0
Thanked 0 Times in 0 Postslooks like this project is going nowhere...
-
05-28-2008 #238
I think it's largely due to the fact that we only have one person who can code - markun.
Maybe it's time to start a collection to buy some other Rockbox coders Meizu players too.
-
05-28-2008 #239
dont worry guys. the project hasnt died. just markun is a bit busy last time. in june there will be the rockbox dev's conference DevConEuro2008 < Main < TWiki
there is going to be many work done. as you see meizu has 3(!) devs Meizu M6 - Marcoen Hirschberg, Daniel Stenberg,Frank Gevaerts
-
05-30-2008 #240Passing By
- Join Date
- Feb 2007
- Posts
- 12
- Thanks
- 0
Thanked 0 Times in 0 PostsNot so. There are a number of individuals here who can code. I think it's largely a matter of someone taking the lead, for others to follow; then we'll see how much skills are available. The skills available are largely shrouded, at present, methinks.
Personally, I have some rusty C and assembly language programming experience, which I haven't had much recent opportunity to exploit. I've not had any experience with embedded programming, and was waiting for markun to give some pointers.
You mean some bribery and corruption? Hahaha.... Well, as you've mentioned that, I'm somewhat partial to a donation of a second Meizu player, myself, if the feeling takes you. As for cash donations, please direct all donations to... Wait a moment... I'lll get back to you. I'm in the process of heading out to buy a large bucket.
- I'm Speechless
Similar Threads
-
Rockbox! - CLOSED
By Sammy in forum Community DevelopmentReplies: 5Last Post: 02-29-2008, 01:55 PM -
Rockbox - CLOSED
By Ourkim in forum Community DevelopmentReplies: 51Last Post: 02-29-2008, 01:54 PM -
Rockbox für Meizu M6
By mojooo in forum GermanReplies: 2Last Post: 01-30-2008, 12:17 PM -
Rockbox on meizu m3???
By Exekias in forum TechnicalReplies: 1Last Post: 12-07-2007, 04:22 AM -
[Project] German FAQ-Page for M6
By ExilWessi in forum General Meizu M6Replies: 2Last Post: 03-30-2007, 10:37 AM




Reply With Quote
