[Q] can someone point me in right direction - Android Themes

I am trying to port the Inexus theme for CM7 to my Inc.
Here is the theme: http://forum.xda-developers.com/showthread.php?t=853544
So I followed the steps in the Theme-porter v1.0 thread (http://forum.xda-developers.com/show...=737526&page=2) which transfered all of the themed files i need in the app and framework folders.
I took those files and used the update.zip 2.0 program (http://forum.xda-developers.com/showthread.php?t=717437). I tried making an update using just the app and framework folder and I also tried with the whole CM7 with the new themed files.
The trouble I am running into is that the installation in CMW 3.0.0.8 keep aborting.
Can someone please point me in the right direction?

Anyone with some input

Related

Flashable Theme Zip Base/Template

Hey guys...I don't know about all of you but I'm eager to start porting MattedBlues to and themeing my Nexus S!
I tried putting together a flashable theme zip but failed. Apparently I didn't have the update scripts setup correctly, but I'm not sure what I was doing wrong. I'm not good with the script stuff so I'm wondering if someone has or can make a flashable theme zip for me? Or if someone could point me in the right direction for properly doing the update scripts then I'm happy to figure it out. Once I have the base with METAINF (and proper udpate scripts), then I can get going on themeing this incredible device.
Thanks guys.
EDIT: SOLVED (I had to delete the 3 cert files in METAINF). Here's a sample zip (Zune Font Pack) that you guys can use a base: http://dl.dropbox.com/u/11901383/ZuneFontPack1223.zip
To use this as a base for your theme, you'll want to add a "framework" folder and an "app" folder to the "system" folder and then place the themed/modified apks in their respective locations. Happy themeing!

[help] with t-mo theme chooser themes

so i tried to do a quick test to see if i could edit one of these theme chooser themes...
I took a random apk theme, opened up my favorite 7zip and properly renamed some battery icons and threw em in there, put the apk on my sd card and tried to install it...it failed,(app not installed) I tried to copy the apk to system/app...didnt work..data/app..didnt work..ive tried this with 2 different apk's as templates...cant get it to work.
could someone point me in the right direction so i can learn to build themes compatible with the theme chooser please?
all I've found is a few dead end threads on the subject....
buuuuuump.....
Did you read this? http://forum.xda-developers.com/showthread.php?t=964391
evilkorn said:
Did you read this? http://forum.xda-developers.com/showthread.php?t=964391
Click to expand...
Click to collapse
nope, thanks alot!
I figured out why the apk would not install though, thanks to a few people on another forum...I needed to delete the "META-INF" folder and re sign the apk. I used apkmanager...

Porting hTC Love app

Everyone might be knowing about this app hTC Love.
If you don't here's the link:
http://www.youtube.com/watch?v=l3vxEgBv60A
It isn't in the hTC hub.
Thought this would be a cool app to have on my phone. And found the app in the following thread: post #18
http://forum.xda-developers.com/showthread.php?t=1099538&page=2
I downloaded this app but it won't run on incredible s. Or more specifically on any ROM except the Virtuos Unity sense 3.0 ROM(the sensation ROM port).
I posted this in the other threads but no one replied, that's why starting a new post.
I basically want to get that app working on our phones. So far i have made following progress :
1)Extracted the .apk
2)Separated the .dat & .Png files
The things that are remaining
3)Editing .xml files
4)Editing .png files
5)compiling the .apk
6)signing the .apk
Anyone have any idea about this or willing to help?? please let me know
Here's listing all the tools you will need :
'
Mode10 tools for decoding the .m10 files : http://forum.xda-developers.com/showthread.php?t=1060660
.M10 editor script: http://forum.xda-developers.com/showthread.php?t=1141636
apk manager: http://forum.xda-developers.com/showthread.php?t=695701
And zip signer from android market is pretty useful for signing the app.
Anyone willing to help please reply..in the meantime I am trying to do all I can.

[solved] Apktool not working?

This Problem solved by downloading apkmanager.
Hi guys.
I just have to make a small change in the Settings App.
I have done that before on official cm7 and even on stock.
Problem is that if i just decompile the apk using apktool, then even compile it with no change at all. Then Sign It, and copy it to system /app with permissions..It just doesn't show up in the app drawer even after a reboot..
This is surely a problem with apktool, coz i'm not even changing anything, just decompiling and compiling.
The same for cm7 themes. i try to compile cm7 themes but they just don't work when i copy them to system /app.
I copied it to sd card and tried to install from sd card. And it works, but not when it's included in system /app.
Problem solved by downloading apkmanager.
masterex567 said:
Hi guys.
I just have to make a small change in the Settings App.
I have done that before on official cm7 and even on stock.
Problem is that if i just decompile the apk using apktool, then even compile it with no change at all. Then Sign It, and copy it to system /app with permissions..It just doesn't show up in the app drawer even after a reboot..
This is surely a problem with apktool, coz i'm not even changing anything, just decompiling and compiling.
The same for cm7 themes. i try to compile cm7 themes but they just don't work when i copy them to system /app.
I copied it to sd card and tried to install from sd card. And it works, but not when it's included in system /app.
How do i fix this?
Please Reply Soon, as this is urgent.
Click to expand...
Click to collapse
Reboot ?
Sent from my GT-S5830 using xda premium
Nope not working...
Trying to make Settings.apk ICS Style for unofficial cm7. Making it work on the official cm7 was a left hand game. But I don't know what's the issue wid this one.
I tried apk manager, and it's getting errors at decompiling it.
Lemme see what else i can dig up. :/
Why is this flagged as urgent?
On: Which version of apktool do you use? The newer versions may not be compatible!
___________XDA Premium__________
Don't be a noob. Be a newbie..!!
Details here.
____________________________________
Urgent because it's important and i need it for rom cooking.
Using 1.3.2.
Which version do you recommend?
masterex567 said:
Urgent because it's important and i need it for rom cooking.
Using 1.3.2.
Which version do you recommend?
Click to expand...
Click to collapse
Try apk multi-tools
http://apkmultitool.com/node/14
it works without problems for me
your problem is that you're signing the apk. Stock apps, like Settings and SystemUI, cannot be signed. You need to keep the original apk (the one you've decompiled) and change files inside it.
Take a look here: http://forum.xda-developers.com/showthread.php?t=1664292
Renan Lazarotto said:
your problem is that you're signing the apk. Stock apps, like Settings and SystemUI, cannot be signed. You need to keep the original apk (the one you've decompiled) and change files inside it.
Take a look here: http://forum.xda-developers.com/showthread.php?t=1664292
Click to expand...
Click to collapse
I tried.
Then just used apk manager.
Got errors on decompiling copied the apktool 1.4.3 files to the "other" folder.
Decompiled succesfully
followed instructions.
And it worked.
It's not urgent. I'm changing the title.
eagleeyetom said:
It's not urgent. I'm changing the title.
Click to expand...
Click to collapse
It was.
but now it's okk.
You can close this thread.

Export my Theme

Somehow iam not able to move or delete this post so excuse me when i am asking a question and break some forum rules by that.
If someone is willing me to help anyway it would be very nice.
Hi community,
I am new to Theming.
Using the Android SDK with all necessary components.
i try to mod the hexo theme.
decompiled it and got it finally into eclipse.
when i export my theme the first time i can install it on my phone; no problem.
when i update my theme local on my pc with eclipse
export the theme again as an apk (like the first time)
my phone refuses the install. it abborts.
what am i doing wrong?
do i need to do something with the androidmanifest for every update?
I tried to keep the names of packages author theme name etc.
I tried to change the names of packages author theme name etc.
Nothing helped...
what is it?

Categories

Resources