[APP]Black & Green Themed Miui Music ... Amazinq? Hell Yeah.. - Fascinate Themes and Apps

So as the title says, this is a themed miui music app i made for my recently released update for a rom i made and decided to share it with you guys as i think you all will like it... well lets go to the action
Should work on almost all roms
The app is completly themed, hope you all like it...
Instructions
*Download The App attached at the bottom
Place on your sdcard..
*Using root explorer or any other explorer u want and go to sd and find the miui app
*Hit copy by long pressing and then hit back one time, go into the "system" folder, then Into the "app" folder and hit paste when you there
*After you done that just reboot and enjoy the app
**Also when you press the bottom buttons like next or previous it will be like green... any button you press will be green
Screenshots On second post

Screeeniessssss

Its really not all that themed according to your screens
Sent from my SCH-I500 using XDA App

Tried installing but keep getting "app not installed"...
Sent from my SCH-I500 using Tapatalk

Vinnie981 said:
Its really not all that themed according to your screens
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
well still nice... install it if u like it

Yes it is: D
Thanks for sharing!
Sent from my SCH-I500 using XDA Premium App

jjcas15 said:
Tried installing but keep getting "app not installed"...
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
It says to push to your system/app folder using Root Explorer. Very easy method when apps won't install.

streebs87 said:
It says to push to your system/app folder using Root Explorer. Very easy method when apps won't install.
Click to expand...
Click to collapse
Took me a minute but I got it... Thanks!

sendan said:
Yes it is: D
Thanks for sharing!
Sent from my SCH-I500 using XDA Premium App
Click to expand...
Click to collapse
Enjoyyyy...
Sent from my HTC Glacier using XDA Premium App

streebs87 said:
It says to push to your system/app folder using Root Explorer. Very easy method when apps won't install.
Click to expand...
Click to collapse
Yes it is, i use it all the time when im testing some build in apps
Sent from my HTC Glacier using XDA Premium App

jjcas15 said:
Took me a minute but I got it... Thanks!
Click to expand...
Click to collapse
Great... remember, get familiar with root explorer its very useful
Sent from my HTC Glacier using XDA Premium App

Works great!
Thank you for sharing!
Sent from my SGH-T959 using XDA App

i love this player clean and allows you to tag songs for playlists like last.fm

carlosmann22 said:
Works great!
Thank you for sharing!
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Ok great man
Sent From A HTC Glacier Beast...

thewaytolite said:
i love this player clean and allows you to tag songs for playlists like last.fm
Click to expand...
Click to collapse
Yea man... im in love with the app so i shared it
Sent From A HTC Glacier Beast...

ive tried every root explorer app! every time i try to install it says "you cannot paste here because the file system is read-only."... i want miui music playerrrrr!!!n help please and thankyou!

Change root explorer to R/O and it will save.
Sent from my I500 using XDA App

YESSSSSSSSSS thankyou!!!!! can i ask what that means? do i have to do that anytime im installing an apk that doesnt belong there?

yummylishouz said:
YESSSSSSSSSS thankyou!!!!! can i ask what that means? do i have to do that anytime im installing an apk that doesnt belong there?
Click to expand...
Click to collapse
if youre installing into the /system folder then its required to make the directory r/w or you won't be able to copy the apk to the system directory. for market apps this process isn't required.
Sent from my SCH-I500 using XDA Premium App

This is great!

Related

Application backup/install all

Did some searching, couldn't find anything. (may of not looked hard enough). Looking for an app that can restore all of the apps I have backed up on my as card. Something that will install them all with one click. Thanks for the help in advanced.
Sent from my Evil Eris v1.1 using the XDA mobile application powered by Tapatalk
Didn't search very hard. If you have root there is titanium. If you donate it does it in one click. If no root try androzip I believe was the name. IT'S LIKE astro but better. Not one click though.
Sent from my HERO200 using Tapatalk
Thank you very much.
Sent from my Evil Eris v1.1 using the XDA mobile application powered by Tapatalk
http://forum.xda-developers.com/showthread.php?t=661413
droidfreak said:
http://forum.xda-developers.com/showthread.php?t=661413
Click to expand...
Click to collapse
Thanks for giving them that link, to my app. I was just about to give paste that in here. You just have to put all the apps into a folder on the sdcard called "appsbackup"
ECLIPS3 said:
Thanks for giving them that link, to my app. I was just about to give paste that in here. You just have to put all the apps into a folder on the sdcard called "appsbackup"
Click to expand...
Click to collapse
Your app is badass how could I not put that link!
looks like a great app. thank you for your help.
I knew this was the forum to follow.
Sent from my Evil Eris v1.1 using the XDA mobile application powered by Tapatalk
cwhite8883 said:
looks like a great app. thank you for your help.
I knew this was the forum to follow.
Sent from my Evil Eris v1.1 using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
thank you. keep checking my thread for new updates
Will do for sure. thanks again.
Sent from my Evil Eris v1.1 using the XDA mobile application powered by Tapatalk

Modify hosts file?

Currently I am using firefly 2.9 and I have been trying to remove stats.wordpress from the blocked list so that I can receive stats on my wordpress site. I modified the file and copied it to the system/ect folder but it won't replace the old file.
I've tried deleting the old version and copying the new modified version in its place, but the old file keeps coming back! I've tried to match the permissions of the new file to the original but the settings don't stick.
Anyone have a suggestion?
Thanks!
Sent from my SAMSUNG-SGH-I897 using Tapatalk
Try doing it through adb:
copy the hosts file to your sd card, do whatever modifications you want on it, then do:
adb shell
su
mount -o rw,remount /dev/block/stl9 /system
cp /sdcard/hosts /system/etc
sync
reboot
or optionally, you can push it through clockwork as an update.zip
Clockwork sounds like the way I'd like to go... Do I just zip the file and call it update.zip? Or is there more to it than that? (i would assume)
I would do the adb method, but I have had bad luck with that in the past.
Thanks
Sent from my SAMSUNG-SGH-I897 using Tapatalk
There's more to it than that; it has to have a specific structure and an update script. Here's a guide:
http://www.robmcghee.com/android/creating-an-android-update-zip-package/
You don't need to sign it, so you can skip that step.
Okay thanks! I'll try to mess with it tomorrow.
Thanks again!
Sent from my SAMSUNG-SGH-I897 using Tapatalk
I have issues deleting files from system it won't let me it said read only
Sent from my HTC Glacier using XDA Premium App
celeox said:
I have issues deleting files from system it won't let me it said read only
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
Your filesystem is mounted as read only, remount with -o rw,remount
Please give details sorry pretty new at this. Tried to mount system in recovery but no change
Sent from my HTC Glacier using XDA Premium App
U could use Root Explorer, it allows u to apply rw
That worked thanks
Sent from my HTC Glacier using XDA Premium App
How do I give thank you, it might sound dumb but I don't see thank you button anywhere. Is it because I'm new to forum?
Sent from my HTC Glacier using XDA Premium App
celeox said:
How do I give thank you, it might sound dumb but I don't see thank you button anywhere. Is it because I'm new to forum?
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
it doesnt exist on the app.....you have to do it from a computer
Pirateghost said:
it doesnt exist on the app.....you have to do it from a computer
Click to expand...
Click to collapse
ummm OR just open up your phones browser instead of using the app...
studacris said:
ummm OR just open up your phones browser instead of using the app...
Click to expand...
Click to collapse
but noobs will click on the OK button when they get prompted that the forum is Tapatalk compatible!
I haven't seen on computer either?
Sent from my HTC Glacier using XDA Premium App
celeox said:
I haven't seen on computer either?
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
I think you just met the minimum post count to see the thanks button.
fuloplori said:
U could use Root Explorer, it allows u to apply rw
Click to expand...
Click to collapse
I tried that, for some reason it still didn't let me copy the revised file through Root Explorer. I might give adb a try tomorrow.
Sent from my SAMSUNG-SGH-I897 using Tapatalk

MIUI Music

Anyone have an updated app file that we can push on to power wash rom?
Sent from my SCH-I500 using XDA App
Yeah, download the rom and pull the apk from it.
good day.
Here you go
Thank you!
Sent from my SCH-I500 using XDA App
I have MIUI music with a transparent widget.
Eris _2.1_2010 said:
I have MIUI music with a transparent widget.
Click to expand...
Click to collapse
Thankyou
Sent from my SCH-I500 using XDA App
Eris _2.1_2010 said:
I have MIUI music with a transparent widget.
Click to expand...
Click to collapse
It is not working ... i pushed to system/app and changed permission rw- r- r but its fC when opening...
WIIstpM said:
It is not working ... i pushed to system/app and changed permission rw- r- r but its fC when opening...
Click to expand...
Click to collapse
Did you reboot? I also renamed to MiuiMusic.apk and placed in system/app, rebooted and works on my DC and DX.
Sent from my Droid Charge 4G running Gummy Charged 2.0
DarthCivicus said:
Anyone have an updated app file that we can push on to power wash rom?
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Welcome, this is a zip file, installed by CWR.
Works very well without problems HTC HD2 GB 2.3.5-CM7 and HTC Desire OXIGEN.
I tried it personally and am very pleased, but the best part is that there is "FOLDER" selection.
Also, shake function.
Have fun!
Thanks will try it

[Tool][1-20-12]Stock App Installer

Here it is, a stock app installer!!!
What is this?
This is an all in one tool to install any stock app that was removed with GingerVolt. This will only work on a deodexed rom with my Blitzkrieg kernel or stock kernel that came with GingerVolt. If there are any problems, please let me know! Some apps may not like being dodexed and in turn not work. I make no promises on the apps working once installed, I just provided them and a tool to make it easier. Also, GingerVolt Rom includes the App Widget Picker, so the LG widgets will work on any launcher!!!
Click to expand...
Click to collapse
How do I use this?
1.) Download the .zip & extract
2.) Make sure drivers are installed
3.) Connect phone and put phone in Internet Connection mode
4.) Open folder
5.) Run StockAppInstaller.bat
6.) Follow options to install whichever apps you want
7.) Reboot when done
Click to expand...
Click to collapse
Downloads
http://www.mediafire.com/download.php?mabgcv303me89m7
Click to expand...
Click to collapse
Donations
For those that enjoy the work that I have done and would like to support my efforts financially, the link is to the side and any amount is appreciated, but all that I ask is that if you like my work, please hit the thanks button!!!
Click to expand...
Click to collapse
Not tried it yet, but damn you make it all look so easy
Sent from my VS910 4G using XDA App
pendragon11 said:
Not tried it yet, but damn you make it all look so easy
Sent from my VS910 4G using XDA App
Click to expand...
Click to collapse
Sick day and nothing else better to do lol
Wow this is really great!! Thanks so much!!
Sent from my VS910 4G using XDA App
Is the keyboard that came with V7 from LG included?
y2d2 said:
Is the keyboard that came with V7 from LG included?
Click to expand...
Click to collapse
Any app from v7 that is not in gingervolt is included.
Sent from my ADR6425LVW using xda premium
Nevermind. Looks like I didn't want the stupid LG keyboard anyways.
Thanks though!
Brilliant tool. I cannot however seem to get the stock alarm app to show up anywhere. Any suggestions? I am sure it is something I am doing wrong or missed.
H.
Haxcid said:
Brilliant tool. I cannot however seem to get the stock alarm app to show up anywhere. Any suggestions? I am sure it is something I am doing wrong or missed.
H.
Click to expand...
Click to collapse
You may have to delete the alarm clock app in the rom first with root explorer. It may just not overwrite it.
Sent from my VS910 4G using xda premium
I am having trouble locating the file I would need to copy. I thought it was alarm.apk but I cannot check the stock install because I do not have the tools to access my backup system.img
Any ideas? I could have sworn it was alarm.apk on the stock image.
H.
stock alarm app is awful....those ringtones are...well....alarming....why on Earth would you want to use that app? lol
dbeauch said:
stock alarm app is awful....those ringtones are...well....alarming....why on Earth would you want to use that app? lol
Click to expand...
Click to collapse
I found the LG stock alarm app to be one of the best alarm apps I have ever used.
Try alarmdroid, free on the market
Sent from my VS910 4G using xda premium
App Install for the LG Revolution
Tool Built by mtmichaelson
The system cannot find the path specified.
The system cannot find the path specified.
Press any key to continue . . .
That is what I get when I try to use the tool
patsoxfan said:
App Install for the LG Revolution
Tool Built by mtmichaelson
The system cannot find the path specified.
The system cannot find the path specified.
Press any key to continue . . .
That is what I get when I try to use the tool
Click to expand...
Click to collapse
What are you trying to install? I will look into the coding and see if something is off.
Sent from my ADR6425LVW using xda premium
mtmichaelson said:
What are you trying to install? I will look into the coding and see if something is off.
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
Anything that I have tried
how do i remove the things i download?
patsoxfan said:
Anything that I have tried
Click to expand...
Click to collapse
Do you have adb and/or other SDK tools in your PATH?
how do I remove these widgets?
y2d2 said:
Do you have adb and/or other SDK tools in your PATH?
Click to expand...
Click to collapse
Not that I know of
Sent from my VS910 4G using xda premium

[MOD] [ICS] [9/9/12] Tube TV Shut Down Animation [v1.0]

This is a shut down animation for your HTC Vivid, Raider, Velocity (obviously xD). You have to root your device to be able to install it and have ES File Explorer or whatever you use.. download the downanimation.zip DO NOT UNZIP IT!! Open up ES File Explorer, hit menu, scroll down to root settings, and check everything in there. Ok, after that you're going to wanna copy/cut the downanimation.zip from wherever you downloaded it and navigate to system/customize/resource and paste it there, OVERWRITING THE OLD DOWNANIMATION.ZIP!!
In AOSP ROMs its in system/media or data/local
Credits:
Elegancia Team
That happens to be my favorite down animation \o/
Thanks so much
PS can it be used on other devices with a larger screen?
LQQKS said:
That happens to be my favorite down animation \o/
Thanks so much
PS can it be used on other devices with a larger screen?
Click to expand...
Click to collapse
i haven't tried on any other devices but your welcome to test it
Id like to on a Xoom but they don't have same filetree and I couldn't find a downanimation.zip on the Xoom to replace
I don't have a xoom so I wouldn't know xD but il do a little research and try to make a compatible version for you
Sent from my HTC PH39100 using xda app-developers app
LQQKS said:
That happens to be my favorite down animation \o/
Thanks so much
PS can it be used on other devices with a larger screen?
Click to expand...
Click to collapse
Try putting it in system/media
Sent from my HTC PH39100 using xda app-developers app
Is this CRT-Off?
thekalby said:
Is this CRT-Off?
Click to expand...
Click to collapse
No, Its the down animation, not lock animation.
I don't have the system/ customize
Sent from my De-Sensed HTC Vivid using xda premium
Marshmellow92 said:
I don't have the system/ customize
Sent from my De-Sensed HTC Vivid using xda premium
Click to expand...
Click to collapse
try seeing if its either in system/media or data/local
if you find it in either, tell me so i can revise the instructions, and yeah just overwright it.
cheers
XxSHaDoWxSLaYeRxX said:
try seeing if its either in system/media or data/local
if you find it in either, tell me so i can revise the instructions, and yeah just overwright it.
cheers
Click to expand...
Click to collapse
Neither. I still can't stop seem to find it. Perhaps its just my device? I don't know.
Sent from my De-Sensed HTC Vivid using xda premium
Marshmellow92 said:
Neither. I still can't stop seem to find it. Perhaps its just my device? I don't know.
Sent from my De-Sensed HTC Vivid using xda premium
Click to expand...
Click to collapse
EDITED: nvm
Marshmellow92 said:
Neither. I still can't stop seem to find it. Perhaps its just my device? I don't know.
Sent from my De-Sensed HTC Vivid using xda premium
Click to expand...
Click to collapse
Contact wajeeh I guess I think there was something about where the boot animation was on the from thread lol
Sent from my HTC Pyramid using xda app-developers app

Categories

Resources