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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  New Ports
| | |-+  Rockbox as an Application (Android, WebOS etc.)
« previous next »
  • Print
Pages: 1 ... 13 14 [15] 16 17 ... 30

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

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #210 on: April 27, 2011, 10:12:48 PM »
Quote from: zantarob on April 27, 2011, 09:53:54 PM
Hi - I've wanted to contribute a mod to Rockbox for 6 years but have never got my head around C++.
 I can dabble in Java and was wondering if that's all I'd need to attempt to write an auto beat-matching mod I've been after (but never requested) for Rockbox the android app?

No, just a small bit of the low level stuff is in Java.  You won't be able to do anything with just Java. 

BTW, we don't use any c++, just c.
Logged

Offline gevaerts

  • Administrator
  • Member
  • *
  • Posts: 1053
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #211 on: April 28, 2011, 05:56:08 AM »
Quote from: zantarob on April 27, 2011, 09:53:54 PM
Hi - I've wanted to contribute a mod to Rockbox for 6 years but have never got my head around C++.

It's a good thing rockbox isn't written in C++ then.
Logged

Offline zantarob

  • Member
  • *
  • Posts: 2
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #212 on: April 28, 2011, 06:13:15 PM »
Oh well...

Thanks saratoga, gevaerts.
Logged

Offline Hotobu

  • Member
  • *
  • Posts: 6
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #213 on: May 11, 2011, 09:48:41 PM »
So I'm reading through the last pages of this thread and can see that there isn't a final build for the Android OS. Is this because it's unfinished, or is it this way by design so people can assemble it the way they want? If there is an initiative for a final working product how close in terms of % would you all say an Android version is to being done?

I have no idea about any sort of programming, but I'd like to put Rockbox on an Android OS so it looks like I'm going to have to attempt to figure out how to compile a final working product.
Logged

Offline Xebozone

  • Member
  • *
  • Posts: 2
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #214 on: May 19, 2011, 02:59:58 AM »
Daily builds for 480x800 resolution. No compiling needed. Just install on your device like any other .apk file. If you don't know how to install a .apk file, there is plenty of tutorials for it online:

http://forums.rockbox.org/index.php/topic,27394.0.html
Logged

Offline pondlife

  • Developer
  • Member
  • *
  • Posts: 248
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #215 on: May 19, 2011, 05:07:36 AM »
Is there any chance that the Rockbox UI could use the Android menus?

I briefly tried it on my Galaxy S2, but the initial font is so small as to make the menus almost unusable with my fat fingers.  I tried to edit config.cfg to compensate but in my n00bness I couldn't work out the paths required (e.g. where does /sdcard fit into this?).

I'd like to help with RaaA development - especially getting Rockbox to stream from a remote server (buffering using the local storage to improve use with a slow phone network)... any year now I may get the time!

pondlife
« Last Edit: May 19, 2011, 05:43:49 AM by pondlife »
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #216 on: May 19, 2011, 07:50:48 AM »
I'm working on a "nice" default theme, honest!

I've got the bulk of the code/images done, and the rest is figuring out a wee quirk with a particular skin tag, and figuring out a sane way to do a particular effect I'm trying to achieve with some nice popup tabs.

Blah...blah...real life stuff, been busy, <insert other various excuses here>...

I will make an effort to get theme two theme resolutions I have done presently polished (240X320 and 480X800), as well as getting the images done for the rest (320X480 & Co.) in the very near future when some time opens up for me. At which time I will be opening a new thread in the Themeing and Customization sub-forum for testing and opinions.

I know I've fallen off the theme wagon lately, and I'm starting to not deserve my artists badge as much as I perhaps did in the past...but, I'll try to make it up to you all soon, promise ;)


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

Offline dip

  • Member
  • *
  • Posts: 111
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #217 on: May 22, 2011, 11:13:52 AM »
It would be great to have a UI that uses the possibilities of the Android UI. I switch at the moment between Rockbox and Winamp for Android which has in my opinion a very nice UI but is far away from the countless possibilities Rockbox has.

All Android music player I tested lack e.g. on the (for me) important feature to use ALBUMARTIST for browsing or even to create a complex browse structure like it is possible in Rockbox (e.g. Classical -> Composer -> Grouping -> Artist -> Track for classical music). The reason seems to be that all Android music player use the standard Android tag library which is very limited. Only Rockbox does the scanning by itself which creates much more freedom for browsing.

But I have to admit that browsing by albums including seeing album art or the way how you can switch between the now playing screen and the current playlist and thousand other UI things which can e.g. Winamp handle would be very nice to have also in Rockbox.
Logged

Offline kugel.

  • Developer
  • Member
  • *
  • Posts: 271
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #218 on: May 24, 2011, 08:54:56 AM »
This is a development thread. Please stop posting your wish- or likelists here.
Logged
 

Offline CL0SeY

  • Member
  • *
  • Posts: 1
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #219 on: May 27, 2011, 06:01:04 PM »
Sorry to bring this up again.... but... I am having great success with using rockbox on my galaxy tab, even though the screen resolution is not properly built for it. I may think about building an apk for the 1024x768 resolution. So don't discount that resolution just because there isn't an 'optimal' ui for it yet, the current UI is quite usable.

I would like to thank you guys for your hard work as it's hard to find a decent lossless player for android.
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #220 on: June 04, 2011, 04:49:14 PM »
Quote from: pondlife on May 19, 2011, 05:07:36 AM
Is there any chance that the Rockbox UI could use the Android menus?

We've just had a longish chat about this at the 2011 DevCon, and think this is very definitely the way forward.

Of course, at the moment it's only really sitting in Mr Someone's TODO list - but at least all parties are agreed now.

PS - What happened to you this year? It's in London, and it's not clashing with Glastonbury!!!
Logged

Read The Manual Please

Offline notlistening

  • Member
  • *
  • Posts: 29
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #221 on: June 05, 2011, 06:07:18 AM »
Just tried the new Landscape option on the Dell Streak, 800x400. Great addition and I like not having the turn the phone around now. There are some problems with the sizing of the 3x3 grid. The grid I guess is equal size, using this on the screen like the streaks actually makes it hard to use. What options would there be for giving row 2 and column 2 heavier weighting so the up, down, left, right and Ok blocks and bigger. As i use these more without looking and tend to go to the corners more for the other menus. As it stand i keep missing the ok, left and right buttons.

---------------------------------
-         -       Up       -         -         
---------------------------------
-         -                  -         -
-   Left -       Ok       - Right -
-         -                  -         -
---------------------------------
-          -     Down     -         -
---------------------------------

NL
Logged
Listening - To my E200V2, Clip+ & Dell Streak (Android 2.2) :)

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #222 on: June 05, 2011, 06:45:38 AM »
Not gonna happen :) use a theme which doesn't need the fallback touch buttons
Logged


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

Offline Davide-NYC

  • Member
  • *
  • Posts: 429
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #223 on: June 18, 2011, 01:04:36 PM »
Hello Rockboxers!

I wish to donate a Palm Pre (now HP) to a qualified developer in the hopes of getting Rockbox ported to WebOS.

Please figure out who should receive the phone.

I'll check back in this thread in a few days to see if anyone wants to give porting Rockbox to WebOS a shot.

Davide-NYC.
Logged
Currently: iRiver H132-RTC-CFMod

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: Rockbox as an Application (iPhone, iPod Touch, Android, WebOS etc.)
« Reply #224 on: July 01, 2011, 10:48:23 AM »
Quote from: Davide-NYC on June 18, 2011, 01:04:36 PM
I wish to donate a Palm Pre (now HP) to a qualified developer in the hopes of getting Rockbox ported to WebOS.

Please figure out who should receive the phone.

I'll check back in this thread in a few days to see if anyone wants to give porting Rockbox to WebOS a shot.

Hey Davide!

There's an unofficial port of Rockbox to WebOS floating out there in the wild, wild world of the Web somewhere; a quick query to Google should reveal it.

The bigger matter is actually getting that source code back, then giving it a special massage with exotic oils from the mountains of India in the hopes of getting it into SVN and thus an official port.

But if you really want to donate the phone, PM me and we'll make arrangements. I'm still taking donated players for developers who are interested.
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

  • Print
Pages: 1 ... 13 14 [15] 16 17 ... 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.149 seconds with 17 queries.