Full screen caller - HTC Desire S

I am trying for a few days to modify Phone.apk for full screen caller picture but no chance...any of you has any idea,not using 3rd application just modify phone.apk...?
I decompiled application according to information I have from Xda and in apk/res/layout are those:
Call_card.xml
Call_card_person.xml...
It seems that we have to modify size of picture...I try and every time I got FC after modifying phone.apk and installing in phone......
So...maybe one of you know exactly how to do that....
Sent from my HTC Desire S using xda premium

Related

Apps Organizer skins?

Hi. I was wondering, is there any way to mod the window that pops up when you click on the widget? I want to get some sharp corners and a black/gray bg.
Sent from my T-Mobile G2 using XDA App
clondike7 said:
Hi. I was wondering, is there any way to mod the window that pops up when you click on the widget? I want to get some sharp corners and a black/gray bg.
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
hey any luck with this i want to do the same
Selfless bump.
Is it just a png that can be changed or is it a more complicated endeavor?
Sent from my T-Mobile G2 using XDA App
need help
right ive opened up the apk theres no relevent png's so i guess the colours etc are in xml's how do i set it to transparent and move it to bottom of screen?
I know it's not what you want to hear, but...
You could purchase Folder Organizer (paid app by the same dev). It has same functionality but with more options, like changing the backgrounds of the folders, changing app icons, and you can add shortcuts, contacts, bookmarks, etc to folders.
Just a suggestion. It's the best app I've ever bought, and the couple of bucks has to be worth the time of changing the xml files.
Sorry I couldn't offer a better answer, but if you want to just change Apps Organizer I'm sure you need to figure out where the values are in the xml & change it accordingly.
Sent from my badass HTC Supersonic (Evo 4g) using XDA Premium App
Folder Organizer uses the panel_background.9.png file from the system framework res drawables folder. That's why it's not in the apk. In order to change the look, you have replace this file with the modded panel_background.9.png file you want to use in your framework.apk. However, because you're modding the panel_background.9 file, it will be like this for ANY apk that also accesses this 9.png file. But that's what you need to do if you really want to mod the backgound to have sharp corners.
I can't find it under root explorer
Sent from my GT540 using XDA App

Black Google voice? Black Facebook app?

Has anyone themed Facebook or Google voice to be all black with white text? I'm on cm7.
Sent from my Nexus S 4G using XDA App
+10 Gmail too.
Sent from my Nexus S 4G using XDA App
Etoy has a theme for cm7 that has the blacked out Gmail. I'm sure you could just pull the gmail.apk and push it to /system/app. The epic has some themes with black Facebook. I'm gonna try pushing one of those apks to my phone.
Sent from my Nexus S 4G using XDA App
If you look a few pages back in the epic 4g themes forum, you will find a post with the black Facebook APk. Just uninstall Facebook then install the black Facebook app, I'm using it now and it works. I'm also about to try pushing the black mms Apk from mysteryemotions emotionless beast theme. Ill post links when I'm home and see if the black mms apk will work
Sent from my Nexus S 4G using XDA App
Okay, pushing the mms.apk from the emotionless beast theme doesn't work. I'm guessing it has to do with cm7 using aosp or something. But in theory it wouldn't be too hard to change a few XML values within the mms.apk to make it white text on black, I'm just not sure how to do it.
Sent from my Nexus S 4G using XDA App
http://forum.xda-developers.com/showthread.php?t=1002279
Uncle Jimmy says hello
I stopped using Google voice after I realized I can't send pictures. Would I be able to pull the one of the XML files, edit the values for black background and white text, then push it back into the apk?
Sent from my Nexus S 4G using XDA App
http://www.xoomforums.com/forum/motorola-xoom-apps/6867-facebook-v1-6-inverted.html
This is a nice black themed facebook 1.6 apk. Once it updates to the new format it loses some of its theme but its still pretty good. You must uninstall other Facebook app before installing. I don't take credit for the app, just stumbled upon it. Hopefully URL works, first time trying to post one, and hopefully I'm not violating any rules.
Sent from my Nexus S using XDA Premium App
Google voice black signed- http://db.tt/E4NZdvt
Uncle Jimmy says hello
Edit: wrong forum

how to remove android phone call screen pic?

you know when you make a call on stock android and you dial a number and you get a picture of the android on your screen and likewise the same happens if someone calls you (this is as long as you havent assigned pictures to your contacts or you are calling someone not on your contact list).
is it possible to edit something in the rom (stock or custom) so that the android picture doesnt show up on the screen?
That would prolly be done in dialer.apk, but I think it's coded in...
mathkid95 said:
That would prolly be done in dialer.apk, but I think it's coded in...
Click to expand...
Click to collapse
but you clever guys could probably un-encode it right?
i looked for dialer.apk in a rom but cant find it any help please?
Look in system/app
Sent from my HTC Sensation 4G using XDA App
Probably not the solution you're looking for but in MIUI rom, if they don't have a picture, all it shows is your lockscreen wallpaper. I bet an alternative dialer like Go Contacts might do the same thing you're looking for.
I believe its in the framework-res apk in the hdpi-finger file
Sent from my Nexus S using xda premium

Question for veteran themer...

I'm changing some pngs on my rom and I'be been able to find most of the ones I want to change. But I cannot find for the life of me the default image for logs and favorites. The image that is displayed if no picture is assigned. I changed it in contacts and it is changed there as well as history. I've looked in dialer tab activity, phone, and phone utility. ? Where the heck is it? I'm using gingerbread jw1.
Sent from my GT-I9000 using xda premium

Help modifying Skype orientation mode

Hi. I'm new to this forum and I hope I can be precise and clear.
The new update of Skype forces us to use the app in landscape mode, which is kind of annoying. Searching on Google, I found that there are mainly two ways to force the app to keep portrait mode: using another app to control orientation or modifying this setting in Androidmanifest.xml file. I went for the second option.
Then, following a first tutorial (with apktools) , I was able to decompile the Skype apk, and add android:screenOrientation="portrait" to the XML file, as you can see in the pic, and recompile it. The problem is that when I tried to reinstall Skype using the modified apk, I got the error "application not installed", as you can see below.
Following a second tutorial (using apktools) , I decompiled the apk, added android:screenOrientation="portrait" to Androidmanifest.xml but when I tried to recompile I got the error "invalid resource directory name" (check out the print screen).
Any solutions? Am I doing something wrong? Thank you.
Sent from my GT-P3110 using xda premium
Edit: I was able to install the modified apk but it still opens as landscape...
Sent from my GT-P3110 using xda premium
I'll try to take a look when I get home in about an hour, but they might be setting the orientation in java. Is the app always in landscape or just sometimes?
Sent from a Toasted Devil
netwokz said:
I'll try to take a look when I get home in about an hour, but they might be setting the orientation in java. Is the app always in landscape or just sometimes?
Sent from a Toasted Devil
Click to expand...
Click to collapse
Always landscape
Nvm,solved problemas.
Sent from my GT-P3110 using xda premium

Categories

Resources