How do you theme specific APK's? - Motorola Droid Bionic

I was wondering how would I go about theming an Apk. I already know about UOT Kitchen but I not sure if there is anything there that'll single out a specific apk(Launcher Pro for example). Any help would be greatly appreciated.

you might get better help under general android development /hacking or general q and a
Sent from my DROID BIONIC using XDA App

Move the APK to your computer then drag it into winrar. Once in there, you can drag any of its graphic files out to edit. Once your done editing, drag them back into winrar to the exact spot you took the particular graphic file from. Give me a minute and I will tell you which directory you can find the graphics at.
Sent from my DROID BIONIC using XDA App

The graphic files can be found in Res/drawable. There are sometimes several.drawable directories so check them all because you will probably need to take things out of each of them.
It really is this simple. No need for any.special tools other than winrar and a graphics editor.
Sent from my DROID BIONIC using XDA App

Apk files are almost like zip files and rar files, except they aren't compressed.to save space. You can open and extract them the same way. For theming you don't want to extract though, just click on a file and drag it out to edit, then drag it back in when your done.
Sent from my DROID BIONIC using XDA App

Check the drawable hdpi, skip mdpi because that's a lower Res for older or cheaper phones.

go ahead and not listen to the previous posts. that advice will get you in trouble. do not use winrar, and if you edit a .9 png without patching it, the apk will force close.
you need to decompile the apk in apk manager, make the changes you want to the images. some xml edits may be required aswell. once your done, recompile.
stick with 7zip if your going to open an apk. winrar can cause issues.

gunnermike said:
go ahead and not listen to the previous posts. that advice will get you in trouble. do not use winrar, and if you edit a .9 png without patching it, the apk will force close.
you need to decompile the apk in apk manager, make the changes you want to the images. some xml edits may be required aswell. once your done, recompile.
stick with 7zip if your going to open an apk. winrar can cause issues.
Click to expand...
Click to collapse
yeah i found that out an hour ago lol

I've never had any problems with winrar in the past with any of my other phones. But I haven't had the time to theme anything for the bionic.
Sent from the Evil Empire

Gunnermike should be one of the first people you should ask when dealing with theming. He knows what's going on better than just about everyone else.
Sent from the Evil Empire

smokedkill said:
Gunnermike should be one of the first people you should ask when dealing with theming. He knows what's going on better than just about everyone else.
Sent from the Evil Empire
Click to expand...
Click to collapse
yeah we've been talking

what if i want to take the email.apk out of a theme and use it in the rom that theme is designed for? The reason for this is the Rom im using does not have sync all for my work emails but a theme i was using for that Rom does. Can this be done and how can you do it?

nrickett82 said:
what if i want to take the email.apk out of a theme and use it in the rom that theme is designed for? The reason for this is the Rom im using does not have sync all for my work emails but a theme i was using for that Rom does. Can this be done and how can you do it?
Click to expand...
Click to collapse
If its a system app first you'll need Root.. and Root Explorer..
Open root explorer go into "system/app" and you'll see "email.apk".. make a copy of it and store it somewhere you'll remember.. Fire up whatever Rom or theme.. go back into root explorer.. find your "email.apk" hold down on it and select "move".. go back to the "system/app" folder and place it there.. If there's another there copy over it if you dont want it or else just rename it to whatever(email1.apk for example)
LOOK CLOSELY
You'll see that the permissions are not correct. They need to be rw-r--r--
To change permissions
Hold down on the apk
Choose "permissions"
Select all three boxes going down on the left side.
And the one AT THE "TOP MIDDLE"
REBOOT
enjoi
PS: If the app doesnt show up on reboot.. its not compatible with the Rom or Theme
Sent from my DROID BIONIC using xda premium

iNsAnEmOd said:
If its a system app first you'll need Root.. and Root Explorer..
Open root explorer go into "system/app" and you'll see "email.apk".. make a copy of it and store it somewhere you'll remember.. Fire up whatever Rom or theme.. go back into root explorer.. find your "email.apk" hold down on it and select "move".. go back to the "system/app" folder and place it there.. If there's another there copy over it if you dont want it or else just rename it to whatever(email1.apk for example)
LOOK CLOSELY
You'll see that the permissions are not correct. They need to be rw-r--r--
To change permissions
Hold down on the apk
Choose "permissions"
Select all three boxes going down on the left side.
And the one AT THE "TOP MIDDLE"
REBOOT
enjoi
PS: If the app doesnt show up on reboot.. its not compatible with the Rom or Theme
Sent from my DROID BIONIC using xda premium
Click to expand...
Click to collapse
What if I have the zip file for both. Isnt there a way to just extract the email.apk from the theme and then replace the one that is in the Rom zip?

nrickett82 said:
What if I have the zip file for both. Isnt there a way to just extract the email.apk from the theme and then replace the one that is in the Rom zip?
Click to expand...
Click to collapse
Good question... You can do that but you'll still have to set the permissions correctly.. Tell me which Rom and Theme.. Im sure your at a PC right now if you want to extract the APK use 7-Zip. It's far better than Winrar.

iNsAnEmOd said:
Good question... You can do that but you'll still have to set the permissions correctly.. Tell me which Rom and Theme.. Im sure your at a PC right now if you want to extract the APK use
I am using the nitros eclipes Rom and I want the email.apk from gunnermikes epicblue theme.
---------- Post added at 02:11 PM ---------- Previous post was at 01:40 PM ----------
nrickett82 said:
iNsAnEmOd said:
Good question... You can do that but you'll still have to set the permissions correctly.. Tell me which Rom and Theme.. Im sure your at a PC right now if you want to extract the APK use
I am using the nitros eclipes Rom and I want the email.apk from gunnermikes epicblue theme.
Click to expand...
Click to collapse
iNsAnEmOd said:
Good question... You can do that but you'll still have to set the permissions correctly.. Tell me which Rom and Theme.. Im sure your at a PC right now if you want to extract the APK use It's far better than Winrar.
Click to expand...
Click to collapse
So i got it to work. All I did was use 7zip to open the zip file of each and deleted the email.apk from the Rom and then copied the email.apk from Gunners theme. Then i used bootrecovery to reflash. for same measures i formated the caches first.
Click to expand...
Click to collapse
Click to expand...
Click to collapse

nrickett82 said:
iNsAnEmOd said:
Good question... You can do that but you'll still have to set the permissions correctly.. Tell me which Rom and Theme.. Im sure your at a PC right now if you want to extract the APK use
I am using the nitros eclipes Rom and I want the email.apk from gunnermikes epicblue theme.
---------- Post added at 02:11 PM ---------- Previous post was at 01:40 PM ----------
nrickett82 said:
So i got it to work. All I did was use 7zip to open the zip file of each and deleted the email.apk from the Rom and then copied the email.apk from Gunners theme. Then i used bootrecovery to reflash. for same measures i formated the caches first.
Click to expand...
Click to collapse
cool beans
Click to expand...
Click to collapse
Click to expand...
Click to collapse

APK manager. It's harder them what people think they are talking about, and it gets write complex, BUT with practice and patience it gets easier.
I would suggest using Gimp to edit your images, and add people have stated, the .9.png are the trickiest. I made a thread in the DX2 theme section, Peperm1nt explains it well, as does Kevin3228.
Good luck, if I have time later I'll link tutorials
Dee Ex Two - See Em Seven

Pixelation said:
APK manager. It's harder them what people think they are talking about, and it gets write complex, BUT with practice and patience it gets easier.
I would suggest using Gimp to edit your images, and add people have stated, the .9.png are the trickiest. I made a thread in the DX2 theme section, Peperm1nt explains it well, as does Kevin3228.
Good luck, if I have time later I'll link tutorials
Dee Ex Two - See Em Seven
Click to expand...
Click to collapse
Yeah I've been using it.. Pretty difficult but I'm working it out
Sent from my DROID BIONIC using Tapatalk

Related

cog 4.1.x theme!!!

somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
novajustin said:
somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
Click to expand...
Click to collapse
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
I second this lol!!!
Sent from my SAMSUNG-SGH-I897 using XDA App
Thegodfather156 said:
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
yeah! i'm not a dev...
Actually there are some themes compatible with 4.1..."The red" and "The bloo" by whiteguypl are available now just look under Captivate themes and apps...Darkys theme should be 4.1 compatible soon as well...
Sent from my SAMSUNG-SGH-I897 using XDA App
yeah i saw those ones, a little too bubble popper looking for me. or bejeweled. it's not very clean imo
After the gym tonight I'll flash Cog 4.1.1 and play around with Reefers theme to see if I can get some of it working...
If I don't get to it then it's because I got too lazy
I am to the point that I am trying to learn how because I miss my gingerbread icons.
Sent from a phone using an app.
joeclark said:
I am to the point that I am trying to learn how because I miss my gingerbread icons.
Sent from a phone using an app.
Click to expand...
Click to collapse
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Thegodfather156 said:
You want someone else to make it for you?
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Click to expand...
Click to collapse
I would enjoy a solid cog theme as well
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
novajustin said:
somebody please PLEASE make something for cog 4.1 and higher!! i am getting sad looking at bone stock notification bar
Click to expand...
Click to collapse
Use a js5 rom where your theme choice is basically unlimited.
LinuxNewb said:
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Click to expand...
Click to collapse
WOOT! I have my gingerbread icons! Now I just need to figure out which file does the text colors
Sent from a phone using an app.
LinuxNewb said:
There is a semi easy way:
-Grab your ORIGINAL framework apks that you'll be editing from \system\app
-Use 7zip to extra the apk to a folder and name it something like "TO-BE-MODDED"
-Grab the .apk from a themed version you liked and do the same steps as above but make the directory something like "FROM-MOD"
Within the FROM-MOD folder you'll have a lot of images and XML files... **DO NOT COPY XML FILES**
Transfer all the images to your TO-BE-MODDED folder and overwrite it. You can then .zip up the contents of that folder and change the extension to .apk and overwrite your \system\app .apk by using Root Explorer or adb push
**ONE THING TO KEEP IN MIND IS YOU FACE THE POSSIBILITY OF FC'S IF YOU JACKED SOMETHING UP**
There's also a tool called APK Manager that will use adb pull if you know the apk you need or you can drop the apk in a working folder. It will then extract contents, allow XML to be edited, zip it back up, and even zipalign it
P.S The reason you copy XML files is because they can change colors, links, and behaviour of the ROM and will normally be the culprit for FC's if you overwrite or edit something improperly.
Click to expand...
Click to collapse
This method will change the base graphics no matter what ROM the theme is based on?
I'd really like to try cognition 4, but I like the Gingermix theme, which is for i9000 roms...
I ported the [THEME] Generation X v1.14 - port [Cognition/FireFly/JL1] boot animation for Cog. that whiteguypl ported into Cognition 3.0 into Cognition 4.1. I didn't add the settings from this theme as I have my own settings but it would be easy to do.
cappysw10 said:
I ported the [THEME] Generation X v1.14 - port [Cognition/FireFly/JL1] boot animation for Cog. that whiteguypl ported into Cognition 3.0 into Cognition 4.1. I didn't add the settings from this theme as I have my own settings but it would be easy to do.
Click to expand...
Click to collapse
that looks good. is there any other fonts avail? i like andromeda font!
peachpuff said:
Use a js5 rom where your theme choice is basically unlimited.
Click to expand...
Click to collapse
no thanks. i like to keep my phone on the software that it was made for.
novajustin said:
that looks good. is there any other fonts avail? i like andromeda font!
Click to expand...
Click to collapse
A simple use of the forum search tool would have led you to THIS.
modmyphone said:
A simple use of the forum search tool would have led you to THIS.
Click to expand...
Click to collapse
thank you, i know how to load fonts on the phone however i prefer to use whatever is built in. hence why i was asking if there were other fonts available on his theme.
While I have not looked into this version of the theme, there may still be the Sansation font from the original build by D3StRoY & R64.

(App) Transparent Market 2.3.4

Transparent Market 2.3.4
Adb push to /system/app/Vending.apk
Make sure you delete the com.android.vending-1.apk in /data/app/com.android.vending-1.apk
You can also flash this if you put it in a flashable zip compatable with your clockwork; just take a zip folder you previously downloaded and delete the app or apps that are in the app folder of the zip and copy the Vending. apk to it and flash.
Here's a link to a buddy o' mine's thread, that has Black transparent facebook, gingerbread keyboards, and such.
The name's Fernando, all his stuff is compatable with the epic you just can't use his flash script, but you can have your own made, or do like I say in post #13
[UPDATE 3/5/11) 2.3.4.1transparent Gmail markets_transparent facebook_ more
Transparent gmail 2.3.4.1
Gmail.apk
Install like the market in the first post
Your my hero, lol, thanks for bringing this to the epic forum. .. also you gmail link is the vending.apk, as soon as that's fixed ill be set.
Sent from my SPH-D700 using Tapatalk
Works for the ACS Full or Standard Rom. Download and copy the file to the zip folder under /system/app. Copy to SDcard and install, will replace the apk already in the rom.
Awesome!! The market looks so cool. Please fix the link for gmail apk. I can't wait to see that one too. Thank you so much for these
Sent From My Evo Killer!
Gmail link fixed
Sent from my SPH-D700 using XDA App
Less Transparent, Inverted Gmail.apk
Hey Deciple -- I've been using a slightly less transparent version of the new Gmail and wanted to share. It makes visibility a little bit easier in the mail screen:
Installation is the same as above: goes in system/app/Gmail.apk
I'm pretty sure the opaqueness (or opacity) in this apk is controlled by a transparentish png.
But here's some screencaps of the Gmail apk you posted versus this more opaque version (on my setup).
Credit goes to the folks at Inversion Conversion on Droidforums, not me.
I think we should have a Transparent/Inverted apps section too, cuz they look soo much better than the stock.
Is there any way to do this with root explorer? Or any chance someone could put these in a zip or a little more instruction of what the op was talking about...adding to a previously flashed zip? Sorry to be such a noob, but I deleted both and can't figure out how to get them back
Sent from my SPH-D700 using XDA App
lilmikeyv said:
Is there any way to do this with root explorer? Or any chance someone could put these in a zip or a little more instruction of what the op was talking about...adding to a previously flashed zip? Sorry to be such a noob, but I deleted both and can't figure out how to get them back
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Ya - you can do it with Root Explorer.
With the Gmail.apk: download it, save to sdcard.
Open Root Explorer, navigate to sdcard
Long-click Gmail.apk, Copy.
back out to root folder, go to system, then app
(this is what I do.. just to create a backup)
Find existing Gmail.apk, rename to Gmail.bak
Paste the new Gmail.apk in that folder.
Find it, Long click, select Permissions
Under "Read" Check all 3, under "Write", Check ONLY user, under "Execute" uncheck all of them.
4 boxes checked, total. So it reads: rw-r--r--
Then exit, reboot if you want, and you should be set.
decalex said:
Ya - you can do it with Root Explorer.
With the Gmail.apk: download it, save to sdcard.
Open Root Explorer, navigate to sdcard
Long-click Gmail.apk, Copy.
back out to root folder, go to system, then app
(this is what I do.. just to create a backup)
Find existing Gmail.apk, rename to Gmail.bak
Paste the new Gmail.apk in that folder.
Find it, Long click, select Permissions
Under "Read" Check all 3, under "Write", Check ONLY user, under "Execute" uncheck all of them.
4 boxes checked, total. So it reads: rw-r--r--
Then exit, reboot if you want, and you should be set.
Click to expand...
Click to collapse
Thank you, thank you, thank you...now I see why u guys who help us out always preach BACKUP...seriously, thanks for the help!
Sent from my SPH-D700 using XDA App
lilmikeyv said:
Thank you, thank you, thank you...now I see why u guys who help us out always preach BACKUP...seriously, thanks for the help!
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
no prob. ha - ya, I've learned the hard way plenty
Once all is running fine, you can move that Gmail.bak over somewhere to your sdcard to reduce space taken up in your /system/app folder.
decalex said:
Hey Deciple -- I've been using a slightly less transparent version of the new Gmail and wanted to share. It makes visibility a little bit easier in the mail screen:
Installation is the same as above: goes in system/app/Gmail.apk
I'm pretty sure the opaqueness (or opacity) in this apk is controlled by a transparentish png.
But here's some screencaps of the Gmail apk you posted versus this more opaque version (on my setup).
Credit goes to the folks at Inversion Conversion on Droidforums, not me.
I think we should have a Transparent/Inverted apps section too, cuz they look soo much better than the stock.
Click to expand...
Click to collapse
Hey yeah that looks good man, I personally like the clear glass look, and I use a dark wallpaper too so I have no problem seeing my messages, however you do propose a valid suggestion and I agree that we should have a transparent /Inverted thread.
I can throw some inverts on here .
lilmikeyv said:
Is there any way to do this with root explorer? Or any chance someone could put these in a zip or a little more instruction of what the op was talking about...adding to a previously flashed zip? Sorry to be such a noob, but I deleted both and can't figure out how to get them back
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Ok.........What you do is , If you ever downloaded a flashable zip, that has a market in it or any other app for that matter,that you know is compatable with your version of clockwork, then you open it up with 7zip, then you should see a folder called meta-inf and system. Open the system folder and there should be another folder in there called app. Open that one and delete whatever's in there (after you've presumably copied and saved the entire zip If you want to keep what's inside)and replace it with the app or app's you want to flash.
Awesome Market...... But i have 3 small issues LOL If i knew how to fix them i so would. So i hope you can help :-D
Could u Captalize the "M" in the first pic and change the text to white?
The seccond pic has a weird blue bar
and the third is the comment area~
Again Thank you for all your hard work!
JustJAck1235 said:
Awesome Market...... But i have 3 small issues LOL If i knew how to fix them i so would. So i hope you can help :-D
Could u Captalize the "M" in the first pic and change the text to white?
The seccond pic has a weird blue bar
and the third is the comment area~
Again Thank you for all your hard work!
Click to expand...
Click to collapse
1. +1 I have no green in anything on my phone, white would be great.
2. -1 this is cool its to show you that there is more in the description, fade effect.
3. -1 I think the comment area when you more should be white BG so its easier to read and rarely used.
@Deciple I was wondering if You could make a gmail version same as you have it (Transparent) but make the text another color than green (not a fan of green), Maybe White main text and blue "from" text, just like in the stock Samsung email app.
Managed it problem solved
HELP!!! After i deleted com.android.vending.apk in /data/app/com.android.vending.apk no more market at all. Tryed to flash it and still nothing please help
Try to adb push it like it says in the op.
Sent from my SPH-D700 using XDA App
I like the clear look for these apks. Does the gmail version allow for the automatic download of the pictures in the email?
Is it possible to use these apk in a mdpi 320x480 device like htc magic/mytouch 3g?
theshop said:
HELP!!! After i deleted com.android.vending.apk in /data/app/com.android.vending.apk no more market at all. Tryed to flash it and still nothing please help
Click to expand...
Click to collapse
Same Problem here!
Had to restore my recovery.
Tried a lot of different things. Like ad push, adb install.
Vendig apk was under /system/app, but wont show up as runnable app.

APK won't Sign correctly after applying theme...app dissappears.

Looking for some assistance on getting a themed app to behave properly. It's a keyboard (Flext9) I downloaded from the Amazon Market for free as a promotion (normally 5.00). I have NO intention on distributing this at all. It's solely for me, and as a learning experience.
This is my first go round at themeing..so if I don't understand what your telling me..go easy..
With the help of DroidXCon, nitsuj17 (how to write up), Chopperdog, Gunnermike, and google, I figured out how to decompile, edit the xml's, recompile, edit the images in gimp, re-draw the patches with draw9patch for the .9's, re-compile .9's with xUltimate, replace the images with 7zip.
At this point if I sign the apk, it breaks like two or three of the functions and robs the xml edits, and .9 edits. It basicallly screws things up royally. (I have used multiple signing tools and they all do the same thing)
The way I get it to function is to install the stock flext9 keyboard, overwrite the app file in data\app with the themed one, change the permissions and owner using root explorer, and I'm good. It's fully functional and themed appropriately. http://dl.dropbox.com/u/21063130/SC20110621-233700.png.
The only thing with this is I get an error message when I try to change a setting in preferences [Amazon Marketplace something..Error with the application. Please re-download from Amazon Marketplace] here's the logcat of that error. http://dl.dropbox.com/u/21063130/logcat.txt
It only happens once, then not again.
The REAL problem is when I reboot the phone the app is removed from keyboard and languages in settings, and the option in input method is completely gone. However, the app is still installed. The file is still in data\app and if I try to re-install, it prompts me to overwrite the "installed" app. (There is a already a version of this installed. Do you want to overwrite?). However, the app name has changed in the settings-manage applicatons-All from Flext9 to com.nuance.flext9.input-1.apk.. (the file name in data\app) which is different.
Trying to get this to work... more from a "I want to conquer this thing" than I reallly want this keyboard..haha..
any help would be greatly appreciated..
thanks in advance.
david
Lttlwing16 said:
Looking for some assistance on getting a themed app to behave properly. It's a keyboard (Flext9) I downloaded from the Amazon Market for free as a promotion (normally 5.00). I have NO intention on distributing this at all. It's solely for me, and as a learning experience.
This is my first go round at themeing..so if I don't understand what your telling me..go easy..
With the help of DroidXCon, nitsuj17 (how to write up), Chopperdog, Gunnermike, and google, I figured out how to decompile, edit the xml's, recompile, edit the images in gimp, re-draw the patches with draw9patch for the .9's, re-compile .9's with xUltimate, replace the images with 7zip.
At this point if I sign the apk, it breaks like two or three of the functions and robs the xml edits, and .9 edits. It basicallly screws things up royally. (I have used multiple signing tools and they all do the same thing)
The way I get it to function is to install the stock flext9 keyboard, overwrite the app file in data\app with the themed one, change the permissions and owner using root explorer, and I'm good. It's fully functional and themed appropriately. http://dl.dropbox.com/u/21063130/SC20110621-233700.png.
The only thing with this is I get an error message when I try to change a setting in preferences [Amazon Marketplace something..Error with the application. Please re-download from Amazon Marketplace] here's the logcat of that error. http://dl.dropbox.com/u/21063130/logcat.txt
It only happens once, then not again.
The REAL problem is when I reboot the phone the app is removed from keyboard and languages in settings, and the option in input method is completely gone. However, the app is still installed. The file is still in data\app and if I try to re-install, it prompts me to overwrite the "installed" app. (There is a already a version of this installed. Do you want to overwrite?). However, the app name has changed in the settings-manage applicatons-All from Flext9 to com.nuance.flext9.input-1.apk.. (the file name in data\app) which is different.
Trying to get this to work... more from a "I want to conquer this thing" than I reallly want this keyboard..haha..
any help would be greatly appreciated..
thanks in advance.
david
Click to expand...
Click to collapse
If you cant get it signed correctly you could use ninjamorph app to decompile, swap out the stock files with your themed .png and .xml files.
The Good: decompiles, recompiles and swaps out the app for you without having to resign it.
The Bad: You have to swap out files one by one, it can take awhile.
I wouldnt use it to theme anything but it works great for swapping out files you have already modded. I used it on my TW4 launcher. Was really easy to pull my modded files from dropbox to SD and swap em out..
If you have a hard time with it. Check out YouTube.
Sent from my SCH-I500 using XDA App
GrainOsand said:
If you cant get it signed correctly you could use ninjamorph app to decompile, swap out the stock files with your themed .png and .xml files.
The Good: decompiles, recompiles and swaps out the app for you without having to resign it.
The Bad: You have to swap out files one by one, it can take awhile.
I wouldnt use it to theme anything but it works great for swapping out files you have already modded. I used it on my TW4 launcher. Was really easy to pull my modded files from dropbox to SD and swap em out..
If you have a hard time with it. Check out YouTube.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
yo thanks man...I hadn't tried that yet..but I'll give it a go...
I am assuming I would want to swap out the .9's with the themed/re-patched/recompiled .9's I have correct?
Yes.... Especially the .9's! Ninjamorph will give you some options as far a resizing the .png's but as you prob already guesssed dont try it with .9 images. Just swap em out 1 for 1.
Sent from my SCH-I500 using XDA App
GrainOsand said:
Yes.... Especially the .9's! Ninjamorph will give you some options as far a resizing the .png's but as you prob already guesssed dont try it with .9 images. Just swap em out 1 for 1.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
I thought so..thanks..
Yeah..it's locking up...when I try to select the new image to replace with...force closed twice..
Tell me this doctor...why does the 'values' folder with the xml files I edited not show up when you "open archive" with 7zip or when the .apk is extracted with ninjamorph? Hard to change if it ain't there.
Lttlwing16 said:
I thought so..thanks..
Yeah..it's locking up...when I try to select the new image to replace with...force closed twice..
Tell me this doctor...why does the 'values' folder with the xml files I edited not show up when you "open archive" with 7zip or when the .apk is extracted with ninjamorph? Hard to change if it ain't there.
Click to expand...
Click to collapse
perhaps thats the wrong xml to edit?
EDIT: Go around 1..just changing out the .9's = FC sandwich... grrr...this app is like fort knox..
Lttlwing16 said:
perhaps thats the wrong xml to edit?
EDIT: Go around 1..just changing out the .9's = FC sandwich... grrr...this app is like fort knox..
Click to expand...
Click to collapse
Now, your gonna make me buy this damn keyboard just for the challenge of theming it....
Sent from my SCH-I500 using XDA App
GrainOsand said:
Now, your gonna make me buy this damn keyboard just for the challenge of theming it....
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
U should got it wen it was free lol...its a nice keyboard I like it better than swype actually its just ugly
Sent from my SCH-I500 using XDA App
GrainOsand said:
Now, your gonna make me buy this damn keyboard just for the challenge of theming it....
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
haha..you don't have to man...unless you want too..
com.nuance.flext9.input-1.apk...decompile with apktool...file res\values\colors.xml ---styles.xml--edit..recompile...7zip open archive..same files no where to be found.. where do these go?..do the values get pushed to all the other xml files..?
Maybe this is the problem.
When I sign the apk..it seems like the .9's take, but the xml edits go to hell..and I lose the trace input function (hmmm...I edited the xml for that in the disappearing values\colors.xml file...) and the voice command function is broke as well. (connection error).. HOWEVER, with a davlik wipe, fix permissions in cwm, the app is still there after reboot....(this has been the standard with apk manager opt 16 and autosign tool)
Still unsuccesfull with ninjamorph
if signing is the problem then all you need to do is decompile the apk, make all your edits, and then recompile. Then to bypass the signing just extract the META-INF folder and AndroidManifest.xml from the original unthemed apk and add them back into your newly compiled apk.
Bubbadogg14 said:
U should got it wen it was free lol...its a nice keyboard I like it better than swype actually its just ugly
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
My thoughts exactly...and how I ended up here..: )
Lttlwing16 said:
My thoughts exactly...and how I ended up here..: )
Click to expand...
Click to collapse
Sorry, ive been busy updating my themes. Some apk's like phone.apk, swype.apk and camera.apk are very tempramental when it comes to modding them. I these .apk's you have to drag and drop your modded files into place. Im not sure if that is the problem tho as these .apk's will usually show up in app/drawer and even will launch but will FC upon opening them To be honest im a little stumped on this one. Looks like you did everything right, so im not to sure whats going on there.
Sent from my SCH-I500 using XDA App
Last resort you can try the signapk app in market, its also FREE, I must admit tho it has only worked for me once with the TW Program monitor.......
GrainOsand said:
Last resort you can try the signapk app in market, its also FREE, I must admit tho it has only worked for me once with the TW Program monitor.......
Click to expand...
Click to collapse
Thanks grainosand..
Funkbot got me fixed up in IRC..
Had to place the Android Manifest and META INF in file and push to the system/app
It now sticks on reboot..BUT the voice feature is broke.. grr..
Lttlwing16 said:
Thanks grainosand..
Funkbot got me fixed up in IRC..
Had to place the Android Manifest and META INF in file and push to the system/app
It now sticks on reboot..BUT the voice feature is broke.. grr..
Click to expand...
Click to collapse
Glad to hear it....
Sent from my SCH-I500 using XDA App

Need Help with Editing XMLs

I've been looking around for a few hours now trying to figure out how to edit these xml files with no luck. I've found numerous tutorials but none of them seem to get me in the right direction. I can't get passed opening the files.
I've tried TextWrangler on my Mac and Notepad++ in Windows ... both give me a bunch of giberish.
I am able to see a few lines of txt like layout_height and textColor but there are no values listed to edit??? Maybe I'm looking at the wrong xml files?
Ultimately I'm trying to see if I can adjust the layout and txt color of the notification pulldown.
Any suggestions?
KaneOfMars said:
I've been looking around for a few hours now trying to figure out how to edit these xml files with no luck. I've found numerous tutorials but none of them seem to get me in the right direction. I can't get passed opening the files.
I've tried TextWrangler on my Mac and Notepad++ in Windows ... both give me a bunch of giberish.
I am able to see a few lines of txt like layout_height and textColor but there are no values listed to edit??? Maybe I'm looking at the wrong xml files?
Ultimately I'm trying to see if I can adjust the layout and txt color of the notification pulldown.
Any suggestions?
Click to expand...
Click to collapse
When you go to extract the apk, just decompile, DO NOT extract. (If using apkmanager)
Then I use Notepad++ for any changes. Just remember to not extract the apk, just decompile it, then go into the projects folder and it will be in there.
What XML files are you trying to edit?
spc_hicks09 said:
When you go to extract the apk, just decompile, DO NOT extract. (If using apkmanager)
Then I use Notepad++ for any changes. Just remember to not extract the apk, just decompile it, then go into the projects folder and it will be in there.
What XML files are you trying to edit?
Click to expand...
Click to collapse
What he said.
I will try to be on irc tonight if anyone wants any help with anything. I need to try to get things going myself lol!
mtmichaelson said:
What he said.
I will try to be on irc tonight if anyone wants any help with anything. I need to try to get things going myself lol!
Click to expand...
Click to collapse
I only know that because YOU told me lol!
ah, I see now ... I extracted instead of decompiling. I'll give that a try.
I'm not sure which ones to edit ... I started with status_bar_expanded.xml
I want to see if I can adjust the size of the section with the toggles and change the color of the text.
Which brings up another question ... do I edit the ones in framework-res or lge-res? or both?
KaneOfMars said:
ah, I see now ... I extracted instead of decompiling. I'll give that a try.
I'm not sure which ones to edit ... I started with status_bar_expanded.xml
I want to see if I can adjust the size of the section with the toggles and change the color of the text.
Which brings up another question ... do I edit the ones in framework-res or lge-res? or both?
Click to expand...
Click to collapse
I believe you can actually adjust the size of that by adjusting the size of the images. Try making the images wider, and leave the height the same, and it "should" shrink the images, and in turn shrink the bar.
Sent from my VS910 4G using xda premium
spc_hicks09 said:
I only know that because YOU told me lol!
Click to expand...
Click to collapse
Lol, that's what I'm here for!
Sent from my VS910 4G using xda premium
mtmichaelson said:
I believe you can actually adjust the size of that by adjusting the size of the images. Try making the images wider, and leave the height the same, and it "should" shrink the images, and in turn shrink the bar.
Sent from my VS910 4G using xda premium
Click to expand...
Click to collapse
sweet, I'll try that first ... can't make heads or tales out of these xml files
KaneOfMars said:
sweet, I'll try that first ... can't make heads or tales out of these xml files
Click to expand...
Click to collapse
Lol, they can be a bit daunting!
Sent from my VS910 4G using xda premium
spc_hicks09 said:
When you go to extract the apk, just decompile, DO NOT extract. (If using apkmanager)
Then I use Notepad++ for any changes. Just remember to not extract the apk, just decompile it, then go into the projects folder and it will be in there.
What XML files are you trying to edit?
Click to expand...
Click to collapse
Thanks.. I have been looking for this answer also
sent from my LG Revolt empowered by Fusion
KaneOfMars said:
ah, I see now ... I extracted instead of decompiling. I'll give that a try.
I'm not sure which ones to edit ... I started with status_bar_expanded.xml
I want to see if I can adjust the size of the section with the toggles and change the color of the text.
Which brings up another question ... do I edit the ones in framework-res or lge-res? or both?
Click to expand...
Click to collapse
I have been working on something myself and after several failed attempts I used UOT Kitchen, edited some files in both framework-res.apk, lge-res.apk,(using paint.net) added a wallpaper I found, installed an adw themed launcher I just have no freakin idea how to put everything in a zip to flash it in cwm. (I can add files and folders to a .zip, just need help with the scripts and all)
sent from my LG Revolt empowered by Fusion
Pics are what i have so far.. not planning on releasing this unless someone really wants it, just practicing on my own phone..
drt054 said:
I have been working on something myself and after several failed attempts I used UOT Kitchen, edited some files in both framework-res.apk, lge-res.apk,(using paint.net) added a wallpaper I found, installed an adw themed launcher I just have no freakin idea how to put everything in a zip to flash it in cwm. (I can add files and folders to a .zip, just need help with the scripts and all)
sent from my LG Revolt empowered by Fusion
Pics are what i have so far.. not planning on releasing this unless someone really wants it, just practicing on my own phone..
Click to expand...
Click to collapse
Looks good! Come on irc tonight and I can help you with the cwm script, or send me a zip with the .apks that you edited, and I can make a zip for you.
Sent from my VS910 4G using xda premium
drt054 said:
I have been working on something myself and after several failed attempts I used UOT Kitchen, edited some files in both framework-res.apk, lge-res.apk,(using paint.net) added a wallpaper I found, installed an adw themed launcher I just have no freakin idea how to put everything in a zip to flash it in cwm. (I can add files and folders to a .zip, just need help with the scripts and all)
Pics are what i have so far.. not planning on releasing this unless someone really wants it, just practicing on my own phone..
Click to expand...
Click to collapse
Looks good so far... How did you change the color of the app labels to red? Was that in UOT Kitchen?
As far as the update zip... I couldn't quite figure it out but I got it to work. There's probably an easier way, but i extracted a zip I downloaded from UOT and replaced the framework_res with my updated one. Then I used testsign.jar (requires java SDK) to sign the update.
I dont have access to the links I found for this, if someone else has a better way please let us know.
Sent from my ICS'd Revolt Bryce Device
KaneOfMars said:
Looks good so far... How did you change the color of the app labels to red? Was that in UOT Kitchen?
As far as the update zip... I couldn't quite figure it out but I got it to work. There's probably an easier way, but i extracted a zip I downloaded from UOT and replaced the framework_res with my updated one. Then I used testsign.jar (requires java SDK) to sign the update.
I dont have access to the links I found for this, if someone else has a better way please let us know.
Sent from my ICS'd Revolt Bryce Device
Click to expand...
Click to collapse
You do not have to sign the zip for cwm.
Sent from my VS910 4G using xda premium
mtmichaelson said:
You do not have to sign the zip for cwm.
Sent from my VS910 4G using xda premium
Click to expand...
Click to collapse
SWEET! Thanks.
Also, here's a screenshot of what I was working on (I missed one )
Drt that looks really nice. I think you should release it the more people for development the better!!
I've Revolted have you?
KaneOfMars said:
SWEET! Thanks.
Also, here's a screenshot of what I was working on (I missed one )
Click to expand...
Click to collapse
Try 33B5E5 for the color, it'll match better ;-) haven't been anywhere near home or my laptop, and won't be until Sunday... I like the tiny button idea a lot!
Revolting Revolution. Tapatalk.
Definitely want to release it, also I've already changed the color to match the theme but haven't had a chance to flash it yet
Sent from my ICS'd Revolt Bryce Device
I like the buttons for the notification page.
I've Revolted have you?
KaneOfMars said:
Looks good so far... How did you change the color of the app labels to red? Was that in UOT Kitchen?
As far as the update zip... I couldn't quite figure it out but I got it to work. There's probably an easier way, but i extracted a zip I downloaded from UOT and replaced the framework_res with my updated one. Then I used testsign.jar (requires java SDK) to sign the update.
I dont have access to the links I found for this, if someone else has a better way please let us know.
Sent from my ICS'd Revolt Bryce Device
Click to expand...
Click to collapse
Thanks MT.. I will try to get on.. what site and channel? The app labels I can't take credit for. I installed adw launcher and a free red theme.. would have to look it up again. That takes care of the dock and app drawer and icons and labels. I guess you would have to install adw and the theme yourself to get the whole effect.
The notification pull down menu I edited in UOT except for the gps, bt, airplane ect was just MT's Revolt icons I just colored them red from green using paint.net. I want to change the top bar icons.. just have to find some I like. The battery mod was in UOT Kitchen.
I tried to set the wallpaper as "default_wallpaper" in lge-res.apk but after replacing the lge-res.apk in /system/framework it doesn't actually set the wallpaper after rebooting. Wonder if it would after flashing if that makes a difference? or would that be in the script? Or could I only do that if I were modding a entire ROM?
I will try to do something with adw launcher so I can call it my own but lacking time right now. Thanks for the help!!
sent from my LG Revolt empowered by Fusion

[TUTORIAL] Want to Theme?

Hey guys! Someone recently posted that they wanted to start to making their own themes and I posted a very long reply and figured, might as well post a "somewhat easy to understand" tutorial here for everyone.
So you want to make your own themes?
First off, it is important to know that if you plan on porting any themes over and releasing it to the masses, that you get permission from the theme owner first!!
DISCLAIMER: I AM NOT RESPONSIBLE IF YOUR PHONE EXPLODES OR MELTS! lol
NOTE: IF YOU'RE A NOOB (you know if you are) DO NOT MESS WITH ANY IMAGE THAT ENDS IN ".9" UNTIL YOU READ UP ON THEM.......A LOT! IF YOU'RE JUST REPLACING AN IMAGE, THEN READ ON.
What you will need:
Apkmanager: http://forum.xda-developers.com/showthread.php?t=695701
7zip: http://www.7-zip.org/download.html
An empty flashable zip: http://www.multiupload.com/DBEMBUOCND
Lot's of time on your hands!
GETTING STARTED:
Apkmanager is going to be your "all-in-one" tool for making a theme in Windows.
(I'll go into all the options of apkmanager a little later)
The process you need to follow is actually kind of simple. It's just very time consuming.
First you will need to make the images that you want (unless you are porting a theme).
Now what you need to do is one way or another, get the framework-res.apk and the SystemUI.apk from your phone, you also need the RES_cappuccino.apk (found in /system/framework. (If you don't want to mess with using adb, use Root Explorer, just copy the apk then paste on your sdcard, then copy and paste from your sdcard onto your pc.)
Extract apkmanager to somewhere easy like the desktop and you should end up with a folder named "apkmanager" or whatever.
Inside that folder, you should have the following folders:
Other
place-apk-here-for-modding
place-apk-here-for-signing
place-apk-here-to-batch-optimize
place-ogg-here
projects
Then the following files:
log
Script
DO NOT MODIFY THE NAMES OF ANY OF THESE FILES OR FOLDERS OR NOTHING WILL WORK!
Take the 3 files that you got from your phone and place them in the "place apk here for modding" folder.
Double click to open the "Script" file
Press "22" and hit enter to set your current job
Select either 1,2 or 3 for whichever apk you want to start on first and hit enter
Select "1" to extract. You do not need to decompile unless you are editing XML files.
Once the extraction is done, go inside the "projects" folder and now you have a folder inside there with whatever the name is of the apk you just extracted.
Inside that folder are the images and XML files you need to replace (you might not have to edit any of the XML files, that's a little more advanced unless you already know how to.)
Most of the images you will need to edit will be in the following folders of each apk:
res>drawable
res>drawable-hdpi
Once you get everything done and you're ready to test it out, you need to go back to that "Script" file in apkmanager and open it back up. Now you're going to do pretty much the same stuff you did when you were extracting the apk, in order to rezip the apk.
In the Script for apkmanager, you're going to press "22" and hit enter, then select which file you want to compile first by either pressing 1, 2 or 3.
Select the file and hit enter, then press "3" and press enter
Now press "1" so that apkmanager knows it's a system file and will retain the files signature.
As long as you didn't mess anything up during the process of changing stuff, you shouldn't receive any errors. If you do, you need to figure out what it was you messed up on and fix it.
Go through and rezip all the apks that you edited. Once that is done, you will go to your "place apk here for modding" folder again and you will notice that you have 3 new files in there:
unsignedframework-res.apk
unsignedSystemUI.apk
unsignedRES_cappuccino.apk
Remember that empty flashable zip you downloaded earlier? Now you need it.
Right click on the flashable zip and mouse over "7zip" and click on "Open Archive"
Take the unsignedSystemUI.apk and place it in the "app" folder. Now rename that to its original name:
SystemUI.apk
Now take that unsignedframework-res.apk and unsignedRES_cappuccino.apk and place them in the "framework" folder of the flashable zip. Rename those to:
framework-res.apk
RES_cappuccino.apk
Now you can close out of the flashable zip file and place it on your sdcard.
Reboot into recovery, wipe cache partition, wipe dalvik.
Now go back and flash the zip file you just put on your sdcard.
Since you wiped your cache and your dalvik, the reboot will take a little while. You should now be good to go!
NOTE: Since I did not create apkmanager, I will not be able to answer many questions about it but feel free to ask. If I don't have an answer for you, Just go back to the post above where you downloaded it, and post your question there.
Please enjoy and happy themeing!!!!!!
And to add. There is also another great way for beginners to start making themes. It's very simple, all you do is select the changes you want made, then upload the framework-res.apk and the SystemUI.apk and it does all the work for you!!!! Even puts everything into a flashable zip! All you have to do is download the zip file then flash it! Here's the link to the UOT Theme Kitchen:
http://uot.dakra.lt/kitchen/
Also, thanks to drt054 for pointing out that Apkmanager is being improved on and the name is changing to APK Multi-Tool. If you use this tool instead, I will not be able to help with any troubleshooting because I just recently started using it. You can download it here:
APK Multi-Tool: http://apkmultitool.com/
Great post!
Don't forget, UOT can be a great starting point for inspiration also, at least give a little jump start.
Also, the hardest part is also getting your paths set up for apk manager to read adb. Just Google it and the answers are easy to find!
Sent from my ADR6425LVW using Tapatalk
mtmichaelson said:
Great post!
Don't forget, UOT can be a great starting point for inspiration also, at least give a little jump start.
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
Very true! I'm so used to doing it this way that I sometimes forget about UOT lol. I'll post a link in the OP to it. Thanks Mt! Did you see my newest addition to the Themes section?
wow thats a bit harder then i thought lol... maybe ill just leave it up to you guys the real dev. lol but thanks! maybe when i get more into the phone and modding/tweaking stuff ill try it ha
spc_hicks09 said:
Very true! I'm so used to doing it this way that I sometimes forget about UOT lol. I'll post a link in the OP to it. Thanks Mt! Did you see my newest addition to the Themes section?
Click to expand...
Click to collapse
I did! It looks great!
Sent from my ADR6425LVW using Tapatalk
flaminfury said:
wow thats a bit harder then i thought lol... maybe ill just leave it up to you guys the real dev. lol but thanks! maybe when i get more into the phone and modding/tweaking stuff ill try it ha
Click to expand...
Click to collapse
Once you dig into it it's not to bad!
Sent from my VS910 4G using Tapatalk
flaminfury said:
wow thats a bit harder then i thought lol... maybe ill just leave it up to you guys the real dev. lol but thanks! maybe when i get more into the phone and modding/tweaking stuff ill try it ha
Click to expand...
Click to collapse
Indy's comment to your post was exactly true. It really doesn't take that long once you get the hang of it. Making your own images is what takes longer than anything in my opinion. Even if it takes you a long time to push a theme out, just remember that "it's about quality, not quantity." As long as you put out an awesome looking theme, most people won't care how long it took or how long it takes to push out updates. It definitely wouldn't take long if you use the UOT Theme Kitchen. The link for that can be found at the bottom of my first post.
spc_hicks09 said:
Indy's comment to your post was exactly true. It really doesn't take that long once you get the hang of it. Making your own images is what takes longer than anything in my opinion. Even if it takes you a long time to push a theme out, just remember that "it's about quality, not quantity." As long as you put out an awesome looking theme, most people won't care how long it took or how long it takes to push out updates. It definitely wouldn't take long if you use the UOT Theme Kitchen. The link for that can be found at the bottom of my first post.
Click to expand...
Click to collapse
Great job well said! Listen to spc and you can't go wrong. Nice write up too.
Sent from my VS910 4G using Tapatalk
spc_hicks09 said:
Indy's comment to your post was exactly true. It really doesn't take that long once you get the hang of it. Making your own images is what takes longer than anything in my opinion. Even if it takes you a long time to push a theme out, just remember that "it's about quality, not quantity." As long as you put out an awesome looking theme, most people won't care how long it took or how long it takes to push out updates. It definitely wouldn't take long if you use the UOT Theme Kitchen. The link for that can be found at the bottom of my first post.
Click to expand...
Click to collapse
Hey Spc i have a question, how do you make your own images and such? do you have to use something like Photoshop or gimp or some other program? Been playing around with the uot kitchen and its really a great program, but eventually i'd like to do more custom made stuff too.
Thanks!
47th_Ronin said:
Hey Spc i have a question, how do you make your own images and such? do you have to use something like Photoshop or gimp or some other program? Been playing around with the uot kitchen and its really a great program, but eventually i'd like to do more custom made stuff too.
Thanks!
Click to expand...
Click to collapse
I always use Paint.NET just because it's free and it's a great image editing program for people that don't want to mess with too much technical stuff. You can get it here www.paint.net
Good luck and I can't wait to see some stuff you come up with!
spc_hicks09 said:
I always use Paint.NET just because it's free and it's a great image editing program for people that don't want to mess with too much technical stuff. You can get it here www.paint.net
Good luck and I can't wait to see some stuff you come up with!
Click to expand...
Click to collapse
thanks for the link and info!
all i can say is that ill give it a shot lol.
but seriously you and the other folks here are very good at what you do so....
thanks again!
Just FYI the apk manager forum is old. Go here to read:
http://forum.xda-developers.com/showthread.php?t=1310151
or just go here to download:
http://apkmultitool.com/
It was renamed from APK Manager is now APK Multi-Tool. Windows version is pretty nice. Been looking at the forum, make sure you install to the root of your sdk directory.
He is working on Linux Version but doesn't have a linux machine any longer to test so it is slow going but you can still download APK Manager 5.0 for linux
drt054 said:
Just FYI the apk manager forum is old. Go here to read:
http://forum.xda-developers.com/showthread.php?t=1310151
or just go here to download:
http://apkmultitool.com/
It was renamed from APK Manager is now APK Multi-Tool. Windows version is pretty nice. Been looking at the forum, make sure you install to the root of your sdk directory.
He is working on Linux Version but doesn't have a linux machine any longer to test so it is slow going but you can still download APK Manager 5.0 for linux
Click to expand...
Click to collapse
Thanks for the tip drt! Will add to the OP.
spc_hicks09 said:
Thanks for the tip drt! Will add to the OP.
Click to expand...
Click to collapse
No problem.. love correcting all of your posts lol j/k bud
sent from my V6 Supercharged LG Revo BlueVolt
Apk Multi-Tool is better in that I can recompile SystemUI.apk and RES_Cappuccino.apk as long as I don't make any changes but if I do it gives errors that is some progress..
sent from my V6 Supercharged LG Revo BlueVolt
drt054 said:
Apk Multi-Tool is better in that I can recompile SystemUI.apk and RES_Cappuccino.apk as long as I don't make any changes but if I do it gives errors that is some progress..
sent from my V6 Supercharged LG Revo BlueVolt
Click to expand...
Click to collapse
Lies!!!!! Lol
Sent from my Dread Ginger Revo using Tapatalk.
spc_hicks09 said:
Lies!!!!! Lol
Sent from my Dread Ginger Revo using Tapatalk.
Click to expand...
Click to collapse
What do you mean??
drt054 said:
What do you mean??
Click to expand...
Click to collapse
I was just messin around cuz you said APK Multi-Tool was better than apkmanager. I haven't used APK Multi-Tool yet though.
Ah.. It has more features and auto-updates just doesn't work for me
sent from my V6 Supercharged LG Revo BlueVolt
---------- Post added at 05:40 AM ---------- Previous post was at 04:40 AM ----------
Might have figured out the issues with recompiling SystemUI and RES_Cappuccino they have to be decompiled with dependancies.. dragging frameworkres-apk into the command window and made changes and recompiled without errors. That is a first. If someone knew this and didn't tell me I will hurt somebody!!! Won't be able to test for a while..
Although you don't HAVE to do it, it's suggested that you do that with apkmanager too lol. Sorry!!!
Sent from my Dread Ginger Revo using Tapatalk.

Categories

Resources