Coder Social home page Coder Social logo

xvortex / rockbox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rockbox/rockbox

40.0 9.0 12.0 149.63 MB

Vortex Rockbox fork

Home Page: http://xvtx.ru/rockbox/

Shell 0.11% Java 0.18% C 76.80% C++ 16.88% Lua 0.32% Perl 6 0.01% Perl 0.27% Assembly 2.60% Makefile 0.43% Objective-C 0.19% Batchfile 0.01% Python 0.12% TeX 1.89% JavaScript 0.08% QMake 0.03% Prolog 0.01% Emacs Lisp 0.01% Ruby 0.02% PHP 0.05% Smarty 0.02%

rockbox's Introduction

               __________               __   ___.
     Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
     Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
     Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
     Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
                       \/            \/     \/    \/            \/

Build Your Own Rockbox

1. Clone 'rockbox' from git (or extract a downloaded archive).

   $ git clone git://git.rockbox.org/rockbox

     or

   $ tar xjf rockbox.tar.bz2

2. Create a build directory, preferably in the same directory as the firmware/
   and apps/ directories. This is where all generated files will be written.

   $ cd rockbox
   $ mkdir build
   $ cd build

3. Make sure you have sh/arm/m68k-elf-gcc and siblings in the PATH. Make sure
   that you have 'perl' in your PATH too. Your gcc cross compiler needs to be
   a particular version depending on what player you are compiling for. These
   can be acquired with the rockboxdev.sh script in the /tools/ folder of the
   source, or will have been included if you've installed one of the
   toolchains or development environments provided at http://www.rockbox.org/

   $ which sh-elf-gcc
   $ which perl

4. In your build directory, run the 'tools/configure' script and enter what
   target you want to build for and if you want a debug version or not (and a
   few more questions). It'll prompt you. The debug version is for making a
   gdb version out of it. It is only useful if you run gdb towards your target
   Archos.

   $ ../tools/configure

5. *ploink*. Now you have got a Makefile generated for you.

6. Run 'make' and soon the necessary pieces from the firmware and the apps
   directories have been compiled, linked and scrambled for you.

   $ make
   $ make zip

7. unzip the rockbox.zip on your music player, reboot it and
   *smile*.

If you want to build for more than one target, just create several build
directories and create a setup for each target:

   $ mkdir build-fmrecorder
   $ cd build-fmrecorder
   $ ../tools/configure

   $ mkdir build-player
   $ cd build-player
   $ ../tools/configure

Questions anyone? Ask on the mailing list. We'll be happy to help you!

rockbox's People

Contributors

b0hoon avatar bagder avatar bertrik avatar bieber avatar bluebrother avatar cmagnush avatar domonoky avatar duroyprofundo avatar funman avatar gevaerts avatar jdgordon avatar kkurbjun avatar kugel- avatar linusnielsen avatar linuxstb avatar markun avatar martinarver avatar mcuelenaere avatar mgiacomelli avatar nicolasp avatar pamaury avatar peturdainn avatar pondlife avatar rasher avatar thomasjfox avatar tomers avatar unhelpful avatar wodz avatar wutschel avatar zagor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rockbox's Issues

X3: Only microSD slot 1 is showing up on Windows; slot 2 is ignored

Hello. I received my Xduoo X3 today, and I immediately installed Rockbox out of the box (excuse the rhyme). The installation was quick and hassle-free, until I noticed something when I connected my RB'ed X3. Only the first microSD slot is showing up on Windows (to be specific, I'm using Windows 7 64-bit SP1), while the second slot is ignored. There is a way for the second slot to be recognized by Windows (via Settings -> General Settings -> System ->USB Hide Internal Drive -> Yes), but then the first slot isn't recognized if you use that setting. A bit of a hassle if you're going to add files on both slots.

This isn't a problem if you boot up on Xduoo's stock firmware. Both microSD slots appear on Windows. Here's hoping that both microSD slots appear on Windows if you booted up on Rockbox on the next update. It would be much easier for the users if they don't have to boot up on stock firmware just to transfer files on both slots. Thank you very much!

Regards,
mono-type

X3: Stuck in bootloader if firmware files not present

When the .rockbox folder is deleted the bootloader is stuck in a while loop
You then have to reset the device.
I think a far better solution would be to display the error message for like 30 seconds and then power of the device

Greetings jahill

X3: Default settings

Some Rockbox settings could be by default adjusted for X3 devices. For instance battery settings could be set to 1500 mAh by default.

Also X3 display is not really good for sunny days, so maybe for that device would better would be LCD negative mode or maybe other theme?

Thanks,
K

Xduoo X3II: Folder.jpg is not shown as album art

I don't use album art in tags (per song), but rather have one file Folder.jpg sitting in the album folder. In contrast to other devices from the rockbox site, your port of X3ii doesn't display that picture in the WPS (using a theme that is supposed to show it).

Would love to see this fixed. Thanks.

X3: Storage access while charging via USB

Hi again, I hope you are alive. :-)

I noticed that access to storage while charging device via USB is not always possible.

Procedure to recreate the problem:

  1. Unplug device from USB, turn it off
  2. Remove SD card from device and place it to computer directly
  3. You can access the SD
  4. Remove SD card from computer and place it to device again
  5. Connect device via USB to computer
  6. It's charging and storage access via USB is possible
  7. Unpluged USB
  8. Plug USB again
  9. You cannot access storage via USB any more, you need to go to step 1 and repeat all procedure again to be able to access storage via USB one more time.

Something is clearly blocking the access once USB detached.

Thank you!
K

X3: Volume level for both jack sockets independently

Hi!

First of all thank you so much for making Rockbox available for xduoo x3! I really appreciate it.

As we know X3 has two jack output sockets, for headphones and line-out. Original software keeps volume information for both sockets independently, when you use headphone socket you get last used volume level for headphones and for line-out you get simply 100 volume level.

Current version of Rockbox use the same volume value for both, which can be pretty painful - being in a car I use line-out with 100% volume level but then when I switch to headphone socket I can forget that last used volume level is 100% and them my ears start bleeding from that loudness. This is pretty dangerous.

Do you think you could make Rockbox remembering last headphone volume level and switch to that value once jack plug is inserted back to headphone socket, and for line-out socket is it possible to fix a value with 100%?

Thank you once again and kind regards,
K

X3: Fast forward stops working with M4B files

Fast forward stops working with M4B files. What it does is the audio restart at the beginning of the file, but the time counter increments as normal when holding down the Next button. This also does the same thing with the Prev button being pressed down.

I checked if it does this with a MP3 file, this issue doesn't come up. It only started when I used the cue files on M4B files with total times larger than 10 hours.


I have found what causes this, turning off cuesheet support causes this. Turning this back on fixes this but also resets any paused position you have back to the beginning.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.