[App] Muzika player - MTCB Software Development

Hi,
for quite a long time i develop in my free time a music player. It was originally meant for my Viliv S5 Windows tablet which I used as music player and GPS navigation in my car.
Since I replaced it with a RK3066 Android unit, I decided to port my player to Android. It is still not completed but I already use it daily and I thought some of you might be interested in it. If you want to try it, you can find source code and both the Android and Windows versions here: https://sourceforge.net/projects/muzika-player/
What are the main features?
- Simple to use interface with big buttons
- Effective library browsing
- Smart playlists
- Reading of many advanced tags (rating, playcount, cd# etc.)
- Replay gain support (volume normalization)
- Creating queue on-the-fly
- Playback follows cursor a and cursor follows playback (as known from foobar2000)
What features do I plan next?
- Video support
- Replace QtMedia by QtAV (ffmpeg) for great format support
- Implement Android Service for playback
- Tag writing (rating, playback count, etc.)
- Allow controls form steering wheel
- Speed optimizations
- A lot of bug fixes
What is in near future not planned?
- Online services support
What currently bothers me most is the fact that I can not control my player from the steering wheel. I implemented support for media keys and it works on my phone with BT headphones. But I can not make it work on my head unit. But I noticed my player is not the only one which does not accept the simulated media keys from Car Service or RK3066 HeadUnit app.
The whole player is cross platform written in Qt/QML and currently doesn't contain any Android specific code. And my experience with Android programming is close to zero. So I would really appreciate if somebody could help me with some advices how the remote control can be implemented.
{
"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"
}

Hi,
you can check source code of my MtcdTools to find out how to implement SWC support. It is really good that you included android key events support - it should be enough in case of most devices but it looks like Microntek developers forgot about this during development process .
Hardkey press events are simply broadcasted over android so usage of BroadcastReceiver registered for com.microntek.irkeyDown action is enough to handle them.
Anyway I advise to use MtcdTools if you want to control your player by steering wheel - then you do not need to write additional code needed only to support Microntek head units.

Thank you for the advice. I will try to use your MtcdTools. Will it also work on my MTCB device?
Anyway I'm afraid I still need some direct support for the media buttons. Unfortunately it seems that the media buttons only work if the application is in foreground. But you need it usually when it is in background. I think this is a bug in Qt toolkit. I will have to investigate it.

javlada said:
Hi,
for quite a long time i develop in my free time a music player. It was originally meant for my Viliv S5 Windows tablet which I used as music player and GPS navigation in my car.
Since I replaced it with a RK3066 Android unit, I decided to port my player to Android. It is still not completed but I already use it daily and I thought some of you might be interested in it. If you want to try it, you can find source code and both the Android and Windows versions here: https://sourceforge.net/projects/muzika-player/
What are the main features?
- Simple to use interface with big buttons
- Effective library browsing
- Smart playlists
- Reading of many advanced tags (rating, playcount, cd# etc.)
- Replay gain support (volume normalization)
- Creating queue on-the-fly
- Playback follows cursor a and cursor follows playback (as known from foobar2000)
What features do I plan next?
- Video support
- Replace QtMedia by QtAV (ffmpeg) for great format support
- Implement Android Service for playback
- Tag writing (rating, playback count, etc.)
- Allow controls form steering wheel
- Speed optimizations
- A lot of bug fixes
What is in near future not planned?
- Online services support
What currently bothers me most is the fact that I can not control my player from the steering wheel. I implemented support for media keys and it works on my phone with BT headphones. But I can not make it work on my head unit. But I noticed my player is not the only one which does not accept the simulated media keys from Car Service or RK3066 HeadUnit app.
The whole player is cross platform written in Qt/QML and currently doesn't contain any Android specific code. And my experience with Android programming is close to zero. So I would really appreciate if somebody could help me with some advices how the remote control can be implemented.
Click to expand...
Click to collapse
Great Work !!!! Thanks for sharing it with us
I love the big buttons

@solmer Thank you. I'm glad you like it.
I successfully ported the player from QtMultimedia to QtAV. It is a media playback backend based on FFMPEG. Practically this means support for almost all media formats. I will have to do some more tests if everything works correctly and then upload the new version. The APK got slightly bigger but it is still under 20MB, which I feel is acceptable.
I tested Opus which works fine I only had to add some format specific code to support correctly replaygain which works different then in other formats (Ogg Vorbis, MP3, flac). Unfortunately MKA (Matroska audio) still doesn't work. And I have not implemented support for CUE sheets yet.

If someone's interested, I just uploaded a new version 0.6. There are some improvements and some new bugs probably too.
The most important changes are these:
- Video support
- CUE Sheet support with gapeless playback
- QtAV (ffmpeg) backend for complete format support
- Playback moved to Android service
- Notification on Android
- Toast notification on Android
- Detect SD card (un)mount to pause/resume playback
- Tag writing (rating, playback count, etc.) to database, not yet files
- Allow controls be media keys (can be mapped to steering wheel)
Those new features might be buggy so I will be glad for your feedback and logs (turn on logging in settings).
On Android 6.0 you need to manually grant media files read/write permissions. It will be fixed once Qt 5.10.1 is released. It is planned to be in January, so hopefully next week it will work.

There hasn't been much feedback but if someone's interested anyhow, I uploaded a new version (v0.7.2) which now includes a spectrum analyzer.
Get it here for Windows and Android.

See, this is really good to see. Muzika player is one of the most popular music players. Recently I have faced some issues and I think due to bad Mobile Application Development it has happened. hopefully, developers will recover it ASAP.

Related

[Think Tank] HTML 5 Support(Videos) in Browser / Calling all Devs (Cyanogen!!)

Ok So I know a thread already exists for this however I belive its being viewed by the wrong audience. Mod please do not delete or merge, Im hoping to get this thinktank going.
All of us with the Nexus 1 should know that HTML 5 is already supported by the most recent version of webkit(webbrowser) we have See below:
Copied from:http://developer.android.com/sdk/android-2.0-highlights.html#UserFeatures
Browser
Refreshed UI with actionable browser URL bar enables users to directly tap the address bar for instant searches and navigation.
Bookmarks with web page thumbnails.
Support for double-tap zoom.
Support for HTML5:
Database API support, for client-side databases using SQL.
Application cache support, for offline applications.
Geolocation API support, to provide location information about the device.
<video> tag support in fullscreen mode.
Click to expand...
Click to collapse
Im wondering if Cyanogen or any of the developers could edit the webkit to get it to work as it is claimed to work with h264 codec. Using Youtube's HTML5 Beta you can see we are almost there. See pic below.
Our N1's support this codec natively. It seems its already there we just need for our browser to recognize the <video> tag. Devs can you please help, this would be a huge jump and leap that we would cross and would not have to twiddle our thumbs waiting for Flash and of course another advantage over the Max-I-Pad and Ifone......
{
"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"
}
The same occurs with Stock MT browser and Dolphin.
(Thanks Mikhael for the Screenshot)
Ok well remember that Android CoreMedia only supports a subset of the mp4 spec. However it looks like the mp4 videos on youtube are playable, at least the ones I scraped are.
I'm not sure what you're trying to achieve here. The android youtube app pulls the same mp4 files (depending on bandwidth) are you specifically wanting the video to play _within_ the html control or do you just want to be able to click on a html5 <video> element and have that video play fullscreen? The latter is possible if the site makes sure to an an onclick event to the video as mentioned here:
http://stackoverflow.com/questions/1711078/html5-video-element-on-android
I just tested this out myself making a HTML5 page using the <video> element and clicking on the element does indeed simply play the video. So really its allready done, we just need to convince youtube to update their site/mobile site.
I think he just wants to be able to open a video within the browser itself.
That is unlikely to happen, the overhead of rendering a video to a surface then compositing that onto a webview would be a massive waste of cpu. I'd be happy to have fullscreen video kick off from clicking on a <video> element and that pretty much works as long as the site owners use video.play(). Unfortunately youtube does some auto-detection that doesn't bear android in mind, but thats more youtube's fault, though a default onclick event might be nice. You could do that with oilcan and a userscript
SilentMobius said:
That is unlikely to happen, the overhead of rendering a video to a surface then compositing that onto a webview would be a massive waste of cpu. I'd be happy to have fullscreen video kick off from clicking on a <video> element and that pretty much works as long as the site owners use video.play(). Unfortunately youtube does some auto-detection that doesn't bear android in mind, but thats more youtube's fault, though a default onclick event might be nice. You could do that with oilcan and a userscript
Click to expand...
Click to collapse
but isn't the real value of Flash (and HTML5) not just in playing video in the Youtube sense, but in fully rendering interactive animation on web pages? I think that's more what people are missing more than just embedded video when they bemoan the lack of Flash in mobile web browsers...
j.books said:
but isn't the real value of Flash (and HTML5) not just in playing video in the Youtube sense, but in fully rendering interactive animation on web pages? I think that's more what people are missing more than just embedded video when they bemoan the lack of Flash in mobile web browsers...
Click to expand...
Click to collapse
The OP was talking about HTML5 video, if we're thinking about enabling the whole mathml/svg namespaces then that is a different thing entirely, and much harder again.
Personally I loathe flash, as a developer myself, I'd much prefer it to die. But I can see the utility of having it available to android users so that we have the option of consuming content. Regardless of the quality of the content designers decisions.

[APP][WM5&up][20Dec2010][v1.2]MyWeight

Hi,
I would like to introduce my first application for Windows Mobile - MyWeight. It requires Compact Framework 3.5 and Windows Mobile 5.0 or higher.
{
"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"
}
Description:
MyWeight is a mobile application for those of you who want to keep their daily weight records under control. Comparing them against Body Mass Index (BMI) you are immediately informed if you are doing good or bad with your mass.
Features:
- record your daily weight (and height if still growing up) with a short info when necessary
- present your records on a chart with a time range option
- manage several profiles for more people records
- multilanguage support (English, Polish and German)
- support for imperial (lbs/in) and metric (kg/cm) units
- import and export functions to transfer data between the application and csv file format
The most recent version is always available on my site http://www.genec.eu/MyWeight.aspx
Overall feedback shows that application works fine on the most mobiles. However I received two emails describing an issue with buttons on the main screen which do not disappear when user goes ie. to "About" page. It happend for a particular HD2 and Touch HD, but other owners of these device models state that the application works ok. I am still investigating this issue.
Hope you will provide me with some constructive feedback about this app.
Thanks,
genec
[email protected]
good app...it works very well on my omnia 2...
Cool app.
Since touch screens can measure degrees of pressure applied, it would be great if we could use the touch screens on our phones as a scale to weigh ourselves.
bobzero said:
Cool app.
Since touch screens can measure degrees of pressure applied, it would be great if we could use the touch screens on our phones as a scale to weigh ourselves.
Click to expand...
Click to collapse
yes because our phones can handle 100+lbs on them...
Just downloaded to try it out.
A small point - for those of us of advancing years, a quicker way of setting the date of birth than having to step back month by month would be great (or did I miss the easier way?)
Thanks!
Cool. I'll give it a go.
Need any help with a Dutch translation?
Can you please add some screenshots?
Thanks
Date of birth:
AFAIK I can use software keyboard to provide the value directly. Or even using software cursors to change a year, month or a day.
Translation:
At the current stage I'm not planing to add another translations - but if more people will ask for this change I would make it.
Screenshots:
I am a new user and still prohibited from including any links on the forum.
However you can visit my page related to the MyWeight by using the following address : genec.eu/myweight.aspx
There are some screenshots and the most recent description for the app.
Thanks,
genec
Nice app, thank you, import worked well.
On the graph on my HTC TD2 is goes back to the last month view.
inertone said:
yes because our phones can handle 100+lbs on them...
Click to expand...
Click to collapse
Sorry it was a bad joke
genec said:
Hi,
I would like to introduce my first application for Windows Mobile - MyWeight. It requires Compact Framework 3.5 and Windows Mobile 5.0 or higher.
Description:
MyWeight is a mobile application for those of you who want to keep their daily weight records under control. Comparing them against Body Mass Index (BMI) you are immediately informed if you are doing good or bad with your mass.
Features:
- record your daily weight (and height if still growing up) with a short info when necessary
- present your records on a chart with a time range option
- manage several profiles for more people records
- multilanguage support (English, Polish and German)
- support for imperial (lbs/in) and metric (kg/cm) units
- import and export functions to transfer data between the application and csv file format
Overall feedback shows that application works fine on the most mobiles. However I received two emails describing an issue with buttons on the main screen which do not disappear when user goes ie. to "About" page. It happend for a particular HD2 and Touch HD, but other owners of these device models state that the application works ok. I am still investigating this issue.
Hope you will provide me with some constructive feedback about this app.
Thanks,
genec
Click to expand...
Click to collapse
Hello "genec",
Please give me some files, could do the translation into Spanish. This program is very interesting. You could also include, as a measure of calculation, the diameter of the waist.
Let me know something about the issue of translation.
Regards,
Ok, please give me some time to prepare a text spreadsheet for translation purposes. I will add the link on my website and in case of any other languages need (including Dutch - mentioned previously) it will be available for download, translation and sending me back.
Regarding the "waist recording" - this feature would be added in the future but I have to rethink this concept first.
Thanks,
genec
It is nice and works well on my HTC TP. There is an spelling error on BMI table under "severely underwght" legend. Also I would like to see an option to select Kg/Lbs and cm/In in my specific case my scale is in Lbs and my tape mesuare is in meters
Hi genec,
can we have some screenshots from you?
The it is easier to make myself, and possiible others too, a picture from our app.
GUI Question:
have you used the sense sdk's here from xda, or have you made a different look?
I cannot add any links yet (xda spam prevention).
No I haven't used the "sense sdk" from here and haven't changed the application appearance since it's beggining. I've made it in VS2008 using standard form controls. This app is really simple just to allow quick saving of weight result and browse the results if needed.
Thanks,
genec
Thx for your program, works very well so far.
Can you build in some average value for the weight?
Larry
npoe: "severely underwght." had to be short to fit the screen on some devices. Splitting cattegories Kg/Lbs and cm/In might be a good idea.
Larry Brent: I wanted to create more smooth chart based on average values but the results precision become more important in this case. Maybe in the future I will provide average value with another similar feature.
Thanks,
genec
Hi,
Here is a file for those who would like to translate a few sentences in another language. I will modify application ASAP if you send me the file back.
Thanks,
genec

My Top 5 Fav Multimedia Software Applications

Download Android Television.v1.5.3 Android apps software apps to your cell phone or PC for free
Title: Android Television.v1.5.3 Android apps software apps
Category: multimedia Software apps
Info: apk | 291k
{
"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"
}
Android Overview: Watch television vodcasts from over 25 channels from US, UK, Germany, France etc. Keep up with the latest TV news and shows.
-----
Download RockOn Music Player v1.4.8 Android apps software apps to your cell phone or PC for free
Title: RockOn Music Player v1.4.8 Android apps software apps
Category: multimedia Software apps
Info: apk | 478k
Android RockOn Music Player for Android is a kind of Free Android Apps, HTC Android Apps:
Version: 1.4.8
RockOn is a music player for Android. It has a nice all-graphic UI interface making it the player of choice if you prefer browsing your music library by album art.
Features:
Cool album art navigation UI
Location-aware concert info of your library's artists (uses Last.FM API).
One of the most effective album art fetchers we know (uses Last.FM API).
----
Download PowerAMP v311-beta Fully Cracked Android apps software apps to your cell phone or PC for free​
Title: PowerAMP v311-beta Fully Cracked Android apps software apps
Category: multimedia Software apps
Info: apk | 25k
Android Requirements: android 2.*
Key Features
* plays mp3, mp4/m4a* (including alac), ogg*, wma*, flac, wav, ape, wv, tta (* some files may require NEON support)
* 10 band graphical equalizer for all supported formats, presets
* separate Bass and Treble adjucement
* plays songs from folders and from system media library
* downloads missing album art
* widgets
* lock screen
* headset support
* scrobbling
* tag editor
* visual themes
* fast folders scan
* works on Android 2.1+
First install the unlocker.apk after that PowerAMP.apk
Then you have full version without internet checking of license.
No changelog available
----
Download XiiaLive - Online Radio v2.1.6 Android apps software apps to your cell phone or PC for free​
Title: XiiaLive - Online Radio v2.1.6 Android apps software apps
Category: multimedia Software apps
Info: apk | 2102k
Android Overview: Use XiiaLive? to stream music and internet radio. Explore more than 40,000 radio stations from all over the world! earch, organize, tag, and save your favorite stream for easy access any time you want to rock out! Supported formats: aac, aac+, m3u, pls, mp3, mp4, m4a and mpeg. Ogg, asx and wma streaming comming soon!
Features:
- Surf easily more than 40,000 radio stations.
- Easy to use application with fast UI that is car friendly!
- Notification sounds for connecting, buffering and signal drops. Something no other app has!
- Easily tag songs you like. No more post its!
- Sleep timer with volume fading.
- Buffering length controls.*
- Easy favorites organization. Rename, remove, edit links and give it a category.
- Easily add your own URL.
- Create custom radios station SHORTCUTS on your home screen!
- Customizable user experience settings.
- Bluetooth controls. Skip through your favorites.*
- Bluetooth connect and disconnect auto start and stop streaming.*
- Backup and restore your favorites, history and tags.*
- Filters for your search results
- OPEN APIs. Allows other apps to plug in to the power of Streaming!*
- ...and a lot more!
----
Download MP3 Cutter 0.8.4 Android apps software apps to your cell phone or PC for free​
Title: MP3 Cutter 0.8.4 Android apps software apps
Category: multimedia Software apps
Info: apk | 201k
Android Cut the best part of your MP3 song and use it as your ringtone.
The cut results are stored in "sdcard/media/audio/".
Apps can't work with the youtube downloader that download mp4 file and rename the extension as mp3 (it will show error code 2).
Thread closed, breaches rule 11.

[ROM][4.2.2] PAC all-in-one 20131002 [ONLY ONE FULLY WORKING]

Hello!
This is development thread of PAC all-in-one by MaclawStudio.
Latest release: 20131002
Credits:
Macław
marcin1147
http://maclaw.pl - download
Features / Issues
Features
RIL (call/messages/3G)
2D/3D HW Acceleration
GPS and A-GPS – fast fix getting
Glonass navigation
compass
audio (both speakers/headphones/microphone)
sensors
Wi-fi
bluetooth and A2DP support
all native tethers (Wifi/BT/USB)
native Wifi tether
camera (normal/panorama/camcorder)
Google Play
full PAC functionallity
CPU sleep mode
SIM Toolkit
MTP
ADB
no flicker
full hardware video acceleration (720p)
YouTube HQ
Wifi direct
3.0.84 kernel
BLN (backlight notifications) support
offline charging
64GB+ sdcard native support (exFAT)
auto EFS backup
New BT/GPS/Wifi/offline charging/audio drivers and – no longer buggy Samsung’s ones!
Issues
none
Changelogs
20131002
gps/bt driver update
GLONASS navigation support!
new YouTube app issues resolved
new audio ALSA driver!
better audio quality (for example on headset more exact bass)
low-latency audio mode
optimised for Android only
optimised OMX (video) core for Android only (~50% less lib size! – from stock ~80KB to ours ~40KB)
optimised libblthw – faster camera
implemented new MaclawRIL
logcat cleaned from no-needed services
fully implemented BT with full speed and A2DP support
wifi driver updates
it seems that 1Ghz bug when rebooting with enabled Wifi is gone
BLN (backlight notification) support
lights driver optimization
resolved camera bugs (for example now flash icons are correct)
fixed mic mute bug in calls
RIL update
audio: microphone quality improvements
really resolved low volume in incoming calls
resolved low volume when switching between spearker and earpiece (in calls)
audio updates
smartassv2 governor added (but we still recommend to stay at default Interactive)
battery improvements
no way for 1Ghz issue right now
fixed RIL issues for people, who had to enable and disable airplane mode to get 3G working
added hotplug governor – please, test if it’s better than Interactive and give us a feedback soon!
offline charging made from a scratch by us
whole system compiled with GCC4.7!
battery improvements
Wifi MAC address is now correct!
Auto EFS backup to save your IMEI, MAC and other codes!
64GB+ sdcard native support – exFAT filesystem is supported now
now you don’t have to wait so long after answering call to start talking
YT/Instagram/HTML5 videos finally fixed!
20130825
resolved audio issues from last release (Jeremy, thanks for help!)
updated sources
bt/gps/wifi drivers update
minor changes
kernel big update
20130811
HD 720p video recording
HD 720p video playing
flickering is gone (almost all changes which we made for fix it on CM10 are ported, when we port rest of them phone will get smoother)
new, made by us, Bluetooth driver (instead of buggy Samsung’s one)
new, made by us, display driver (instead of buggy Samsung’s one)
updated Mali-400 (GPU) drivers
cleaned up ramdisk/kernel/device
removed unused services
OMX (video acceleration) layer is now build from sources, also cleaned from no needed stuff
libblt (camera lib) is now build from sources, also have been optimalized by us (now camera works faster and smoothly)
GPS driver update
Downloads
All releases and Google Apps are available for download from:
http://maclaw.pl
Download is directly provided from our servers - it's fast, stable and fully resumable!
Kernel sources: http://get.maclaw.pl/?id=324
Sources: http://opensource.maclaw.pl/
Very nice Rom It's my first Rom, where i got fast GPS fix Will test it tomorrow with Ingress
U cant android 4.3 for s3 mini?
And the rom is fantastic very good
Sent from my GT-I8190 using xda premium
This rom 4.3?
GT-I8190 cihazımdan Tapatalk 2 ile gönderildi
Video playing on aplications and gps doesnt work properly for me ....
Sent from my GT-I8190 using xda premium
Maclaw, in hybrid settings, why default dpi profiles is empty? There are any chance to fix it?
I refer to this:
{
"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"
}
I can't conect to wi-fi. Is there someone who can help me please?
Sent from my GT-I8190 using xda app-developers app
Any chance to have NFC working with this Rom?
rollbar said:
Any chance to have NFC working with this Rom?
Click to expand...
Click to collapse
Yes, Maclaw has one NFC kernel in testing
bluetooth fix...
there is a fix for a2dp of bluetooth for olivers cyangenmod but it seem not working with your build :crying:
here is the link
http://forum.xda-developers.com/showthread.php?p=45073184#post45073184
Hope you will implement this in your next release for a2dp fix and after that you can say this rom doesn't have any bug:angel:
hoping to see your build as official build for galaxy s3 mini on cyangenmod wiki page...
I tyied your rom.
I have a problem with mobile signal.
Sometimes, randomly i lose the signal and come back in some seconds or minutes. Is there a solution? With stock rom, dont get this problem. Thanks!
Enviado desde mi GT-I8190 usando Tapatalk 4 Beta
chetank628 said:
there is a fix for a2dp of bluetooth for olivers cyangenmod but it seem not working with your build :crying:
here is the link
http://forum.xda-developers.com/showthread.php?p=45073184#post45073184
Hope you will implement this in your next release for a2dp fix and after that you can say this rom doesn't have any bug:angel:
hoping to see your build as official build for galaxy s3 mini on cyangenmod wiki page...
Click to expand...
Click to collapse
A2DP is fixed, but PAC with A2DP haven't been released yet. For now get this file:
http://get.maclaw.pl/?id=23
Put it into /system/vendor/lib directory. Don’t forget to give it chmod 777.
video streaming
having been new to the device and new to this particular forum, can i just say your roms fantastic improvement over stock... anyways, reason for replying was to ask if there is a fix available for youtube stopping mid video, and also sky news app videos freeze as does bbc news, sometime bbc news gives sound but no video..
had an issue to begin with the pie feature, with it enabled the bottom of the screen wouldnt allow touch, for example trying to allow superuser wouldnt allow me to click allow, i had to disable pie then it works fine...
other then that, great work on this rom, makes the phone worth keeping lol :good::good:
New Macław said:
A2DP is fixed, but PAC with A2DP haven't been released yet. For now get this file:
http://get.maclaw.pl/?id=23
Put it into /system/vendor/lib directory. Don’t forget to give it chmod 777.
Click to expand...
Click to collapse
Tried to download the link but the page just says "loading.."
thejester123 said:
Tried to download the link but the page just says "loading.."
Click to expand...
Click to collapse
Enable JavaScript.........................
New Macław said:
Enable JavaScript.........................
Click to expand...
Click to collapse
EDITED..
I Got It Working
Excellent work! I'd love you to update this more, but I understand you have a lot to deal with

Material Design Apps

Hey guys, I will be compiling a list for Material Design based apps...With the new Android L coming out soon, many app developers have been updating their apps so they reflect the new Google Material Design Guidelines.
Q. What is Material?
Material is about layering information and presenting and interacting with that information in a predictable way. Android now ships with inbuilt support for Touch feedback, transitions, and viewstate changes. A design that based on the concept of paper and ink.
Goals - Create a visual language that synthesizes classic principles of good design with the innovation and possibility of technology and science. Develop a single underlying system that allows for a unified experience across platforms and device sizes. Mobile precepts are fundamental, but touch, voice, mouse, and keyboard are all first-class input methods.
Principles:
Material is the metaphor. A material metaphor is the unifying theory of a rationalized space and a system of motion. The material is grounded in tactile reality, inspired by the study of paper and ink, yet technologically advanced and open to imagination and magic.Surfaces and edges of the material provide visual cues that are grounded in reality. The use of familiar tactile attributes helps users quickly understand affordances. Yet the flexibility of the material creates new affordances that supersede those in the physical world, without breaking the rules of physics. The fundamentals of light, surface, and movement are key to conveying how objects move, interact, and exist in space in relation to each other. Realistic lighting shows seams, divides space, and indicates moving parts.
Bold, graphic, intentional. The foundational elements of print-based design—typography, grids, space, scale, color, and use of imagery—guide visual treatments. These elements do far more than please the eye; they create hierarchy, meaning, and focus. Deliberate color choices, edge-to-edge imagery, large-scale typography, and intentional white space create a bold and graphic interface that immerses the user in the experience. An emphasis on user actions makes core functionality immediately apparent and provides waypoints for the user.
Motion provides meaning. Motion respects and reinforces the user as the prime mover. Primary user actions are inflection points that initiate motion, transforming the whole design. All action takes place in a single environment. Objects are presented to the user without breaking the continuity of experience even as they transform and reorganize. Motion is meaningful and appropriate, serving to focus attention and maintain continuity. Feedback is subtle yet clear. Transitions are efficient yet coherent.
Examples of Material Design:
https://www.youtube.com/watch?v=Q8TXgCzxEnw
Here are a list of apps that have been updated to Material Design Guidelines:
Messaging
QKSMS - You must first join the Google+ page to experience a beautiful redesign of the messaging app
{
"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"
}
Textra - Like QKSMS, Textra is also a material design messenger with really similar assets. Along with this, Textra works on Android Wear and integrates Pushbullet notifications
Productivity
Cabinet Beta - A minimalist file manager for Android 4.1 and above. Cabinet is user friendly and has UI that will please the eye.
Sliding Explorer - Very similar to Cabinet. Each to their own.
https://lh4.ggpht.com/Zw3Ha2t9odc9JQ2nmOk3N9U_47MTEtvbCXx6UeDHgZHsCfG46BqXbHkvwjBP8wKG_SV0=h900-rw
Root Checker - This app by @jrummy16 will let you know if your device has root (superuser) access
Franco Kernel Updater - Franco Kernel by @franciscofranco. You all know what it is. I don't need to explain
CPU Control by @TheArc is a beautiful redesign of No Frills CPU Control. Root is required obviously
http://i.imgur.com/UPYDmr8.png
Andrognito BETA - With Andrognito, you can now keep your confidential and important files which you don't want others to access, hidden inside your Android device with our advanced 3-Layer Encryption Engine. In short, Andrognito is a modern sentinel that hides and locks all your personal and confidential data from snoopers in real time.
Numix Calculator - Numix Calculator is yet another calculator app, only more stylish then the rest. The design of the app follows the new material design guidelines as much as possible, which results in a modern day looking colourful interface.
S-Converter - S Converter is a fast, simple, and colorful unit converter.
Unclouded - Unclouded is a tool to help you analyse and clean your cloud storage.
LocalCast - Cast movies, pictures, videos and PDFs from your device, Google Drive, Google+, Dropbox, NAS (DLNA / UPNP or SMB) in a beautiful fashion
Evernote - Write notes of all types, from short lists to lengthy research, and access them on any device. Collect web articles, handwritten notes, and photos to keep all the details in one place.
Browsers
Google Chrome - I'm not even going to bother explaining
Social Media
Talon
Google+ - Not even going to explain nor have any screenshots
Reddit News - Reddit. Home of the web really, now materialized
http://phandroid.s3.amazonaws.com/wp-content/uploads/2014/07/reddit-news-stitched2.png
Other
ACEMusic - ACEMusic is a highly improvisied and visually enhanced music player, upgrading the legendary Apollo Music Player with a new interface, ease-of-use and features
Shuttle Music Player - With many features, Shuttle is the model of a clean, powerful music player that is intuitive, lightweight, and most importantly, materialized.
Survival Tools - Survival tools includes all the essentials any nature enthusiast would need, such as a compass, a survival guide, flashlight, stopwatch, location saving, multi-view map, and a UI that might get you killed by bear attacks because of how amazing it looks
https://lh5.ggpht.com/6AoZX55V6yLc3_-jsAjjLnQR8f4RGWU6cUS0tHW5n5Sn-YAGTXqV5JlmvkwOgEU5iQ=h900-rw
https://lh4.ggpht.com/n1XTE7Ru7b1-f5jO0SKmaIE326FPwM6rj8keGWS0mXzRaozSAw7kbZcEfDe0qeWwR2w=h900-rw
section 3
The @z31s1g theme is already available in this section. Why do you post a different topic?
Dark_Avenger said:
The @z31s1g theme is already available in this section. Why do you post a different topic?
Click to expand...
Click to collapse
because I am an idiotic muppet...turning this thread into something useful now

Categories

Resources