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:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  Any plans for Moto Droid or other Android phones ?
« previous next »
  • Print
Pages: [1]

Author Topic: Any plans for Moto Droid or other Android phones ?  (Read 3424 times)

Offline nerdrunner

  • Member
  • *
  • Posts: 33
Any plans for Moto Droid or other Android phones ?
« on: October 28, 2009, 09:50:37 PM »
Since the new Moto Droid runs on the open source Android OS, I would imagine that porting the top levels of Rockbox would be straightforward.

The Droid supports USB & uSD cards up to 32GB, as well as 3.5mm wired headsets and Bluetooth headsets.

--

Also, has anyone looked at the Garmin phone's mp3 capabilities?
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Any plans for Moto Droid or other Android phones ?
« Reply #1 on: October 28, 2009, 10:29:18 PM »
See http://www.rockbox.org/wiki/NewPort

However, as most people would probably not want to give up the ability to make phone calls, you'd probably want to port rockbox as an application in andriod, which would be quite a lot of work.
Logged

Offline psycho_maniac

  • Member
  • *
  • Posts: 814
    • MyWebPage
Re: Any plans for Moto Droid or other Android phones ?
« Reply #2 on: October 30, 2009, 11:13:09 PM »
i dont understand......rockbox is usually on mp3 players. why would you want to port it to a phone? this is just like the port that is wanted to make rockbox an app on winmo phones.
Logged
Please SEARCH the wiki | Please read the Forum Guidelines | Please Read the Manual
I Own A Gigabeat F80

Offline Davide-NYC

  • Member
  • *
  • Posts: 429
Re: Any plans for Moto Droid or other Android phones ?
« Reply #3 on: October 31, 2009, 10:30:59 PM »
CODECs. It's all about codecs.
I use my palm pre for all of my playback needs but it only reads limited codecs.
It would be absolutely incredible (and unlikely) to have Rockbox as an app on a mobile platform like WinMo or (better) Android or WebOS.
For context: I use my rockbox target (H1x0) primarily for recording.
Cheers.
Logged
Currently: iRiver H132-RTC-CFMod

Offline Sportster

  • Member
  • *
  • Posts: 29
Re: Any plans for Moto Droid or other Android phones ?
« Reply #4 on: March 13, 2010, 03:59:32 AM »
Running it as a app would be a great idea. What the Droid needs badly is a EQ. I've got quite a bit of music on mine and love RB on my iPod but am finding I'm using the Droid alot more now than the Pod, mainly just because of convenience. It's always with me. But what it lacks terribly is the ability to adjust sound at all. No treble,bass...nothing! So the biggest reason to Rockbox the Droid is it NEEDS it!! Oh,and the key thing is...did I mention I'd be willing to pay for this? And believe me...I'm not alone. There's alot of folks out there searching for a working EQ setup for their phones. Porting RB as a resident App that would work with Pandora/Slacker/3 the music player,etc......that would be the ticket!!!!
« Last Edit: March 13, 2010, 04:03:39 AM by Sportster »
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Any plans for Moto Droid or other Android phones ?
« Reply #5 on: March 13, 2010, 04:18:52 AM »
Google sponsors summer of code, which comes out to something like USD4500 for students working on open source projects.

We've been accepted to it a few times in the past already, and had students work on things. $4500 has not been enough to get someone willing to complete this project.

I mean no offense, but when you say "there's a lot of us willing to pay" it can seem to say a lot of things. Some people won't take it seriously, some people will look at it and think "yeah, but not enough" and some will see it and think "well, now I'm offended - I put in plenty of hours of my own time, but since I've already done my share of the work, nobody's offering to give *me* money."

Just sayin', be careful when you talk about "paying" for such a thing. Generally most of the existing devs would rather see you donate for what's already been done out of thanks, rather than saying "I'm not giving money until you meet my needs, and then only to the person who takes the last steps and stands on the shoulders of the rest of the giants here."


Rockbox as an app is going to happen when someone really dedicated to the idea puts in a lot of work, and that generally comes from someone who wants it done for personal reasons beyond just money.
Logged

Offline gottahavit

  • Member
  • *
  • Posts: 11
Re: Any plans for Moto Droid or other Android phones ?
« Reply #6 on: March 13, 2010, 03:11:22 PM »
While it is possible to port rockbox to a desktop or winmo app, it's much more effort and while I never say impossible, nearly impossible on android.

On winmo you can compile native C/C++ app, but on android that option is EXTREMELY limited at the moment.  Porting the entire thing to Java and the android API would be an icredible amount of work.  That doesn't even acknowledge the need for processor optimized assembly code for power conservation.

On winmo you can create custom DirectShow Codecs for many of the players or just cusotm plugins for a lot of the rest, again Android doesn't really allow for the development of custom 3rd party codecs without writing a custom version of the OS, and flashing your phone.

Even for winmo you're better off just porting the codecs you want to the player you want as this would be far simpler than creating a user friendly version of rockbox for a phone or desktop.

For Winmo there are not may audio codecs that are not supported by one or more players out there already.

and yes if you are really looking to convince a pro developer to code something they have little to no interest in then $4500 won't get you much.  You are right on that most of these applications get coded because someone had an interest AND the skills.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Any plans for Moto Droid or other Android phones ?
« Reply #7 on: March 13, 2010, 03:13:31 PM »
Quote from: gottahavit on March 13, 2010, 03:11:22 PM
On winmo you can compile native C/C++ app, but on android that option is EXTREMELY limited at the moment.  Porting the entire thing to Java and the android API would be an icredible amount of work.  That doesn't even acknowledge the need for processor optimized assembly code for power conservation.

Whats wrong with the current SDL libraries for Android?
Logged

Offline gottahavit

  • Member
  • *
  • Posts: 11
Re: Any plans for Moto Droid or other Android phones ?
« Reply #8 on: March 13, 2010, 08:52:58 PM »
I don't claim to be an android developer, last time I looked(when the droid came out) the only supported way to code C/C++ on the android(at least for the phones) was use the NDK which does not allow full c/C++ app development and due to the jump back and forth from Java to native is rarley of any real value in development on applications like this.

If someone has managed to get SDL ported to android phones successfully then that is great news for android developers.
Is this built in or some homebrew port?

This was the main reason I avoided android for my latest phone(that and I expect more integration with my PC).  I can code just about anything I need for my WinMo phone and didn't want to lose that.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Any plans for Moto Droid or other Android phones ?
« Reply #9 on: March 13, 2010, 09:14:21 PM »
Quote from: gottahavit on March 13, 2010, 08:52:58 PM
I don't claim to be an android developer, last time I looked(when the droid came out) the only supported way to code C/C++ on the android(at least for the phones) was use the NDK which does not allow full c/C++ app development and due to the jump back and forth from Java to native is rarley of any real value in development on applications like this.

If someone has managed to get SDL ported to android phones successfully then that is great news for android developers.
Is this built in or some homebrew port?

If you haven't looked into this in a few years then you're probably a little out of date.  SDL has been available for native c applications on android for a while now.  It does audio, video and simple controls, apparently well enough for some games to be ported.  Not sure how much JNI is really needed, but thats also an option (SCUMMVM uses it).

Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  Any plans for Moto Droid or other Android phones ?
 

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

Page created in 0.107 seconds with 14 queries.