Related
Hey all, I'm currently in RA after flashing the recovery image , and I'm trying to install the FRESH rom on there but for some reason when I try to "Flash zip from sdcard" it's telling me "No zip files found." Why is that? I have the whole zip folder placed in the main SD card, so why is it telling me it's not found?
BOOGIE_BOTZ said:
Hey all, I'm currently in RA after flashing the recovery image , and I'm trying to install the FRESH rom on there but for some reason when I try to "Flash zip from sdcard" it's telling me "No zip files found." Why is that? I have the whole zip folder placed in the main SD card, so why is it telling me it's not found?
Click to expand...
Click to collapse
I responded to you on http://GeekFor.Me, but the reason is because RA looks in the root of sdcard, the zips can't be inside of any folders.
So does that mean I have to take out all the individual files and place them directly into the root of the sdcard? Because I just basically copied the download folder and dropped it into the root. Thanks for the reply
BOOGIE_BOTZ said:
So does that mean I have to take out all the individual files and place them directly into the root of the sdcard? Because I just basically copied the download folder and dropped it into the root. Thanks for the reply
Click to expand...
Click to collapse
You need to leave the files in a .zip, but yea that zip needs to be on the root of the sdcard.
The only file you need to install the rom is fresh-cdma-hero-20d.zip (for fresh rom 2.0d). Any other zips are just addons or tweaks or whatever they may be.
flipzmode said:
You need to leave the files in a .zip, but yea that zip needs to be on the root of the sdcard.
The only file you need to install the rom is fresh-cdma-hero-20d.zip (for fresh rom 2.0d). Any other zips are just addons or tweaks or whatever they may be.
Click to expand...
Click to collapse
Hmm, I'm on a Mac and maybe it's me but the link I download from gives me an actual folder rather than a zip. And when I rename the folder to a zip, it gives an error. Is there a mirror link to download an actual zip folder?
Boogie when you download it dont opening after it finishes downloading .. just use the finder to navigate to where its at and then copy that to your sd .. when you open it on a mac it will automatically create the extracted folder .. hope this helps ...
Sounds like your using Safari to download it. To make this easier in the future go to Safari > Preferences > General and make sure that "Open safe files after downloading" is NOT check-marked.
Safari is unpacking the zip file for you. The file you want is in your trash bin, drag it to the root of your SD card and that's it..
Ok I'm gonna give it another go. Since I made it all the way through to the RA stage, there's no reason I shouldn't be able to flash the rom is there?
Thanks for all the help everyone I finally got it to flash the FRESH rom, but once I rebooted it, it's still in the "HTC" branded screen. Is it loading? It's not going anywhere but this screen, although I know it's doing something because the animation shine is moving.
BOOGIE_BOTZ said:
Thanks for all the help everyone I finally got it to flash the FRESH rom, but once I rebooted it, it's still in the "HTC" branded screen. Is it loading? It's not going anywhere but this screen, although I know it's doing something because the animation shine is moving.
Click to expand...
Click to collapse
After flashing a new ROM, it can take up to 10 minutes or so to load.
Nice Everything is all good! Now my last question is how do I get the removed apps from the ROM back onto here? I actually prefer to have some of those programs back onto the phone.
BOOGIE_BOTZ said:
Nice Everything is all good! Now my last question is how do I get the removed apps from the ROM back onto here? I actually prefer to have some of those programs back onto the phone.
Click to expand...
Click to collapse
There is a link in the release notes to download all the removed apk's from Fresh Rom. You will then need to use adb push to push them back to /system/app. Search for how to setup adb on a mac as I honestly don't know.
ok i admit i am a noob at this. i have been looking, i have googled and all i get is more goop.
can someone please tell me how to install all these nifty themes here?
sorry i am such a moron... but thanks in advance
piperthedj said:
ok i admit i am a noob at this. i have been looking, i have googled and all i get is more goop.
can someone please tell me how to install all these nifty themes here?
sorry i am such a moron... but thanks in advance
Click to expand...
Click to collapse
are you looking for android itself or just themes?
jadenj5 said:
are you looking for android itself or just themes?
Click to expand...
Click to collapse
currently using superE, i have used ALL the current builds with the exception of superHero. went NAND about a week ago. wanting to be able to USE some of the themes- is there an installer? or how do they work?
1) Find the theme you wish to download and, well, download it. The file downloaded needs to be in a .tar format (usually called androidupdate.tar).
2) Take the androidupdate.tar file and put it in the ANDBOOT folder on your SD card.
3) Soft reset your phone and hold down the center button on the d-pad during boot to get to the menu.
4) Select Option 4 - Install Update.
5) Let the installer do it's thing. When it is completed you will be brought back to the installer menu.
6) Soft reset the phone once more and enjoy your new theme.
That should do it for you!
ptcfast2 said:
1) Find the theme you wish to download and, well, download it. The file downloaded needs to be in a .tar format (usually called androidupdate.tar).
2) Take the androidupdate.tar file and put it in the ANDBOOT folder on your SD card.
3) Soft reset your phone and hold down the center button on the d-pad during boot to get to the menu.
4) Select Option 4 - Install Update.
5) Let the installer do it's thing. When it is completed you will be brought back to the installer menu.
6) Soft reset the phone once more and enjoy your new theme.
That should do it for you!
Click to expand...
Click to collapse
ok now i am just bamboozled.... i know i am not the most knowledgeable at this but aren't these the same directions to load a new android rom? not trying to be combative just thoroughly confused by now.
thanks again
Installing a ROM would be Option 1 - Install System.
Themes are applied via Option 4. When you select #4 the installer unpacks the androidupdate.tar file and overwrites existing files on your phone's NAND to apply the theme. If you choose install system (#1) it wipes the phone and uses a file called androidinstall.tar to reinstall (different file from androidupdate.tar).
So, basically once you install your ROM on NAND all updates, themes, etc will be need to be installed via Option 4.
Itd be a good idea to add this to the FAQ- I didnt know this either
thanks for the help much apprecited
Well I haven't had much time lately to make themes but I figured i got enough time to explain how. This is how i do it in windows 7.
1) First thing i assume that you already have androidsdk on the root of your C drive. Lets go ahead and add it to your system path. If it's not called androidsdk go ahead and change it to that. Now open up your startmenu, right click computer, click properties, then click advanced system settings, in the advance system settings select environment variables. In the second box down look for path select it and choose edit. copy and paste this
Code:
;C:\androidsdk\tools
in there. Click okay.
2) download the jre and jdk from here and install them. Now you need to add them to your system path so copy paste this
Code:
;C:\Program Files (x86)\Java\jre6\bin;C:\Program Files (x86)\Java\jdk1.6.0_20\bin
to your system path just like you did in the first step.
3) Download apk manager from here. Now run it and when it says clean out all current projects click yes. Now thats ready to go.
4) Download an image editing program. I use gimp. Also if you don't have it 7-zip
your all set to go now so lets start over with the numbers
1) choose a mymode apk and extract it with 7-zip. Open up the res folder select a png that you want to change and change it with the image editor you chose.
2) when you've changed the images you want open up the original apk as an archive with 7zip. Then place the res folder of the modified unzipped apk into the archive and close the archive.
3) Now open up apk manager and place the mymode apk into the place here for signing folder click script batch choose no then type 15.
4) Now put the newly signed apk into your androidsdk/tools folder and close apk manager.
5) open command prompt and type this
Code:
cd\
cd androidsdk/tools
adb install whatever.apk
I'll update this with pics a more thorough guide.
Thanks to everyone that made this easy
reserved for themes to come
Thanks been waiting for a thread like this.
thanks, if i ever get any free-time between jobs and kid and fiancee i will look into this a little more
This is an awesome guide! I messed around with theming mytouch/g1 back when I had one.. so this will be great to make some themes for the slide..
One question though.. let's say you pull the nest theme.. theme it and re install it.. will it just override the nest theme or in the theme listing will it appear as a new theme and still allow you to have the original theme?
Sent from my T-Mobile myTouch 3G Slide using XDA App
ryanolson7 said:
One question though.. let's say you pull the nest theme.. theme it and re install it.. will it just override the nest theme or in the theme listing will it appear as a new theme and still allow you to have the original theme?
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
The nest theme is in the framework, its not an .apk like the rest, its built into the system. The rest of the mymodes themes are .apks and if you edit those they will override the stock "nest" theme. The only way it will show up different in the theme chooser is if you edit the preview snapshot to be a preview of your theme. If you wanna keep the original theme, the nest theme is it and you should edit a different theme .apk...
-BMFC
Sent from my ROOTED MyTouch3G Slide
Okay so I got the next three days off and I already got two mymode themes pretty much done well their done but I just learned of a way to change the name so they are there own standalone apk instead of using another apk name. I've been using puppypride (which by the way isn't puppies those are full grown dogs) and switching out the pngs and you couldn't have the regular puppypride now you can have both
hope you don't mind but I did a mod of your themes and took out the bubbles since some people always create threads about it
Help with following guide
I am a newb at this so please don't attack me if I am doing something wrong. I have been struggling with following the guide posted to make mymode themes. I have successfully got up to the step of signing the apk file. I modified the files in the free_kick.apk. When I try to use APK Manager 4.8 and using the directions given the file just gets erased and nothing happens. My log file just shows errors. Any help with a more detailed directions one what to do in APK manager as I am trying different things and not getting anywhere. I use the option 15 like told in the guide. I can send my modified apk file to anyone if they can get this to work and get it installed that would be appreciated so much. I hope I can figure this out my own but thought I would try get help from the forums. Thanks in advance.
impimms said:
I am a newb at this so please don't attack me if I am doing something wrong. I have been struggling with following the guide posted to make mymode themes. I have successfully got up to the step of signing the apk file. I modified the files in the free_kick.apk. When I try to use APK Manager 4.8 and using the directions given the file just gets erased and nothing happens. My log file just shows errors. Any help with a more detailed directions one what to do in APK manager as I am trying different things and not getting anywhere. I use the option 15 like told in the guide. I can send my modified apk file to anyone if they can get this to work and get it installed that would be appreciated so much. I hope I can figure this out my own but thought I would try get help from the forums. Thanks in advance.
Click to expand...
Click to collapse
Actually the guide needs to be fixed a little because i'm guessing your getting compiling errors when using apk manager? But the best way to do this is to open up the mymode theme (using 7zip) as an archive delete meta-inf folder then replace the pngs with ones of your choice as long as they are the same scale. Then resign. and install
totally lost
I've followed these directions to a T and when it comes to using the apk manager i am getting nothing, please help
You guys that are having trouble with apk manager...its honestly not necessary to use Apk Manager for this. Mymodes themes are system .apks and shouldn't be re-signed. What you need to do is forget about apk manager (for now) and drop the UNsigned .apk into the ROM update you are using, and resign the whole ROM using the autosign tool created by jesusfreke. Or just adbpush the .apk. but don't resign the .apk.
Here's the link for the autosign tool to sign ROM updates. its in the THIRD POST and its auto-sign .zip, NOT the signing.zip in the first post. you can put it anywhere you want and you just drop (a copy of) your ROM update in the autosign folder, rename it update.zip, then run the sign.bat to sign. it will create another file, update-signed.zip. you shouldnt need to wipe when flashing the same ROM over itself, but i cant guarantee this is true for all ROMs.
you can also make an update that will only flash the .apk to /system/app, and nothing else will be changed. basically just make a copy of the update for the ROM youre using, then delete everything but the /system directory from the zip. then go into that /system directory and delete everything but the /app directory, then go into it and delete all the .apks and odex file or whatevers in there. ALL OF IT. when you are finished you should have an update with nothing in it but a /system/app directory. you put your modded .apk in there in /system/app, and thats it for that.
then you must edit the update script and remove MOST of its contents so that it only does what you want it to. THIS IS IMPORTANT! Go here to learn how to create an update script. what youll need is way simpler than the examples, youll want it to look basically like this...
Code:
assert compatible_with("0.2") == "true"
show_progress 0.1 0
copy_dir PACKAGE:system SYSTEM:
show_progress 0.1 10
this update script will copy ANYTHING in the /system directory to /system on your device, regardless of subdirectories. that means anything in /system will go in /system, anything in /system/app will go to /system/app, etc. but since you only have one .apk in there it wont mess with anything but what you put in there. this way, you have a NOWIPE update for...well, whatever you want to put in it.
so you just drop the new shortened update-script in /META-INF/com/google/android/
and then use the autosign tool to resign your new update then flash away! This also takes less time cus its only flashing one file instead of flashing a whole ROM just to replace that one file...
hope this helps...
-BMFC
Sent from my T-Mobile myTouch 3G Slide using XDA App
So you cannot do this on t-mobile's rom which is 2.1 right now? I'm leery of rooting in case they ever release froyo
Tbrewer80 said:
So you cannot do this on t-mobile's rom which is 2.1 right now? I'm leery of rooting in case they ever release froyo
Click to expand...
Click to collapse
I'm having issues with this as well... After I do the whole signing apk thing, it installs fine, but when I go to MyModes, the preview is black and when I select it, the MyModes app force closes. I don't get it.
How do you install this on a rooted cappy running cog 2.2 beta6??
i tried using astro file manager doing the copy and paste method but it wouldnt let me paste in the folder where the framework res file was it isnt compatible with clockwork mod sooooo im left clueless on how to do this... is there any other way way to flash this?? maybe in terminal?? can someone please chime in and help a noob
thx in advance.
Firespits Circle Battery Mod
It tells you right there under how to install.
Sent from my SAMSUNG-SGH-I897 using XDA App
IllegalOpcode said:
It tells you right there under how to install.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
im looking for help buddy im new to this...i obviously read how to install it and failed
if ur talking about adb I dont have a windows computer can't use adb even if I did I dont know how to use it to type in the code plus read the rest of my post I tried the other method and it didn't work...
anybody else?
[edit]
Look below for the correct way
I did this mod on mine and I am using Cognition 2.2beta 5 with 2e kernel.
The proper way to do this is, Get Root Explorer from the market. Make a backup copy of your framework-res.apk and save it to your PC in case you have a problem. Click over the link for the battery mod you want and download it directly to your phone. Then go to Root Explorer and find the download, rename it to framework-res.apk and copy and paste it over your current framework-res.apk. the framework will be located in the system folder. You will find the battery mods for cognition on a thread for stock lockscreen and battery mods in the development section of the forum.
http://forum.xda-developers.com/showthread.php?t=799511 only use the battery mods from this thread for Cognition ROM you are running.
Sent from my SAMSUNG-SGH-I897 using XDA App
Rhiannon224 said:
:
That is the wrong method for Cognition based ROMS. Do not use this method, this dosen't work as an update.zip. I did this mod on mine and I am using Cognition 2.2beta 5.
The proper way to do this is, Get Root Explorer from the market. Make a backup copy of your framework-res.apk and save it to your PC in case you have a problem. Click over the link for the battery mod you want and download it directly to your phone. Then go to Root Explorer and find the download, rename it to framework-res.apk and copy and paste it over your current framework-res.apk. the framework will be located in the system folder. You will find the battery mods for cognition on a thread for stock lockscreen and battery mods in the development section of the forum.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
+1
Sent from my SAMSUNG-SGH-I897 using XDA App
Connect to your computer, make sure you're in Debugging mode, and mount your SD card to copy files from your computer to your phone. Select which version of Fightspits you like, re-name it "framework-res.apk" and copy it to your phone. Make sure to unmount your SD card from your computer
Using Root Explorer (VERY IMPORTANT!! Make sure the grey bar at the top says Mount R/O, if it says Mount R/W, click it) go to location /system/framework and find the file "framework-res.apk" touch it and hold until Options comes up, and select "Copy". I paste it to my External SD card in a folder I create named "Backup".
Then go back to the location that you saved your renamed Fightspit apk, copy it and paste it to /system/framework. Say yes to overwrite the existing file.
Reboot and your done
Got it?
nevermind, not correct
j101399j said:
@Riannon224; and @mcord11758
please re-read the OP's and the 1st line of my post,
You are correct IF you are running froyo and a Cog version prior to 6. However the OP and my post are not talking about Cog prior to beta 6. The update.zip does not work with Cog beta5 becasue Cog beta5 uses the recovery 3e and not the 2e; and the 3e recovery does not accept update's that are not correctly signed. Cog Beta 6 and Cog 7 uses the modified JI6 kernel and uses the 2e recovery which does accept unsigned update.zip's
My method does not require spending any money; and since the upate.zip does work on Cog6, use Rom Manager to backup your phone.
Your method will also work, and in the case of the OP so will mine. I have used Beta6 and 7 and my method works perfectly. I will say that your method it more details and the real proper way to do this, however to make it easy....
[edit] If you are running Cog 5 or Froyo and want to enable using update.zip files, flash the kernel here: http://forum.xda-developers.com/showthread.php?t=804226 it reactivates the 2e recovery, and is the same kerenl that is used in Cog 6 and 7
Click to expand...
Click to collapse
I have the kernel flashed with 2e recovery on my phone, I did it prior to Cognition beta 6 so I didn't need to flash beta 6 because I did the fix manually a few days before Designgears updated. This is from the mod thread, read it for yourself.
http://forum.xda-developers.com/showthread.php?t=799511
JI6 Mods
Changelog
Update 10/12:
Added Version Z / Guage indicator.
Added original android.policy.odex from JI6 for those who don't like Cog using mine as default.
Update 10/5 Again:
Added Circle battery indicators (valid for all 2.2 JI6)
Update 10/5:
Added Deodexed version to work with Cognition 2.2 Beta 2
v1 -> v2:
Fixed bug with text/missed calls allowing puzzle lock to return.
What are these?
Stock Lock
-Modifies your lock screen to re-enable the stock android lock screen.
-This INCLUDES the "disable menu button" fix (so you can't unlock with the menu button).
-This will REMOVE the current glass/puzzle lock screen, to restore glass, put your old android.policy.odex back!
Circle Battery Indicators
-This changes the battery indicator to a different theme.
-See Fightspit's thread for screenshots: http://forum.xda-developers.com/showthread.php?t=724778
-Your background will default to the Cognition background since that's which APK I started from. (just change it)
Make backups of your current file(s)!
How to install:
1. Download the file for the mod you want.
2. Back up your current file!!! (cp /system/framework/<file> /sdcard/<file>.bak)
3. Replace your existing file /system/framework/<file>. REMEMBER SU if necessary.
3a. Via ADB: adb push <file> /system/framework/<file>
3b. Via terminal emu: cp <file> /system/framework/<file>
3c. Via root explorer, etc. Copy paste. (easiest method if you are unsure)
5. Reboot and enjoy.
It does not matter about 2e, that is not the issue, this battery mod for Froyo is not a flashable.zip.
In the OP the link was the deodexed version which I do not believe works with an Odexed ROM and he stated and incombatabilty issue. He does not have access to ADB and I am not trying to make him spend money on Root Explorer but it is an easy way to access the root and modify framework-res.apk when adb is not an option.
Here is the version from the OP it is not for JI6
http://forum.xda-developers.com/showthread.php?t=756627
How to install:
this does not work with rom manager
copy the file over to the root of your sdcard, rename it update.zip, reboot into recovery mode, select "reinstall packages"
I897UCJH7 / I897UCJH3 / I897UCJH2 / I897UCJF6 (captivate only)
Version A: http://www.ponack.net/designgears/battery_mod/I897UC_version_a.zip
Version B: http://www.ponack.net/designgears/battery_mod/I897UC_version_b.zip
Version C: http://www.ponack.net/designgears/battery_mod/I897UC_version_c.zip
Version D: http://www.ponack.net/designgears/battery_mod/I897UC_version_d.zip
Version E: http://www.ponack.net/designgears/battery_mod/I897UC_version_e.zip
Version F: http://www.ponack.net/designgears/battery_mod/I897UC_version_f.zip
Version G: http://www.ponack.net/designgears/battery_mod/I897UC_version_g.zip
With Evo Black Bar Mod:
n the OP the link was the deodexed version which I do not believe works with an Odexed ROM and he stated and incombatabilty issue.
Click to expand...
Click to collapse
Makes sense; I missed that part. Edited my original post as in this case will cause issues.
Can you edit your post after mine to remove those steps, just in case
j101399j said:
Makes sense; I missed that part. Edited my original post as in this case will cause issues.
Can you edit your post after mine to remove those steps, just in case
Click to expand...
Click to collapse
Yes sir, I did. I hope he gets it working.
when i copied and pasted it using root explorer the app forced closed...and now when i reboot the phone turns on but screens all black and does not load up
bricked??
cebb said:
when i copied and pasted it using root explorer the app forced closed...and now when i reboot the phone turns on but screens all black and does not load up
bricked??
Click to expand...
Click to collapse
No just flash with Odin back to stock and then reflash your version of Cognition, I am not sure what went wrong, that is the method I used although, I had to do this process twice to get it right. I had to Odin back to stock and reflash Cognition and it worked on the second try. Post your question on the section for the mod. You used this one I hope. http://forum.xda-developers.com/showthread.php?t=799511 Make sure you copied and pasted only the framework-res.apk in the system/ data / framework.
Dude, I would just use metamorph. You can copy any paste the png files if you don't like minimalistic battery circle.
http://forum.xda-developers.com/showthread.php?t=760106
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...