Attn fellow themers: Meta/Ninjamorph question - Vibrant Themes and Apps

As we all know, you can morph third-party apps in /data/app
would i be able to move a market app to /system/app and then morph it? has anyone attempted this?

Why would you need to move an app to /system/app? To stop it from upgrading? You can only accomplish it by a shell script or something.

birgertime said:
Why would you need to move an app to /system/app? To stop it from upgrading? You can only accomplish it by a shell script or something.
Click to expand...
Click to collapse
metamorph will not morph apps in /data/app....thats why i would need to move it

I cant think of any reason this would not work.. why not just try?

s15274n said:
I cant think of any reason this would not work.. why not just try?
Click to expand...
Click to collapse
im going to, gotta wait till i get home, so i figured in the meantime id check to see if anyone had ever done this. wasnt sure if it might lead to signature issues, or something along those lines

TopShelf10 said:
metamorph will not morph apps in /data/app....thats why i would need to move it
Click to expand...
Click to collapse
I was always under the impression that it does

birgertime said:
I was always under the impression that it does
Click to expand...
Click to collapse
i wish....stericson had said a couple months ago that he was working on it to function for /data/app, but there's been no follow-up on that yet

I've made morphs for market apps on several occasions...the most recent was changing the background on my meridian music widget.
To answer your questions, it works without causing any problems to the functionality of the app itself, nor have I had any issues from applying the morph with the apk still located in data/app. But, you will get errors when trying to apply an update through the market. This also screws things up when you have lots of updates and try to "update all." The updates will work fine until the market tries to update the one you modified, then all apps it tries to update after that will also come back with errors.
Since I don't check for updates often, I need that "update all" button to work properly - so I solved the problem by using Titanium Backup to detach the modified apps from the market. The downside is you won't see if an update is available, but an update would require you to uninstall, reinstall, then reapply the morph. Most updates aren't critical enough to go through that hassle...imo.
Hope that helps!

bnielsen40 said:
To answer your questions, it works without causing any problems to the functionality of the app itself, nor have I had any issues from applying the morph with the apk still located in data/app
Click to expand...
Click to collapse
did you use metamorph, or ninjamorph for this? im assuming you use ninjamorph to unzip, make your changes, rezipped, signed, and installed? im trying to bypass the signing/reinstalling because ever since i upgraded to froyo "signapktic" no longer works for me, so i cant sign apps on my phone.
thats the beauty of metamorph is that you can change images without needing to take all those extra steps.
i was certain you caouldnt metamorph an app in /data/app....

TopShelf10 said:
did you use metamorph, or ninjamorph for this? im assuming you use ninjamorph to unzip, make your changes, rezipped, signed, and installed?
Click to expand...
Click to collapse
Nope, used Metamorph. Never messed with Ninjamorph.
I actually do most of the work on my phone, so no need to unzip/rezip/unzip. Once it's unzipped on my phone I write/modify the xml file and move around the images to the folders they need to be in - all using Root Explorer.
For example, yesterday I tried applying MotorJohnny's Swype morph, but it didn't work because my Swype Beta had been installed in data/app and was "com.swype.android...something.apk" instead of "Swype.apk" in the system/app. So, all that was necessary was to modify the xml file to the correct filepath, folders, and apk name. Voila, worked like a charm. (well, the morph did...the buttons were a little screwed up having applied to to Swype beta haha): http://forum.xda-developers.com/showpost.php?p=13670377&postcount=42

How do you change .xml files on your phone. I didn't think it was poss to decompile and recompile .xml's on a device.....?
Sent from my SCH-I500 using XDA App

GrainOsand said:
How do you change .xml files on your phone. I didn't think it was poss to decompile and recompile .xml's on a device.....?
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
You can rewrite without decompiling.....i use an app called "silveredit"....you can also use a simple text editor on your pc like "edit pad"
Sent from my pocket rocket!!

Any success morphing an apk in data/app Topshelf?
Sent from my Vibrant using XDA App

bnielsen40 said:
Any success morphing an apk in data/app Topshelf?
Sent from my Vibrant using XDA App
Click to expand...
Click to collapse
i have not tried, but i can confirm that i just successfully morphed a third-party app installed to /system/app

TopShelf10 said:
You can rewrite without decompiling.....i use an app called "silveredit"....you can also use a simple text editor on your pc like "edit pad"
Sent from my pocket rocket!!
Click to expand...
Click to collapse
Yeah Top, I know you can use note pad, but im very curious how you edit xml.s without a pc. I have ported whole themes using ninjamorph and zip themer but any xml I had to edit had to be done on my comp. Even if I used ninjamorph to extract the .xml, I could never edit it on phone alone. The Xml would just look like garbled code...i will check out silveredit tho.....If you get a chance check out Xml engine..just search in market It looks promising but is still in alpha....thanks
Sent from my SCH-I500 using XDA App

I have changed market apps with ninja morph. You need signaptic from the market to resign it when your done. There os a bit of w down side to it but it works well.
Sent from my SGH-T959 using XDA App

gunked said:
I have changed market apps with ninja morph. You need signaptic from the market to resign it when your done. There os a bit of w down side to it but it works well.
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Yup, I talked about this earlier in the thread
Sent from my pocket rocket!!

I was just gonna say that.. or use ZIPsigner2. its free on the market to sign the apk when finished

Annex1 said:
I was just gonna say that.. or use ZIPsigner2. its free on the market to sign the apk when finished
Click to expand...
Click to collapse
Or get ahold of a metamorph zip. Prefferable a whole theme zip. You want the control file.....now rename the zip to .apk using root explorer, then use ninjamorph to decompile your new .apk file and delete everything in it except the .xml control file. Now take your new .png files and add them to the decompiled .apk in the correct folder or you may move whole folders if you like. After you have all your files in place use ninjamorph to recompile but dont choose to replace exsisting. Just hit no. this will leave your .apk in the workspace folder of ninjamorph. Go into root explorer and rename it back to .zip and move it to root of sd. Now go into zip themer and choose that zip file. Now change the output to /sd/whatever.zip, now hit build. Zip themer will build you a CWM flashable zip with all the mods for whatever apk.s you included using the exsisting files on your phone....not the easiest way and I wouldnt reccommend it just to theme 1 app. But if you want to theme multiple apk.s, even the ones ninjamorph cant theme like Swype and apps in data folder It works flawlessly....sounds like alot but literally takes 5min using root exp to move whole groups of .pngs instead of 1 at a time with ninjamorph and this can all be done without a computer.
Sent from my SCH-I500 using XDA App

Related

[Q] How to find app icon locations? Anyone?

Ok so I have an app NinjaMorph installed which allows me to open .apk files and swap out a file (say an icon file) and then repackages up the .apk for me.. so far it's working as expected.. the only problem I'm having now is figuring out the locations of some of the apps I have installed as it seems that some of them aren't listed or at least don't appear to be.
Anyone have any idea where or how I can figure out the install locations on apps that are already installed? Is there another app I can install that will provide that info perhaps?
For instance the GasBuddy app. It doesn't show up anywhere in the system/app directory...
Any help would be greatly appreciated. Thanks
Try /data/app
Sent from my SCH-I500 using XDA App
Florynce said:
Try /data/app
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Oh nice looks like there's a ton of them in that directory... thanks!
you need Better Cut its a paid app on the market iv had it since it came out back on the G1. its great replace any apps icon with any image you want
they even have Themes and icon packs available for free once you download it so if you want all your icons one style/theme it will do them all. or you can just select individuals
No problem.
johnt2k: I think he's talking about customizing icons within the app, like menu buttons etc.
Actually what I'm trying to do is change a few icons in the app drawer. I can use Desktop Visualizer to make custom shortcuts no problem but changing the icons in the app drawer is a little giving me trouble.
I've been trying to use this Ninja Morph app to edit the .apk files and swap in the icon I want but it've only had it to actually work and with my settings and contact apps. Doesn't seem to take on the others i've tried to actually apply the change.
Yeah it seems like ninja morph only wants to change things in /system/app
Sent from my SCH-I500 using XDA App

Request- black swype apk from bionix rom

I uninstalled mine by accident. Anyone have it?
Sent from my SGH-T959 using XDA App
Dan_Brutal said:
I uninstalled mine by accident. Anyone have it?
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
you can download the bionix rom if you don't have it , unzip and pull the .apk from the system/app directory.
Tried that. Didn't work. I used astro and tried to install the swype apk from 1.8. I get installation unsuccessful.
Sent from my SGH-T959 using XDA App
Instead of installing it, try moving it to the system/app directory with something like Root Explorer
Dan_Brutal said:
I uninstalled mine by accident. Anyone have it?
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=755112
they got it from here, its the "Black Glass" theme
Thanks bronk and topshelf. I got it back. First time using root explorer. Nice app. Hey topshelf, go bruins!
Sent from my SGH-T959 using XDA App
Dan_Brutal said:
Thanks bronk and topshelf. I got it back. First time using root explorer. Nice app. Hey topshelf, go bruins!
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
they are playing their asses off!!!
Thomas is an animal this season.
Sent from my SGH-T959 using XDA App
Dan_Brutal said:
Thomas is an animal this season.
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
oh my god its amazing....i love watching the old man fight for his job.....we better careful about turning this into a hockey thread before the mods yell at us...GO BRUINS!
Go Beantown!!
Sent from my SGH-T959 using XDA App
I'm trying to do this too, which part of the Bionix apk do I actually pull out and put into system/app? I'm using Axura right now but I love the Bionix Swype theme
I'm pretty new to this whole Android thing
edit: do I just replace the Swype apk I already have?
pookguy88 said:
I'm trying to do this too, which part of the Bionix apk do I actually pull out and put into system/app? I'm using Axura right now but I love the Bionix Swype theme
I'm pretty new to this whole Android thing
edit: do I just replace the Swype apk I already have?
Click to expand...
Click to collapse
just download the metamorph in the link i posted earlier in this thread
TopShelf10 said:
just download the metamorph in the link i posted earlier in this thread
Click to expand...
Click to collapse
is it possible to do it without metamorph? I don't want an extra app on my phone that all it does was reskin Swype.. I have access to the Bionix.zip so is it possible to somehow rip the Swype from there into mine? I have Root Explorer too...
pookguy88 said:
is it possible to do it without metamorph? I don't want an extra app on my phone that all it does was reskin Swype.. I have access to the Bionix.zip so is it possible to somehow rip the Swype from there into mine? I have Root Explorer too...
Click to expand...
Click to collapse
oh i didnt realize you dont want metamorph on your phone.....its tough to believe that some people can live without it hahaha
anyways, easiest way to install your swype is place the .apk in C:/AndroidSDK/tools on your PC, then access your device through adb (command prompt) and simply type this command:
adb push Swype.apk /system/app (then press enter)
then bang! your new Swype.apk was installed over the one you currently have
TopShelf10 said:
oh i didnt realize you dont want metamorph on your phone.....its tough to believe that some people can live without it hahaha
anyways, easiest way to install your swype is place the .apk in C:/AndroidSDK/tools on your PC, then access your device through adb (command prompt) and simply type this command:
adb push Swype.apk /system/app (then press enter)
then bang! your new Swype.apk was installed over the one you currently have
Click to expand...
Click to collapse
great thanks, I will try that, does push just basically overwrite? Can't I just manually do this in root explorer? Or does adb push actually do something in addition?
pookguy88 said:
great thanks, I will try that, does push just basically overwrite? Can't I just manually do this in root explorer? Or does adb push actually do something in addition?
Click to expand...
Click to collapse
it overwrites...i can prob do it in root explorer, but i would never tell you to do something i personally never tried, but go right ahead if thats what you would prefer
To the OP, if you are trying to get a specific theme only for Swype, then just use my metamorphs. The Bionix rom uses a Non voice input version of Swype if i remember correctly, and the theme is one of the old ones I found and had in my non v.i. thread. Currently, my metamorphs are for voice input only, but i promise, it's the simplest way to create, distribute, and apply these themes. Sure, it's easier to just replace an .apk with an update.zip, which would allow me to edit the libSwypeCore.so file to change the trail line color as well, but it is also a monumental undertaking in themeing software with REAL fragmentation issues. You thought Android was bad? BAH! I don't even know a rough estimate of the number of versions of Swype being utilized now... If I were to theme the .apk itself, then I would have to do a separate one for Vibrant, Epic, Fascinate, Captivate, GT-I9000, Evo, DX, DInc, etc, etc, until I FINALLY get ONE theme for ALL the versions of Swype. Metamorph eliminates the need for that. You can just install Metamorph, apply the theme, and then uninstall metamorph. You won't lose your theme
hoey2011 said:
To the OP, if you are trying to get a specific theme only for Swype, then just use my metamorphs. The Bionix rom uses a Non voice input version of Swype if i remember correctly, and the theme is one of the old ones I found and had in my non v.i. thread. Currently, my metamorphs are for voice input only, but i promise, it's the simplest way to create, distribute, and apply these themes. Sure, it's easier to just replace an .apk with an update.zip, which would allow me to edit the libSwypeCore.so file to change the trail line color as well, but it is also a monumental undertaking in themeing software with REAL fragmentation issues. You thought Android was bad? BAH! I don't even know a rough estimate of the number of versions of Swype being utilized now... If I were to theme the .apk itself, then I would have to do a separate one for Vibrant, Epic, Fascinate, Captivate, GT-I9000, Evo, DX, DInc, etc, etc, until I FINALLY get ONE theme for ALL the versions of Swype. Metamorph eliminates the need for that. You can just install Metamorph, apply the theme, and then uninstall metamorph. You won't lose your theme
Click to expand...
Click to collapse
when you say theme is it only a swype theme that I'm applying? I don't want to change the theme of the whole rom just to change the swype skin
Just download this swype from the link below and use root explore and move it to /system/app reboot and your done! Its with voice.
http://rapidshare.com/files/434798194/Swype.apk
Enjoy!
reksp13 said:
Just download this swype from the link below and use root explore and move it to /system/app reboot and your done! Its with voice.
Enjoy!
Click to expand...
Click to collapse
I tried to install the swype.apk but it just keeps force closing any idea why? i recently updated to eugenes gingerclone rom but i miss swype and cant find a working version anywhere!

Not receiving picture texts.....

Hello all, I was hoping someone may have run into this and might could give me some feedback.
I have my phone rooted, and use Handcent for texting. I have no problems sending pictures......and up until recently, I've had no problems receiving pictures either. At first I thought it was just going to be iPhone users, but have since experienced the problem getting pics from various phones and carriers.
iPhone4 - Verizon
iPhone3 - AT&T
Samsung Eternity - AT&T
There are a few others as well. I have disabled the original messaging app, and only use Handcent. I've had no problems until the past couple of weeks. I am wondering if maybe it isn't an update issue from Handcent......I know it has manually updated a couple of times in the past few weeks.
Anyone have any suggestions?
What do you mean when you say you disabled the original app?
What ROM/kernel are you using?
tbeas said:
What do you mean when you say you disabled the original app?
What ROM/kernel are you using?
Click to expand...
Click to collapse
Firmware 2.1update1
Kernel 2.6.29
I rooted simply to remove bloatware, I haven't changed to any of the different ROM's or anything.
I deleted MMS.apk. I wanted to try to reinstall it, to see if maybe one of the Handcent updates caused the problem somehow, after I deleted the MMS app......but I can't get it to install. I downloaded the MMS.apk on my desktop, and open it through MyFiles. I've done a few apps this way, no problem.
MMS.apk you have to push to /system/app
You cant install it like you would a normal apk.
Sent from my SCH-I500 using XDA App
times_infinity said:
MMS.apk you have to push to /system/app
You cant install it like you would a normal apk.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
I'm a little slow.....
How do I move the file, and where exactly does it need to be?
LXative said:
I'm a little slow.....
How do I move the file, and where exactly does it need to be?
Click to expand...
Click to collapse
You can install it with ESFile Explorer if you are rooted. You can find it on the market for free. You'll then need to find a mms.apk place it on your sdcard.. then using ESFile copy the apk and place it in system/apps/
Another option would be to download GeekSMS.. it runs on its on without the mms.apk. I've tried it and it worked fine for me.
http://www.appbrain.com/app/geeksms/com.novia.mms
I have RootExplorer......can I use it to install it?
LXative said:
I have RootExplorer......can I use it to install it?
Click to expand...
Click to collapse
Yes.
Sent from my SCH-I500 using XDA App
Ok cool.
Can anyone tell me how to use RootExplorer to reinstall MSS then?
Thanks!
copy it to you sdcard
paste Mms.apk in /system/apps using Root Explorer.
Click it once you paste it there, install.
tbeas said:
copy it to you sdcard
paste Mms.apk in /system/apps using Root Explorer.
Click it once you paste it there, install.
Click to expand...
Click to collapse
Ok, I have it on my SD....and long press -----> copy, but can't figure out how to paste it into RE.
Sorry for being such a noob.
Ok, figured out how to paste in RootExplorer.
Now that I did that, I ran MMS after pasting......it still won't install. It boots like its going to install the app, then I get a message saying it didn't install. I got the same thing when I just copied the APK into MyFiles and tried installing it.
What am I missing?
You're not supposed to try and install it. You move it into the /system/app and then it should show up in your app drawer.
Sent from my SCH-I500 using XDA App
*continued from above* after reboot.
good day.
haha, mine is bigger.
times_infinity said:
You're not supposed to try and install it. You move it into the /system/app and then it should show up in your app drawer.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Told you I was slow.
Thanks man. Now I hope maybe this thing will work. If not, I have nodda clue....
Its fixed.....now that MMS is back on the phone. Thanks guys.

[Q] How do I edit the Android Market to show all applications?

I'm using a couple ICS+sense roms that are giving me some issues with the Market. A bunch of apps aren't showing up including some that I paid for. It prob has something to do w/ me going from GB to ICS 4.0.1 aka CleanRom 2.1. Anyways, before I flashed these roms I was able to see all these apps in the Market that I can't now. Can someone explain how I can trick the Market into showing every app whether they're compatible with GB/ICS or not? If I have to pull my Market.apk and edit it, let me know how to do that or if there is a Market.apk out there that I can install over the current one I already have. If there's a way for me to keep that most updated market(3.4.4) that'd be great.
Thx for the help! -bal
Sent from my HTC Rezound using XDA Premium
bal1985 said:
I'm using a couple CIS+sense roms that are giving me some issues with the Market. A bunch of apps aren't showing up including some that I paid for. It prob has something to do w/ me going from GB to ICS 4.0.1 aka CleanRom 2.1. Anyways, before I flashed these roms I was able to see all these apps in the Market that I can't now. Can someone explain how I can trick the Market into showing every app whether they're compatible with GB/ICS or not? If I have to pull my Market.apk and edit it, let me know how to do that or if there is a Market.apk out there that I can install over the current one I already have. If there's a way for me to keep that most updated market(3.4.4) that'd be great.
Thx for the help! -bal
Sent from my HTC Rezound using XDA Premium
Click to expand...
Click to collapse
I know, it sucks. Essentially I think you have to edit your build.prop. It'll be a pain to get it to work. If you can find someone that knows how to correctly edit the build.prop, I think you can get those apps. The best thing to do would be to contact the app developers and ask when they'll make their apps compatible with ICS.
I've never used it but it sounds like maybe the "Market Enabler" app might work. It's at keast worth checking out
Sent from my ADR6425LVW using Tapatalk
WasabiWa83 said:
I know, it sucks. Essentially I think you have to edit your build.prop. It'll be a pain to get it to work. If you can find someone that knows how to correctly edit the build.prop, I think you can get those apps. The best thing to do would be to contact the app developers and ask when they'll make their apps compatible with ICS.
Click to expand...
Click to collapse
I swear I saw a market app that's currently in a Rezound rom here that shows all apps. I forget the rom though. With the build prob don't I just edit it to make it think my phone is on GB? Gotta be an easy way to do this.
Sent from my HTC Rezound using XDA Premium
1. Flash a 2.3 rom
2. Use root file explorer >>go to data/app folder and copy app to SD card
3.reinstall 4.0 rom and reinstall app
Editing build prop is more trouble and time than its worth.
Copy and reinstall is faster and the apps will still function...paid apps will require the install key probably...
Sent from my Nexus S using XDA App
androph said:
1. Flash a 2.3 rom
2. Use root file explorer >>go to data/app folder and copy app to SD card
3.reinstall 4.0 rom and reinstall app
Editing build prop is more trouble and time than its worth.
Copy and reinstall is faster and the apps will still function...paid apps will require the install key probably...
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
Why do I need to flash a Rom, can't I just download a Rom, open the zip with 7zip and extract the market.apk from system/app? I thought the market apk was in system/app?
Oh and could you name a Rom I could download to get the apk I need. Also, what is the name of the market.apk? How do I remove the market from the ICS Rom and install the GB market over it so I don't have two markets installed and in my launcher?
One last thing, what do you mean paid apps will require a licencse?
Sent from my HTC Rezound using XDA Premium
Nope, not market.apk. You'll want to look in /data/app for the specific apps that are missing. /data/app is the location of all your apks downloaded from the market.
The reason we don't need to simply copy the market.apk is because your market app is working just fine. Google's servers filter based on device and rom according to the build.prop file. Because there's no official ICS rezound it doesn't know what to show you yet. Once it gets closer to release google will add the profile for ICS and everything will show properly.
Sent from my ADR6425LVW using XDA App
kingpin003 said:
Nope, not market.apk. You'll want to look in /data/app for the specific apps that are missing. /data/app is the location of all your apks downloaded from the market.
The reason we don't need to simply copy the market.apk is because your market app is working just fine. Google's servers filter based on device and rom according to the build.prop file. Because there's no official ICS rezound it doesn't know what to show you yet. Once it gets closer to release google will add the profile for ICS and everything will show properly.
Sent from my ADR6425LVW using XDA App
Click to expand...
Click to collapse
gotcha, so until then there isnt a way to swap build.prop, replace the ics build.prop with GB build.prop from one of our GB roms.
bal1985 said:
gotcha, so until then there isnt a way to swap build.prop, replace the ics build.prop with GB build.prop from one of our GB roms.
Click to expand...
Click to collapse
Sure there is. Extract build.prop from a ROM, and swap it out just like you said. I don't know if it's going to net you the desired result, but why not give it a shot.
MrSmith317 said:
Sure there is. Extract build.prop from a ROM, and swap it out just like you said. I don't know if it's going to net you the desired result, but why not give it a shot.
Click to expand...
Click to collapse
dont think its that simple lol
If you go the flashing back to GB method I recommend grabbing AppMonster to back up all your apps. I've been using the pro version and it's pretty cool. Now I have access to all the apps I've downloaded in the past but don't have to install them until I need/want to. It also automatically backs up apps as soon as you've downloaded them. Super easy to restore too.
MrSmith317 said:
Sure there is. Extract build.prop from a ROM, and swap it out just like you said. I don't know if it's going to net you the desired result, but why not give it a shot.
Click to expand...
Click to collapse
DO NOT DO THIS! The reason that some of the apps are not showing up in the market is because they have not been updated to say that they work with 4.0.1. If you swap build.props you could seriously harm your device, I STRONGLY advise against it.
I just went to the market website on my computer and looked under my apps, then just installed all the ones I wanted to from there. It was a little hassle, but really only took around 10 min for about 30-40 apps I wanted.
feralicious said:
If you go the flashing back to GB method I recommend grabbing AppMonster to back up all your apps. I've been using the pro version and it's pretty cool. .
Click to expand...
Click to collapse
I agree 100%, that's how I do it too.
feralicious said:
If you go the flashing back to GB method I recommend grabbing AppMonster to back up all your apps. I've been using the pro version and it's pretty cool.
Click to expand...
Click to collapse
in your opinion does it do any better/different than TB?
I've been looking into editing the build.prop file. I am hesitant to do so because all the other examples I've seen are from similar devices so very few lines are actually changing. I noticed the rezound has a crapload of lines, i'm not sure how many would be required to actually get an app showing.
Does anyone know what specific lines the Market app looks at to verify?
My problem is not that I'm trying to get an app on ICS but that I want Plants and Zombies. I understand it works on other GB's but not the rezound. Any more insight on the build.prop file would be awesome!
Back at it again. I'm a gameloft fan. Order and Chaos... I moved over to the Rez and was stymied for the longest until themusicmonkey set my feet onto the right path. viz a ve
http://forum.xda-developers.com/showpost.php?p=21238982&postcount=18
Well, updated to CleanRom ICS edition v2.3 and tried my build.prop and my Rez wouldn't even boot... Booo!!!! So back to the drawing bored I went. Happy to say I now have a build.prop that is up and running. Issue here is not that I can't download games from the market. That's easy. Issue is, once downloaded, they won't download additional data. **shakes fist at gameloft**
So here it is, as always: I'm not responsible for any damages done to your phone by use of this file, etc..... Remember to nandroid backup!!!!
THIS HAS ONLY BEEN TESTED TO WORK ON CLEANROM ICS 2.3
How to Use:
Open file browser of choice and go to /system/
Rename build.prop to something like build.prop.bak
Download the file and unrar it
Move the file to /system/
Rename to build.prop
Reboot
When you need to switch back, just rename the modded build.prop to something like build.prop.mod and rename build.prop.bak to build.prop and reboot.
What it does - Makes your phone appear as the Desire HD.

Changing icons for apps

I would rather not install another app to change icons. How involved is it to actually pull the apk from the ROM, replace the stock icon and push it back through.
I messed with this some on my Vibrant decompiling apk's and doing basic icon and xml changes but that was so long ago I don't even know if the process is relevant. I also only played with non stock apks like launchers, never anything that is already compiled to the ROM initially.
I'm wanting to push in custom icons for Facebook, Twitter, camera, market ect....
Thank you
Sent from my PG86100 using xda premium
blizzard1017 said:
I would rather not install another app to change icons. How involved is it to actually pull the apk from the ROM, replace the stock icon and push it back through.
I messed with this some on my Vibrant decompiling apk's and doing basic icon and xml changes but that was so long ago I don't even know if the process is relevant. I also only played with non stock apks like launchers, never anything that is already compiled to the ROM initially.
I'm wanting to push in custom icons for Facebook, Twitter, camera, market ect....
Thank you
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
After you decompile look in the hdpi folder I and replace the picture named icon with one that have the same dimensions.
I think I'm not sure it was a long time when I messed with apps
Sent From My Optimized R3Dimensions
Kratz17 said:
After you decompile look in the hdpi folder I and replace the picture named icon with one that have the same dimensions.
I think I'm not sure it was a long time when I messed with apps
Sent From My Optimized R3Dimensions
Click to expand...
Click to collapse
Me too this is why I wanted to dbl check. Also, some of these apps split to another folder right? Would I need to pull both?
Sent from my PG86100 using xda premium
Its not all that difficult, just have to decompile the app, swap icons in res/drawable/ folder I believe(might have to look elsewhere), recompile. Then as long as it's NOT a system app, sign it. Then push back to phone. There are a couple of tools to use. I like using just apktool, but apk Multi-Tool is good as well. Try them out, see which you like more.
Apk Multi-Tool
apktool
Do note though, doing it this way, whenever the app has an update(facebook, twitter,etc.) you will have to re-do this. Let me know if you have any other questions, i'll try to help.
and p.s. shortercut is a good lightweight app to add custom icons.
blizzard1017 said:
Me too this is why I wanted to dbl check. Also, some of these apps split to another folder right? Would I need to pull both?
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
you can (most of the time) swap the icon with 7zip, no need to decompile and recompile. Some apps put the icon in /res/drawable, some in /res/drawable-hdpi. If you need more help after trying this out go to the theme help link in my sig.

Categories

Resources