[Script][Beta] Theme Backup/Restore - Android Themes

Hey,
Not sure if its the right section, but flashing themes is what got me to make this script in first place.
So this script essentially works like :
You drag/drop a theme update.zip onto it.
It then goes through the .zip and see's what its replacing.
Then from your phone it'll backup those files into a cwm flashable .zip
[Windows Only][Only backs up system partition content that .zip replaces]
Instructions :
Download this
Extract [To a directory whose path has no spaces or wierd characters]
Drag a theme update.zip onto UpdateBacker.bat
Follow through
Main purpose is so you have a backup incase of those theme flashes that ended up screwing things up.
Note : This is beta, i have only tested on mine.
Hope it works lol.
Updates :
Added adb/java check
Added push to sdcard

EDIT: The entire contents of the unzipped folder need to be inside the tools section of your sdk for the .bat to work.
This is a great little tool. First try for me worked flawlessly.
I'm on a Samsung Captivate if it makes any difference.

SwiftJudgement said:
EDIT: The entire contents of the unzipped folder need to be inside the tools section of your sdk for the .bat to work.
This is a great little tool. First try for me worked flawlessly.
I'm on a Samsung Captivate if it makes any difference.
Click to expand...
Click to collapse
Hey.
Yea forgot to say adb/sdk has to be in path.
Glad u got it working.

If this is like any of your other scripts it'll be a God send. I'll give this a try when I get home.
Thanks.

dully79 said:
If this is like any of your other scripts it'll be a God send. I'll give this a try when I get home.
Thanks.
Click to expand...
Click to collapse
Ur too kind.
Let me know if it works. If people like/use this then i will keep updating and adding features.

Tried this last night and it worked perfect. I backed up my current theme then applied a bunch of corrupt .9's resulting in force close city. Applied the backup and everything returned to as it was.
Top marks once again.
How about an option to backup to flash.zip or a Metamorph file, would this be possible?

dully79 said:
Tried this last night and it worked perfect. I backed up my current theme then applied a bunch of corrupt .9's resulting in force close city. Applied the backup and everything returned to as it was.
Top marks once again.
How about an option to backup to flash.zip or a Metamorph file, would this be possible?
Click to expand...
Click to collapse
Cool glad it worked for you.
Not sure what you mean by flash.zip, it already creates a flashable update.zip. Unless ur referring to renaming it to something else ?
As for metamorph, perhaps but id imagine it might be tricky.

Sorry, I meant an option to choose between exporting to zip or metamorph.
I thought a metamorph option might be a bit tricky, but if you don't ask you don't get

hi
can you reuploade the file please. i want to try this.
greets markus

katsching said:
hi
can you reuploade the file please. i want to try this.
greets markus
Click to expand...
Click to collapse
Try, again

hey thank you very much!

ähhmm hmm ... how i use this tool exactly? where i find this theme update.zip?

Related

General Questions about Themes GO HERE!!!!!

Hello, I am a little new here. I am kind of a newb with a lot of things. I did root my device and replaced the boot images.. but i do not know how to make themes. I was wondering if anyone would be willing to help by making a theme for me?
I added some images as to what i am looking to have done, that is of course anyone is willing to help. it is fairly simple i am looking to get the color scheme and kids icons if possible... maybe have a little fun with the clock or not if its too much work.
If anyone could help me out I would appreciate it... i am a graphic designer more than a programmer.. a lot of this is confusing to me.
I really like this site and hopefully i can be of some help at some point. This is my first post but i plan on posting a lot more.
Nice concept...but I`m not sure if you have looked at this topic http://forum.xda-developers.com/showthread.php?t=467639 It describe how to make a theme and stuff, good starting point anyways. Hope it helps!
Yeah ive seen that thread but it scares me...lol
I really dont know what I am doing with all that stuff. I dont really know if I understood everything in it either :-\
thanx though I will try to follow it and make a theme myself but it might take me a while...lol
RandumAccess said:
Yeah ive seen that thread but it scares me...lol
I really dont know what I am doing with all that stuff. I dont really know if I understood everything in it either :-\
thanx though I will try to follow it and make a theme myself but it might take me a while...lol
Click to expand...
Click to collapse
hahaha I would offer help but unfortunately I am no programmer
Im teaching myself how to make themes as well. I have found it best to read through that walkthrough a million times and then PM a couple of the dev guys to answer specific questions.
Basically this is the process:
- Take a theme that you like for RC30 or ADP1 or whatever you wanna make it in
- Extract 2 folders inside, app, and framework into a new folder on your computer
- Rename add a .zip to the end of the apk files and extract them all so you have a bunch of folders with your app names
- Go into res and find any folder that says drawable and inside of there are the files to edit for your theme. Make sure not to edit the .9.png files.
- Once all your editing is done get into linux and turn all the folders back into zip files, then turn them back into apk files.
- Then take your app folder and framework folder that contain the new files and in linux create it into one zip file.
- Then you send the file back to windows, get the SignAPK files, put your zip in the folder with the SignAPK files and run some commands in the CMD to resign the file.
- Then rename that file update.zip and put it on the SDcard and give it a whirl.
This is how I understand the process after talking to a couple people for the last few days. I am hoping to release my own theme soon and if it works you will know that these steps are right. LOL And dont follow those directions, they are just to give you an idea of the steps involved.
Agusta - haha s ok thanks anyway :-D
@brandenk
why do we need to zip the files in linux? By the way thanks for the theming for dummies guide.
trying it out
brandenk said:
Im teaching myself how to make themes as well. I have found it best to read through that walkthrough a million times and then PM a couple of the dev guys to answer specific questions.
Basically this is the process:
- Take a theme that you like for RC30 or ADP1 or whatever you wanna make it in
- Extract 2 folders inside, app, and framework into a new folder on your computer
- Rename add a .zip to the end of the apk files and extract them all so you have a bunch of folders with your app names
- Go into res and find any folder that says drawable and inside of there are the files to edit for your theme. Make sure not to edit the .9.png files.
- Once all your editing is done get into linux and turn all the folders back into zip files, then turn them back into apk files.
- Then take your app folder and framework folder that contain the new files and in linux create it into one zip file.
- Then you send the file back to windows, get the SignAPK files, put your zip in the folder with the SignAPK files and run some commands in the CMD to resign the file.
- Then rename that file update.zip and put it on the SDcard and give it a whirl.
This is how I understand the process after talking to a couple people for the last few days. I am hoping to release my own theme soon and if it works you will know that these steps are right. LOL And dont follow those directions, they are just to give you an idea of the steps involved.
Click to expand...
Click to collapse
hey thanks... i am gonna try it now
Geo411m said:
@brandenk
why do we need to zip the files in linux? By the way thanks for the theming for dummies guide.
Click to expand...
Click to collapse
I don't know why, something about how linux packages zip files opposed to windows, and yes once I figure it out and find all the problems people can have I am going to make up a nice walkthrough on making themes. But I wouldn't be surprised if there were already some theme manager apps in the works to make this whole process easier.
to tell everybody the truth i do all my themes in windows lol and only windows and it has worked on other peoples devices but shhhh thats out lil secret
package it for me?
Hey I was wondering if anyone could package my files for me?
I don't know linux commands at all and am lost... I did manage to edit the files but I can't put them back together.
If anyone could help with my New problem I would be very grateful!
randumaccess.com/r.a%20rc30.zip
That is the zip with the folders I edited.
Thanks
RandumAccess
Dave Da illest 1 said:
to tell everybody the truth i do all my themes in windows lol and only windows and it has worked on other peoples devices but shhhh thats out lil secret
Click to expand...
Click to collapse
Yes, you can make the update.zip in Windows as long as you have the update script I wrote in linux and you do not edit, or open it in Windows. If you do it will get corrupted.
Stericson
Stericson said:
Yes, you can make the update.zip in Windows as long as you have the update script I wrote in linux and you do not edit, or open it in Windows. If you do it will get corrupted.
Stericson
Click to expand...
Click to collapse
So as long as we take that empty update.zip and just throw the apk's in their respective folders and resign the zip when we are done it should be good to go?
brandenk said:
So as long as we take that empty update.zip and just throw the apk's in their respective folders and resign the zip when we are done it should be good to go?
Click to expand...
Click to collapse
That's correct it should be good to go.
Stericson
I guess I need to start learning how to create some themes
I did something wrong (theme newb)
Dave Da illest 1 said:
to tell everybody the truth i do all my themes in windows lol and only windows and it has worked on other peoples devices but shhhh thats out lil secret
Click to expand...
Click to collapse
how do you do the themes in windows?
heres what i did:
1. I unzipped a theme
2. renamed apk's to zip's
3. unzipped each folder
4. edited the drawable files
5. zipped the folders with winrar
6. renamed them back to apk's
7. then i took the update script from Stericson and opened it with winrar and threw them in the app/framework folders
it didnt work for me.
I dont know linux and use windows, i am a newb with a lot of this stuff. I would like to know so i can create themes to my liking.
any help you could give me would be great!
i have all the files edited i just need to package them now.
thanks,
RandumAccess
make sure you zip the folders inside the main folder. If you're working on launch folder, zip the folder inside the folder named launch not the launch folder itself.
Dave Da illest 1 said:
to tell everybody the truth i do all my themes in windows lol and only windows and it has worked on other peoples devices but shhhh thats out lil secret
Click to expand...
Click to collapse
How about a how-to using the Windows only method??
Geo411m said:
make sure you zip the folders inside the main folder. If you're working on launch folder, zip the folder inside the folder named launch not the launch folder itself.
Click to expand...
Click to collapse
yeah that didnt work either :-(
I would like to see a "Windows Only Theme Tutorial: Super-Newb Edition" ...lol
did you sign each of the edited apk's? and your update.zip file?

[BOOT] Unofficial Droid Boot (metamorph only)

Hi i have just created the Verizon Droid boot up. Its prolly as close as we Dream users are gonna get. If anyone has advice or any other input just post. Thanks
ZIP file is packaged incorrectly. Other than that it seems to work fine. Good job.
ravenjr said:
Hi i have just created the Verizon Droid boot up. Its prolly as close as we Dream users are gonna get. If anyone has advice or any other input just post. Thanks
Click to expand...
Click to collapse
How to install this bootscreen for windows?
a little tutorial please!
thanks
nanevre said:
How to install this bootscreen for windows?
a little tutorial please!
thanks
Click to expand...
Click to collapse
This isnt for a computer or winmo....This is android forum so you cant ask q's like these....You cant use this for windows...The gif is way to small and win have to use a certain format for bootup images...
Ace42 said:
This isnt for a computer or winmo....This is android forum so you cant ask q's like these....You cant use this for windows...The gif is way to small and win have to use a certain format for bootup images...
Click to expand...
Click to collapse
I just want to know how i can install this boot screen
on my g1 rooted
not windows, lol!
How to set this animated bootscreen on my g1
Thanks
nanevre said:
I just want to know how i can install this boot screen
on my g1 rooted
not windows, lol!
How to set this animated bootscreen on my g1
Thanks
Click to expand...
Click to collapse
Here you go.
http://forum.xda-developers.com/showthread.php?t=591329&highlight=metamorph
Karolis said:
ZIP file is packaged incorrectly. Other than that it seems to work fine. Good job.
Click to expand...
Click to collapse
sorry for the packaging error
I just tried to flash through metamorph its saying that it doesn't have a certain file for ot to be flashed through metamorph
Yeah I tried it and I get the samething.
The theme control file exists in the .ZIP, but Metamorph isn't picking it up. Even if I place the .THM file and .ZIP in the AndroidThemes folder on my SD... NO WORKIE!
how to get this to work in metamorph:
1) After u download this file to ur SD, use a file manager such as EStrongs Filemanager.
2) Find the .zip file that you just previously downloaded, click and choose to unzip/extract it.
3) Find the new folder u just extracted to and open it.
4) U will c 2 folders. Delete the Mac one & copy the other to AndroidThemes (located in the root of SD card).
5) Open Metamorph, click Open Existing, find the folder again and then then .thm file.
well... I got this to work, but must say that the image quality is really poor. It looks sorta 8-Bit on my MT3G...
are there any other boot animations available for metamorph?
sig. .
I can wipe, flash and fully restore my android in less than 5 minutes. . HAAH XD
WTF??
good thing i created a back-up before i applied this piece. . theres a hidden (no data) file that screws up the entire sytem. . wipes all critical files and everything is FC. . plus the image quality sucks !
Mod Edit...post cleaned up
xIoNiCx said:
I can wipe, flash and fully restore my android in less than 5 minutes. . HAAH XD
Click to expand...
Click to collapse
HAAH all you want... MY statement is true.
DUH
rbrainard said:
HAAH all you want... MY statement is true.
Click to expand...
Click to collapse
I KNOW, GENIUS.
I was saying I can do it faster than you. . HAAH XD

Help combining framework apks

What I am trying to do (on DC v1.1b5) is combine 3 (or more) signed zips (espresso, clear notification bar, and a taskbar) into an unzipped rom so I can sign it later and flash the whole rom with my changes. (NO I'M NOT GOING TO POST IT AND SAY ITS MY ROM lol)
All of these modifications each change framework-res.apk and com.htc.resources.apk in their own way.
Would I have to figure out every single change to each individual apk and merge them into one file? Or is there another way?
I am not only doing this for my phone, but I am doing this to learn.
Any help would be appreciated
Yes, since there's really no way to tell which files were edited in each theme, you have to go through and find it.
Honestly, the easiest way to do this that I've found is to unzip the archive and scroll through the folders with thumbnails enabled so you can quickly see what they all look like.
I know that the statusbar .pngs are in framework-res.apk/res/drawable-mdpi and they all start with statusbar_* or status_bar*.
The .pngs for the Rosie are found in com.htc.resources.apk/res/drawable-port-mdpi/
EDIT: I would also recommend creating a MetaMorph theme when you get all the files you need. (I'm not sure if it works on 2.1/Sense ROMs, I'm about to use it and find out though) that way you can apply the themes while your phone is on, you can easily transfer it between ROMs, and you only need to use the files that you've changed, instead of the entire .apk. For instructions on creating a MetaMorph theme: http://forum.xda-developers.com/showthread.php?t=591329
on windows 7 you can make one folder called NEWframeworkapk paste all the original file to it, then copy and paste all the files from the others. it will say "do you wish to move and replace "jpg" say yes for all and then you have the changed files.
haha thats what i do? prolly some super easy way though.
Gregalous said:
Yes, since there's really no way to tell which files were edited in each theme, you have to go through and find it.
Honestly, the easiest way to do this that I've found is to unzip the archive and scroll through the folders with thumbnails enabled so you can quickly see what they all look like.
I know that the statusbar .pngs are in framework-res.apk/res/drawable-mdpi and they all start with statusbar_* or status_bar*.
The .pngs for the Rosie are found in com.htc.resources.apk/res/drawable-port-mdpi/
EDIT: I would also recommend creating a MetaMorph theme when you get all the files you need. (I'm not sure if it works on 2.1/Sense ROMs, I'm about to use it and find out though) that way you can apply the themes while your phone is on, you can easily transfer it between ROMs, and you only need to use the files that you've changed, instead of the entire .apk. For instructions on creating a MetaMorph theme: http://forum.xda-developers.com/showthread.php?t=591329
Click to expand...
Click to collapse
Avalaunchmods said:
on windows 7 you can make one folder called NEWframeworkapk paste all the original file to it, then copy and paste all the files from the others. it will say "do you wish to move and replace "jpg" say yes for all and then you have the changed files.
haha thats what i do? prolly some super easy way though.
Click to expand...
Click to collapse
thank you both for the input.
now to go find EVERY change they all make lol
if anyone has an easier way, PLEASE don't hesitate to post lol
regaw_leinad said:
thank you both for the input.
now to go find EVERY change they all make lol
if anyone has an easier way, PLEASE don't hesitate to post lol
Click to expand...
Click to collapse
Gregalous said:
I know that the statusbar .pngs are in framework-res.apk/res/drawable-mdpi and they all start with statusbar_* or status_bar*.
The .pngs for the Rosie are found in com.htc.resources.apk/res/drawable-port-mdpi/
Click to expand...
Click to collapse
Here's a headstart
Gregalous said:
Here's a headstart
Click to expand...
Click to collapse
Thanks
I actually prefer MetaMorph over doing a zip file because all you need are the files that have been changed. However, in 2.1 a lot of files are scattered around or in different places and once the Sprint update comes through who knows where everything will be. Once I finally figured out how to set up the folders the rest I have done became easy...and no need to turn off your phone.
Edit: You can also combine more than one folder at a time
HTC HERO
DamageControl V1
&RoidRage said:
I actually prefer MetaMorph over doing a zip file because all you need are the files that have been changed. However, in 2.1 a lot of files are scattered around or in different places and once the Sprint update comes through who knows where everything will be. Once I finally figured out how to set up the folders the rest I have done became easy...and no need to turn off your phone.
Edit: You can also combine more than one folder at a time
HTC HERO
DamageControl V1
Click to expand...
Click to collapse
Yeah, MetaMorph is pretty cool.
but my problem was actually FINDING the changes in already made zips lol
but I think I got it, well most of the changes (hopefully all)

[REQ] Accurate Battery Mod/Theme

This would be AMAZING to see on the fascinate!
http://forum.xda-developers.com/showthread.php?t=756441
taypotts said:
This would be AMAZING to see on the fascinate!
http://forum.xda-developers.com/showthread.php?t=756441
Click to expand...
Click to collapse
im looking into it... ill see what i can do.
Sweet!! I know it has something to do with the .xml files. Look into a guy named Eugene he was the creator of this I believe..
taypotts said:
Sweet!! I know it has something to do with the .xml files. Look into a guy named Eugene he was the creator of this I believe..
Click to expand...
Click to collapse
yeah... i dont know xml though.... we need to find someone who does xml..
We found anyone that knows XML yet?? I'm really really wanting this!! Lol
As I said before it got lost in the forum crash, I'm pretty sure you just need to copy files from the Captivate version (thread 756627) or original Desire version (thread 756627) into the Fascinate's framework-res.apk and then reinstall that. Will work on it when my phone arrives.
s44 said:
As I said before it got lost in the forum crash, I'm pretty sure you just need to copy files from the Captivate version (thread 756627) or original Desire version (thread 756627) into the Fascinate's framework-res.apk and then reinstall that. Will work on it when my phone arrives.
Click to expand...
Click to collapse
nah already tried that... you have to exit the .xml to update that there is new images for the battery too.... we need an xml person, i promise.
Hello,
I too was interested in this mod so I went ahead and ported it to the Fascinate.
My framework-res.apk is from dh12 I am unsure if this works with the update. There is a readme in the zip file that explains how to install. This is not an update.zip you must push my framework-res.apk using adb or some other method.
I take no responsibility if you brick your phone with this. Make a backup and follow the directions in the readme file. It seems to work ok on my phone, but I'm not going to sit there and watch it drain every percentage point
I take no credit for this I just modified what I found on the OP's linked thread. What I implemented was the battery with the number inside, but you can use any of the other types by replacing the pngs in my framework-res.apk with 7-zip.
If there are any problems let me know.
Enjoy.
Threax said:
Hello,
I too was interested in this mod so I went ahead and ported it to the Fascinate.
My framework-res.apk is from dh12 I am unsure if this works with the update. There is a readme in the zip file that explains how to install. This is not an update.zip you must push my framework-res.apk using adb or some other method.
I take no responsibility if you brick your phone with this. Make a backup and follow the directions in the readme file. It seems to work ok on my phone, but I'm not going to sit there and watch it drain every percentage point
I take no credit for this I just modified what I found on the OP's linked thread. What I implemented was the battery with the number inside, but you can use any of the other types by replacing the pngs in my framework-res.apk with 7-zip.
If there are any problems let me know.
Enjoy.
Click to expand...
Click to collapse
Excellent, yea that framework should work, I have switched from both systems without doing the full update and my phone has been fine.
May I ask the names of the xmls you edited, so I can manually pull them, I don't want to retheme the whole framework-res lol.
EDIT: Nevermind just downloaded and saw that you included the files you edited separately too.
My hero right here!! I'm going to have some fun with themes now!! Lol
Threax said:
Hello,
I too was interested in this mod so I went ahead and ported it to the Fascinate.
My framework-res.apk is from dh12 I am unsure if this works with the update. There is a readme in the zip file that explains how to install. This is not an update.zip you must push my framework-res.apk using adb or some other method.
I take no responsibility if you brick your phone with this. Make a backup and follow the directions in the readme file. It seems to work ok on my phone, but I'm not going to sit there and watch it drain every percentage point
I take no credit for this I just modified what I found on the OP's linked thread. What I implemented was the battery with the number inside, but you can use any of the other types by replacing the pngs in my framework-res.apk with 7-zip.
If there are any problems let me know.
Enjoy.
Click to expand...
Click to collapse
yes! Thanks so much, just got it on my phone and so far so good
is it possible to make the battery the stock blue color?
betostunts said:
yes! Thanks so much, just got it on my phone and so far so good
is it possible to make the battery the stock blue color?
Click to expand...
Click to collapse
I will be working with this tonight and hopefully coming out with a flashable version as well..
Yes implementing this into my remix nextheme as we speak.
Problem is I am making each image one by one lol.
What did you use to decompile and rebuild your apk? I'm just getting android developement/themeing and I noticed there seem to be a couple tools.
Thanks,
Dan
It doesn't seem to change the battery charge images...
(Working on this)
Yeah I keep changing the images and try to put them in a update.zip but I fail.. it doesn't keep up with the actual charge of the battery.
I used apk manager 4.9. You will need to get adb and java for it to work. Also I can't get this program to push the modded apks, but I just do it manually. The program is nice because it kind of guides you through what you need to do.
Also I did not modify the charge icons just the battery drain.
Sent from my SCH-I500 using XDA App
Is apk manager's advice that you don't sign system apks correct?
Threax said:
I used apk manager 4.9. You will need to get adb and java for it to work. Also I can't get this program to push the modded apks, but I just do it manually. The program is nice because it kind of guides you through what you need to do.
Also I did not modify the charge icons just the battery drain.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Thanks - I had seen that but was just apkTool 1.2. I have been using adb and have been successful in making some small tweaks to verify what I am doing.
Regarding signing - it was my understanding that the apks should always be signed to ensure the system doesn't run into problems. I have not proofed how not signing effects things or if there are any side effects to now signing or if an app looks for a specific signature.
References for anyone following this thread...(http removed as I'm a new member and cannot post links yet)
APK Manager --> forum.xda-developers.com/showthread.php?t=695701
apkTool --> forum.xda-developers.com/showthread.php?t=707189
dashultz said:
Thanks - I had seen that but was just apkTool 1.2. I have been using adb and have been successful in making some small tweaks to verify what I am doing.
Regarding signing - it was my understanding that the apks should always be signed to ensure the system doesn't run into problems. I have not proofed how not signing effects things or if there are any side effects to now signing or if an app looks for a specific signature.
References for anyone following this thread...(http removed as I'm a new member and cannot post links yet)
APK Manager --> forum.xda-developers.com/showthread.php?t=695701
apkTool --> forum.xda-developers.com/showthread.php?t=707189
Click to expand...
Click to collapse
You don't want to sign the system apks. It is my understanding that it somehow reuses the old signature. This is what is nice about Apk Manager as it will prompt you with this information so you don't have to guess when you are first learning. It also nicely organizes your projects and allows you to easily zip everything back up.
It also has a nice feature when recompiling a system apk to allow you to copy files from the original apk if unmodified (you delete what you have changed from a directory it created). I needed to do this because when I was first modifying framework-res.apk I would get a blank screen when rebooting my phone. When I had apk manager keep most of the old files it worked perfectly, so if you are having problems with modded xml files try using this feature. It will prompt you when you are recompiling the apk.
Sorry to turn this into the noob apk packaging thread, but I am new to this as well and am happy to share what I've picked up to save any other people some time.

[ADD-ON] Epic, Nexus, and Moment Ringtones (Flashable Zip)

I started a thread on SDX right after the Epic came out with the manual way to get your beloved ringtones back and then some and promised to make it a flashable zip... naturally I feel the need to share this with both communities, so here you go!
Updated with FroYo Sounds:
http://dl.dropbox.com/u/1628974/epic-nexus-moment_sounds_froyo_signed.zip
Enjoy
No link
send it from maldito's phone aka (SolarSystemGalaxy)
You need to copy the text and take the space out. See my note about not being able to post links...
gremlyn1 said:
I started a thread on SDX right after the Epic came out with the manual way to get your beloved ringtones back and then some and promised to make it a flashable zip... naturally I feel the need to share this with both communities, so here you go!
**Technical Difficulties - Can't post to an outside link yet...**
http ://dl.dropbox.com/u/1628974/signed_epic-nexus-moment_sounds.zip
Enjoy
Click to expand...
Click to collapse
Sent from my SPH-D700 using XDA App
brizzle1986 said:
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Did you forget to type something?
I'm now able to post links, YAY!, so I have fixed the first post so that you don't have to copy/paste/edit to get to download!
Thank you much
Ever since I installed this, ring tone selection crashes android system and I have to reboot. Usually happens after 2nd or 3rd selection. Amy ideas why/how to fix? Haven't checked logs yet
Just wanted to stop by and say thanks - Gremlyn1, I've included this collection in SyndicateROM "Fully Loaded".
k0nane said:
Just wanted to stop by and say thanks - Gremlyn1, I've included this collection in SyndicateROM "Fully Loaded".
Click to expand...
Click to collapse
Great
atkailash said:
Ever since I installed this, ring tone selection crashes android system and I have to reboot. Usually happens after 2nd or 3rd selection. Amy ideas why/how to fix? Haven't checked logs yet
Click to expand...
Click to collapse
No idea why at all, unless for some reason the files didn't copy over... have you tried flashing again? The script doesn't do anything except remove the old sound files and add the new ones.
Updated this with new FroYo sounds (some Samsung ui sounds). The .zip is not yet CWM3 compatible, that will come soon. If you have changed the TW_Battery_caution.ogg to TW_Battery_caution.ogg.bak or removed it, etc., then you just need to remove that file. This zip includes a TW_Battery_caution.ogg.bak already, as it got included when I pulled the sounds from my phone.
I took the liberty of updating this package.
Changes:
CWM Script now properly erases all sound files in /system/media/audio prior to copying.
Deleted Ding.ogg and Noisy_One.ogg from Ringtones as they are identical to Noises1.ogg.
Edited title tag of Noises1.ogg from Noisey One to Noisy One.
http://www.multiupload.com/Z1D5N4CRVI
Isira said:
I took the liberty of updating this package.
Changes:
CWM Script now properly erases all sound files in /system/media/audio prior to copying.
Deleted Ding.ogg and Noisy_One.ogg from Ringtones as they are identical to Noises1.ogg.
Edited title tag of Noises1.ogg from Noisey One to Noisy One.
http://www.multiupload.com/Z1D5N4CRVI
Click to expand...
Click to collapse
any chance of converting it from amend --> edify?
for those of you who use CWM3 and want this on your phone.
Extract contents of zip to C:\
Open CMD prompt
Browse to ADB folder
adb push C:\epic-nexus-moment_sounds_froyo_signed\system /sdcard/system
adb shell
#su
#remount rw
#cp -r /sdcard/system/media /system
edit: I flashed your zip on my epic (went back to old CWM and RFS) and it removed the system sound when you click icons and the dialpad sound
blu9987 said:
edit: I flashed your zip on my epic (went back to old CWM and RFS) and it removed the system sound when you click icons and the dialpad sound
Click to expand...
Click to collapse
Dialpad and clicking sounds still work here. Make sure your system volume is not set to 0.
This would be awesome if it was made Edify Scrpitagible.. yes.. scriptigible. I just dropped it via root explorer into the /system/ folder
I'm a newbie to flashing with the Epic.... already bricked my wife's phone once. =)
I upgraded to EH17 using Odin and apparently that messed up all her ringtones and notification sounds. I wanted to know if there was a way I could flash this file using CWM 3.1.0.1. I get an error msg saying that amend scripting is not supported.
etienne97 said:
I'm a newbie to flashing with the Epic.... already bricked my wife's phone once. =)
I upgraded to EH17 using Odin and apparently that messed up all her ringtones and notification sounds. I wanted to know if there was a way I could flash this file using CWM 3.1.0.1. I get an error msg saying that amend scripting is not supported.
Click to expand...
Click to collapse
Take the files out with 7 zip and open a zip file (from a theme!! don't use the srf zip or any other "rom" zips they wipe data) you know works on cwm3. Make a backup and delete all the folders inside besides META-INF then take your old zip and copy the files over to the new zip, of course without the META-INF. Just to clarify you want the new zips META-INF folder only!
Cd's or tapes?
Noob here ....I' am unable to find a zip file which is not a rom file...i wanted to follow the above mentioned procedure of modifying the zip file for using it on CWM3x. Can you tell me which is teh appropriate zip file which i can use for modification so that i can restore the default ringtones of EPIC 4G.
I flashed the legendary rom and saw that many ringtones have been taken off...i want to have stock ringtones back on my system
Grab a flashable theme zip and use that.....
Just make sure inside that zip once you delete out the "theme" contents you leave the META-INF file/folder...
Then make a folder of you own in called
/system
Then inside /system make one called
/media
then inside /system/media/ make one called
/audio
Then place the appropriate folders containing either
/alarms
/notifications
/ringtones
/ui
inside that /audio directory....
Close it up and flash it...
If that is too much for you to follow... Just use this zip I'm providing below..
Blank Flashable
Just open it with WinRaR or WinZip and you will see all the folders in place exactly as I described... Place your contents in the appropriate folders and flash..
followed exactly as mentioned above, downloaded the zip file, opened it and copied the tones as suggested and flashed my phone....the tones did not turn up in the list but i ended up loosing facebook, gmail and couple of other apps !....what could have gone wrong ?
yaji63 said:
followed exactly as mentioned above, downloaded the zip file, opened it and copied the tones as suggested and flashed my phone....the tones did not turn up in the list but i ended up loosing facebook, gmail and couple of other apps !....what could have gone wrong ?
Click to expand...
Click to collapse
Not sure... There is nothing there in that "Blank Flashable" except for the META-INF file with your standard install scripts and then I created the folders & path to the media/audio/
Not to sure what you could have done to cause FB, GMail and others to be lost as a result of that zip file...
BTW, you did make a Nandroid Backup before flashing as normal rule of thumb correct?
FYI, any other devs, etc... willing to verify the zip I posted has nothing to do with erasing/removing those apps described by the member please feel free to do so...

Categories

Resources