Moto Hell - The Motorola Modding Community
March 29, 2024, 08:47:03 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: The forum is no longer active and registration is disabled; however you can still fetch everything as guest.
 
   Home   Help Facebook Search Calendar Login Register  
Pages: [1] 2   Go Down
  Print  
Author Topic: [Pre-Alpha Release]MotoPlay  (Read 11811 times)
deepaksrivastav
Guest
« on: October 08, 2007, 05:20:25 am »

I have attached the pre-alpha version of MotoPlay, an Mp3 player for E398 written by me Wink
The pre-alpha version has very minimal set of functionalities, namely PLAY, PAUSE and STOP.
Now, i know there are a lot of MP3 players available Smiley this is just an attempt to write one of them myself Smiley

There may be lots of bugs in this, coz i have only tested the basic functionalities.
For instance, when one track is playing, you can't jump to other track and play it, you have to stop this and play the other track.

I am planning to put the following features in the alpha release:

Fix all the bugs in pre-alpha Smiley of course and :

1. A new screen when the track is being played
2. Prev | Next Soundtrack.
3. Volume Control.
4. FunLight Visualization Wink when track is played (can be turned off/on)
5. Backlight on/off control.
6. On screen animation when track is being played

I am also planning to make the source code available for all those who actually want to
write their own mp3 player Smiley

Thank you all for the support Smiley
Logged
Jithin
Inactive :(
Global Moderator
PHD modder
*****

Karma: 90
Offline Offline

Posts: 2065



View Profile
« Reply #1 on: October 08, 2007, 05:49:55 am »

Well,let me test it Wink

EDIT: I've tested it.. Good work Deepak. but I can play only "Unfiled" songs in /b/mobile/audio .. it cannot go into other folders.

Waiting for the next release Smiley
« Last Edit: October 08, 2007, 05:59:24 am by JithinSK » Logged

deepaksrivastav
Guest
« Reply #2 on: October 08, 2007, 06:09:35 am »

Thanks for trying it out man Smiley

I know ! i ve hard coded to pick up mp3s from /b/mobile/audio Smiley
Will take care of your feedback in next release Smiley

Thanks for the feedback Smiley
Logged
BruceLee
Really experienced
****

Karma: 5
Offline Offline

Posts: 376


back in bussines


View Profile
« Reply #3 on: October 08, 2007, 01:11:00 pm »

what could i say man Smiley very nice until now...
i really like it Wink... simple and fast...
And i agree with JithinSK the subfolder support would be a great advantage for your player.
i mean some navigation like in media viewer would be very good because many e398/e1 users and not only have their music in folders and subfolders and so on. (i know it's a lot of work because i know what means to make a program.. it's damn hard sometimes.. but when you see the result you're really pleased so think about the result.)

If the MotoPlay uses the system's skin and menu will probably work on many motorola phones. So good luck again.

still waiting for your alpha version
« Last Edit: October 08, 2007, 01:18:47 pm by BruceLee » Logged
motomaniacs
Guest
« Reply #4 on: October 08, 2007, 02:33:40 pm »

finnaly you release it..
congratz on your hard work
Logged
deepaksrivastav
Guest
« Reply #5 on: October 08, 2007, 08:54:32 pm »

Thanks a lot for the feed back guys Smiley

@bruceLee: Yes i agree with you and JithinSK, sub-folder support will definitely be an advantage.

Its not much of work, the framework is ready, just have to send a flag to the program telling it to scan all the folders and list all the audio files Smiley

Anyways, i will be done with this in the next release Smiley

Thanks again for your feedback Smiley
Logged
motomaniacs
Guest
« Reply #6 on: October 08, 2007, 08:57:58 pm »

maybe you can also write a tutor how to make a java programme...
Logged
error398
Guest
« Reply #7 on: October 08, 2007, 11:58:30 pm »

its for E398 only?
Logged
deepaksrivastav
Guest
« Reply #8 on: October 09, 2007, 12:17:29 am »

@Raunamaxtor
Yes .. I have currently hardcoded to pick up music files from /b/mobile/audio. (should work on 398 and Rokr E1)
Will be making it to work across all phones later.

@MotoManiacs
Will be my pleasure to write a guide on midlet programming, but will only do it once i get some free time.
Logged
EOG
Guest
« Reply #9 on: October 10, 2007, 11:58:56 am »

I edited a bit MotoPlay class that is can open folders and play them but I cannot compile it 'cause I do not know what I did wrong installing Java Microedition(ME), deepaksrivastav can you tell me where can I download and how to install all of its 'imports'.

deepaksrivastav can I release my editions of your player(during beta/alpha tests). And put here the edited code.
Logged
BruceLee
Really experienced
****

Karma: 5
Offline Offline

Posts: 376


back in bussines


View Profile
« Reply #10 on: October 10, 2007, 12:24:27 pm »

good ideea EOG. if there are two programmers the midlet will evolve much faster
Logged
deepaksrivastav
Guest
« Reply #11 on: October 10, 2007, 11:20:32 pm »

@EOG: Sure you can release it Smiley No problems with me Smiley

I have not imported any new classes.
This is what you have to do:

To compile the source code, just decompile all the files using Dj java decompiler.
Rename the extension of the decompiled files from jad to java.

Create a new project in WTK(Wireless tool kit). Give the project name and the midlet calss, in this case , it will be com.motoplay.MotoPlay.
Just copy the java files into the folder $PROJECT_ROOT\src\com\motoplay
Copy the images to the resources folder $PROJECT_ROOT\res

Finally build it in WTK.
This should work.

Logged
motomaniacs
Guest
« Reply #12 on: October 10, 2007, 11:23:38 pm »



@MotoManiacs
Will be my pleasure to write a guide on midlet programming, but will only do it once i get some free time.

take your time mate Smiley
Logged
Exploited
Administrator
Ultimate modder
*****

Karma: 108
Offline Offline

Posts: 5153



View Profile WWW
« Reply #13 on: October 13, 2007, 10:04:29 pm »

I want some screenshots, cos I can't test it now Smiley
Logged

BruceLee
Really experienced
****

Karma: 5
Offline Offline

Posts: 376


back in bussines


View Profile
« Reply #14 on: October 14, 2007, 06:55:32 am »

there's no big deal to see for the moment Exploited because it uses phone's skin and menu style
Logged
Pages: [1] 2   Go Up
  Print  
 
Jump to:  

Design By Forum Hosting
Powered by SMF 1.1.21 | SMF © 2015, Simple Machines