MortPlayer - Android Apps and Games

Just to let you know, there's a beta of MortPlayer in the Android Market ("MortPlayer Music (beta)").
Don't expect it to be the 50" thick swiss army knife MortPlayer for WM became.
Some features still need to be added (sleep timer, caching database, ...), but mostly I want to keep it simple to use.
So, what you get with "MortPlayer Music" is a simple, folder based player. No "favorites", just a selectable main folder. No playlist support, because that just caused confusion about the current mode and when to save. (However, there might come support for existing playlist files that determine the order of files in the same folder.) No special audio book support - but I plan to offer a separate "MortPlayer Audio Books", which of course will have it's own main directory.
What it does offer so far:
- Simple folder based navigation with folder skip buttons and hierarchical selection (tap cover)
- Selection of current track (tap track information, you can switch folder from there as well)
- Supports all common album art storages: ID3 (currently buggy), cover.jpg, folder.jpg, AlbumArt.jpg
- Shuffle and repeat modes as known from WM version
- Restores previously selected track
- Widgets (Cover = play/pause, track information = "remote control" popup)
What's planned:
- Cache directory structure and tag data in database (except covers, don't want to clutter the device storage...)
- Show tag data in track list
- Some eye candy (e.g. animations, background images)
- "As next track" option in track list
- Sleep timer, maybe alarm clock
- Audio book version (separate app)
- Version history dialog
- PayPal button in Help/About
- Different main screens (selection or skinning, let's see what's possible...)
What won't be implemented (soon):
- Equalizer, effects, other formats. I use Android's playback methods, and Android doesn't offer them...
- Streaming. Maybe some time as separate app, but I think there are already better solutions for that.
Maybe, some day:
- Playlist support (read only, only for files in same folder)
- Temporary folder selection (play some folder(s) not in main directory, don't save/cache anything for it)
- Tag based navigation
- Search function
- Playlist version (similar to MortPlayer for WM in playlist mode)

Sweet! Can't wiat for this when I get my Mytouch 3g.

It looks nice so far, particularly the ability to have it only read from one folder and not grab every audio file on your sdcard like the standard player... (wasn't able to try with audio yet... Left my headset home and I'm at work)
Question though... does it support crossfading or gapless audio?
No other media player I've seen in android does... I'm just starting android programming so I haven't gone through the SDK all that much so I can't see why this might be...

Its a very good idea, to make a good player for android with a good features list.
I hope it will be sucessfull.

ssbfalcon said:
Question though... does it support crossfading or gapless audio?
Click to expand...
Click to collapse
No, afaik the SDK doesn't allow that (at least didn't find something). (OK, maybe I could start a 2nd MediaPlayer instance shortly before track ends... but I think that'd be pretty hard to time correctly...)
But the gaps are pretty small, at least on my Milestone. I had some intro / song follow-ups where I barely noticed the track change.
discine said:
Its a very good idea, to make a good player for android with a good features list.
Click to expand...
Click to collapse
I try to focus a bit more on usability than on features for this one. The WM version became "a bit" bloated and complicated over time...

This is great news! I plan to get an Android as my next phone. It will be great to see my favorite WM application there.

Yet another "New MusicPlayer?" suggestion
Hey Mort!
i really love the idea of a new music player for android (finally someone did it )
however what i (and i guess a big part of the community) prefers is a player with a library like the default android player. I'm NOT telling you to change something on MortPlayer, i am just suggesting that a nice new app would be a MusicPlayer that has:
- Nice library with SIMPLE listview, not extended listview as in default music player
- Tabs instead of those buttons for Artist, Album, etc.
- Backgroundservice that prohibits the player from being crashed when running in the background
- Theme Support(?)
- Widget / maybe even LockScreen plugin? (dunno if that is doable)
just suggesting.... not telling you you have to do this but everyone would appreciate it, as the amount of 3rd party players is in my opinion. Either they are slow, or totally overloaded with features, buggy, or incompatible...
P.S.: Shouldn't be too hard as Android has a MediaService that recognizes and puts the whole Music in a library, so all you would have to do is an interface for that service.

just wanted to say THANK YOU for bringing my favorite Audioplayer at Win Mobile to Android too. I really loved MortPlayer for Win Mobile and I'm shure that I will also love Mort Player for Android. Please do also a decent Audiobookplayer because the players availible aren't even worth to mention.

Like the remote pop-up. So far looks quite good.
Would like it to maintain functionality first- coverflow etc. will be nice, but keep it usable first

Thank you for dev this. Android still needs a good media player that is simple and still nice to use and look at. I was using Meridan player which was fine but just kind of boring. This on the other hand is nice from what I seen/use so far. It shows that you can make app easy to use and still pretty to look at!

the_fish said:
however what i (and i guess a big part of the community) prefers is a player with a library like the default android player.
Click to expand...
Click to collapse
Sorry, don't think this will be anytime soon. IMHO there are enough alternatives for that, even the new one from Androi 2.1 probably would too soon become a reasonable alternative.
- Nice library with SIMPLE listview, not extended listview as in default music player
Click to expand...
Click to collapse
What's wrong with extended listviews? It's not harder to select an item and saves space. I was thinking about it myself.
- Tabs instead of those buttons for Artist, Album, etc.
Click to expand...
Click to collapse
If I add tags browsing, of course this will be the case.
- Backgroundservice that prohibits the player from being crashed when running in the background
Click to expand...
Click to collapse
If the player window isn't visible, only the background service is running. If Android decides to kill the service, there's not much to stop it from doing so - with all bad side effects. All I can do is restart the service when it's required...
- Theme Support(?)
Click to expand...
Click to collapse
Pretty hard to do while maintaining flexible adjustment to different screen sizes. I was thinking about some selectable themes (i.e. colors, button styles, etc.) and layouts (i.e. where is what) and selectable background images in a later version, but of course that's not even close to skinning...
Widget / maybe even LockScreen plugin? (dunno if that is doable)
Click to expand...
Click to collapse
Widget's there. I think there's some tool to add a Widget to the LockScreen, but I don't think that's a good idea anyway. Just imagine you start the player accidentally in office...
P.S.: Shouldn't be too hard as Android has a MediaService that recognizes and puts the whole Music in a library, so all you would have to do is an interface for that service.
Click to expand...
Click to collapse
Yeah, I know that service. It sucks (imho). It seems pure luck when it detects new files, has several bugs in tag reading (some of my files were shown with weird chinese texts), doesn't offer a quick and easy way to get the tags to a given file, ... That's why I use own ID3 and database routines.
sthoeft said:
Please do also a decent Audiobookplayer because the players availible aren't even worth to mention.
Click to expand...
Click to collapse
As told, it's planned. However, I can only support encodings Android supports, so no Audible and the like...
Branwen said:
Would like it to maintain functionality first- coverflow etc. will be nice, but keep it usable first
Click to expand...
Click to collapse
Think so myself.
archboy69 said:
It shows that you can make app easy to use and still pretty to look at!
Click to expand...
Click to collapse
I guess nobody would've said that about the WM version...
Well, it's a better system and learned from some errors in the past...
Attached is a preview of the next update. It contains quite some changes (database, sleep timer, headset support, some bugfixes, ...), so it'd be nice if it's a bit tested before I upload a worse than current version to Market...

Next try... I think this one should be stable and fast enough to publish it in Market. But better safe than lots of 1 star ratings...

Bugfix, now folder navigation should work again.

Thx Mort for the great effort again!
I used Mort Player in wm for long time and it works like a charm!!!
And now u are contributing to Android. You are always the best dev i met!!!
Little suggestion, are A2DP and AVRCP possible in ur masterpiece?
Once again, thx and YOU ARE TE MAN!!!!!

rickylcp said:
Little suggestion, are A2DP and AVRCP possible in ur masterpiece?
Click to expand...
Click to collapse
Of course. A2DP is done by Android anyway, and AVRCP handling is quite easy (once you discovered MEDIA_BUTTON means all media related buttons...). I wish it was half as easy and stable with WM...
However, on HTC hero you need "headset button enabler" (in Market) because it doesn't send the correct "intents".
Update: New update available in Market.

The latest v0.3.3 works very well!!!
Now the AVRCP works with my Liquid~
5-starred MortPlayer in market! thanks!
You are the MAN!!!!!!!!!!!!

5*'s
<3
thx for your work
EDIT: I found what seems to me like a bug (or at least an unexpected feature...). If I touch the widget it brings up the remote control pane and functions properly on my G1 (cm4.2.13). If i touch "Show main player" it does. From here, if I hit the home button, the next time I touch the widget, I get the Main intent instead of the remote. If I hit the "back" button from the Main player, the widget again shows the remote control pane as expected.
Cheers!

alapapa said:
EDIT: I found what seems to me like a bug (or at least an unexpected feature...). If I touch the widget it brings up the remote control pane and functions properly on my G1 (cm4.2.13). If i touch "Show main player" it does. From here, if I hit the home button, the next time I touch the widget, I get the Main intent instead of the remote. If I hit the "back" button from the Main player, the widget again shows the remote control pane as expected.
Click to expand...
Click to collapse
I know, but I didn't find any workaround to this weird Android behaviour.
Main trouble is Android's Activity handling. An "Activity" is similar to what you'd call window or dialog in Windows. In Android, only one activity is running per app, i.e. if you move from main screen to folder selection, the main screen activity is stopped, and then restarted when you return. Exactly the same happens when you move to the home screen, get a call, open a notification, etc. Only exception is the back button, where the activity is "finalized" (similar to a "real close", but still cached for reuse).
It seems Android doesn't like to start a new activity (the remote screen) when another one of the same app is still running.
I could "finalize" the player at other events as well, but the only ones invoked when pressing the Home button are the same as when you enter e.g. folder selection. So if I'd finalize the main view there, returning from folder selection would return to a no more existing activity, i.e. the app isn't visible anymore. Not exactly what you'd want...
Sorry for the long technical explanation, but I it's a bit hard to put Android's handling in better words...

Just glad to see you've moved over to Android! I used your player for a long time when I was on WM, but I have to say it was getting more complex than I needed. I would like to see many of the features your working on, but stability and simplicity are much more important. Album art seems to plague the players I've worked with, so if you can reliably handle all the methods you mentioned, that would be great...The only one that seems to be a problem for me is the ID3 embedded art.
Keep up the great work!

Mort said:
I know, but I didn't find any workaround to this weird Android behaviour.
Main trouble is Android's Activity handling. An "Activity" is similar to what you'd call window or dialog in Windows. In Android, only one activity is running per app, i.e. if you move from main screen to folder selection, the main screen activity is stopped, and then restarted when you return. Exactly the same happens when you move to the home screen, get a call, open a notification, etc. Only exception is the back button, where the activity is "finalized" (similar to a "real close", but still cached for reuse).
It seems Android doesn't like to start a new activity (the remote screen) when another one of the same app is still running.
I could "finalize" the player at other events as well, but the only ones invoked when pressing the Home button are the same as when you enter e.g. folder selection. So if I'd finalize the main view there, returning from folder selection would return to a no more existing activity, i.e. the app isn't visible anymore. Not exactly what you'd want...
Sorry for the long technical explanation, but I it's a bit hard to put Android's handling in better words...
Click to expand...
Click to collapse
makes sense, I figured it has something to do with Activity handling.
Thank you for the technical response. I really appreciate it.
Hrm..perhaps this is why Stericson uses AndExplorer for file selection in MetaMorph (or maybe he just didn't feel like / hasn't gotten around to writing a file picker...)

Related

Android App Reviews by codesplice

Hello, all.
I've got a confession to make: I like apps. A lot. To an unhealthy degree. I've got a huge stash of apps on my phone, and an even larger collection of .apk backups waiting to be reloaded whenever I feel like it. I love finding new apps to try out, and deciding which ones are worthy to be added to my collection. A lot of the apps that I find and want to try out are paid apps; without finding many thorough reviews on them, I don't know whether they are worth my money - but I can't stand the thought of missing out on the Next Big Thing. And so I buy them, download them, install them, and test them out anyway. If it's an awesome app and well-worth the money, I tell my friends. If it is money that could be better spent on another app that I've tried before, I tell my friends that, too.
Unfortunately, not all of my friends are interested in my opinion on apps. They only listen to me because of my rugged good looks (my theory). This makes me sad, because I spend a lot of time (and money, in some cases) trying apps out - someone else needs to benefit from that time (and money) as well. Until someone decides to pay/reimburse me for all the apps that I evaluate, the next-best thing I can do is offer up reviews to the community of any apps that I have found particularly useful. This is the driving force behind my desire to make this thread.
I will be running down my list of currently-installed useful applications and entertaining games. I will include screen shots, AppBrain links, and as much detail as I can muster up. My hope is that the rest of the community may find some benefit from these reviews - and who knows, maybe you'll find a kick-ass app you'd never heard of.
I'm open to questions, ideas, requests, suggestions, and pretty much any other type of communication or input that could be provided. I only ask that you be respectful - both of me, and of the app developers. And if this list helps you find a neat paid app to try out, please do support the developer(s). Piracy is bad, mmmmkay?
Enjoy!
-codesplice
Credit where credit is due: All screenshots are made using the free ShootMe app.
NOTE: Now that the Android Market has a shnazzy new web interface, I'm going to change the primary links for apps to reflect this. I will add the AppBrain links as a secondary, and hope to add direct market links at some point once I find a site to reliably provide this information. Stay tuned!
Reviews:
Minimalistic Text (Widget)
Clutch Pad(Multitasking App) UPDATED 2/24/11
CircleLauncher (Widget)
Swipe Pad (Multitasking App)
Keyboard Manager (App) UPDATED 2/23/11
Shift Puzzle Game (Game)
ElecroDroid (App)
Hella Umbrella (Game)
Digital Wall (LWP)
Shortyz Crosswords (App)
Elixir (System Info App)
Google Authenticator (App)
Zeam (Launcher)
Lookout / WaveSecure (Mobile Security App double-feature)
If you don't want to subscribe to this thread, you can follow me on that twitting thing, as I will post updates about new reviews there.
Minimalistic Text (widget)
App Name: Minimalistic Text (v.2.1.3, @AppBrain)
Developer: Devmil
Price: FREE
There is quite a handful of text-based widgets available on the Market, and a lot of them are very nice. There are widgets for displaying the time as text, the weather as text, the battery level as text.... but this is one widget that does it all. Just about every aspect of the widget is configurable, from the text alignment and rotation to the font size and colors to even the format for different types of data. You've got several options for the display type, whether you want to use digits or words or even a bar (for days of the week or percentage of battery charge). There is also an optional "blur" text effect which works wonderfully for making accented text appear to be illuminated. To top things off, this widget also functions as a plugin for Locale or Tasker and can be used to display variables from either of those applications. For instance, if you want a small text-widget to display what Locale/Tasker profiles are currently active, this is your answer for a very configurable solution.
For each widget you are also able to define an action to perform when tapped - whether it is launching another activity (my clock widget launches my alarm clock), opening the widget preferences page, or even reading out the text currently displayed on the widget. You are also able to save and restore your widget settings, so don't be afraid to experiment.
Given the sheer amount of customizations available to you with this widget app, the configuration menu may be a little bit overwhelming and complex when you first get into it. Play around for a few minutes, and you're bound to get the hang of it.
This is a fabulous widget, and one that I highly recommend to anyone who will take the time to tinker with it.
Verdict: A highly-configurable text-based widget to display pretty much anything you want, especially with Tasker integration.
Screenshots:
1) Widget(s) in action. I should note there are three separate widgets displayed: Time / weather up top, day / date on the bottom, and a battery level bar on the right-hand side.
2) Preferences Manager for all widgets
3) Text Style menu
4-5) Custom Layout configurator
(tested on NexusOne / Kang-o-rama 1.2 T1 (CM7.n13 / GRH78C / Android 2.3.2))
Clutch Pad[APP]
App Name: Clutch Pad (v.1.3v.1.4.2, @AppBrain)
Developer: stevealbright
Price: $0.99 $1.99
Clutch is an application that seeks to optimize and streamline the way you multitask on Android. It is currently in beta status, but is very functional in its current state. It is a powerful supplement to the built-in Recent Apps feature.
Clutch manifests itself as a small semi-transparent "trigger" area, which functions similar to "hot corners" on a Mac (I think. I'm a Linux/PC guy). This small region rides at the very top layer of the Android interface (in a user-configurable position) and is accessible no matter what application you may be working in. You can tap this region to instantly bring up a small grid displaying your recently-accessed applications. You can customize how many apps you want to be visible, configure the application to ignore your Home (Launcher) app in its list, and to visually distinguish currently-running applications from terminated apps. This makes it very easy to quickly determine if that app you just exited is still running or if it has been shut down as it should, as well as providing a quick (and lightweight) task switcher.
Nice, but nothing terribly fantastic. Yet. Clutch also has configurable swipe gestures - the most useful (to me) of which is a Last Task functionality. For instance, if I Swipe Up from the Clutch region, I instantly switch to whatever my previous app was. If I swipe again, I am moved back to the app I just switched from. This functions similarly to just pressing ALT+TAB quickly, and is very useful for quickly jumping between two apps.
This little utility is quick and lightweight, and I have found it to be extremely useful. It is still in development, and has many more features planned (and a price increase to accompany them - so get it quickly!) including support for additional gestures (open/close notifications, for example), on-click task control (press-and-hold to kill, for example), and configurable transition animations.
If you've got a dollar to spend, you would do well to add this application to your device in its current state, and I can only imagine the app's versatility and usefulness will increase with the further planned updates.
Update (2/24/11): Clutch Pad has recently been updated to version 1.4. With this update, the application has dropped the "Beta" tag, gained an additional "Pad" in its name, and has added additional features and configurable options. At the same time, the price has also been increased to $1.99. New features include additional swipe gestures, configurable transition animations (that are quite pretty), the option to toggle the trigger button via a press-and-hold on the Search hardware key, and a Favorites option to quickly launch your favorite apps. Options have also been added for additional visual tweaks and adjustments of both the trigger icon and the popup lists, and all known bugs have been fixed. With each incremental update, this app gets more and more useful and I find myself relying upon it more all the time. Even at the increased price, this is still one of my must-have applications.
Verdict: An innovative way to access recent apps, and the Last App gesture functionality is every bit as useful as Alt-Tabbing between apps on your desktop.
Screenshots:
1) Trigger icon
2) Recent apps list
3-5) Settings pages
(tested on NexusOne / Kang-o-rama 1.2 T1 (CM7.n13 / GRH78C / Android 2.3.2))
CircleLauncher (widget)
App Name: CircleLauncher (v.1.5.2, @AppBrain)
Developer: db-ware
Price: ~$1.37 (free, limited version here or @AppBrain)
As mentioned previously, I have a lot of apps. One of the problem with having a lot of apps is running out of room on your homescreens for app shortcuts. There are various widgets out there that propose a variety of solutions to this problem, but they often leave you with tiny, almost unusable icons. This would have been fine in the days where the trackball reigned supreme, but this is the oh-tens. It has to be finger-friendly.
One true solution that I stumbled across the other day is called CircleLauncher. What it does is really very simple, but it does it very well. It allows you to create a single widget to group similar applications together (I've used location-themed apps and clock-based apps in my example). Tape the 1x1 widget, and a lightweight menu appears to launch your apps. Pretty standard, but this menu is laid out (by default - you can change this in the settings) in a ring around the icon. As you slide your finger or thumb around the ring, the currently selected application icon grows to make selection a bit easier.
Note that CircleLauncher includes other layout types (configurable from the widget's config menu, which you access by selecting the widget and then press-and-holding the center) including horizontal and vertical lines. I was also very pleased with the way that the widget's application menu adapts to its position on the screen - stick it in a corner, and your full selection of apps will be displayed within a 90-degree pie slice.
Obviously, a menu such as this is a bit limited to a relatively low number of apps (more than 9 or 10 and the ring will be just too cluttered to be functional), but if you need to have quick access to just a few more apps from your homescreen, this should do the trick. Since there is a free version available, why not give it a shot and see if this widget can help you to organize your home screen a bit?
Verdict: An easy way to combine several app shortcuts into one.
Screenshots:
1) Plain widgets (labeled GPS and Time) - you can dress them up a bit more if you are artistically inclined.
2) One widget opened showing the full selection ring.
3) The corner widget open showing the adaptation to the position.
4) One icon expanded while my finger hovers over it.
5) Settings menu
(tested on NexusOne / Kang-o-rama 1.2 T1 (CM7.n13 / GRH78C / Android 2.3.2))
Keep going mate
gruzman said:
Keep going mate
Click to expand...
Click to collapse
I surely intend to! Just have to figure out which app to post next
Thanks for the encouragement though. It is appreciated to know at least someone is reading over all this mess!
SwipePad Beta [APP]
App Name: SwipePad Beta (v.0.7.5, @AppBrain)
Developer: Conduction.mobi
Price: FREE
Keeping on the theme of "apps to help you access your apps", we come to SwipePad Beta. Similar in some regard to Clutch, this app also gives you "hot corner" functionality. Use the settings menu to establish what corners (or regions) you want to be active, and then slide your finger from a specified region to the center of the screen. Hold it for just a moment, and a 3x4 grid of application shortcuts magically appears. You can, of course, fully customize what applications should appear on this grid by simply pressing your finger on an empty square or by holding your finger over an existing icon until it is highlighted. The hot corners/region and swipe gesture should work pretty much any time that the screen is unlocked, and is a great way of quickly launching a new app without returning to your home screen.
The application offers to integrate task managing application by the same developer (which is a paid app) that I haven't tried out yet. Personally, I've got plenty of other ways of killing apps at this point - particularly once the function gets built into Clutch.
SwipePad is very nicely polished and quite responsive. It does what it does quite well. My only issue with it is that I just don't use it very frequently. I almost forget that it is there; I must be thoroughly conditioned to launching apps from the home screen. It's free, though, so give it a whirl and see if it can further help to optimize the way you launch apps from within other apps
Verdict: Clever use of hot-corners to gain quick access to up to 12 user-defined apps; non-intrusive to the point that you might forget to use it.
Screenshots:
1) SwipePad in action. Note that putting a link to SwipePad on your SwipePad gives you a quick way to access the settings screens.
2) SwipePad settings, with the hot corners highlighted in red at the bottom.
(tested on NexusOne / Kang-o-rama 1.2 T1 (CM7.n13 / GRH78C / Android 2.3.2))
is there a video demonstrating the use of Clutch? I want to watch it before paying for it.
Deff fav'ing this. Am looking forward to all reviews
(*is thinking about getting clutch)
Epic is as Epic does
Nice! Thanks bro!
waichung said:
is there a video demonstrating the use of Clutch? I want to watch it before paying for it.
Click to expand...
Click to collapse
I imagine there should be a video somewhere on the youtubes. Let me know if you find one and I will add it to the post. I'm about to go into work so it will be another 12 hours before I have access to the full internet, but I will look then if you haven't found anything.
Very good! Thanks
Keyboard Manager [APP]
App Name: Keyboard Manager (v.1.1) Keyboard Manager (v.1.4)
Developer: ne0fhyk
Price: FREE $1.99
NOTE: This app requires root!!
It took me quite a while, but I finally weened myself away from requiring a physical keyboard on a mobile device when I got my NexusOne. With the multitude and variety of available software keyboards available for Android, I haven't really missed the physical keys. The only annoyance at this point is that I find keyboards that work great for one-handed operation in portrait orientation, like Swype or 8pen (if you're in the mood for adventure and don't really care how long it takes to get a message completed ), but are next-to-worthless for dual-thumb landscape input. With a physical keyboard, you'd just slide that bad boy out and away you go. For those of us with only a touchscreen and maybe a few additional buttons, it can be a bit of a chore to manually change the selected input method each time we rotate the device. If only there was a way for the device to read my mind and select the appropriate keyboard.....
As luck would have it, XDA member ne0fhyk has provided us with a solution to this difficulty, in the form of his Keyboard Manager application. Simply select what keyboard you want to use in each orientation (I use Swype for portrait and SwiftKey for landscape), and the app will handle the tedious business of choosing the appropriate input method. It's that easy, and it works.
Mostly. The app is a bit of a hacked solution, and requires root permissions to be able to get around the Android security feature which prevents applications from changing the input method. Installation is not always straight-forward (instructions are available in the first post of the application thread, and it may cause a few software keyboards to force-close if you change orientation while the keyboard is displayed. The current version (1.1) has come a long way from the previous releases in terms of usability, stability, and reliability, and I haven't had any major issues with it. I highly recommend that you give this application a shot and see if it will help you out with your input needs.
Update (2/23/11): Keyboard Manager is no longer available for free, but is now installable from the Android Market. The now-current 1.4 version has fixed most of the install issues and should be a very easy set-up for you. If you run into any issues with the purchased version, please contact the developer - he helped me solve issues specific to my device, and the application works like a charm now.
Verdict: A functional hack to auto-select the appropriate software keyboard based on device orientation.
Screenshots:
1) The optional persistent notification icon. Activating the notification will give you quick access to the Keyboard Manager settings page, and I recommend you leave it enabled until you get things set up the way you want. After that, disable the persistent notification at your own risk (the persistent notification keeps the process in the foreground and prevents Android from terminating it).
2) Settings screen
3) Selecting which keyboard to use
4) Demonstrating that the app has automatically selected Swype for portrait...
5) .... and SwiftKey for landscape.
(tested on NexusOne / Kang-o-rama 1.2 T1 (CM7.n13 / GRH78C / Android 2.3.2))
Shift Puzzle Game [GAME]
App Name: Shift Puzzle Game (v.1.2, @AppBrain)
Developer: Handmark
Price: $1.99 (Free ad-supported version here or @AppBrain let's you try out 15 levels; full version features 40 additional levels and no ads)
The Shift Puzzle Game is a tasty Android port of the ever-popular SHIFT game by Armor Games, which you can play free in your Flash-enabled browser at the Armor Games website. If you're not familiar with the original (as I wasn't until I found this app just an hour ago), then let me fill you in on the skinny.
Shift is a new take on the classic adventure-puzzle platformer game. Your mission is to get from point A to point B, dodging whatever nasty traps and obstacles may be in your path. The twist is the ability for you to literally shift the game universe upside down. White becomes black, up becomes down, and you find yourself walking on the flip side of the surface you were just standing on. You can (and will) use this clever maneuver repeatedly in order to successfully navigate each challenging level. Not quite tracking? It can be rather tough to explain... Hopefully the screenshots below will help clear it up (or go play the flash version for free here).
This implementation for a touchscreen device is phenomenal. The controls are large and appear on either side of the landscape display - and you don't even need multitouch. Just tap the left arrow to move left, the left-up diagonal to jump left, and the SHIFT button at the top to do that groovy shift thing. The gameplay is engaging, and the levels can be quite challenging (and quite addictive). The game is worth trying out (the free version) solely for experiencing the joy that is puzzle-solving by twisting the fabric of the universe, and you might just get hooked enough to purchase the full version. It would be two bucks well spent.
Verdict: Quickly becoming my latest Android gaming addiction.
Screenshots:
1) Main menu
2) First level
3) First level - SHIFTED!
4) It gets twisted!
(tested on NexusOne / Kang-o-rama 1.2 T1 (CM7.n13 / GRH78C / Android 2.3.2))
This is a little off topic but is anyone attempting a Tor app?
Sent from my SGH-I897 using XDA App
jinsfch said:
This is a little off topic but is anyone attempting a Tor app?
Sent from my SGH-I897 using XDA App
Click to expand...
Click to collapse
Just slightly off topic, but no worries.
A quick search on AppBrain found Orbot: Tor On Android. Impressive, since Android still doesn't have proper proxy support on its own...
Can't find clutch video on youtube...
Btw,i think swipepad is better than it as swyping from the bottom is easier than from the right
Sent from my Nexus One using XDA App
waichung said:
Can't find clutch video on youtube...
Btw,i think swipepad is better than it as swyping from the bottom is easier than from the right
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
I looked for Clutch videos as well and was disappointed to see that there aren't any. I may try to shoot a video once I get home from the desert in a few weeks (hopefully).
You can change the position of the Clutch region to really any spot on the screen. And I don't really see the two as competing anyway as they have entirely different purposes: Clutch gives you quick access to your recently-executed apps, while SwipePad offers a fixed menu of apps for you to launch.
codesplice said:
I looked for Clutch videos as well and was disappointed to see that there aren't any. I may try to shoot a video once I get home from the desert in a few weeks (hopefully).
You can change the position of the Clutch region to really any spot on the screen. And I don't really see the two as competing anyway as they have entirely different purposes: Clutch gives you quick access to your recently-executed apps, while SwipePad offers a fixed menu of apps for you to launch.
Click to expand...
Click to collapse
The likely alt-tab function of clutch is really fantastic but does it show the recently-executed apps or the running apps? I use swipepad together with the virtual task switcher which allows switching among the running tasks. These 2 apps are completely free and no need to paid $1 for the "swipepad: tasks". But I prefer quick accessing recent tasks to showing those apps running at the background.
Sent from my Nexus One using XDA App
waichung said:
The likely alt-tab function of clutch is really fantastic but does it show the recently-executed apps or the running apps? I use swipepad together with the virtual task switcher which allows switching among the running tasks. These 2 apps are completely free and no need to paid $1 for the "swipepad: tasks". But I prefer quick accessing recent tasks to showing those apps running at the background.
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
The set {recently-executed} apps includes the subset {running apps}. The default behavior of Android is to show all recently-executed apps under the Recent Apps functionality, regardless of whether those apps are still running or have been terminated. I thought that Visual Task Switcher behaved the same way, but based on the application page it does appear to only display currently-running apps. Personally, I prefer to see recent apps (with a visual distinction between those that are still running and those that have been terminated), as I often end up re-launching the same app over and over; of course, you could also just pin a shortcut to those frequent apps to SwipePad. We all operate our devices in different ways, so either option is of course valid.
Visual Task Switcher (at least the last time that I used it) tended to make my phone lag significantly for whatever reason; I did use it for quite some time though, and was pleased with its functionality as a complete Recent Apps replacement (after configuring the long-press home trigger to launch it via CyanogenMod settings). Also note that the free version includes ads (which may contribute to the lag I was experiencing?) while the full version will set you back $1.99.

[APP] BSRemote 1.2.7 update

New version released.
BSRemote 1.2.7
Control BSPlayer from your armchair!
BSRemote is a BSPlayer remote control application for Android smartphones. It allows you to
- control the volume (mute)
- control playback status (play, pause, stop)
- seek movie position
- browse and select a movie file for playback
- manage a playlist
- load subtitles
Additionaly, it features
- full screen toggle
- timed host computer shutdown
- recent played videos list
- start BSplayer on first command
- exit BSplayer
There are two components to BSRemote: the Android application package (.apk) and the host server application. You can download both of them on our home page or use the Android Market for the smartphone component.
Change log (1.2.0):
- added sort by date/name
- added ascending/descending sort
- more elegant way for switching panels
- added support for audio files
- added few new options in settings panel
- fixed few bugs
Change log (1.2.1):
- server autodetection
- support for aspect ratio
- buttons for next and previous item in playlist
- optimized usage of battery
- fixed few bugs and other stuff
Change log (1.2.2):
- fixed bugs
Change log (1.2.3):
- fixed connection bug
Change log (1.2.4):
- playlist bugfix
- disconnect bugfix
- misc bugfixes
Change log (1.2.5):
- added control for aspect ratio
- added control for panning
- added option for keeping the display always on
- added option to switch between hosts
- fixed playlist bugs
- fixed connectivity crashes
Change log (1.2.6):
- fixed subtitle loading
Change log (1.2.7):
Application changes:
- global volume up/down (main system volume control)
- unicode file name support (update BSPlayer to latest beta version)
- RAR file support
- bugfixes
Server changes:
- new, configurable, install system
- autoupdater
- crash reporter
- network and removable drive support
- dropped separate 32/64 bit binaries
If you have any problems with application or server please visit our forum
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
WOW! I've been using TeamViewer to do this until now!
Thank you very much! Gonna try it as soon as I get home and post the results!
____________________________
Didn't get around to posting last night, but here's a quick review:
- in the ~15 minutes I played around with it, it behaved really well!
- I only once got disconnected (but that was probably the network's fault), but soon afterwards it reconnected normally
- I really like all the options present (congrats for including all the normal stuff we do with our video players ), but if I may, I have a suggestion: when going from one interface to the other, the user has to slide a finger on the screen... if he/she isn't careful, then upon sliding, the volume will get turned down instead of the new screen appearing. Also, the user has no way of knowing that there are other screens present... so, I would make use of the tabs interface present everywhere in Android (this would also sort the sliding thing).
Even better, I would merge the first two interfaces, maybe keep the slider for seeking and use a "volume increase" (that triangular thing made of bars) graphic for the... volume part , as well as make the play/pause a toggle rather than two buttons.
I hope this helps... thank you again for your work and once again: great stuff!
sholimar said:
WOW! I've been using TeamViewer to do this until now!
Thank you very much! Gonna try it as soon as I get home and post the results!
____________________________
Didn't get around to posting last night, but here's a quick review:
- in the ~15 minutes I played around with it, it behaved really well!
- I only once got disconnected (but that was probably the network's fault), but soon afterwards it reconnected normally
- I really like all the options present (congrats for including all the normal stuff we do with our video players ), but if I may, I have a suggestion: when going from one interface to the other, the user has to slide a finger on the screen... if he/she isn't careful, then upon sliding, the volume will get turned down instead of the new screen appearing. Also, the user has no way of knowing that there are other screens present... so, I would make use of the tabs interface present everywhere in Android (this would also sort the sliding thing).
Even better, I would merge the first two interfaces, maybe keep the slider for seeking and use a "volume increase" (that triangular thing made of bars) graphic for the... volume part , as well as make the play/pause a toggle rather than two buttons.
I hope this helps... thank you again for your work and once again: great stuff!
Click to expand...
Click to collapse
I agree with everything said above... ESPECIALLY how good this app is
I use BSPlayer for all Tv Shows and this comes in SO handy.
wonderful job!
I know I'm jumping way forward but it just occurred to me now that you could also use the same interface for different media players in the same app. all the user has to do is choose the media player he'd like to control and.. voila!
I'm willing to beta test of course.
Amazing! Thankyou! I alternate between BSPlayer and GOMPlayer, as I find GOMPlayer easier to control remotely, but this may cause me to switch
I particularly love how smooth browsing folders and files are (one point: I have a folder with 800 unsorted files in it, and this caused the server software to crash, which is no biggie really, considering the strain I put it under!)
I ditto the comments above, and will add that I did not find the second interface until I saw this post. Also, I cannot find out how to launch BSPlayer, and cannot launch files until I've opened BSPlayer (which means I can't dump the mouse just yet!).
Also, there's inconsistencies in how the Back button works, which means I sometimes end up exiting the app when actually I just want to go back to the first interface.
(also I do agree on merging the main interfaces, or finding additional functions to make two screens necessary).
But overall, and for a first release, THIS IS AMAZING!! THANKYOU
Thank you for all this feedback.
I will fix all bugs you noticed and redo design a little so it will be more user friendly and more obvious for new users.
New release coming soon =)
smeddy said:
...
I particularly love how smooth browsing folders and files are (one point: I have a folder with 800 unsorted files in it, and this caused the server software to crash, which is no biggie really, considering the strain I put it under!)
...
Click to expand...
Click to collapse
Can you describe a little more how you managed to crash server?
And does it happen always on that folder?
New version of application is available on market.
Hey, Few recommendations.
1. Increase the size of the playng title.
2. unify 2 of the screens - have the volume, seek bar, play, pause and stop on the same screen (it's just so much more intuitive) and keep the playlist on another.
3. add an option to control multiple hosts by searching the LAN for the server. there are many homes with more than one media playing computer.
4. add a feature to load the imdb page (mobile browser)/imdb page (imdb app) of the currently played (or in the playlist) movie/tv show.
I love this app.
Thank you.
oh oh, also, if you could add an option to change the aspect ratio.. it would be nice.
Thank you for recommendations.
1. will be done
2. Well basic idea for 2 separate screens was that most basic controls play/stop/pause and volume are separated from others just to make pressing buttons simple. So you don't mistakenly press something else.
3. In next version autodetect for server will be implemented and in case of multiple detected servers user can choose where to connect.
4. Do you know how to get full title of a movie out of a file name that is not always name of a movie?
5. Will be added in next release
getting the title should depend on the file name. if the user is accurate enough, his files would be named accordingly. there are usually general patterns to the name (e.g. moviename.year.release....)
moreover, you can let the user write the pattern in which his files are named..
Sent from my HTC HD2 using XDA App
Hi, I did send this as a private message, but I thought I'd put it in the thread too:
First of all, I love it, I'm interested to see if it will edge out GRemote as my remote of choice. I think it will...
Some more UI things:
1) I love the file browsing interface - it's so smooth and clear, very nice!
2) I feel like the interface is missing a "Browse" button, otherwise you have to touch a hardware button, which feels more effort.
3) I'd also consider having the App open on the browse page, at least when it's opened for the first time.
4) I like the "quick remote" idea of the first screen, but I still miss having a Volume Remote on the second screen (alongside the progress bar)
5) When scrolling between screens it's quite easy to knock the progress bar
6) Thanks for improving the "Back" button but it still feels easy at time to exit the app, compared to how other apps work.
I've written this in a hurry so may send some more tomorrow or soon!
But again, it's becoming v good!
Also, you (gapipro) asked how I crashed the app with 800 files - I can't tell you now as I can't replicate it - as you fixed it! - but just to clarify, I crashed the app and not the server - I think it just froze or I force-closed it after a minute or something.
Anyway, BSRemote is now my official media remote!!
Potential ideas:
1) Have a "skip 10 seconds back/front" button
2) Pause playback on incoming phone-call
3) Have a very simple widget or two (for, e.g. Play/Pause), so I can have a control button directly on my homescreen!
4) If possible, screengrab a preview of the video, to display in the App.
5) As stated above, launch the App with the Browse menu, and have Browse as a soft-button on the interface.
6) Either have a very simple update process for the server (the best one to my mind is the one inside uTorrent) - and possibly have the updated .apks within the server, which can be pushed to the phone automatically - or even do the exact opposite, where you download the updated App from the market, and contained within it is the PC update, which then gets pushed to the PC. (Either way, it makes this a one-step update process and I hereby copyright this idea under the name "Updat-Ed" )
Much love!!
Edd
smeddy said:
Hi, I did send this as a private message, but I thought I'd put it in the thread too:
First of all, I love it, I'm interested to see if it will edge out GRemote as my remote of choice. I think it will...
Some more UI things:
1) I love the file browsing interface - it's so smooth and clear, very nice!
2) I feel like the interface is missing a "Browse" button, otherwise you have to touch a hardware button, which feels more effort.
3) I'd also consider having the App open on the browse page, at least when it's opened for the first time.
4) I like the "quick remote" idea of the first screen, but I still miss having a Volume Remote on the second screen (alongside the progress bar)
5) When scrolling between screens it's quite easy to knock the progress bar
6) Thanks for improving the "Back" button but it still feels easy at time to exit the app, compared to how other apps work.
I've written this in a hurry so may send some more tomorrow or soon!
But again, it's becoming v good!
Also, you (gapipro) asked how I crashed the app with 800 files - I can't tell you now as I can't replicate it - as you fixed it! - but just to clarify, I crashed the app and not the server - I think it just froze or I force-closed it after a minute or something.
Anyway, BSRemote is now my official media remote!!
Potential ideas:
1) Have a "skip 10 seconds back/front" button
2) Pause playback on incoming phone-call
3) Have a very simple widget or two (for, e.g. Play/Pause), so I can have a control button directly on my homescreen!
4) If possible, screengrab a preview of the video, to display in the App.
5) As stated above, launch the App with the Browse menu, and have Browse as a soft-button on the interface.
6) Either have a very simple update process for the server (the best one to my mind is the one inside uTorrent) - and possibly have the updated .apks within the server, which can be pushed to the phone automatically - or even do the exact opposite, where you download the updated App from the market, and contained within it is the PC update, which then gets pushed to the PC. (Either way, it makes this a one-step update process and I hereby copyright this idea under the name "Updat-Ed" )
Much love!!
Edd
Click to expand...
Click to collapse
Thanks for another response
A lot of your ideas are very interesting and they will be implemented in next few releases.
Don't know if you have noticed but 10s front/back can be made by pressing + or - buttons under seek bar. And you can even change "length" of skip by pressing seek button (the clock like icon).
About that problem with switching panel. Do you swipe your finger to switch or you use that left and right hidden buttons?
New version 1.2.1 is available for download from market.
Change log (1.2.1):
- server autodetection
- support for aspect ratio
- buttons for next and previous item in playlist
- optimized usage of battery
- fixed few bugs and other stuff
Thanks for the newest update! Checking now... To answer your question, I'm swiping my finger, not the hidden buttons.
Another quick release 1.2.2 that fixes few bugs. =)
@smeddy: Yes swiping finger can be hard on 2nd panel thats why those buttons were made so you can switch panel without hitting anything. Or you can even use trackball if you have it.
New release 1.2.3 that fixed connection bug.
I know I'm jumping way forward but it just occurred to me now that you could also use the same interface for different media players in the same app. all the user has to do is choose the media player he'd like to control and.. voila!
Click to expand...
Click to collapse
1. Increase the size of the playng title.
4. add a feature to load the imdb page (mobile browser)/imdb page (imdb app) of the currently played (or in the playlist) movie/tv show.
Click to expand...
Click to collapse
getting the title should depend on the file name. if the user is accurate enough, his files would be named accordingly. there are usually general patterns to the name (e.g. moviename.year.release....)
moreover, you can let the user write the pattern in which his files are named..
Click to expand...
Click to collapse
gapipro... was just wondering if the mentioned above is still taken under consideration
especially the multiple media players part.
Btw, I didn't really notice if the font of the playing title was increased..
Again, thank you so much for the wonderful work.
nir36: The best program to do what you want is GRemote. I'm a big fan of it, although BSRemote has now eclipsed it for my needs, and I've switched to using BSPlayer from other players such as GOMPlayer/VLC/WMP/XBMC etc. on my PC.
smeddy said:
nir36: The best program to do what you want is GRemote. I'm a big fan of it, although BSRemote has now eclipsed it for my needs, and I've switched to using BSPlayer from other players such as GOMPlayer/VLC/WMP/XBMC etc. on my PC.
Click to expand...
Click to collapse
GRemote is too complicated and too graphical in my opinion. It's also not straightforward. You have many options which are just not necessary for me. bsremote is absolutely perfect when it comes to a media player remote... especially considering that BSPlayer is such a popular one.
thx tho.

[APP][6.0+]Ringtone Slicer v1.50

Ringtone Slicer is ringtone maker and audio editor. It allows you to edit your favorite music to make the best & free mp3 ringtones! If you like Ringdroid — you'll like this mp3 ringtone maker much more.
You can make ringtone, alarm or even notification audio and save it to your SD Card with this ringtone maker app. Just select piece of your favourite song in audio editor and app will slice it!
Feature list:
Inbuilt file explorer. Pick file right from folder on your SD Card!
Theming, which allows you to choose the best apperance for editing audio.
Buttery smooth scrolling on 4.0+ devices.
Zooming for accurate ringtone editing. Just use pinch-to-zoom!
Playback from any position in audio file. Tap at the point you want to start playback.
Audio files which you will save shows up in the standart Android audio list for picking ringtones.
Intuitive interface with orientation support and gestures like pinch-to-zoom and flinging. Anybody can make free ringtones with this app!
App will remain FREE to use for all lifecycle.
Grab Ringtone Slicer at Google Play
Absolutely outstanding very best on the market.
Also if you have some suggestions or ideas about improvements or usability — I will be happy if you'll post them here. Users feedback is really important for me.
sergeyotro said:
Also if you have some suggestions or ideas about improvements or usability — I will be happy if you'll post them here. Users feedback is really important for me.
Click to expand...
Click to collapse
Usability bould not be better, the app looks very nice and clean. The only suggestion that I would have is to support *.m4a files, not sure if it just supports mp3 or more but I did notice it doesn't recignize the few m4a files I have. Stand by my original statement "Absolutley outstanding"
Thank you.
I would really like to leave some positive feedback and ratings on Google Play but I really hate Google+.
JudgeDredd67 said:
Usability bould not be better, the app looks very nice and clean. The only suggestion that I would have is to support *.m4a files, not sure if it just supports mp3 or more but I did notice it doesn't recignize the few m4a files I have. Stand by my original statement "Absolutley outstanding"
Click to expand...
Click to collapse
At this moment app supports acc in mp4 container, mp3, wav and amr. More formats like m4a and ogg will come soon.
Thank you for your feedback, it's really nice to know that somebody is satisfied.
Really nice app
I would like to be able to move the endpoint while playing the loop so i could hear the change without pressing stop and play. Also i would like to be able to play from where i am tapping, like in the end of my marking to see that the looping fits well. As a visual representation, i would like to have the waveform as a line as an option, and more zoom .
I see the FX are coming later, what i would like there is fade out, fade in, and amplify (-/+)
I'll get back with more input on the great program as i find out more about it.
first:
The app does look quite well.
second:
I have a problem with the quality of the read in mp3s.
When i load a mp3 created from youtube video, i have many distorted areas in the read in file.
But when i play the file in a different player at my android device i have no destorted clicking parts inside the music.
third:
Another issue would be to load flv file format.
conclussion:
a quite well app but with some small bugs.
The app is very nice, and also work pretty good for me!
Nice job, and will wait for the next version with effects. :good:
sergeyotro said:
Also if you have some suggestions or ideas about improvements or usability — I will be happy if you'll post them here. Users feedback is really important for me.
Click to expand...
Click to collapse
Good beta, I'd like to suggest you:
-an holo dark theme
-manually fade in/out
-a fully zoom-out view
thank you.
Suggestions
First of all well done for the application. I wonder whether it is possible to have an effect to increase the volume of the actual track/song i.e. make it louder, because the volume in CM 10.1 is much lower than Samsung based roms. Apart from that I really liked the application and the file manager. Nice icons.
Keep up the good work
Good Utility
Nice feature
feature and question
any advice on adding additional sounds of any format available together with default system sounds (ringing, notification, alarm sounds)?
before I made folder in storage "sdcard/audio/" and put files in different subfolders like alert, alarms, notifications, ui, ringtones but lately (on cm10.1) that doesn't work anymore..
Maybe nice option in app would be to make sound we just edited available in one of those lists from directly ringtone slicer (by coping to appropriate directory with root permissions)
Anyway.. Really good for start.. Keep rolling Cheers
+1 for increasing sound for CM10.1
This app is awesome. Thank you thank you thank you
FINALLY! It's about time somebody put together an easy-to-use and intuitive editing interface for doing something so simple as cutting your own notifications and ringtones. I've been waiting for a piece of software like this and I thank you very much. I feel very much at home with this app!
First of all — thank you for your feedback, I really appreciate it.
Based on your requests and feedbacks I've compiled sort of TODO list. Here is it:
Moving starting/end points while playing loop
Starting play on tap. It is already implemented in app, but has some bug and don't work well
More zoom levels
More audio formats
Holo dark theme
And, of course, Fade In/Out, Normalization, Compression effects.
The app is excellent I like the simple interface. I like the way they show up with the stock ringtones. the question I have is how do you delete ringtones you don't want? And will they be removed from the default ringtone selection. Thanks again excellent app.
I am very thankful for a Ringtone maker that does not require tons of unnecessary permissions.
I refuse to download any of the ones in the Google Play store due to that.
Thanks!!
Does you app allow the user to manually input crop start and end times (with precision up to miliseconds)? That's a must have.
defiftyae said:
The question I have is how do you delete ringtones you don't want?
Click to expand...
Click to collapse
If you want to delete unusefull ringtones — they will be at /sdcard/Ringtones/Ringtone Slicer/ folder. Remove files and after reboot (or media scanner run) they will be removed from settings list.
jpt19 said:
I am very thankful for a Ringtone maker that does not require tons of unnecessary permissions.
I refuse to download any of the ones in the Google Play store due to that. Thanks!!
Click to expand...
Click to collapse
Thanks for your feedback.
Mapiarz said:
Does you app allow the user to manually input crop start and end times (with precision up to miliseconds)? That's a must have.
Click to expand...
Click to collapse
No, it doesn't have that feature for now. There will be more zoom levels in future versions, so I don't think that manual input is necessary.
sergeyotro said:
No, it doesn't have that feature for now. There will be more zoom levels in future versions, so I don't think that manual input is necessary.
Click to expand...
Click to collapse
It's very hard for someone with large fingers to accurately select by sliding. It'd be much easier to implement those scrolling toruses (dunno how that control is called) for minutes, seconds and miliseconds for both start and end. Imho it's a must, but do what you want.

[APP][4.0+] Pixel Player - Beta 1.0 (Music Player)

Hello everyone!
This is my first app, so don't judge strictly please
bug report and suggestions are really helpfull and welcome
Pixel Player
Pixel Player is an highly customizable and lightweight but powerfull (and in continous developing) music player for Android.​
Features :
> Material UI - Android 5.0 inspired UI
> Folder Tab
> Customizable Colors
> Gapless Playback
> Hide Tabs
> Lockscreen controls
> Notification controls (Normal and Expand)
> Intelligent Queue Management (Drag & Sort)
> 3 different Widgets
> Headset button controls
> Equalizer (support DPS Equalizer and Bass Boost)
.. more to come !
To do :
> Translate in more languages : if you would like to help me, don't hesitate to contact me !
> Full Material Design
> New Features
> Bug fixing
> Suggestions ?
Download :
Check this post for latest version : http://forum.xda-developers.com/showpost.php?p=60147551&postcount=297
FREE VERSION (Rate it please )
PRO VERSION
Changelog:
Version 1.3.2.9 :
- New UI redesigned (Android 5.0 inspired), new Dark Theme (only for Pro version) and a lot of UI improvements
- Improved RAM consumption (Cache moved from memory to disk)
- Improved Widget and Notification control
- Added tutorial
-Preference to enable/disable Tint Status Bar (Android 4.4+)
- New Search feature
- Added feature to *automatically* download covers music (Settings -> Download Album Covers), disabled at default
Click to expand...
Click to collapse
Review:
Phone Arena Short Review
thanks in particular @CedArctic for his awesome review
Please consider this is a Beta and my first app, bugs could occurs
Suggestions and bugs report are very very welcome !
Enjoy !
Screenshot Attached:
more screenshots in play store link (screens are a bit outdated, in current application you can find more material design )
Positives: Really nice app for the first beta, I like the option to customise the Action Bar colour (and yes it's called action bar not title bar) and it's very fast and smooth, and it has a few nice features.
Negatives: At the moment is very unstable and crashes a lot as you leave the app, the app isn't translated to English properly (few phrases missing) and on an HDPI device colours for the action bar are cut off on the right side (I've attached a screenshot), maybe you can make it scrollable.
Keep up the good work! :good:
Would be cool if you make your strings public so that the community can translate your app to other languages. Another thing is that I'm using Viper4Android equalizer and your app just creates a toast which says that I should restart my phone whenever I try to open equalizer settings.
NICE!
Great idea..
i like the UI
feature request
-swipe to change tracks.
-english translation
-ability too search all.. you wont need to go to the artist section to search for artist.. like that..
bugs
-there are some songs/artist/albums that is not appearing when searched.
-some tracks doesnt appear on the artist/abum
-it crashes too
overall good app
keep it up
sorry for my english not my first language
Thanks to all of you for trying my app, your feedback and report are really helpfull
At this stage it's clear it is too soon for a public release, but i would really appreciate if someone wants to help me testing the app so i can discover and fix bugs as soon as possible (when the app crash i receive logcat on my mail).
Yeti12 said:
Positives: Really nice app for the first beta, I like the option to customise the Action Bar colour (and yes it's called action bar not title bar) and it's very fast and smooth, and it has a few nice features.
Negatives: At the moment is very unstable and crashes a lot as you leave the app, the app isn't translated to English properly (few phrases missing) and on an HDPI device colours for the action bar are cut off on the right side (I've attached a screenshot), maybe you can make it scrollable.
Keep up the good work! :good:
Click to expand...
Click to collapse
Thanks for your feedback, i really appreciate it I've tried to fix all the crashes and i've to work on the Color Picker windows (it's an external library) and on layout too.
AssaSsiNMiLeS said:
Would be cool if you make your strings public so that the community can translate your app to other languages. Another thing is that I'm using Viper4Android equalizer and your app just creates a toast which says that I should restart my phone whenever I try to open equalizer settings.
Click to expand...
Click to collapse
My bad, many words was in italian language, i've translated the whole app (i hope ) in english. if someone wants to help me with the translation would be great
I need to work to implement Viper4Android support (at the moment the app only try to start the default android equalizer)
lukers123 said:
Great idea..
i like the UI
feature request
-swipe to change tracks.
-english translation
-ability too search all.. you wont need to go to the artist section to search for artist.. like that..
bugs
-there are some songs/artist/albums that is not appearing when searched.
-some tracks doesnt appear on the artist/abum
-it crashes too
overall good app
keep it up
sorry for my english not my first language
Click to expand...
Click to collapse
Thanks for your feedback too, i'll try to implement your request as soon as i fix this annoying bugs
This is the new version : https://dl.dropboxusercontent.com/u/27858472/PixelPlayerPro_1.0.5.apk
new version 1.0.6 update, a lot of bug fixing
I'm still searching for beta testers
Pixel Player 1.0.6 BETA
Overall is good app, especialy the UI :good:
Sugestion:
1. add view options for artist and album ( list or grid )
2. can download missing artwork
3 fetching lyrics
Bug:
I think the color picker not yet fixed on HDPI device
Good App liking it! when press on Equalizer Pixel gets stop
Version : 1.0.7, more bug fixing !!
(still looking for testers, apps still unstable, hope to hunt down all the issues)
DOWNLOAD : Pixel Player 1.0.7
sugarkane87 said:
Overall is good app, especialy the UI :good:
Sugestion:
1. add view options for artist and album ( list or grid )
2. can download missing artwork
3 fetching lyrics
Bug:
I think the color picker not yet fixed on HDPI device
Click to expand...
Click to collapse
Thanks for your feedback man
I'll implement in order 2-3-1 after i'll fix all the bugs. The color picker windows is an external library developed by another dev, btw i'll try to fix it.
vishal91 said:
Good App liking it! when press on Equalizer Pixel gets stop
Click to expand...
Click to collapse
Thanks for feedback!!
I'm noticing that the equalizer behaves in a strange way, this is caused by a lot of different equalizer (stock, viper4android, CyanogenMod, xposed framework, ...), implemented in custom ROMs, I'm trying to solve this problem (some bugs were fixed in 1.0. 7, try it)
hope we can browse songs by folder.
nice man! downloading now.
Sugestions if you want to make this the N°1 Android Player
- YouTube search and play video
Including playlist support
screen off/other aplication playback ( I Use "Freddi yt player" for this)
Pin videos (or audio download) for offline use
- Buit in Album art downloader and mp3 tag editor (I use mp3dit for this)
- Lyrics grabber (I used to use "lyrics" for this (stopped working))
Just play a music and with one click see the lyric
Sync All option for offline use
Button on the app and also on notifications for lyrics.
So,here we have 3 difference apps that could be just one,(also some new features for them) plus the stock music player
And would be "revolutionary" for non advanced users
Congrats for theming, also good musical taste
Subscribing for this thread
I downloaded your app today. It is very nice, with a cool interface. I liked it very much and will start to use it to see if I can spot some bugs.
I have a request. My phone is a Samsung with stock rom. I would like the app to have a lockscreen widget to control music, such as the one seen in one of your screenies. It is possible?
EDIT: by some random reason, the widget appeared.
The app keeps appearing in notification bar, even when it's inactive and don't playing music. Is there a way to get rid of this?
One sugestion:
Make a tab to see the music by the folders. The rocket player have this feature and it's only because of this that i use it. Seriously dude, add a tab of folders where we can see our music by folders and i will start using your app.
Songs are displayed alphabetically instead of by their track order. That's a major negative for me.
Feature request - smart shuffle = all songs until entire catalog is played, not the "random" shuffle nearly all players have, that cycles through the same songs over and over. The only player I've found that approaches this is just playlists. The shuffle Gods have long ago given up on us..
Sent from my LG-V510 using XDA Premium 4 mobile app
Looks promising, will definitely check it out. A couple of ideas or suggestions:
Does the player currently (or will it in the future) have the option to pull music from folders on cloud storage instead of on the device itself? It would free up a ton of storage space on our phones, for those that don't have much room for our massive playlists.
Also, is the album art downloaded and kept "post-song" in a file of some sort? If so, can the ability to enable or disable the album art download be added once the album art function is added in to the player? Again, just thinking of saving limited space 8)
EDIT: Also a big fan of suggestions of others! Swyping to skip forward or backward would be real nice feature, as well as the option of adding the lyrics to the app main page. An option for dark (Holo dark?) would be a nice touch as well.
great simple interface
Loved simple interface. And loved the feat "hide small audio files "... notification sounds wont play . Great idea
One suggestion after using player for 10 mins.
Can we add indivisual songs to the queu rather than the whole list of songs is played when a song is selected from the "songs" tab. In my view user wouldnt want to play all songs at any given time, rather music depends on time or affect and .. so many artist or album have songs we want to listen to a particular time.
Great for a Beta!
Suggestion: Add tab to browse music through folders and continuous gap-less playback would be great.
Cheers
Man you've already made me regeert buying another music player on Google past just a week ago! The interface is great, it has play next which a lot of apps don't have, you have a 3x 3 album grid which I find way better than both a 2 picture wide grid and a list. Also, you seem to be the only one that understands that text may be larger /longer than you screen permits, and you make the text scroll which I've asked developers of every music app I've tried to implement and the way the queue slides out is quite nice. Maybe a mini tutorial on the slide out menu would make it a bit more obvious that you can do that for less experienced users. I like how solid Explorer does that: just one picture with an arrow showing where you can slide.
I've got 1 small request though:
a dark theme, I use an amoled screen so that would save energy for me
Keep up the amazing work!

[Guide] Making AirPlay/DLNA & other streaming audio as painless as on IOS [Root]

Being a subscriber to Google Play Music and someone with several different DLNA renders and even a few AirPlay receivers in my home and car I am deeply disappointed with the lack of integration for either of these services into both GPM app and even just Android in general. Especially since my wife has an iPhone and audio streaming is as simple as a swipe and a click for her. Now AirPlay I can at least give a pass to since it is a direct competitors protocol, but the lack of DLNA support is confusing to me honestly.
Now I am already aware of several solutions out there that allow you to capture system audio and stream via DLNA; my first attempt was with BubbleUPNP's audio cast feature, and although it did what I was looking for I was less than happy with the time it takes to get music playing each and EVERY time I want to use it to stream.
So basically I have found a way to alleviate this with a combination of two applications. Essentially by the end of it I am now able to simply swipe down from the right side of my status bar and simply toggle all the different receivers in my home and car on and off. So if your someone like me, with a lot of audio receivers everywhere, this could be VERY useful, simply by alleviating the hassle of having to mess through so many menu's just to get a song playing. The only downside for some might be that both of these apps are PAID applications and so you might have to shell out some cash to get this up and running. But honestly I am more than willing to support these awesome developers.
So without further ado lets get to the good stuff.
1. Firstly you will need root as one of these apps require it.
2. The two apps you'll need for this are AirAudio and Snap Swipe Drawer
*I know there are other apps that can do it but AirAudio has a few advantages and a critical feature we will need. One it works with a ton of different streaming protocols including AirPlay, DLNA, AllPlay, Fire TV, Google Cast, etc. The critical piece of this software though is that it comes with togglable widgets which we will need to accomplish our goal of simplicity!!*
3. So now that you have both apps up and running open AirAudio first and make sure you locate and connect to all of the receivers your wanting to set up for quick access and least once. It has to connect at least once in order to be able to make a widget out of it. Also run through its settings and make sure everything is set to your liking. You might want to name each of your receivers something unique and simple as well.
4. Now that AirAudio is setup we can go into "Settings > Apps > AirAudio" and completely block all notifications for this app. Technically this is optional but it goes a long way to make this implementation clean and it keeps your notifications drawer free of clutter when its connected. Won't be a loss really since you can control the receivers volume with your hardware buttons anyway and your music app of choice most likely already has a notification.
5. Now we are going to make this truly powerful and convenient! AirAudio comes with some nice widgets that make toggling a receiver as simple as a single click. Only downside is that you can normally only have them on your home screen and they take up screen real estate, while also looking kinda out of place. Thanks tough to our second app: Snap Swipe Drawer, we can create a dropdown of widgets of our choosing that we can access from any screen, any time!
- Open Snap Swipe Drawer and open "preferences" from the top right menu. In here you can set it up to your liking. Most importantly do you want your drop down to come from the right, left or center when you swipe down from the status bar. You may also wish to enable the accessibility service to make the transitions and behavior smoother.
- Now go back to the front page and click the FAB button with the "+" in the bottom right corner. Choose AirAudio widget and choose your first receiver! Once its in the list click it and configure it so that Columns=4 and Rows=1. This is the most pleasant for my taste at least but feel free to configure to yours if you like. Thats it, Now swipe down from whichever side you chose in "preferences" just as if your trying to open your notifications and a new menu will drop down containing your new widget!!
6. Profit!! Repeat for every receiver you need and there you go! You can now toggle audio streaming just as quickly, and painlessly as IOS users can, from any screen! And we have the added benefit of having more than just AirPlay available to us, compared to IOS, thanks to the power of Android!!!
I really hope this guide helps somebody else as much as it helped me. Not everybody uses streaming audio on the daily but for those that do this will be a game changer!!!
---Just a small tip to make it even better. I am an xposed user with GravityBox and in GB under "Satusbar tweaks > Quicksettings Management" I have "quick pulldown" set up from the left and also I have Snap Swipe Drawer setup to open from the right. I also have "auto switch quicksettings" in GB set to "When there are no notifications". Basically what this accomplishes is that if I want to see notifications I swipe down from the center. If I want to get right to my quick toggles I swipe down from the left, and if I want to toggle a DLNA/AirPlay receiver I swipe down from the right.
---Also use your imagination, you can use any widget available SSD app so you can make your experience even more customized and useful by playing around with it some more and getting your moneys worth.
Hi,
I have sound on phone and sonos in same time...
Is it possible to have sound only on Sonos ? Root + Module OK...
Thanks
Hey there,
AirAudio has been kicked by Google because they didn't like a link to a rooting-website inside the description anymore, written 7 years ago.
Its successor is called AirMusic and allows to stream some apps (eg. YouTube, YT Music, Deezer, PodcastAddict , radio.de, Plex and more, you have to try it out) without root on Android 10+.
On rooted devices, all audio can be transmitted.
No Thanks
I have no idea about these but I will try to my best.

Categories

Resources