[APP] Working MIUI Music (apk attached) - G2 and Desire Z Themes and Apps

So, there's an MIUI music apk in another recent thread.
For whatever reason I try to install and get parsing errors.
Long story short if you want an MIUI music apk that works, DL this. Install with root explorer or whatever explorer you like...

So you get parsing errors when you try to install this, why would none of us not experience the same thing?
What exactly did you change in it? You would get a parsing error if you 1: tried to install the MIUI music .apk onto a non MIUI ROM (like CM) or a version based on an older version like 2.2 or 2.1 or 2: if you tried to change some things and didn't get something right - did you port this?
Sorry, just trying to understand it all since we have a ported MIUI music apk, just wondering what's different here.

KCRic said:
So you get parsing errors when you try to install this, why would none of us not experience the same thing?
Click to expand...
Click to collapse
Wrongo, I experienced the same exact thing.
KCRic said:
You would get a parsing error if you 1: tried to install the MIUI music .apk onto a non MIUI ROM (like CM)
Click to expand...
Click to collapse
That was the entire point of the .apk. If you were running the MIUI ROM, why would you install the .apk?

The one that's a few threads down gives errors. This one doesnt. Found it elsewhere thought id share here since its a cool music player with extra options. I like using on non-miui rom.
Sent from my Liquid Metal using XDA App

Reworded op as to avoid further confusion.
Sent from my Liquid Metal using XDA App

Worked like a charm, and playing with it now.
Thanks!

Thanks. I was also getting parse errors on the other apk. This one works for me.

psangha said:
Thanks. I was also getting parse errors on the other apk. This one works for me.
Click to expand...
Click to collapse
what he said

Glad to help!
Sent from my Liquid Metal using XDA App

any way to get the newest one in this thread to install simply as an apk?
http://forum.xda-developers.com/showthread.php?t=1015371
doesn't work for me when i use root explorer & assign the permissions

kantbstopped519 said:
any way to get the newest one in this thread to install simply as an apk?
http://forum.xda-developers.com/showthread.php?t=1015371
doesn't work for me when i use root explorer & assign the permissions
Click to expand...
Click to collapse
I downloaded, used RootExplorer to move to system/app and didn't change anything. Rebooted, works fine for me.
Sent from my CM7 GDeux

@ the parsing errors, make sure you are selecting the correct .apk, there is a 4kb temp file created on the sd card that is probably the reason u get parsing errors

I'm really liking this app. One question though: how does the lyric downloader work? I can't seem to make it work.

works well thanks

Related

[Q][SOLVED] Market 2.3

I know people have been having issues getting this to work on cm6, I found a method that ALMOST works if someone can help me expand on this.
I thought maybe it had something to do with the phone being s-on, so it couldn't upgrade properly, so I force removed the existing market app via titanium with the recovery exploit that it uses with s-on phones, and then installed it through the app manager like I would any other app. It took a long time but it eventually installed, but the glitches were so extensive it was unusable. It opens the app, and displays the UI elements fine, but if you do anything aside from navigate and search, it force closes. If you try to open an app's link up, it force closes. Attempting to go to "my apps" force closes it.
I was thinking maybe it either had something to do with the fact that it needs the old market to update to the new one, like it's an update patch, not a full app. The other thing I was thinking was that it wasn't working because it installed to /data/app, like a user app, not to /system/app like the normal market.
Would it work to adb install or adb push the apk to /system/app rather than install it as a user app do you think? I would really love to get the new market working on cm6.
SOLUTION:
All thanks to KCRic; he has posted the flashable zips for the new market, which I re-attached in the OP.
KCRic said:
*The smaller version has hdpi file removed and all languages removed except english (US). If you use another language use the larger version or shoot me a PM and I'll try to get you a small version in your language.
Click to expand...
Click to collapse
There you go, just flash them through clockwork recovery, they should work just fine.
I'm on cm6.1 and used the recovery zip file that is floating around and installed and use it with no problems at all
Sent from my T-Mobile myTouch 3G Slide using XDA App
You don't even need the recovery zip. It works perfectly fine just installing manually.
While in recovery just plug your phone in, go into adb shell and install it from there.
"cp (Location of app) /system/app/"
IE for me I put "cp /sdcard/download/android_market.apk /system/app/" and it worked.
I didn't do anything to the original market.
All I did was apply any zip from sdcard in clockwork..no adb needed
Sent from my T-Mobile myTouch 3G Slide using XDA App
droopypillow said:
All I did was apply any zip from sdcard in clockwork..no adb needed
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
Where did you locate this zip? I changed the apk i had to a zip and tried what you did and installed from clockwork but got nothing :/
Sent from my T-Mobile myTouch 3G Slide using XDA App
guitarist5122 said:
Where did you locate this zip? I changed the apk i had to a zip and tried what you did and installed from clockwork but got nothing :/
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
If you renamed the apk to a zip, you're doing it wrong.
If you downloaded the update zip containing the apk, it's wherever you downloaded it.
Its in the them and app section under new market app..
Sent from my T-Mobile myTouch 3G Slide using XDA App
Yeah I never found a flashable zip, I just found an apk in the apps section. Which doesn't work. If someone could post a link to the flashable zip that'd be cool. I don't have access to a USB cable right now so adb isn't a very good option haha.
Edit: nevermind, found it on the second page of the thread, here's the direct link to the zip: http://www.mediafire.com/?w7hcd0uadlndnwd, it works great, no more force closes everywhere like I was getting before
I found a flashable zip from a diff source so problem solved. But how do you change a .apk to a .zip if not simply renaming?
Sent from my T-Mobile myTouch 3G Slide using XDA App
guitarist5122 said:
I found a flashable zip from a diff source so problem solved. But how do you change a .apk to a .zip if not simply renaming?
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
You have to create an update package with the apk inside zip_file.zip/system/app/apk.apk and you have to put an update script into meta-inf/android/blah blah blah, google it, I've forgotten, only had to do it once, I'm sure there's a tutorial out there if someone here can't directly answer you
Sent from my T-Mobile myTouch 3G Slide
MusicMan374 said:
You have to create an update package with the apk inside zip_file.zip/system/app/apk.apk and you have to put an update script into meta-inf/android/blah blah blah, google it, I've forgotten, only had to do it once, I'm sure there's a tutorial out there if someone here can't directly answer you
Sent from my T-Mobile myTouch 3G Slide
Click to expand...
Click to collapse
here you go how to make a flashable package
Here you go, this should work - feel free to post in the OP if it's useful to anyone still trying to install it.
I'm going to remove all the hdpi files from the apk (since we don't need them, it will save space) and poat that version up in a bit. I'll test it first to make sure it will still work.
Added 'tiny' market install zip
For those that don't know, you go into clockwork recovery - select 'install zip from sdcard' - find the zip and install it. Reboot and enjoy.
etu_aty said:
here you go how to make a flashable package
Click to expand...
Click to collapse
Thx, i'll give a look-see on some free time
Sent from my T-Mobile myTouch 3G Slide using XDA App
KCRic said:
Here you go, this should work - feel free to post in the OP if it's useful to anyone still trying to install it.
I'm going to remove all the hdpi files from the apk (since we don't need them, it will save space) and poat that version up in a bit. I'll test it first to make sure it will still work.
Click to expand...
Click to collapse
Awesome, thanks, I'll post it in the OP when I get on a computer
Sent from my T-Mobile myTouch 3G Slide
MusicMan374 said:
Awesome, thanks, I'll post it in the OP when I get on a computer
Sent from my T-Mobile myTouch 3G Slide
Click to expand...
Click to collapse
Ok, sounds good. I'm testing the 'tiny' version now and I'll update that post with the file if it works. Removing the files didn't drop the size much (~0.3MB) but smaller is still always better.
EDIT: Added tiny zip to that post, work flawlessly
*The smaller version has hdpi file removed and all languages removed except english (US). If you use another language use the larger version or shoot me a PM and I'll try to get you a small version in your language.
Edited the OP, included info, should all be good to go
Also, would this market work on eclair? The version is 2.2.6 so I'm thinking not, since it has froyo elements like auto app update, etc.
Edit: shortly after I installed cr_mod the market auto updated, but it did so to version 2.2.7, not 2.2.6. So yes, the new market does work on eclair, with auto updating. Kickass. If you'd all like I can pull the apk from my phone and post it if no one has it? Although aside from cm users everyone should be getting updated, I think.
MusicMan374 said:
Edited the OP, included info, should all be good to go
Also, would this market work on eclair? The version is 2.2.6 so I'm thinking not, since it has froyo elements like auto app update, etc.
Edit: shortly after I installed cr_mod the market auto updated, but it did so to version 2.2.7, not 2.2.6. So yes, the new market does work on eclair, with auto updating. Kickass. If you'd all like I can pull the apk from my phone and post it if no one has it? Although aside from cm users everyone should be getting updated, I think.
Click to expand...
Click to collapse
Awesome 2.2.7 may be an edited update version for eclair, or maybe the updated it again?
KCRic said:
Awesome 2.2.7 may be an edited update version for eclair, or maybe the updated it again?
Click to expand...
Click to collapse
I have no idea, but honestly I'm thrilled to have the new market AND auto update functionality on eclair. It was also nice that I didn't even have to flash anything, it updated itself. I had heard that the auto update worked fine with sense ROMs, only people running CM were having issues. You're probably right, it's probably an edited version for eclair. But cr_mod still has gmail v1, I really wish I could get version 2.3 :/ old gmail sucks. I'm going to try and just pull the apk and upgrade it with an app manager from one of the gapps packages, but I'm not sure, since google apps on sense roms is different.
Well stock android will generally always work on sense roms, just not the other way around. The issue you may run into are differences in os versions (2.1 vs 2.2.1). But with gapps it's usually not an issue, at least not yet since the versions aren't too far apart.
KCRic said:
Well stock android will generally always work on sense roms, just not the other way around. The issue you may run into are differences in os versions (2.1 vs 2.2.1). But with gapps it's usually not an issue, at least not yet since the versions aren't too far apart.
Click to expand...
Click to collapse
I actually googled around a bit, the gmail that's in the market, which is 2.3 at the moment, and before that 2.2.1, only shows up on froyo, since that's all it works on. Eclair and below are all stuck with version 1 :/
I'm pretty sure HTC loads gapps in a different way because there is actually a googleapps.apk or gapps.apk in /system/app, the flashable package just has all of the apks. I tried to open the flashable zip with astro and browse to gmail.apk and see if it would upgrade but it wouldn't parse the package. I could TRY flashing the eclair gapps and see if that works, but I'll definitely do a nandroid first. I guess I'll try that and post back.
I love how my threads always end up venturing off topic. I kind of "hijack" my own threads in a sense

[Q] Market missing!?

Hey everyone,
When i turned my phone on today, i noticed that the Android Market is completely removed from my phone!
I have tried installing it again using a .apk and also tried installing it using a .zip and flashing it via recovery, but they both have not worked...
any idea on how i could get this back?
Rather than use an apk you've put on your SD card card yourself, use a file explorer to go to system\app and run vending.apk from there.
This worked for me when the market was missing after flashing a new rom recently.
I did get a couple of download errors when I first used the market, but after a couple of rebooted it was fine.
Posted telepathically. Oh yes.
wildcardspv said:
Rather than use an apk you've put on your SD card card yourself, use a file explorer to go to system\app and run vending.apk from there.
This worked for me when the market was missing after flashing a new rom recently.
I did get a couple of download errors when I first used the market, but after a couple of rebooted it was fine.
Posted telepathically. Oh yes.
Click to expand...
Click to collapse
It says "Activity not found - com.android.vending
No way!
Sorry man, I don't know what else to do.
Maybe it can be pushed or pulled or something through adb, but I don't know how to use this.
Keep asking though, someone will be able to help....
Posted telepathically. Oh yes.
maybe this zip will flash for you...?
Maybe you need to reflash your rom...what rom u using?
Sent from my HTC Desire using XDA Premium App

Miui cm7 camera upgrade

Sorry if this is out there but I am using version 10 of Miui camera and would like to upgrade to 17 to get fcc support... Anyone guide me on pushing this apk out instructions on how to get this over...i tried renaming the apk to Camera.apk and using root explorer and moving file to system/app but didn't work... Thanks!
Sent from my PC36100 using XDA App
You can use adb to pull the apk from the system, or use root explorer to copy it to the sd card, then rename it to Camera [already.apk] Then rename/delete the CM7 camera.apk. and use root explorer to copy the new one to the system app folder.
Found out had to change permissions on the file but now that it sees the new apk it just force closes when try to open.
Sent from my PC36100 using XDA App
Do you have both apps or just the one?
It just showed the one
Sent from my PC36100 using XDA App
You may want to just update the rom, unless there's some reason you're sticking with an older version. I'm on 1.5.20, FFC on the MIUI camera (not sure of the app version). MIUI is kind of like Sense in that so much of the rom-specific apps are tied into the framework, and more than the apk has to be changed to make it work... if it can be made to work. A lot of changes have been made to the ui in the last few months.
Also, the MIUI camera is named miuicamera.apk, so you may want to try that. Also try the MIUI thread or the miui-us forums. I thought I saw a flashable zip of the new camera for people on older versions, but it could be wishful thinking on your behalf.
What version are you running, and are you against updating? You can always nandroid, flash, and then restore if you don't like it.
(from... Evo/MIUI/Tapatalk)

binding wigets?

after i installed the latest version of my rom (infamous 2.8.5) i noticed it didnt have touchwiz launcher so i installed it from an apk i found here.
the only problem im having with it is there are certain widgets that i cant add to the homescreen.
every time i try it tells me 'not installed with permission to add binding widgets' (not verbatim)
i tried to install widgets from the play store they dont work either..i mostly tried clock widgets
any suggestions?
thanks.
Infamous should have touchwiz I would try re downloading the rom and reflashing could have been a bad download
Sent from my SGH-T989 using xda app-developers app
style154 said:
Infamous should have touchwiz I would try re downloading the rom and reflashing could have been a bad download
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
the older version 2.7.1 had tw the update didnt so i installed it from the apk
Have you tried pushing into system? If you want a simple way of convert an apk into a system file, long press it in titanium, choose "convert into system file ". Older versions of apex use to have this problem. Pushing it into system solves it.
Sent with AOKP Goodness
LoopDoGG79 said:
Have you tried pushing into system? If you want a simple way of convert an apk into a system file, long press it in titanium, choose "convert into system file ". Older versions of apex use to have this problem. Pushing it into system solves it.
Sent with AOKP Goodness
Click to expand...
Click to collapse
'sorry, feature requires donate version'
is there an alternate way to push it to system using root browser...gonna google it in the mean time
gbL420 said:
'sorry, feature requires donate version'
is there an alternate way to push it to system using root browser...gonna google it in the mean time
Click to expand...
Click to collapse
You can copy paste into system/apps and fix permissions then reboot. Just change them to the same as all the other apk's in the folder. But if it says donation version needed, I don't think I'll work
Sent with AOKP Goodness

[Q] Google talk wont load on Mildwild ROM

I have installed the MildWild ROM on my old Desire (which my partner uses). This one: http://forum.xda-developers.com/showthread.php?t=1453287
I have tried installing the Google Talk app from that page plus also other apk versions from various places but none seem to work. They either fail to install or force close when started. All other apps are fine and the ROM is quite good, stable and quick.
Can anyone help with a fix please. Or link to a guaranteed gtalk apk.
Cheers
Gregsy
Gregsy said:
I have installed the MildWild ROM on my old Desire (which my partner uses). This one: http://forum.xda-developers.com/showthread.php?t=1453287
I have tried installing the Google Talk app from that page plus also other apk versions from various places but none seem to work. They either fail to install or force close when started. All other apps are fine and the ROM is quite good, stable and quick.
Can anyone help with a fix please. Or link to a guaranteed gtalk apk.
Cheers
Gregsy
Click to expand...
Click to collapse
are you flashing the zips in recovery? Try downloading the zip from the page, extract it and take the apk out of it. Then using a root explorer, move the apk into /system/app and change the permissions to rw-r-r
chromium96 said:
are you flashing the zips in recovery? Try downloading the zip from the page, extract it and take the apk out of it. Then using a root explorer, move the apk into /system/app and change the permissions to rw-r-r
Click to expand...
Click to collapse
No, I was just doing a normal apk install, I didn't realise it was a system app. I will try this when I can.
Thanks very much. :good:

Categories

Resources