ProjectM (Milkdrop) for Android - HTC Inspire 4G

Just wanted to link to this thread (http://forum.xda-developers.com/showthread.php?t=935249) in the Android Software Development forum cause I'm diggin' it. User KLoNe1 has been working with AerialX on getting ProjectM (milkdrop) operational (for those that don't know this is a winamp plugin for music visualizations). He's supplied a build that's working for me using the stock music player. The current .apk can be found in post #22 (post #29 also has the .milk files from the actual Winamp plugin that work too) and you will also need to create the following directory on your sdcard:
projectm\presets
and in this folder you'll need to paste all the .milk files from the presets.zip in post #24. What you're left with is the ability to select Androp as your live wallpaper, and your live wallpaper becomes music visualizations

Nice!!
Posted from my Time Machine!

Related

Modifying android music app

Hi
I want to extend the existing android music app so one can make bookmarks in their mp3s (useful for audiobooks in mp3 format)
if there is an android mp3 player which already has this feature please let me know
otherwise:
i have downloaded the android source code (release 1.0) and have modified the music app to store and load a bookmark (for now i just save the value of the position of the mp3 and it isn't linked to a specific mp3. (for now!)
When i build the app using make in the android folder and replace the Music.apk on my phone ( it runs JF1.43 ) i get an exception starting the music application ( NullPointerException in a row which is blank in the actual source code, so the row numbers in the exceptino and the rows in the source don't seem to match )
This also happens if I don't change anything in the downloaded sourcecode.. I just compile and replace the apk and i get an exception...
Pushing the same apk on the emulator works... it starts and works without issues...
is the android version on my phone (JF1.43) no compatible with the source code i downloaded (release 1.0) ?
If so what to do to get the source which is compatible ?
Since this didn't work I made a copy of the music app and renamed the package... normally installing the compiled apk of the renamed music app works... (although there are some popups asking me:
Complete action using:
Music
MyMusic (i named my modified version mymusic)
i guess it is because the intents have the same name... renaming them should fix this but I would prefer replacing the existing Music application
Thx for any help
Did you re-sign the apk using JF's test keys?
...
hm no i did not...
how to do it ? (still new to this )
i didn't really find anything useful in the forum...
is it the testsign.jar in JF's build environment ?
if it is: I tried using it but I still got exceptions on the phone
On your original question, I've been looking for this feature too. Merdian Player (available for free in the market) has this feature. It remembers the last music file played and the exact position, and even after closing/rebooting it will resume playback at that position.

[REQUEST] Stock Music Player - help getting apk

Hello!
When i had old soft, i had 2 players, one of them looked like this:
simplehelp.net/images/android_music_windows/android_music_windows17.png
bankfotek.pl/image/637116.jpeg
(cant make links for you so u must copy and paste links into your browser - sorry for that - its spam preventing system for new registered, just add www and dot before link)
When I changed soft, i only have one player, and its sux,
And now my request - can i get this player from somewhere? Maybe you can pull out apk from your phone with this player if u have it for me?
I very need this player.
In web i just found this about this player:
Activity namespace: com.android.music/com.android.music.MediaPlaybackActivity
I would be very happy if someone can give me some info about this.
Thanks in advance
Raven

HTC Music... source code?

Evo's default music app handles M3U playlists easy, which is great but unfortunately doesn't support it's unicode twin - M3U8. M3U8 and M3U playlists are exactly same thing (minus utf8 encoding), so I really see no reason why HTC didn't include it in their supported-playlist-formats list.
Knowing Android is open source and hoping that HTC did the same, did HTC release source code for their Music app? I'm new to android, but not new to programming. I'll have no problem in adding M3U8 support to HTC's music app but couldn't find any source code to work with. Anyone here has or could point me in right direction to the HTC Music source code (if there are any)?
Tanks!
PS: probably could have posted in the dev section, but being new to android and owning HTC Evo, felt that posting in Evo's app section was appropriate
HTC apks and framework are closed source.
bummer... seems like its back to editing smali code again
I take that back....
Tried 3 different music apps: doubleTwist, HTC Music, and Nemo Player. All three are from different companies/developers yet they all seem to run on same database. Same music files, same albums, same playlists - including those which I already manually deleted from sdcard but for some reason still show up in all three players.
Conclusion? Those music apps are nothing more that just a UI for android's music engine, well maybe except some minor features that each app tried to add to android, but other than that - they do same thing, using same database.
My first thought is that the android core is the one that scans sdcard for audio and playlist files and stores the results in public database. Now, if that's true then, since android is open source, I'll simply have to track down where in the android code does it differentiates between "valid" and "invalid" playlist file.
Anyways, so much for that. See ya in few days while I try digging deeper into android code
EDIT: using notepad++, I changed all M3U playlist char encoding to UTF8, which technically is not a proper M3U file, but android properly parsed the non-ansii characters as I wanted. WOW!
Android is the ONLY mobile OS that was able to play UNICODE m3u playlists by default! Now I'm even more happy with Evo than I was

[APP] LibriVox Downloader

I am making, as a Christmas present for my wife (she doesn't read these forums), an easy-to-use LibriVox audio book downloader for her new Kindle Fire. An early version is here.
Still to be implemented: searching, format selection (currently set to download ogg files; these work great with the Mortplayer Audio Book player).
Hope this forum is appropriate. There is not much about audio books here.
The download is about 2mb, because it includes the LibriVox catalog (as of yesterday). It will also auto-update the catalog every week or so.
The downloaded audio books go into a Librivox directory on your external storage. I may make that customizable in the future. There is also a playlist created for each book in its directory.
The app is basically finished for my purposes, though I may still add a few more features.
Since the previous post, I added:
- search
- select mp3 vs. ogg
- cover art
and probably a bunch of other stuff.
Seems promising... downloading right now.
Can u add changelog with date and version please?
EDIT
Tested app. Very nice so far... It would be great if you could add an option in the option menu to browse books only in a certain language.
Send from my Samsung GT-5800.
A beta is in the Market now.
A full release is in the Market.

CyanogenMod 7 Music.apk for Skyrocket

Hi all,
I am new to Android development and am still very much in the learning phase but I wanted to share what I am working on with the community. In the name of having a open source music player that can be freely modified I have extracted the CyanogenMod music player and ported it to be used on the Skyrocket. To date I have added in some very basic support to for podcasts but plan on making more mods in the future to support bookmarking of audiobooks.
As I said, I did this In the name of keeping an open community so I am willing to share the source code to whoever PM's me (I didn't post it due to not knowing the policy on such things).
Changes in this version:
1. Option to ignore prev/next bluetooth button pushes while playing podcasts
2. Option to delete podcasts after playback
3. Option to ignore bluetooth stop commands while playing podcasts (this is a fix for loosing the bookmark on podcasts when shutting off Toyota cars while playing)
Intallation:
adb remount
adb pull /system/app/music.apk skyrocket-orig-music.apk
adb push music.apk /system/app/music.apk
using a file manager install music.apk
Thanks,
Dave
hi there~!! thanks a tons~!! i was looking for this!!
but i'm having a prob here...i installed it on my htc diamond(VGA screen) and Xperia X8(HVGA screen) and having this prob the app not correctly resizing itself to my screen~it seems that this app is too wide..~
it looks like you designed it only for widescreen phones? no?
please assist me ><
and this may be late but, damn this is damn good!! i love this player!! you did a great job~!
thanks a lot

Categories

Resources