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
translations translations
Search



Donate

Rockbox Technical Forums


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

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Meizu M6 "miniplayer"
« previous next »
  • Print
Pages: 1 ... 4 5 [6] 7 8 ... 10

Author Topic: Meizu M6 "miniplayer"  (Read 164890 times)

Offline markun

  • Developer
  • Member
  • *
  • Posts: 462
Re: Meizu M6 "miniplayer"
« Reply #75 on: April 01, 2008, 05:12:05 AM »
These are all the rockbox related threads over there:

http://www.meizume.com/rockbox/
Logged

Offline vcf

  • Member
  • *
  • Posts: 62
Re: Meizu M6 "miniplayer"
« Reply #76 on: April 29, 2008, 08:29:16 AM »
Here is a data sheet of S6D0154 http://rapidshare.com/files/105062097/S6D0154X_Data_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, 09:04:23 AM by vcf »
Logged

Offline 黑岩骑士

  • Member
  • *
  • Posts: 1
Re: Meizu M6 "miniplayer"
« Reply #77 on: May 10, 2008, 04: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, 05:33:03 AM by linuxstb »
Logged

Offline saab_rider

  • Member
  • *
  • Posts: 43
Re: Meizu M6 "miniplayer"
« Reply #78 on: May 10, 2008, 12:02:31 PM »
[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

Offline AlexP

  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Meizu M6 "miniplayer"
« Reply #79 on: May 10, 2008, 12:40:28 PM »
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, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline wpyh

  • Member
  • *
  • Posts: 10
Re: Meizu M6 "miniplayer"
« Reply #80 on: August 26, 2008, 08: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/twiki/bin/view/Main/MeizuM6Port
Logged

Offline Bagder

  • Member
  • *
  • Posts: 1447
    • Daniel's site
Re: Meizu M6 "miniplayer"
« Reply #81 on: August 27, 2008, 04:07:13 AM »
Quote from: wpyh on August 26, 2008, 08:53:59 PM
Hey guys, I've reimplemented the DFU tool on Linux.

Whoa, you rock!
Logged

Offline gevaerts

  • Developer
  • Member
  • *
  • Posts: 1074
Re: Meizu M6 "miniplayer"
« Reply #82 on: August 27, 2008, 05:36:46 PM »
Quote from: wpyh on August 26, 2008, 08:53:59 PM
Currently M3, M6 TP and M6 SP are supported.

Now also the M6 SL
Logged

Offline gevaerts

  • Developer
  • Member
  • *
  • Posts: 1074
Re: Meizu M6 "miniplayer"
« Reply #83 on: September 01, 2008, 09:42:27 PM »
I've finally managed to get the backlight toggling code running on my m6sl.

Compile the m6sl bootloader, and run
Code: [Select]
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, 09:54:03 PM by gevaerts »
Logged

Offline vcf

  • Member
  • *
  • Posts: 62
Re: Meizu M6 "miniplayer"
« Reply #84 on: September 02, 2008, 07: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

Offline gevaerts

  • Developer
  • Member
  • *
  • Posts: 1074
Re: Meizu M6 "miniplayer"
« Reply #85 on: September 02, 2008, 08:08:33 AM »
Quote from: vcf on September 02, 2008, 07: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, 07: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

Offline wpyh

  • Member
  • *
  • Posts: 10
Re: Meizu M6 "miniplayer"
« Reply #86 on: September 02, 2008, 12:08:09 PM »
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

Offline gevaerts

  • Developer
  • Member
  • *
  • Posts: 1074
Re: Meizu M6 "miniplayer"
« Reply #87 on: September 02, 2008, 04: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

Offline gevaerts

  • Developer
  • Member
  • *
  • Posts: 1074
More progress
« Reply #88 on: September 11, 2008, 05: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

Offline gevaerts

  • Developer
  • Member
  • *
  • Posts: 1074
Even more progress
« Reply #89 on: September 16, 2008, 12:53:25 PM »
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

  • Print
Pages: 1 ... 4 5 [6] 7 8 ... 10
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Meizu M6 "miniplayer"
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.146 seconds with 22 queries.