[Q] TMU COVERART not working - Zooper Widget General

So #TMU_COVERART# doesn't work even with MU installed and I have zooper as the integrated app. Why is this?

ErraticFox said:
So #TMU_COVERART# doesn't work even with MU installed and I have zooper as the integrated app. Why is this?
Click to expand...
Click to collapse
Just to make sure, "make coverart available" is checked in MU?

jimlahey said:
Just to make sure, "make coverart available" is checked in MU?
Click to expand...
Click to collapse
Yes, it is. This didn't work on 4.1, now I'm on 4.4.2 and CM 11 and still its not working. Not even custom Zooper + MU widgets from the play stores cover arts don't work.

ErraticFox said:
Yes, it is. This didn't work on 4.1, now I'm on 4.4.2 and CM 11 and still its not working. Not even custom Zooper + MU widgets from the play stores cover arts don't work.
Click to expand...
Click to collapse
you doing something wrong, because working fine for me on 4.4.2/3

ErraticFox said:
So #TMU_COVERART# doesn't work even with MU installed and I have zooper as the integrated app. Why is this?
Click to expand...
Click to collapse
Could you please provide a screenshot of your Advanced Parameter edit screen of the Bitmap module you are trying to display the coverart on? Also with which media players did you try this?

masze said:
you doing something wrong, because working fine for me on 4.4.2/3
Click to expand...
Click to collapse
kwerdenker said:
Could you please provide a screenshot of your Advanced Parameter edit screen of the Bitmap module you are trying to display the coverart on? Also with which media players did you try this?
Click to expand...
Click to collapse
Apparently after sifting through the YouTube comments, then searching "mu_coverart" I came across a XDA thread that was on a reply page of like 200+ pages someone figured out that you have to create a folder named mu_coverart within your internal storage. Something which wasn't mentioned anywhere in the tutorials that showed adding the coverart.

ErraticFox said:
Apparently after sifting through the YouTube comments, then searching "mu_coverart" I came across a XDA thread that was on a reply page of like 200+ pages someone figured out that you have to create a folder named mu_coverart within your internal storage. Something which wasn't mentioned anywhere in the tutorials that showed adding the coverart.
Click to expand...
Click to collapse
it should auto-create that directory!

masze said:
it should auto-create that directory!
Click to expand...
Click to collapse
Well, it doesn't and a lot of people are saying they have that problem.

Try this “ [ b ] #TMU_COVERART# [ /b ] “
Remove all spaces XDA hides part if I post with no spaces
Sent from my XT890 using XDA Free mobile app

ErraticFox said:
Well, it doesn't and a lot of people are saying they have that problem.
Click to expand...
Click to collapse
strange, everytime after i run wipe-script and flash new ROM, TMU create "mu_coverart" on my int.sd/Picture..

Related

[HOWTO][MANGO] Put your app in the Settings hub. Now includes description changing!

Mango allows us to put things in the settings hub. This is pretty easy to achieve, just go to your project, open your WMAppManifest.xml and add this on the <App>-tag:
Code:
HubType="268435456"
Now deploy your xap to emulator or to a real device. You can find it under the Settings-menu.
Tested & works on Mango Emulator and on Samsung Omnia 7 (Mango RTM)
To change the description see this post: link.
this can get interesting. ill check it out.
can we create another app hub called APPs and put all the apps there instead of having it populated in a long list in the programs list?
lemonspeakers said:
can we create another app hub called APPs and put all the apps there instead of having it populated in a long list in the programs list?
Click to expand...
Click to collapse
I have no idea, but I'd say we can't. Someone needs to find out what that HubType number means
Interesting. Though, once it is installed, how is it uninstalled? A tap&hold on the option in settings shows nothing... so is there another way?
prjkthack said:
Interesting. Though, once it is installed, how is it uninstalled? A tap&hold on the option in settings shows nothing... so is there another way?
Click to expand...
Click to collapse
You need XAP with the same app id that does not go to the settings hub, just deploy it and uninstall
jessenic said:
I have no idea, but I'd say we can't. Someone needs to find out what that HubType number means
Click to expand...
Click to collapse
Possibly it's a bitmask? Not that that really clears anything up, but 268435456 is 10000000000000000000000000000 in binary.
jessenic said:
You need XAP with the same app id that does not go to the settings hub, just deploy it and uninstall
Click to expand...
Click to collapse
Interesting. Gotcha. Slightly annoying implementation. But then again, I guess most devs aren't supposed to use this hubtype anyway.
Any idea on how to customize the description text that appears below the entry in the settings menu? I tried looking, but I can't find any lines or strings that seem to have any effect.
abledanger said:
Possibly it's a bitmask? Not that that really clears anything up, but 268435456 is 10000000000000000000000000000 in binary.
Click to expand...
Click to collapse
That's right. It seems only two bits are using - first and last (music hub integration). I've tried 536870911, but nothing changes.
prjkthack said:
Any idea on how to customize the description text that appears below the entry in the settings menu? I tried looking, but I can't find any lines or strings that seem to have any effect.
Click to expand...
Click to collapse
Yeh, I've been wandering about that too.
prjkthack said:
Any idea on how to customize the description text that appears below the entry in the settings menu? I tried looking, but I can't find any lines or strings that seem to have any effect.
Click to expand...
Click to collapse
I made a project template for you, just open it in visual studio and it has samples for customizing the text. 2 ways to do it, in WMAppManifest and in code, just look at my sample it is very easy.
Slacker is on the Music Hub and it shows HubType="1" in the manifest. Non-music hub apps just don't have any HubType in the manifest.
jessenic said:
I made a project template for you, just open it in visual studio and it has samples for customizing the text. 2 ways to do it, in WMAppManifest and in code, just look at my sample it is very easy.
Click to expand...
Click to collapse
Works great. This is very cool!
BTW, How do you uninstall a setting?
---------- Post added at 06:14 PM ---------- Previous post was at 06:11 PM ----------
Qtek8020User said:
Works great. This is very cool!
BTW, How do you uninstall a setting?
Click to expand...
Click to collapse
jessenic said:
You need XAP with the same app id that does not go to the settings hub, just deploy it and uninstall
Click to expand...
Click to collapse
Uhm... Just polishing my glasses here
thesecondsfade said:
Slacker is on the Music Hub and it shows HubType="1" in the manifest. Non-music hub apps just don't have any HubType in the manifest.
Click to expand...
Click to collapse
Settings list uses HubType too.
Yes, I am aware that this entire topic is about that. I was mentioning it because it was not mentioned before in the discussion about the Music Hub.
Hey, mate thanks for your tutorial.
But I'm still quite confused, cuz I can basicaly just change the tile title within WMAppManifest in order to change the gray discription in your sample app, but when I do it upon my own app, it doesnt shows up....
e.g I change the official youtube app, added HubType=xxx, and edited WMAppManifest, change the tile title into "sample discription", but this text dosent shows up below the big settings entry name.
Could u tell me how to do that by only changing the WMAppManifest.xml file? w/o re-assembling dll files. Thanks
Guys how to place xap in settings->bluetooth ??
what set in HubType="" ?
WojtasXda said:
Guys how to place xap in settings->bluetooth ??
what set in HubType="" ?
Click to expand...
Click to collapse
I think it is not possible that you ask.
it is possible but i dont know how
WojtasXda said:
it is possible but i dont know how
Click to expand...
Click to collapse
It is possible to put xap in (settings >> bluetooth)?
Me, I never saw its.

eBookLauncher (new homescreen)

I have finally got a nook
so, I have started porting my Sony homescreen replacement to work on the nook
so far it can get the list of books and shelves (collections), but not much else.
http://code.google.com/p/sonyprst1home/
I'll try to keep this thread updated with how it's going
please let me know if you would like to test this out (I can send you an apk to install)
All new releases will now be made on the google code page above.
it would be grat to have the apk and some screenshot
i would be interested to see a screen shot...
Awesome! Time to test it! I'm at school right now, so this is probably a terrible idea, but I might as well have something to do, right?
Edit: Have some screen shots. Ignore the 10:16 in corner of all the screen shots, I have an app that does that. (Sorry for the massive post)
Mini-Library / Homescreen
Pressing Menu on the Homescreen
Pressing "My Home Settings" here brings you to this screen
Library
Apps Page 1
Apps Page 2
It still seems to have various elements in color besides the app icons and the book covers.
Googie2149 said:
Awesome! Time to test it! I'm at school right now, so this is probably a terrible idea, but I might as well have something to do, right?
Edit: Have some screen shots. Ignore the 10:16 in corner of all the screen shots, I have an app that does that. (Sorry for the massive post)
Mini-Library / Homescreen
It still seems to have various elements in color besides the app icons and the book covers.
Click to expand...
Click to collapse
How does Cover flow work??
persichini said:
How does Cover flow work??
Click to expand...
Click to collapse
The screen flickers and does nothing when I click it :/
I`m trying t use your launcher, but got this:
pilson66 said:
I`m trying t use your launcher, but got this:
Click to expand...
Click to collapse
And you are running the apk you downloaded from this thread?
I'll have a look, but I thought I had taken out the code trying to open the database directly.
Googie2149 said:
The screen flickers and does nothing when I click it :/
Click to expand...
Click to collapse
Only the main page, books and collections screen have been worked on so far.
I haven't even opened the other screens yet, so opening them could do anything (including crash)
It is worked ! , thank you
aspellclark said:
And you are running the apk you downloaded from this thread?
I'll have a look, but I thought I had taken out the code trying to open the database directly.
Click to expand...
Click to collapse
i`m use apk from http://code.google.com/p/sonyprst1home/downloads/detail?name=SonyPrsT1Home-0.0.4.14.apk&can=2&q=
At now, i solved this issue by editing permissions of file from screenshoot path "chmod 666".
pilson66 said:
i`m use apk from http://code.google.com/p/sonyprst1home/downloads/detail?name=SonyPrsT1Home-0.0.4.14.apk&can=2&q=
At now, i solved this issue by editing permissions of file from screenshoot path "chmod 666".
Click to expand...
Click to collapse
if you use the apk from this thread, it uses a different method of accessing the database, and doesn't need permissions changed on the database file.
Wow, I love this forum!!
From what Googie posted, I can see this is another cool thing to try out.
Now to get an SD card.
Screensaver
aspellclark said:
if you use the apk from this thread, it uses a different method of accessing the database, and doesn't need permissions changed on the database file.
Click to expand...
Click to collapse
Wow, thanks for the great work. Really nice application for too many books and collections.
However, as the project was opensource, are you going to release the modified source somewhere? in a branch or tag or something?
I would like to see the screensaver feature working for last launched book, would try myself if the code was available.
the code is already available at the google code site in the first post
aspellclark said:
the code is already available at the google code site in the first post
Click to expand...
Click to collapse
As you mentioned the APK here has a different way of accessing some file, and I don't see a tag or branch for the nook, I understand that the code is the one for the PRS-T1, correct me if I am wrong.
It's the same code. I am making a single apk that will run on a Sony and a nook (and other devices in future)
First general release (0.1.0.00) which runs on both the Nook and Sony is now available on my google code page.
aspellclark said:
First general release (0.1.0.00) which runs on both the Nook and Sony is now available on my google code page.
Click to expand...
Click to collapse
THANKS, great work! Watching for code check-in
I can't check in the code until I get home tonight, sorry.

☰ Meta Widget ☰ Create widgets from any website ☰ SCROLLABLE NEWS IMAGES ANYTHING ☰

☰ Meta Widget ☰ Create widgets from any website ☰ SCROLLABLE NEWS IMAGES ANYTHING ☰
META WIDGET
Meta is a unique app that can turn virtually any online content into dynamic, interactive widgets.
Simply browse to a website, pick a column of text, link or image and enjoy this information right on your home screen!
Why is this cool you ask? Because almost anything can be parsed out of a website - images, blogrolls, RSS feeds or entire windows.
Any widget created through Meta can be customized and automatically updated, or updated on user interaction.
Features
★ Create widgets from almost any website element
★ Parse graphs and images
★ Extract statistics and information from authorized sites
★ Configure widgets (background, alignment, etc.)
★ Automatic updates
★ User defined click actions
★ Lots of other cool stuff
Status
The app is currently quite stable, but we still prefer to call it a beta. So please, do write to us with suggestions or bug reports!
Play Store
https://play.google.com/store/apps/details?id=fahrbot.apps.metawidget
The free app has everything but automatic updates. Please buy the Key - that would help us a lot
Screens
I cannot purchase this app...hmm shows me weird message (DF-BPA-09) anyone else with same prob?
Nope this is news to me. Try from your device.
Sent from my GT-P7500 using XDA Premium HD app
Anything to report?
Guys is anyone having trouble with text and background colors?
vbauer86 said:
I cannot purchase this app...hmm shows me weird message (DF-BPA-09) anyone else with same prob?
Click to expand...
Click to collapse
this is the solution
go to settings-->apps-->all-->find google services framework-->force stop it and clear data..
do the same thing to playstore
then reboot...
its common problem from google....sometimes playstore just mess up
I cannot get this to work with this link -
http://classic.newsnow.co.uk/h/Sport/Football/Premier+League/Tottenham+Hotspur
Is this kind of page able to be used in this widget?
s2dh said:
I cannot get this to work with this link -
http://classic.newsnow.co.uk/h/Sport/Football/Premier+League/Tottenham+Hotspur
Is this kind of page able to be used in this widget?
Click to expand...
Click to collapse
You need to pick an element that has a lot of relatives (ie - lists consist of elements that have the same use in a webpage). Then you need to click "use all as list".
ftgg99 said:
You need to pick an element that has a lot of relatives (ie - lists consist of elements that have the same use in a webpage). Then you need to click "use all as list".
Click to expand...
Click to collapse
sorry, so is it possible to make a widget of the page I listed.
?
I am not sure what you meant by your comment, how do I do that?
Right. If you want the 15 minute bit, use the first news item under that heading.
ftgg99 said:
Right. If you want the 15 minute bit, use the first news item under that heading.
Click to expand...
Click to collapse
It took me a while but managed to get it working, I think this was mainly due to the sites format.
now working extremely well, I have paid for the key.
Could I request a little feature?
If possible could you allow the title font to be changed ?
Great app though, really useful.
s2dh said:
It took me a while but managed to get it working, I think this was mainly due to the sites format.
now working extremely well, I have paid for the key.
Could I request a little feature?
If possible could you allow the title font to be changed ?
Great app though, really useful.
Click to expand...
Click to collapse
Hmm, im not sure that is a little request. Ill think about it.
ftgg99 said:
Hmm, im not sure that is a little request. Ill think about it.
Click to expand...
Click to collapse
what does a small red exclamation mark mean in the widget?
Usually it means there was a problem with the parser. I will try to fix this for your site today as I also noticed it.
Sent from my GT-P7500 using XDA Premium HD app
ftgg99 said:
Usually it means there was a problem with the parser. I will try to fix this for your site today as I also noticed it.
Sent from my GT-P7500 using XDA Premium HD app
Click to expand...
Click to collapse
awesome, thanks.
Thats probably why it has not updated
1.0.2.10
Reworked parser logic for compatibility
Reworked padding system in some circumstances
Fixed compatibility issues with Nova and others
Fixed title text size caching issue
Fixed a number of device specific problems from user logs
ftgg99 said:
Usually it means there was a problem with the parser. I will try to fix this for your site today as I also noticed it.
Sent from my GT-P7500 using XDA Premium HD app
Click to expand...
Click to collapse
still cannot get this to work with the site.
Think the site formatting is causing issues. I have tried for ages, still get the red exclamation mark and the news feed does not update.
Im not sure what it could be. Try not to strip html.
ftgg99 said:
Im not sure what it could be. Try not to strip html.
Click to expand...
Click to collapse
sorry, how?
Its a setting.

[XAP] Ring tone creator 0.2 Alpha create ring tones from your music library

Just made a little tool to make ring tones from the music you have stored on your phone.
It's alpha-stage and needs "some" improvement.
known issues:
- doesn't work on samsung devices
- some songs can not be saved if the start time is 0 seconds (just move the left marker 1 pixel to the right)
- if you load a song after changing the splitter marker the labels showing wrong informations about the time/duration
- play/pause button doesn't work correctly
Not working on Samsung focus. It just crashes.
lsguntu said:
Not working on Samsung focus. It just crashes.
Click to expand...
Click to collapse
Got some PMs from other Samsung users with the same issue.
On my LG E900 everything works fine.
Can users with HTC devices post their experience ?
It does not work on hd7. Just preview song and when I tap on save button nothing changes.
amir-m89 said:
It does not work on hd7. Just preview song and when I tap on save button nothing changes.
Click to expand...
Click to collapse
So the preview does work ?
Interesting, because everything after choosing the song is done with official APIs
ne0cr0n said:
Just made a little tool to make ring tones from the music you have stored on your phone.
It's alpha-stage and needs some improvement.
Only works on rooted devices.
Click to expand...
Click to collapse
Any reason you need a rooted device? Our Bluemanager which access the Music files does not require a rooted device. Just curious..
monotheist said:
Any reason you need a rooted device? Our Bluemanager which access the Music files does not require a rooted device. Just curious..
Click to expand...
Click to collapse
Yep, that's right, I thought you have to grant privileges in wp root tools but just noticed it works without.
When I used the SDK to access the artist pictures with my app mpatool them it doesn't work without changing the policies. maybe the new SDK version changed something ?
ne0cr0n said:
So the preview does work ?
Interesting, because everything after choosing the song is done with official APIs
Click to expand...
Click to collapse
Yes, preview works and the app does not crash but after saving, the song does not add to ringtone list.
View attachment 1333228 View attachment 1333229
omnia w/windowbreak+roottools/---> can not be opened, it does not work!
ne0cr0n said:
Yep, that's right, I thought you have to grant privileges in wp root tools but just noticed it works without.
When I used the SDK to access the artist pictures with my app mpatool them it doesn't work without changing the policies. maybe the new SDK version changed something ?
Click to expand...
Click to collapse
If you want i can investigate for you the crashes etc, and fix it.
I wonder - why to do app, if identical is already from 17 july ?
http://forum.xda-developers.com/showthread.php?t=1779049
Budniu said:
I wonder - why to do app, if identical is already from 17 july ?
http://forum.xda-developers.com/showthread.php?t=1779049
Click to expand...
Click to collapse
I didn't know about the project from ultrashot.
My app allows trimming and has a different method for song selecting. So what...
Ok, ok man. Only I ask, congratulation for your app and respect for your hard work.
0.2 alpha did not open on my omnia w
mikaelel said:
0.2 alpha did not open on my omnia w
Click to expand...
Click to collapse
Can you install this xap and check if you can start it ?
Edit: xap removed - test successful
ne0cr0n said:
Can install this xap and check if you can start it ?
Click to expand...
Click to collapse
I have the same problem with my OMNIA 7: the app crashes directly after starting....
The test xap is starting but when I press on "click to browse" the app terminates.
contable said:
I have the same problem with my OMNIA 7: the app crashes directly after starting....
The test xap is starting but when I press on "click to browse" the app terminates.
Click to expand...
Click to collapse
OK, thanks. The app is supposed to crash when clicking " click to browse" because I removed the music providing model from the code. Normally the model loads the data on app start to reduce the time between clicking and showing the library content. Now I know where the bug is located and I can search deeper.
ne0cr0n said:
OK, thanks. The app is supposed to crash when clicking " click to browse" because I removed the music providing model from the code. Normally the model loads the data on app start to reduce the time between clicking and showing the library content. Now I know where the bug is located and I can search deeper.
Click to expand...
Click to collapse
What library are you using for Splitting the mp3 files?
click the icon of the application does not start, does not give any effect

Disabled open in a new tab by scroll-wheel click

I don't know why but such useful browser feature doesn't really work on XDA-Developers forums. For example I see a itneresting new on the right side widget. I middle mouse button click it, but it won't open in a new tab, but instead it will open in the current tab just like I would left click it. I can give you numbers of similiar behaviours like that over the xda. That's really annoying.
Why is that happening and are you guys ever going to fix it?
olokos said:
I middle mouse button click it, but it won't open in a new tab, but instead it will open in the current tab just like I would left click it. I can give you numbers of similiar behaviours like that over the xda. That's really annoying.
Click to expand...
Click to collapse
What browser/OS?
Works fine for me in Firefox 32 on Win8.
ST Dog said:
What browser/OS?
Works fine for me in Firefox 32 on Win8.
Click to expand...
Click to collapse
Win 7 x64/Chrome
olokos said:
Win 7 x64/Chrome
Click to expand...
Click to collapse
Suggest you try an alternate browser.
Also try a fresh profile in case something in your current profile is the cause.
Its not working for me can you suggest me an other way ?
Does it still work correctly on other sites?
Not a Chrome user so can't really help with it.
General troubleshooting though. Try other sites. Try a clean profile.
Try other tools with the problem site.
ST Dog said:
Does it still work correctly on other sites?
Not a Chrome user so can't really help with it.
General troubleshooting though. Try other sites. Try a clean profile.
Try other tools with the problem site.
Click to expand...
Click to collapse
It does work correctly on every other website. There's no "clean profile" option in chrome and I have no idea what do you mean by "other tools".
This issue happens with particular stuff, like the widget with the news on the right side of the thread view.
olokos said:
It does work correctly on every other website. There's no "clean profile" option in chrome and I have no idea what do you mean by "other tools".
Click to expand...
Click to collapse
Chrome user profiles:
https://support.google.com/chrome/answer/2364824?hl=en
https://support.google.com/chrome/answer/142059?hl=en
Other tools in this case would be other browsers, like IE, Firefox, or Opera.
This issue happens with particular stuff, like the widget with the news on the right side of the thread view.
Click to expand...
Click to collapse
I tried everywhere on the page on several pages (home, threads, single thread, profile, etc.) and all worked.
Are you using the new 2015 theme? I think there were one or two links on the old style which were like that, but it should be resolved now on the new style
pulser_g2 said:
Are you using the new 2015 theme? I think there were one or two links on the old style which were like that, but it should be resolved now on the new style
Click to expand...
Click to collapse
Just middle button pressed "XDA PORTAL POSTS" news and it still opens up on the same tab. Even on 2015 / 2015 dark theme :/
I'd actually would prefer to use the old theme either way so I could use Dark XDA Stylish theme by @GermainZ as for me it looks much better. Just a presonal preference.
@bitpushr
Fixed
bitpushr said:
Fixed
Click to expand...
Click to collapse
Can you elaborate a bit?
PM if you don't think it's germain to the thread.
I'm just curious what would cause that issue in one browser but not others.
bitpushr said:
Fixed
Click to expand...
Click to collapse
Thanks a lot! I'm out of thanks for today, but I'm glad it's fixed now. xda experience is now flawless IMO
@bitpushr
I'd also would love it if you could make the new xda look an option for logged in users, just like the forums are.
ST Dog said:
Can you elaborate a bit?
PM if you don't think it's germain to the thread.
I'm just curius what would cause that issue in one browser but not others.
Click to expand...
Click to collapse
We had additional google analytics code on those links, my guess is that was blocking the open in new tab option. We made this change a long time ago so this must have been long-standing.

Categories

Resources