Downloads
releases
current build
extras
themes
Documentation
FAQ
manual
wiki
docs index
Support
mailing lists
IRC
forums
Tracker
bugs
patches
Search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
July 31, 2010, 01:00:11 AM
Rockbox Technical Forums
Rockbox Development
New Ports
Meizu M6 "miniplayer"
0 Members and 2 Guests are viewing this topic.
« previous
next »
Pages:
1
...
4
5
[
6
]
7
8
...
10
Author
Topic: Meizu M6 "miniplayer" (Read 51874 times)
markun
Developer
Offline
Posts: 458
Re: Meizu M6 "miniplayer"
«
Reply #75 on:
April 01, 2008, 04:12:05 AM »
These are all the rockbox related threads over there:
http://www.meizume.com/rockbox/
Logged
vcf
Member
Offline
Posts: 69
Re: Meizu M6 "miniplayer"
«
Reply #76 on:
April 29, 2008, 07:29:16 AM »
Here is a data sheet of S6D0154
http://rapidshare.com/fil...ta_Sheet_Rev1.10.pdf.html
Thats really great that more and more developers ape picking up m6's. The project is getting bigger and bigger
how do we test the code on players?is this code one for m6sl and m6?
«
Last Edit: April 29, 2008, 08:04:23 AM by vcf
»
Logged
黑岩骑士
Member
Offline
Posts: 1
Re: Meizu M6 "miniplayer"
«
Reply #77 on:
May 10, 2008, 03:57:20 AM »
建议rockbox推出中文网站啊
都是英语初学者
不然中国朋友很迷茫啊!
[EDIT: Translation to English (courtesy of google):]
Rockbox proposed launch Chinese website ah
Are English learners
Otherwise Chinese friends are confused ah!
[end of edit]
«
Last Edit: May 10, 2008, 04:33:03 AM by linuxstb
»
Logged
saab_rider
Member
Offline
Posts: 43
Re: Meizu M6 "miniplayer"
«
Reply #78 on:
May 10, 2008, 11:02:31 AM »
[Better translation, courtesy of a Chinese speaking Rockbox user
]
I recommend that rockbox creates a chinese web-site
our english is very basic
without a chinese site, it'd be difficult for chinese fans to understand the content
Logged
AlexP
Global Moderator
Offline
Posts: 2923
ex-BigBambi
Re: Meizu M6 "miniplayer"
«
Reply #79 on:
May 10, 2008, 11:40:28 AM »
saab_rider:
A bit of a cheeky request - any chance you/your friend could PM the original poster and explain that Rockbox is written by volunteers in their spare time, and it would need a chinese speaking volunteer to invest a very large amount of time to keep a translation up to date.
Logged
H140, F60, S120, e260, c240, clip, connect, MP170, Meizu M3
wpyh
Member
Offline
Posts: 10
Re: Meizu M6 "miniplayer"
«
Reply #80 on:
August 26, 2008, 07:53:59 PM »
Hey guys, I've reimplemented the DFU tool on Linux. Currently M3, M6 TP and M6 SP are supported. I hope this would help development, since some developers don't have access to Windows.
Get it from
http://www.rockbox.org/tw...bin/view/Main/MeizuM6Port
Logged
Bagder
Global Moderator
Offline
Posts: 1677
Re: Meizu M6 "miniplayer"
«
Reply #81 on:
August 27, 2008, 03:07:13 AM »
Quote from: wpyh on August 26, 2008, 07:53:59 PM
Hey guys, I've reimplemented the DFU tool on Linux.
Whoa, you
rock
!
Logged
gevaerts
Developer
Offline
Posts: 389
Re: Meizu M6 "miniplayer"
«
Reply #82 on:
August 27, 2008, 04:36:46 PM »
Quote from: wpyh on August 26, 2008, 07:53:59 PM
Currently M3, M6 TP and M6 SP are supported.
Now also the M6 SL
Logged
gevaerts
Developer
Offline
Posts: 389
Re: Meizu M6 "miniplayer"
«
Reply #83 on:
September 01, 2008, 08:42:27 PM »
I've finally managed to get the backlight toggling code running on my m6sl.
Compile the m6sl bootloader, and run
Code:
meizu_dfu m6sl rockboot.ebn rockboot.ebn
(the second rockboot.ebn doesn't matter, but meizu_dfu wants two files)
«
Last Edit: September 01, 2008, 08:54:03 PM by gevaerts
»
Logged
vcf
Member
Offline
Posts: 69
Re: Meizu M6 "miniplayer"
«
Reply #84 on:
September 02, 2008, 06:59:56 AM »
thats great news! could you explain more how to comile the m6sl bootloader? it must be done in linux? how to run this code meizu_dfu m6sl rockboot.ebn rockboot.ebn ? i understand that my questions are silly but if you'd give more instructions we could start testing the code on every model (sp, tp, t1). and we wilb be able to test furthere codes as well
Logged
gevaerts
Developer
Offline
Posts: 389
Re: Meizu M6 "miniplayer"
«
Reply #85 on:
September 02, 2008, 07:08:33 AM »
Quote from: vcf on September 02, 2008, 06:59:56 AM
could you explain more how to comile the m6sl bootloader? it must be done in linux?
Just build it as you build any bootloader.
Quote from: vcf on September 02, 2008, 06:59:56 AM
how to run this code meizu_dfu m6sl rockboot.ebn rockboot.ebn ?
meizu_dfu is in utils/. Compile it
Then run the command as I said.
(I'm not sure if it works in windows)
Logged
wpyh
Member
Offline
Posts: 10
Re: Meizu M6 "miniplayer"
«
Reply #86 on:
September 02, 2008, 11:08:09 AM »
Thanks to gevaerts, I've also been able to run the test code on my M3.
1. Press and hold M.
2. Press and hold Play.
3. Plug it in.
4. Release Play.
5. Run "meizu_dfu m3 rockboot.ebn rockboot.ebn".
6. When it says "Clearing status...", release the M button.
7. Play around! Pressing the Play button will toggle the backlight.
8. When you're done (or bored), unplug the device. Nothing will be written on the device, so no data will be lost (legally, I don't guarantee this though).
The above procedure should be the same for M6 TP and M6 SP (just replace "m3" in the command with "m6").
Logged
gevaerts
Developer
Offline
Posts: 389
Re: Meizu M6 "miniplayer"
«
Reply #87 on:
September 02, 2008, 03:22:21 PM »
The new version doesn't turn off anymore on unplugging (at least on m6sl, most probably on m3, unsure about the others).
To make it easy to handle, it now turns off after pressing Play 20 times (it tells you this by toggling the backlight quickly a few times before turning off)
Logged
gevaerts
Developer
Offline
Posts: 389
More progress
«
Reply #88 on:
September 11, 2008, 04:52:07 AM »
The current svn version manages to read the touchpad.
The "keep powered on after unplugging" is disabled for now, so you have to keep the usb cable plugged in while testing.
Logged
gevaerts
Developer
Offline
Posts: 389
Even more progress
«
Reply #89 on:
September 16, 2008, 11:53:25 AM »
r18531 talks to the LCD controller, although it doesn't say much yet.
The current code reads the LCD controller ID and flashes it using the backlight.
Logged
Pages:
1
...
4
5
[
6
]
7
8
...
10
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Rockbox General
-----------------------------
=> Announcements
=> Rockbox General Discussion
-----------------------------
Support and General Use
-----------------------------
=> Theming and Appearance Customization
=> Audio Playback, Database and Playlists
=> Recording
=> Plugins/Viewers
=> Hardware
=> User Interface and Voice
-----------------------------
Installation / Removal
-----------------------------
=> Rockbox Utility
=> Manual Installation
===> Archos - Installation/Removal/Flashing
===> Iriver - Installation/Removal/Flashing
===> Apple - Installation/Removal
===> Cowon - Installation/Removal
===> Toshiba - Installation/Removal
===> Sandisk - Installation/Removal
===> Olympus - Installation/Removal
-----------------------------
Rockbox Development
-----------------------------
=> New Ports
=> Starting Development and Compiling
=> Feature Ideas
=> Official Test Builds
-----------------------------
Third Party
-----------------------------
=> Repairing and Upgrading Rockbox Capable Players
=> Unsupported Builds
=> Other Utilities
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Powered by SMF 1.1.4
|
SMF © 2006-2007, Simple Machines LLC
Page created in 0.08 seconds with 25 queries.
Loading...