Metamorph not working - EVO 4G Themes and Apps

Well I am trying to install metamorph on my girlfriends rooted EVO to give her the modified notification bar but when I try to open it it says there is not enough space on /system. There is plenty of space both on the phone and sd card, tried re-installing with no luck. This never happened when I used it on my phone.
Is there any other way other than adb to install that modified notification bar?

I had the same issue with metamorph, fixed it by using root explorer to mount /system as RW. Make sure you remount it as RO after you reinstall metamorph
Sent from my PC36100 using XDA App

Yeah I read about that method but I am being kind of cheap lol Is there not another way?

punkerEVO said:
I had the same issue with metamorph, fixed it by using root explorer to mount /system as RW. Make sure you remount it as RO after you reinstall metamorph
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Well looks like that will be the only way then. Is there a guide on how to do this exactly?

Still cant get this to work...

Just keep trying it, mine said that the first two times and when I tried again it was working. Its seems to be a bug or something, keep trying.

Tried numerous times over the past 3 weeks. Also tried root explorer by mounting /system as rw and nothing.

What info?
Anyone have a solution yet?

Did you run busy box before mounting as RW?
Sent from my PC36100 using XDA App

VOODOOTRIP said:
Did you run busy box before mounting as RW?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
How exactly do I do that? Doesnt CM6.1 come with it or do I install via titanium backup?
And do I just go into root explorer, mount, and then exit and then try to open metamorph again?

In hboot at the top does it say s off? I had this sort of problem before and found out that I had s on.(not sure how it came back on though) if that is the case there is an update.zip in the unrevoked thread that will fix it.

Ill check when I have the phone again later (its my girlfriends). Used the new unrevoked to root it.

cheyne1 said:
In hboot at the top does it say s off? I had this sort of problem before and found out that I had s on.(not sure how it came back on though) if that is the case there is an update.zip in the unrevoked thread that will fix it.
Click to expand...
Click to collapse
That did it. Thank you!

I had this same problem.
If you manualy open the apk and put the zip and zipalign into system/xbin it will fix your problem
Sent from my slutty assistant. (HTC incredible)

synisterwolf said:
I had this same problem.
If you manualy open the apk and put the zip and zipalign into system/xbin it will fix your problem
Sent from my slutty assistant. (HTC incredible)
Click to expand...
Click to collapse
Once I flashed unrevoked forever to s-off it started up just fine.

Related

Update Gmail App

I am looking for the updated gmail app. Does anyone have the .apk file?
Sent from my PC36100 using XDA App
Version 2.2 is what I have, or is there something newer?
Sent from my EVO with swype on the XDA app
It has been updated today. Ive been looking for it too
Sent from my PC36100 using XDA App
try this one.. taken from a zip in the first post on the following thread:
http://forum.xda-developers.com/showthread.php?t=735596
version 2.2.1 gmail.apk
You may need to push through ADB as it was taken from a flashable package.
Edit: I can confirm this works. Just installed it on my phone. Rebooted and got the "whats new" screen when first opening gmail. Also reply button is at the top along with all other changes.
To install, copy over to /system/app with root explorer or push through ADB with "adb push Gmail.apk /system/app"
Verified also working on other phones. Also, if you are on an odex'd rom, make sure you delete original .apk and .odex files.
works good on Fresh 3.1.0.1, thanks!
I am running BS 1.4 and I can't get it to work. I was an idiot and overwrote the original gmail.apk. Do yall have the original froyo gmail.apk.
Thanks ahead.
Never mind I got it to work and I love it.
Thanks superevilllama!!!
I can install the APK onto my phone but I wouldn't mind waiting for the official release of the app.
Does anyone know how it will become available? Is it through an OTA or will it be in the Market?
What else has changed besides the snapping to top reply button bar?
oxeneers said:
What else has changed besides the snapping to top reply button bar?
Click to expand...
Click to collapse
According to androidcentral.com it includes "lots more stuff you will love" in addition to that. They do have some screenshots though..
http://www.androidcentral.com/newest-google-apps-bring-welcome-changes-gmail
cant u just update it on the marketplace or no?
SiL3nTKiLL said:
cant u just update it on the marketplace or no?
Click to expand...
Click to collapse
If I would have posted that, I probably would have searched the marketplace first to find out that no you cannot, at least not yet.
I think google may be moving everything towards being able to update individual gapps through the marketplace, but not quite yet. Plus I am not sure whether this has been officially released.
Can anyone explain how to install this via terminal emulator?
I've tried "cp" and I've tried "install" - always get the "File exists" error.
Am I using the wrong command? Can't use adb since I'm not at my computer for a while.
fchipm said:
Can anyone explain how to install this via terminal emulator?
I've tried "cp" and I've tried "install" - always get the "File exists" error.
Am I using the wrong command? Can't use adb since I'm not at my computer for a while.
Click to expand...
Click to collapse
Try just cut and paste with root explorer and reboot. A whole lot easier.
Either way you have to mount /system/app as RW before it will let you modifiy it.
superevilllama said:
Try just cut and paste with root explorer and reboot. A whole lot easier.
Either way you have to mount /system/app as RW before it will let you modifiy it.
Click to expand...
Click to collapse
Hey thanks for this. Never tried Root explorer - worked like a charm. Dunno why I've always been messing with terminal and adb when it's been this easy

Problems with sprint wifi hotspot

I have the latest fresh evo rom and the wifi hotspot is not installed in the rom but the apk is provided, i try to install it but I get application not installed, how can I install it?
Sent from my PC36100 using XDA App
unkn0wnz said:
I have the latest fresh evo rom and the wifi hotspot is not installed in the rom but the apk is provided, i try to install it but I get application not installed, how can I install it?
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
You have to remount the /system partition as RW. You can do this one of two ways:
adb remount
or from the shell:
mount -o remount,rw /dev/block/mtdblock4 /system
Then you have to copy the APK into the right folder which is:
/system/app
So try:
cp /sdcard/fresh-removed-apks-3/HtcFMRadio.apk /system/app
navigate to fresh folder and type those commands above. Just use WifiRouter.apk instead of FM Radio.
Thanks for your reply but I just tried this and still get the same thing...
Sent from my PC36100 using XDA App
I had the same problem with OMJ's rom. I zipped it up and flashed it from recovery.
chas123 said:
I had the same problem with OMJ's rom. I zipped it up and flashed it from recovery.
Click to expand...
Click to collapse
Worked first try.....thanks
Sent from my PC36100 using XDA App
sprint hotspot application not installed
Hello I'm getting the same thing as well, I'm running the lated version of fresh also. I am very new at this and do not understand any of the steps you all just mentioned other than the part about zipping up the file and flashing it from recovery. I did try that method and it did not work. I would like to know if there is a much more user friendly method of doing this. I would appreciate any help.
thanks
milk10man said:
Hello I'm getting the same thing as well, I'm running the lated version of fresh also. I am very new at this and do not understand any of the steps you all just mentioned other than the part about zipping up the file and flashing it from recovery. I did try that method and it did not work. I would like to know if there is a much more user friendly method of doing this. I would appreciate any help.
thanks
Click to expand...
Click to collapse
Click to download the wifirouter.zip file from chas123 (a couple of posts up)...put in on the root of your SD card...Nand backup and flash.

TWC TV app for a rooted phone?

The streaming part of TWC's app was just released. And of course, being the jerks that they are, it doesn't work on rooted devices.
Any workaround?
Don't tell me to clear data. It doesn't work.
Is there any way to run the app without root permission or to fool the app?
I offer a $10 donation to any Dev who can make this work.
There's gotta be a work around... been waiting a while for this
Sent from my SGH-I777 using xda premium
Second the motion...
I believe there are other apps that have been fooled, so I would hope this wouldn't be too hard to get around.
And there's a post on Droid Life that OTA Rootkeeper "and other apps" don't help...
I hate TWC. Everything they do I hate. The app is a great idea, they just shouldnt block users for taking control of their device. Just wait until a fix comes out, like FTW for ios.
OK... got it working. Apparently, all this app checks for is the presence of Superuser.Apk... I went in using Root explorer, System,App... and renamed Superuser to ultrauser (my choice) rebooted phone and vuala Live TV... WINNING... got this info off of another forum but I've gone too far to look back and give props... Sorry... Enjoy!
Sent from my SGH-I777 using xda premium
jclav85 said:
OK... got it working. Apparently, all this app checks for is the presence of Superuser.Apk... I went in using Root explorer, System,App... and renamed Superuser to ultrauser (my choice) rebooted phone and vuala Live TV... WINNING... got this info off of another forum but I've gone too far to look back and give props... Sorry... Enjoy!
Sent from my SGH-I777 using xda premium
Click to expand...
Click to collapse
That's awesome! I will definitely try this!!!!
jclav85 said:
OK... got it working. Apparently, all this app checks for is the presence of Superuser.Apk... I went in using Root explorer, System,App... and renamed Superuser to ultrauser (my choice) rebooted phone and vuala Live TV... WINNING... got this info off of another forum but I've gone too far to look back and give props... Sorry... Enjoy!
Sent from my SGH-I777 using xda premium
Click to expand...
Click to collapse
It kinda worked for me , you guys should try that method too . I think it should work for some and not all can use that method . Thank you , jclav85 .
Glad to help
Sent from my SGH-I777 using xda premium
Help
Jclav,
How did you rename the Superuser.apk? I have tried to figure it out, but I can't. I am trying to get TWC TV to work on my Motorola Triumph that is rooted and I can't figure it out. Can you help me please?
Using root explorer go to the folder where the app is. Click the button at top that says Mount RW. It will then say Mount RO. Then long press the file. Click rename and name it. Then exit root explorer.
Oh how I hope this works on my Kindle Fire. I installed CM9 especially for the TWC live TV but was very disappointed when I couldn't use it.
I will try this tonight. Thanks
Really easy work around for a million dollar company.
This didn't work for me so I installed the app from boosted
Sent from my Kindle Fire using XDA
Isnt it a little risky changing the superuser?
Will that interfere with anything else that uses superuser by default?
nope.
Will try the method..
85gallon said:
Using root explorer go to the folder where the app is. Click the button at top that says Mount RW. It will then say Mount RO. Then long press the file. Click rename and name it. Then exit root explorer.
Click to expand...
Click to collapse
Im in root explorer and not seeing the mountRW or mountRO. When I simply long click the superuser app and rename, it does not take. Root Browser shows root access in superuser. I must be missing something.
Concrete B said:
Im in root explorer and not seeing the mountRW or mountRO. When I simply long click the superuser app and rename, it does not take. Root Browser shows root access in superuser. I must be missing something.
Click to expand...
Click to collapse
Look at my screenshot. Tap on the mount button until it looks like mine. You can see I renamed mine to wolf user.apk
GrayTheWolf said:
Look at my screenshot. Tap on the mount button until it looks like mine. You can see I renamed mine to wolf user.apk
Click to expand...
Click to collapse
Haha, I made a clerical error. I was in jrummys root browser, switched to root explorer and hooked it right up. Thanks
Concrete B said:
Haha, I made a clerical error. I was in jrummys root browser, switched to root explorer and hooked it right up. Thanks
Click to expand...
Click to collapse
-

Why can't I edit build.prop or push to /system/app?

Odd.
In the original firmware I was able to edit build.prop to change my dpi to 120 but now I cannot. It won't save any changes. Also, I tried pasting an .apk into my /system/app folder and it blocked me. Then I tried pushing it with adb and it gave me a read-only error.
I know I am rooted - can run Titanium Backup, etc.
Anyone have any idea?
mitchellvii said:
Odd.
In the original firmware I was able to edit build.prop to change my dpi to 120 but now I cannot. It won't save any changes. Also, I tried pasting an .apk into my /system/app folder and it blocked me. Then I tried pushing it with adb and it gave me a read-only error.
I know I am rooted - can run Titanium Backup, etc.
Anyone have any idea?
Click to expand...
Click to collapse
Did you try another root explorer?
Root explorer can be finicky.
Also try clearing it out of super su and and reallowing it. Or wipe app data.
But from my experience with root explorer, I have always hated it!! Try File Manager HD, It is great and has root explorer and system mountable all the time
BeerChameleon said:
Did you try another root explorer?
Root explorer can be finicky.
Also try clearing it out of super su and and reallowing it. Or wipe app data.
But from my experience with root explorer, I have always hated it!! Try File Manager HD, It is great and has root explorer and system mountable all the time
Click to expand...
Click to collapse
Downloaded File Manager HD. Tried replacing the Snotes.apk. No dice. All attempts do do anything with that .apk fail. Seems pretty well locked down.
Same thing with build.prop. No changes will save.
mitchellvii said:
Downloaded File Manager HD. Tried replacing the Snotes.apk. No dice. All attempts do do anything with that .apk fail. Seems pretty well locked down.
Same thing with build.prop. No changes will save.
Click to expand...
Click to collapse
Hmm..
I will try it on my note and see if it works.
Also did u make sure it was called the right name and have the right permissions?
I will let you know tomorrow or maybe tonight if it works
Yep. I've done all this many times before. They have Snotes locked down tight.
Sent from my GT-N8013 using Tapatalk 2
mitchellvii said:
Yep. I've done all this many times before. They have Snotes locked down tight.
Sent from my GT-N8013 using Tapatalk 2
Click to expand...
Click to collapse
You don't have proper root. Reroot and try again. Works like a charm! See below.
Sent from my GT-N8013 using XDA Premium HD app
Huh that seems odd as everything that requires root to work seems to work just fine. Oh well will give it a shot.
Curious as to which method you used to achieve root?
Sent from my GT-N8013 using Tapatalk 2
did you make sure to mount the system folder as r/w? i've never memorized the command since i just use root explorer.
madsquabbles said:
did you make sure to mount the system folder as r/w? i've never memorized the command since i just use root explorer.
Click to expand...
Click to collapse
Yes I did everything correctly. Just not working. That's OK.
Sent from my GT-N8013 using Tapatalk 2
mitchellvii said:
Huh that seems odd as everything that requires root to work seems to work just fine. Oh well will give it a shot.
Curious as to which method you used to achieve root?
Sent from my GT-N8013 using Tapatalk 2
Click to expand...
Click to collapse
Custom Recovery, root.zip, TriangleAway. Although root access is being granted, there may be an issue with permissions on "/system". Tried fixing permissions yet?
Sent from my GT-I9300 using XDA Premium HD app
Mister_Mxyzptlk said:
Custom Recovery, root.zip, TriangleAway. Although root access is being granted, there may be an issue with permissions on "/system". Tried fixing permissions yet?
Sent from my GT-I9300 using XDA Premium HD app
Click to expand...
Click to collapse
No haven't done that. Will run a permissions fix.
mitchellvii said:
No haven't done that. Will run a permissions fix.
Click to expand...
Click to collapse
I was wondering if you have resolved this issue because im having the same problem now. Do you recall doing anything that may have caused this issue? Everything for me started going heywire once i installed init.d support just a second ago. I Can r/w and r/o in certain parts of the system but i cant paste anything anywhere. I also noticed increase cpu load afterwards. Might i add this is the second time i have had these issues after installing init.d support script. The way i solved this the first time was i had to odin stock firmware and this solved everything. Id like to refrain from doing this again though because ill loose all my stuffs and have to set everything up again.
Sent from my GT-N8013 using Tapatalk 2
How did you achieve root? In other threads, problems with write access to /system are reported when a rooted firmware was flashed. Only the method with CWM (install CWM, flash SuperSU) did work.
akxak said:
How did you achieve root? In other threads, problems with write access to /system are reported when a rooted firmware was flashed. Only the method with CWM (install CWM, flash SuperSU) did work.
Click to expand...
Click to collapse
Oh the first time i rooted with the CWM method. But the second time, i did odin a rooted firmware Now that i think about it, the first time i was able to write to /system but now i can't after a rooted firmware flash. So the init.d script wasnt the problem. I just made an assumption because before, i havent touched anything in /system but when i installed init.d script it was actally the first time i tried to edit /system after the rooted firmware. So yes looks like im going to have to odin a stock non-rooted firmware. Thanks man! Makes alot of since now.
edit: couldn't i just try the cwm method and see it it overwrites, cause the only UEALGB firmware i can find is prerooted. I don't want to switch to UEALH2.
Sent from my GT-N8013 using Tapatalk 2
mitchellvii said:
Odd.
In the original firmware I was able to edit build.prop to change my dpi to 120 but now I cannot. It won't save any changes. Also, I tried pasting an .apk into my /system/app folder and it blocked me. Then I tried pushing it with adb and it gave me a read-only error.
I know I am rooted - can run Titanium Backup, etc.
Anyone have any idea?
Click to expand...
Click to collapse
me to same error
Try Root Explorer(or ES File Explorer) & enable R/W for system files
Check your SuperSU/Superuser app.
See if your access is granted & not denied.
If SuperSU/Superuser asking for update, update it (usually binary update)
If your SuperSU/Superuser is gone, re-install it from Play Store & run it for the first time to update binary.
Retry modifying your system file(s)
Bro I cannot change build.prop product model....
I tried root explorer and es explorer
From yuphoria
Is that cannot or don't know how.
One is no root two is edit.
Sent from my SM-N930F using XDA-Developers mobile app
---------- Post added at 02:13 PM ---------- Previous post was at 01:20 PM ----------
JJEgan said:
Is that cannot or don't know how.
One is no root two is edit.
Sent from my SM-N930F using XDA-Developers mobile app
Click to expand...
Click to collapse
Edit is at the top of the RH side.
Sent from my SM-N930F using XDA-Developers mobile app
I have the same problem...
I can change my build.prop but after a reboot all the changes are gone.
I have rerooted it 2-3 times already. I can just change it sucessfully at the beginning but after some time it doesn't work anymore.
I have a samsung galaxy a3 2017.
Try forum for your phone .
Post lacks any information to help.
Suggest FX Explorer.

[Q] Notification Light 5 min duration?

Is there an app or mod that will make the notification light blink for more than 5 min? Or does installing a rom fix that?
KoolKidd_23 said:
Is there an app or mod that will make the notification light blink for more than 5 min? Or does installing a rom fix that?
Click to expand...
Click to collapse
I have edited the /system/customize/ACC/default.xml file before to disable the 5 minute timeout. I believe you change the value of NMS_feature_led_flash_timeout from 5 to 0. Try it and let us know how it works.
Ok thanks, it won't let me do it right now and I'm sure it's because I'm not rooted yet. I'll root and let you know
shortstuff_mt said:
I have edited the /system/customize/ACC/default.xml file before to disable the 5 minute timeout. I believe you change the value of NMS_feature_led_flash_timeout from 5 to 0. Try it and let us know how it works.
Click to expand...
Click to collapse
Ok thanks, it won't let me do it right now and I'm sure it's because I'm not rooted yet. I'll root and let you know
shortstuff_mt said:
I have edited the /system/customize/ACC/default.xml file before to disable the 5 minute timeout. I believe you change the value of NMS_feature_led_flash_timeout from 5 to 0. Try it and let us know how it works.
Click to expand...
Click to collapse
I've been looking for the answer to this since I bought this phone. Shortly after it was released. Asked and searched but never got or found an answer. Tried this and it worked. Thanks a bunch. :good:
robocuff said:
I've been looking for the answer to this since I bought this phone. Shortly after it was released. Asked and searched but never got or found an answer. Tried this and it worked. Thanks a bunch. :good:
Click to expand...
Click to collapse
Which file manager did you use? I'm trying to do it but I'm either getting an error or permission denied
KoolKidd_23 said:
Which file manager did you use? I'm trying to do it but I'm either getting an error or permission denied
Click to expand...
Click to collapse
Root Explorer. Have to set it to R/W before doing the edit. It may be that the system is mounted as read only in the app you're using. You may have to change it in the settings of the app you're using. In Root Explorer, there's a small button. Upper right side of the screen while viewing the folders. If the system is mounted R/O, it'll say "mount R/W". Press on it and then do the edit.
You do have to be rooted for it to work though.
robocuff said:
Root Explorer. Have to set it to R/W before doing the edit. It may be that the system is mounted as read only in the app you're using. You may have to change it in the settings of the app you're using. In Root Explorer, there's a small button. Upper right side of the screen while viewing the folders. If the system is mounted R/O, it'll say "mount R/W". Press on it and then do the edit.
You do have to be rooted for it to work though.
Click to expand...
Click to collapse
Ok I just did it and it made a back up xml file, just delete the original and it should work I assume?
No need to delete anything. You can delete the backup if you want though. It's up to you.
robocuff said:
No need to delete anything. You can delete the backup if you want though. It's up to you.
Click to expand...
Click to collapse
Still not working for me, I changed it to 0 then my phone reboots and when I go back to root explorer it still says 5
Edit: Nvm I got it, thanks
Are you rooted? If so, check your superuser app to see if Root Explorer has root permissions. Also, if it's still set to 5 when you reboot, is the backup file there or not? If not, it sounds like a root problem of some sort to me.
It should look like this before I edit correct? And yea I'm rooted
Sent from my HTC6525LVW using XDA Free mobile app
KoolKidd_23 said:
It should look like this before I edit correct? And yea I'm rooted
Sent from my HTC6525LVW using XDA Free mobile app
Click to expand...
Click to collapse
Yes
I can't get it to work either. Change stuck even after reboot ?
Yes. But, you need to click on that button that says mount r/w before you do the edit. If you do that and it still doesn't work, something isn't right with your root.
Are you permanently rooted or are you using weak sauce for root? If the latter, the changes won't stick if you do a normal reboot. Rebooting is necessary for the setting to take effect. With weak sauce, you have to do a hot reboot for things to stick. Things will only stick if you do a hot reboot. A normal reboot will result in your change or changes reverting back to the original meaning you'll have to do it over again. It'll work as long as you only hot reboot. If you're using weak sauce for root, you really should consider getting permanently rooted.
This worked, thanks!
Ahhhh ok makes sense. Yea I'm only weak sauce rooted so I'll get it permanently rooted then
Sent from my HTC6525LVW using XDA Free mobile app
I'm pretty sure I have it mounted correctly but I can't edit the file. What am I doing wrong. I'm using root Explorer and it's mounted r/w
dmrnhs said:
I'm pretty sure I have it mounted correctly but I can't edit the file. What am I doing wrong. I'm using root Explorer and it's mounted r/w
Click to expand...
Click to collapse
You need system read write as far as I know. Weak sauce root won't suffice.
Sent from my HTC6525LVW using Tapatalk
I have that. I'm running CleanRom. Do we have to enable certain permissions? I've followed all these steps. I not new to rooting and tweaks like this but then again I'm no expert

Categories

Resources