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
| | |-+  Rockbox as an Application (Android, WebOS etc.)
« previous next »
  • Print
Pages: 1 ... 21 22 [23] 24 25 ... 30

Author Topic: Rockbox as an Application (Android, WebOS etc.)  (Read 318706 times)

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #330 on: June 16, 2013, 08:41:14 AM »
If you have access to the filesystem, the easy fix for this is to simply create a symlink...it boggles my mind that one doesn't exist already.


[Saint]
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline TheCrash

  • Member
  • *
  • Posts: 3
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #331 on: June 16, 2013, 02:49:48 PM »
FAT32 / NTFS don't support symlink. I created a symlink between /sdcard/ and internalSD (ext2), but It did not match any results.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #332 on: June 16, 2013, 03:05:08 PM »
NTFS does support symlinks, but  it seems unlikely your linux-based phone uses Microsoft's proprietary file system. 
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #333 on: June 17, 2013, 12:12:58 AM »
The only thing I can think of for now is creating a small FAT image file and mounting it to /sdcard. But this assumes you have the privilege to do this, which is a slightly dangerous assumption.

If you have access to init.d or userinit.d, etc. a small script to check for the existence of said image and create and mount it (or, repair the mount) could be whipped up in seconds, but this might be overkill.

It really bothers me that /sdcard doesn't exist at all. Even if it does just point to /storage/*...what device is this?


[Saint]
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline TheCrash

  • Member
  • *
  • Posts: 3
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #334 on: June 17, 2013, 11:43:59 AM »
It is S8500 with Android CM 10.1. It's very crazy smartphone, but Wolfson WM8994E plays great music.

« Last Edit: June 17, 2013, 01:34:40 PM by TheCrash »
Logged

Offline Deadman001

  • Member
  • *
  • Posts: 1
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #335 on: July 12, 2013, 04:36:06 PM »
The mounted location of the sdcard and internal storage, if applicable, varies based off the rom you're running. I'm running a bionic with CM 10.1 and they are mounted in /storage/sdcardx on my old phone the HTC magic+it was mounted in /mnt/sdcard even with the stock rom my bionic has it's in a different location. Not having a standard mounting location really makes it a pain in the ass to work on the phone. It's not too hard telling rockbox to search through my sdcard. Now if only I could get album art working.
Logged

Offline luchico638

  • Member
  • *
  • Posts: 1
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #336 on: July 15, 2013, 05:07:10 PM »
I tried looking but I can't seem to find a 1080x1920 theme for this.
Is there anyone that can help me find one?
Logged

Offline darklegion

  • Member
  • *
  • Posts: 1
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #337 on: August 08, 2013, 07:37:55 PM »
I second the 1080x020 theme idea. Also, what is involved in porting a custom WPS such as Cabbie v2? The daily builds seem to default to the fallback theme which looks pretty ugly and doesn't seem to work entirely correctly (I'm using the 1920x1080 build)

Finally, I have an issue where pressing the power button to lock the screen while Rockbox is open causes a black screen in Rockbox when I tab back to it. I have to restart Rockbox to workaround the issue. It's a Umi X2 chinaphone so it's not particularly well known hardware but if it's a known issue at least I'll know that's not something on my end.

Other than that it seems pretty solid. It seems to be the only open source music player on Android that supports gapless and file based playback, at least that I've been able to find.
Logged

Offline popsnorkle

  • Member
  • *
  • Posts: 4
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #338 on: October 07, 2013, 08:55:43 PM »
I'm trying to download   cabbiev2-480x800-application r00008.zip   from http://www.rockbox.org/tracker/task/12254 and the all the zips I've tried on that page I can't extract.  I get messages saying they're corrupted.  Anyone have any idea what's going on?  Is there someplace else to download themes?
Logged

Offline Falco98

  • Member
  • *
  • Posts: 153
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #339 on: October 08, 2013, 12:23:12 PM »
Quote from: popsnorkle on October 07, 2013, 08:55:43 PM
I'm trying to download   cabbiev2-480x800-application r00008.zip   from http://www.rockbox.org/tracker/task/12254 and the all the zips I've tried on that page I can't extract.  I get messages saying they're corrupted.  Anyone have any idea what's going on?  Is there someplace else to download themes?
Saint moved his project to github:
https://github.com/saint-lascivious/rockbox-cabbie_v2
The files there should work.

(BTW, I'm eagerly awaiting a 1080x1920 version myself, now that i have a Galaxy s4 which appears to run rockbox flawlessly!  Also, I wish it were feasible to get the default installer builds to include a proper theme of the appropriate size, it can be a bit of a dog to figure out where to extract the files to on the device itself...)
Logged

Offline popsnorkle

  • Member
  • *
  • Posts: 4
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #340 on: October 08, 2013, 10:30:12 PM »
Quote from: Falco98 on October 08, 2013, 12:23:12 PM

(BTW, I'm eagerly awaiting a 1080x1920 version myself, now that i have a Galaxy s4 which appears to run rockbox flawlessly!  Also, I wish it were feasible to get the default installer builds to include a proper theme of the appropriate size, it can be a bit of a dog to figure out where to extract the files to on the device itself...)

Thanks for the link.  I'd tried the github link on the other page, but it didn't work.  Unfortunately, rockbox isn't running flawlessly on my Nexus 7 tablet.  It seems to mostly freeze up. 
Logged

Offline v_erich

  • Member
  • *
  • Posts: 1
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #341 on: October 23, 2013, 07:45:55 AM »
Hi,

I wan to use rockbox on my Samsung S3 android mobile.
Problem is that the default theme is nearly unreadable on my phone (resolution 1280x800).
I tried different resolutions from here: http://rasher.dk/rockbox/android/
But only th low ones helped.
I want to use a theme downloaded from other sites, but how do I install them to test?
Mobile is rooted and custom rom (Slimbean).

Thanks,
Erich
Logged

Offline h.finn

  • Member
  • *
  • Posts: 73
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #342 on: November 12, 2013, 09:34:07 AM »
Hi all,
Thanks for the good work!

I've been trying to install Rockbox on an old Samsung Galaxy i7500 (I don't know if I am stupid or naive!).
Well: First time the "sound part" of it all worked fine but the theme was GIGANTIC and could not really use it.
Second time: fixed fonts but now I don't seem to have a theme anymore. Just a blank screen with the title and artist on top and a "bar" that moves with the song in the middle of the screen but.....can't stop song!!

Got the daily build here: http://rasher.dk/rockbox/android/
I've used Rockbox on my ipod 5th gen video for quite a few years now. Just testing it on an (OLD) android phone before deciding if it's worth getting a new one....

If somebody could give me a hint on how to fix/proceed I would certainly be very grateful!
 :)
Thanks a lot!!
Logged

Offline danielwritesback

  • Member
  • *
  • Posts: 2
Re: Rockbox as an Application (Android, WebOS etc.)
« Reply #343 on: March 02, 2014, 11:09:52 PM »
Quote from: TheCrash on June 16, 2013, 08:22:52 AM
Is there any chance to set manual RockBox <HOME> directory?
My smartphone have crazy structure of mount points. I don't have /sdcard/ directory, but /storage/sdcard1/. I can't save playlists and create a database.
Yes.  Find your music directory and then "long touch" or "right click" to bring up the context menu (the one for folders).  Alternatively, touch the menu icon in the lower right corner
.
.
.
 and then scroll down the "context menu for folders" so you can use the
Start File Browser Here

This works almost well enough, however, it doesn't prevent the back arrow from going all the way to root.  Simple solution is:  Don't push the back arrow when you're in the files area.  Use the context menu
.
.
.
instead. 
:D
Logged

Offline danielwritesback

  • Member
  • *
  • Posts: 2
IBM/Lenovo Yoga 10 Android Tablet + RockBox
« Reply #344 on: March 03, 2014, 12:33:06 AM »
RockBox for Android works perfectly on the IBM/Lenovo Yoga 10, Yoga 8 tablets.
For reference, this is running Android 4.2 + the MusicFX android music extensions app.
I used Rasher's 800x480 which is the biggest one that also has a theme so it is ready to use.
http://rasher.dk/rockbox/android/rockbox-800x480.apk
There was a slight learning curve, but my iRiver H10-8gb (previously 5, but I changed it), also has RockBox, so the only problem I had was setting the Equalizer with a touch screen is a lot like a video game, which I lost a few times.  ;)   But, everything else works just fine.  And it sure does play well! 
Logged

  • Print
Pages: 1 ... 21 22 [23] 24 25 ... 30
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Rockbox as an Application (Android, WebOS etc.)
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.132 seconds with 14 queries.