Easy way to change a 5 row app drawer to 4? - EVO 4G Themes and Apps

I've asked a few people and searched like crazy with no real answer so I'm hoping someone can point me in the right direction. I'm running Calk's HD rom and it's awesome. I would just prefer a 4 row app drawer as opposed to the 5 it comes with. Is there an easy way to change this? I haven't been able to locate the setting in the rosie.apk. Any help would be greatly appreciated.

What if you use adw launcher? You can change it from 3 to 8.
http://www.appbrain.com/app/adw-launcher/org.adw.launcher
Oh wait I think he is using adw, well then go to settings, adw launcher settings, screen preferences, under desktop layout change the Desktop Columns from 5 to 4.

Thanks. I'm referring to sense though. I should have specified. I know how to do it with adw and launcherpro. I wish it were that easy in sense.
Get to duh choppa!

ah crap, sorry

You need to decompile your Rosie.apk and change the "5" value in the all_apps_view.xml (its actually titled something like that) to a "4". Then you will need to recompile and flash.

ericwgarza1 said:
You need to decompile your Rosie.apk and change the "5" value in the all_apps_view.xml (its actually titled something like that) to a "4". Then you will need to recompile and flash.
Click to expand...
Click to collapse
Thanks so much. It looks like to do this the xml would need to be converted first or done with hex editing. Way beyond my skill. But I'm going to trying recompiling the apk using the all_apps_view.xml from a different rosie with a 4 app drawer. I'll post my results.

That didn't work. Not sure the setting lives there. The rom I grabbed the all_apps_view.xml file from has an opaque app drawer, calk's has transparent. After compiling the rosie with the new xml file and rebooting, I still had a 5 row app drawer but the background was opaque.

DeathBySnuggles said:
That didn't work. Not sure the setting lives there. The rom I grabbed the all_apps_view.xml file from has an opaque app drawer, calk's has transparent. After compiling the rosie with the new xml file and rebooting, I still had a 5 row app drawer but the background was opaque.
Click to expand...
Click to collapse
there are 3 changes to be made.... one is the one u were given already.
keep in mind that u MUST decompile cuz it changes things inside the resources.arsc file
the second one is inside values/integer.xml
change
Code:
<integer name="allprogram_grid_columns">5</integer>
to have the value 4 instead of 5.
and in values/dimens.xml change
Code:
<dimen name="all_program_grid_view_horizontal_spacing">1.0dip</dimen>
to have the value 6.0dip.
that should work.
good luck.
edit:
just saw u said u using the HD rom... i was referring to the a non HD rosie... so although it should still be the same thing, it might not be... so keep that in mind in case it wont work... but thats how u would do it for the regular Rosie.

aamikam said:
there are 3 changes to be made.... one is the one u were given already.
keep in mind that u MUST decompile cuz it changes things inside the resources.arsc file
the second one is inside values/integer.xml
change
Code:
<integer name="allprogram_grid_columns">5</integer>
to have the value 4 instead of 5.
and in values/dimens.xml change
Code:
<dimen name="all_program_grid_view_horizontal_spacing">1.0dip</dimen>
to have the value 6.0dip.
that should work.
good luck.
edit:
just saw u said u using the HD rom... i was referring to the a non HD rosie... so although it should still be the same thing, it might not be... so keep that in mind in case it wont work... but thats how u would do it for the regular Rosie.
Click to expand...
Click to collapse
Ok, that's a little over my head considering I don't even see the xml files you're referring to. I'm only able to play with what I can see by unpacking the apk using simple methods. Changing the all_apps_view file changed the drawer background, which is undesired. If I simply swap out the the full rosie.apk from the other rom, I can achieve the 4 row drawer with the opaque background but I'm looking to retain the translucent. So, perhaps it's easier to start with the other rosie with the opaque background and modify that to have a translucent background? Can using the original all_apps_view accomplish this or is there an easier way?

DeathBySnuggles said:
Ok, that's a little over my head considering I don't even see the xml files you're referring to. I'm only able to play with what I can see by unpacking the apk using simple methods. Changing the all_apps_view file changed the drawer background, which is undesired. If I simply swap out the the full rosie.apk from the other rom, I can achieve the 4 row drawer with the opaque background but I'm looking to retain the translucent. So, perhaps it's easier to start with the other rosie with the opaque background and modify that to have a translucent background? Can using the original all_apps_view accomplish this or is there an easier way?
Click to expand...
Click to collapse
U wont see those xmls unless u decompile man... that's why I said u have to do it.
U using calk hd? Right?
Ill make u one real quick.

aamikam said:
U wont see those xmls unless u decompile man... that's why I said u have to do it.
U using calk hd? Right?
Ill make u one real quick.
Click to expand...
Click to collapse
Yeah I'm running calk's HD. Thanks man. I was just getting ready to try another frankenstein rosie.

DeathBySnuggles said:
Yeah I'm running calk's HD. Thanks man. I was just getting ready to try another frankenstein rosie.
Click to expand...
Click to collapse
here u go... let me know how it worked.

aamikam said:
here u go... let me know how it worked.
Click to expand...
Click to collapse
Absolutely perfect! Thank you so much. Donation sent. (well, sent before I knew it worked just for the effort but double bonus that it does!) Why can't sense be as configurable as lp or adw?
Thanks again.

DeathBySnuggles said:
Absolutely perfect! Thank you so much. Donation sent. (well, sent before I knew it worked just for the effort but double bonus that it does!) Why can't sense be as configurable as lp or adw?
Thanks again.
Click to expand...
Click to collapse
thank you very much.

Related

Remove undertext from apps-icons

Is there any tool that can remove the app-name from the icon, and only use the icon? (on your homescreen)
anycut
bettercut
o4kareg said:
anycut
bettercut
Click to expand...
Click to collapse
Nope, those apps cant remove the icon name. You can only use a space as a name but wont look good, will just be a black-spot..
Any more ideas?
skuum said:
Any more ideas?
Click to expand...
Click to collapse
there's nothing else. We at our russian PDA forum looked for such apps for a long time
old advance launcher form irenhaus has an option to hide the text on desktop and to hide icon on tray. Pretty sure anderweb one does it too now.
sipvn said:
old advance launcher form irenhaus has an option to hide the text on desktop and to hide icon on tray. Pretty sure anderweb one does it too now.
Click to expand...
Click to collapse
It can be done by a simple xml edit in Rosie. I tried it at one time, but never released. I will take a quick look in the Rosie apk and post back when I find the name of the xml.
EDIT: It's in the values and values-normal folders. The files that needs editing are colors.xml and styles.xml. The places that needs editing are selfexplanatory, but basicly it's just a matter of setting the alpha value to opaque (00) in the places needed.
@sipvn: ADW Launcher? I'm currently using it, no option in settings for that :/
@tristan202: Thanks, I never gone that far learning how do edit rosie/apk's/xml's.. Any guides? I failed searching
helixlauncher2 i think has a option that does this
blaboy51 said:
helixlauncher2 i think has a option that does this
Click to expand...
Click to collapse
Thanks man.. Worked great! (Only too bad i got used to adw, but ill switch)
tristan202 said:
It can be done by a simple xml edit in Rosie. I tried it at one time, but never released. I will take a quick look in the Rosie apk and post back when I find the name of the xml.
EDIT: It's in the values and values-normal folders. The files that needs editing are colors.xml and styles.xml. The places that needs editing are selfexplanatory, but basicly it's just a matter of setting the alpha value to opaque (00) in the places needed.
Click to expand...
Click to collapse
I would like to edit xml files on my milestone, what is Rosie and where do tou get it
Yes, are you able to please detail this a little more?

[REQ] these Launcher pro icons !

would love these icons please or now of some place i can get some similar
http://robbiekhan.co.uk/root/android/desktops/defrost_2.2.jpg
Just go up a few levels on this site...a lot of them are there.
http://robbiekhan.co.uk/root/android/
jedwardmiller said:
Just go up a few levels on this site...a lot of them are there.
http://robbiekhan.co.uk/root/android/
Click to expand...
Click to collapse
i might be blind but im not seeing them
^^^^
to the top please NEED these
I think I have a zip with those at home....ill check when I return tonight if you are still looking
If you wanna do a search for "text icons" on deviantart you should find em.
Sent from my PC36100 using XDA App
JSZESZE said:
I think I have a zip with those at home....ill check when I return tonight if you are still looking
If you wanna do a search for "text icons" on deviantart you should find em.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
the person that made that screen shot said they was custom so idk but ill look
bump... i'm curious about this too!
Bump. I would love these.
soxozor said:
Bump. I would love these.
Click to expand...
Click to collapse
Yea me to does any one have a zip with these?
Sent from my PC36100 using XDA App
Not sure what format they need to be in, but here is what appears to be the .psd template for those icons:
http://robbiekhan.co.uk/root/android/Android Launcher Pro Custom Icon Template Text Version.psd
They need to be in png format. That file is used to make custom icons with photoshop I believe. Unfortunately I don't have a computer so.. i need the png files.
You all just didn't look hard enough. There is a directory for all of his icons. Took me all of half a minute to find.
http://robbiekhan.co.uk/root/android/icons/
enormous said:
Not sure what format they need to be in, but here is what appears to be the .psd template for those icons:
http://robbiekhan.co.uk/root/android/Android Launcher Pro Custom Icon Template Text Version.psd
Click to expand...
Click to collapse
The files can be edited in photoshop, the only layers visible should be the text that you want to see as the icon.
After you get them how you'd like, save them as PNG files and copy them to your SD card and you're good to go.
can somebody just turn them into .png n post them plz
enormous said:
Not sure what format they need to be in, but here is what appears to be the .psd template for those icons:
http://robbiekhan.co.uk/root/android/Android Launcher Pro Custom Icon Template Text Version.psd
Click to expand...
Click to collapse
They open for me, but my system is missing the font for it. Anybody know what font it is so I can download and use these icons?
joselb said:
can somebody just turn them into .png n post them plz
Click to expand...
Click to collapse
Are you daft? The ones I posted were in png format.
can somebody tell me what theme that is that he has ? and where can i get it. i freaking love it icons and all...maybe not the taskbar but the rest for sure and the power widget hes got is awesome the wallpapers the calendar, etc
kthnxbye
Caferacer said:
Are you daft? The ones I posted were in png format.
Click to expand...
Click to collapse
LOLOL I'm so daft i had to look up "daft" on dictionary.com but yeah I dont know why he is talking about a font for the images you posted... no fonts involved.
How do you put these on the the launcher pro

[Q] Black Lockscreen Sliders

Just wondering if someone is already working on changing the lockscreen sliders to a glossy black, moto sliders are fugly. I have seen many posts for people requesting this in other threads and being a noob to theming I have no idea where to start.
What is the name of the file that needs to be modified and in which .apk is it located? I might make this my first "theme" project if I find the file and if this has not already been done.
The sliders are part of framework. Pull framework-res.apk from /system/framework and open the apk in any zip program like 7zip or WinRAR. Then look in the drawable-hdpi and drawable-land-hdpi folders and you should see the sliders. Then edit in Photoshop or something. Put back in framework-res.apk then push back to the phone and reboot.
Explodee said:
The sliders are part of framework. Pull framework-res.apk from /system/framework and open the apk in any zip program like 7zip or WinRAR. Then look in the drawable-hdpi and drawable-land-hdpi folders and you should see the sliders. Then edit in Photoshop or something. Put back in framework-res.apk then push back to the phone and reboot.
Click to expand...
Click to collapse
Not that simple...they're .9.png's. if you just edit them in photoshop they'll mess things up and not turn out right.
Even with just simply changing the color?
Sent from my DROIDX using XDA App
MXMike said:
Even with just simply changing the color?
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
nope.. when saved in photo editor it loses its .9 properties...
have to used draw9patch in android sdk to apply guides..
just decompile original apk with apktool or apkmanager to get the original showing you where the guides are located
I changed the colors of the sliders from the dark green whatever color to red using photoshop and they work fine.
Explodee said:
I changed the colors of the sliders from the dark green whatever color to red using photoshop and they work fine.
Click to expand...
Click to collapse
You got lucky somehow. All .9's have a 1 pixel border that exist as guides to the OS of where to stretch and where to anchor the image. Changing the color can remove/alter these guides. Rarely can you just change the color of a .9 and expect it to work/appear as it should. I would look at the thread with the how to video for draw9patch if you want to edit the lock sliders or any other .9 image.
Thanks for the info.
Sent from my DROIDX using XDA App
Something like this?
BTW this if fully functional, drop it in your framework (rename it!) and push it. If its what you need let me know, ill finish the rest.
Black sliders
If you see page four ... Clear / cant see sliders
you might be able to use ninja morph to apply these, or you need to know how to add files to an apk and push back. These go in framework-res.apk/res/drawable-hdpi
Dont add these to a decompiled apk! drop these straight into the apk with your perfered method.
Yeah that is what im looking for...if you wanna finish em that would be awesome!
Sent from my DROIDX using XDA App
MXMike said:
Yeah that is what im looking for...if you wanna finish em that would be awesome!
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
shoot me a pm with your email, wont have em to ya till 3-4. Unless someone beats me to em.
bad4u6669 said:
Something like this?
BTW this if fully functional, drop it in your framework (rename it!) and push it. If its what you need let me know, ill finish the rest.
Click to expand...
Click to collapse
I downloaded your theme and you successfully changed the color, but the slider doesnt slide. But it is still functional. Just doesnt actually show the bar sliding. This is where the .9.png comes into play
My current update.zip that's up right now? The sliders in that don't work? Every one else reports no problems. Could you be more specific.
Sent from my DROIDX using Tapatalk
I just decompiled my whole theme and checked the sliders. They are compiled and working correctly. Something might of went screwy on your install.
Sent from my DROIDX using Tapatalk
bad4u6669 said:
I just decompiled my whole theme and checked the sliders. They are compiled and working correctly. Something might of went screwy on your install.
Sent from my DROIDX using Tapatalk
Click to expand...
Click to collapse
lol, nevermind. I was thinkin you did Froyo Dynomite. The slider doesnt slide in that one.
You can easily changed the color of the sliders. But you have to decompile first. If you just unzip the apk it loses the 9 patch info(see below). If you have a theme and the slider does not slide then this is the reason.
Natemz said:
lol, nevermind. I was thinkin you did Froyo Dynomite. The slider doesnt slide in that one.
Click to expand...
Click to collapse
Ahh crap you're right. I never noticed because I always use WidgetLocker. I fixed the notification font and now I'll get going on fixing the sliders. Update will be tonight.
black sliders sent, post up a screen shot after you get them on your phone.
Any way I can get the black sliders from you as well?
phissionkorps said:
Any way I can get the black sliders from you as well?
Click to expand...
Click to collapse
As long as you can post a pic after you apply them. pm me with an email addres to send them too.

[Q] Theming JVB

I've been theming small aspects of JVB, specifically Perception II. I've tried to theme the background of the music controls inside the status bar drawer. On Froyo ROMs, I could just throw a modified png into the zip. Now, I do that and it's still purple. I even decompiled and recomplied with the new pngs, but it doesn't work. Any ideas on what to do? I attached the modded files below. Thanks!
Are you replacing the ones in twframework-res.apk?
Sent from my GT-I9000 using XDA fap
modest_mandroid said:
Are you replacing the ones in twframework-res.apk?
Sent from my GT-I9000 using XDA fap
Click to expand...
Click to collapse
Of course. I opened them in Photoshop and edited and put them back into twframework. Thing is, I've done this before very successfully modifying themes on Froyo.
Wacky.. dunno dude, I'll give it a shot later tonight and see if I can get it to work if the wife doesn't burglarize all my time.
modest_mandroid said:
Wacky.. dunno dude, I'll give it a shot later tonight and see if I can get it to work if the wife doesn't burglarize all my time.
Click to expand...
Click to collapse
Wow thanks a lot man
Yeah, that's weird.. changing the png's doesn't seem to affect what actually shows up. Makes you wonder if it's grabbing them from somewhere else entirely..
Edit: I was right! Check out /system/app/MusicPlayer.apk, it has it's own set of status bar png's. I haven't tried replacing them myself yet, but I have a strong feeling that those are the ones you should be changing as opposed to the ones in twframework-res.apk. Samsung seems to enjoy scattering their graphics around.. there are also a couple pertinent to the status bar and dropdown shade in SystemUI.apk and Phone.apk.
Good luck, dude! Let me know if those were the correct ones!
modest_mandroid said:
Yeah, that's weird.. changing the png's doesn't seem to affect what actually shows up. Makes you wonder if it's grabbing them from somewhere else entirely..
Edit: I was right! Check out /system/app/MusicPlayer.apk, it has it's own set of status bar png's. I haven't tried replacing them myself yet, but I have a strong feeling that those are the ones you should be changing as opposed to the ones in twframework-res.apk. Samsung seems to enjoy scattering their graphics around.. there are also a couple pertinent to the status bar and dropdown shade in SystemUI.apk and Phone.apk.
Good luck, dude! Let me know if those were the correct ones!
Click to expand...
Click to collapse
Is SystemUI.apk new to Gingerbread? I'll look into it.
God THANK YOU, that's an amazing find and so useful to me! I am SO GRATEFUL. Damn, Samsung isn't the most efficient company of coders. Putting lockscreen music control backgrounds in framework-res and status bar ones in music apk? Wow.
SystemUI.apk handles all the notification bar/dropdown stuff and all of those images are used instead of what's in twframework-res.apk now (GB).
The background and buttons for the dropdown are in MusicPlayer.apk though. Crazy.
So apparently the toggle PNGs in SystemUI.apk are locked, so they cannot be edited in Photoshop and lose their transparency. Sucks....
Yeah, kinda sucks. I grabbed a screenshot of Explorer with large thumbnails, copied each one and inverted them so they're smoothed to black background, made black transparent, then changed the color. It works out ok I guess.
CuriousTech said:
Yeah, kinda sucks. I grabbed a screenshot of Explorer with large thumbnails, copied each one and inverted them so they're smoothed to black background, made black transparent, then changed the color. It works out ok I guess.
Click to expand...
Click to collapse
They still turn out jagged because the originals, using transparency, are smoothed. I think I can get someone to fix that...
If anyone is interested, I am recreating a lot of the elements by hand. It's HARD OH MY GOD, some pieces require 7 layers of separate transparencies i have to match to the originals. But I'm making a theme, just modded stock for now but I'll be working on it for a while. I'll make a thread soon!
So ALL the battery icons are locked... I downloaded a random GB theme and took out the battery icons, and those are locked too. Decompiled framework, still locked. What the hell???? How do I mod them?!
I figured most stuff out now. Except how to change the status bar background. I put it into SystemUI.apk (2 different names), framework, and twframework. Nothing works. Any clues?
Haloruler64 said:
So ALL the battery icons are locked... I downloaded a random GB theme and took out the battery icons, and those are locked too. Decompiled framework, still locked. What the hell???? How do I mod them?!
Click to expand...
Click to collapse
How'd you solve this?
Haloruler64 said:
I figured most stuff out now. Except how to change the status bar background. I put it into SystemUI.apk (2 different names), framework, and twframework. Nothing works. Any clues?
Click to expand...
Click to collapse
Check SystemUI.apk drawable-hdpi directory, also check the values directory, there's one xml in there that defines the background color for the dropdown shade.
Edit: nevermind, changing that xml does nothing
Haloruler64 said:
Is SystemUI.apk new to Gingerbread? I'll look into it.
God THANK YOU, that's an amazing find and so useful to me! I am SO GRATEFUL. Damn, Samsung isn't the most efficient company of coders. Putting lockscreen music control backgrounds in framework-res and status bar ones in music apk? Wow.
Click to expand...
Click to collapse
Half of it is left over Google crap, half of it is left over Samsung Froyo crap, and half of it is actually being used.
It's quite the mess.
Haloruler64 said:
If anyone is interested, I am recreating a lot of the elements by hand. It's HARD OH MY GOD, some pieces require 7 layers of separate transparencies i have to match to the originals. But I'm making a theme, just modded stock for now but I'll be working on it for a while. I'll make a thread soon!
Click to expand...
Click to collapse
Why aren't you using the originals? Is it because they're Index images that don't open properly? If so, open them with Adobe Fireworks, save them, then open them in whatever else.
res\layout\status_bar_tracking.xml has the background color. Change to image:
<View android:background="@drawable/status_bar_background" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" />
Copy the file from the theme in my sig if you need a working reference. It has no clock in the bar and no text in the toggles as well.
MikeyMike01 said:
Half of it is left over Google crap, half of it is left over Samsung Froyo crap, and half of it is actually being used.
It's quite the mess.
Click to expand...
Click to collapse
3 halves, it must be all kinds of messy!
modest_mandroid said:
How'd you solve this?
Click to expand...
Click to collapse
GIMP, convert to RGB, then it works. But GIMP has no real batch mode, like Photoshop. Which sucks.
MikeyMike01 said:
Why aren't you using the originals? Is it because they're Index images that don't open properly? If so, open them with Adobe Fireworks, save them, then open them in whatever else.
Click to expand...
Click to collapse
Yeah that's why originally. Can you open 171 files in Fireworks and save them automatically? I don't wanna do that for all the status bar stuff individually.
Also I have to get Fireworks.
CuriousTech said:
res\layout\status_bar_tracking.xml has the background color. Change to image:
<View android:background="@drawable/status_bar_background" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0" />
Copy the file from the theme in my sig if you need a working reference. It has no clock in the bar and no text in the toggles as well.
Click to expand...
Click to collapse
Wow thanks! I'll do that now.
EDIT: Using APK Manager 4.9, I keep getting errors while decompiling SystemUI.apk. Any reason or special method to decompile it?

Sense 4.0 all app background image

Hi there!
One of the thing that I'm struggling with HTC is the fact that from the moment the have moved to android they have always put the black background on the all apps menu which isn't so beautiful. Is there anyway here who know if it could be possible to have, at least, the same background image of the home for the all apps menu?
P.S. And by the way I don't get why is not possible to customize the background iamge of the all apps menu, come on this was possible on windows mobile!!!!
light_n_roses said:
Hi there!
One of the thing that I'm struggling with HTC is the fact that from the moment the have moved to android they have always put the black background on the all apps menu which isn't so beautiful. Is there anyway here who know if it could be possible to have, at least, the same background image of the home for the all apps menu?
P.S. And by the way I don't get why is not possible to customize the background iamge of the all apps menu, come on this was possible on windows mobile!!!!
Click to expand...
Click to collapse
i havent had a chance to look into sense 4.0 yet but in sense 3.0 all apps background was a color reference in the rosie apk > res > layout> all apps view .xml
you can edit the code to reference a wallpaper of your own
i was having trouble decompiling sense 4 files so didnt really look into it
thesparky007 said:
i havent had a chance to look into sense 4.0 yet but in sense 3.0 all apps background was a color reference in the rosie apk > res > layout> all apps view .xml
you can edit the code to reference a wallpaper of your own
i was having trouble decompiling sense 4 files so didnt really look into it
Click to expand...
Click to collapse
sp do you think that I can also put a different background image from the one on the home screen ? It would be awsome!
light_n_roses said:
sp do you think that I can also put a different background image from the one on the home screen ? It would be awsome!
Click to expand...
Click to collapse
yea you sure can, easiest is to make the background transparent so the home screen wallpaper is visible but you can surely make it reference an image
thesparky007 said:
yea you sure can, easiest is to make the background transparent so the home screen wallpaper is visible but you can surely make it reference an image
Click to expand...
Click to collapse
actually I have tried to open that file from a custom rom with sense 3.5, I have extracted the file with 7zip but it was not readable with notepadd...
light_n_roses said:
actually I have tried to open that file from a custom rom with sense 3.5, I have extracted the file with 7zip but it was not readable with notepadd...
Click to expand...
Click to collapse
Well of course, you extracted it with 7zip. Grab apktool or something else that can unpack APKs properly and decrypt the XMLs etc., use it to extract the APK and then you should be able to edit it easily enough.
EDIT: You'll also need to pull com.htc.resources.apk from /system/framework and install it with the command
Code:
apktool if com.htc.resources.apk
to properly decrypt the APK
EDIT: Although I can't find the XML referenced above in the Rosie.apk from my Sense 3.5 device...(HTC Explorer).
EDIT: In res\values\colors.xml I found a reference for a colour "all_item_background" which is #ff000000 (i.e. black), but it only appears to be used for as the colour for some text. Despite not really wanting to have a transparent background here, it's bugging me.
Is it possible to have this background on all aps for galaxy y s5360
Sent from my GT-S5360 using xda premium
stokaa said:
Is it possible to have this background on all aps for galaxy y s5360
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Galaxy Y is a Samsung phone, so it doesn't have Sense. It has TouchWiz. So the launcher is different to the Sense one. It is almost certainly possible to do a similar thing, but it won't be done exactly the same.
I believe the TouchWiz launcher it called twlauncher.apk or something like that. Pull that file off your phone and use apktool to extract it, look in the XMLs in res\layout and try to find the background colour. It'll probably be #ff000000. You could try using something like grep to search for that in the folder to try and narrow down the possibilities.
Just a few thoughts that might possibly help.
SifJar said:
Well of course, you extracted it with 7zip. Grab apktool or something else that can unpack APKs properly and decrypt the XMLs etc., use it to extract the APK and then you should be able to edit it easily enough.
EDIT: You'll also need to pull com.htc.resources.apk from /system/framework and install it with the command
Code:
apktool if com.htc.resources.apk
to properly decrypt the APK
EDIT: Although I can't find the XML referenced above in the Rosie.apk from my Sense 3.5 device...(HTC Explorer).
EDIT: In res\values\colors.xml I found a reference for a colour "all_item_background" which is #ff000000 (i.e. black), but it only appears to be used for as the colour for some text. Despite not really wanting to have a transparent background here, it's bugging me.
Click to expand...
Click to collapse
actually it would be nice to have the chance to put also a different image on background not just have the black background turn transparent so you can see the same of the home.
light_n_roses said:
actually it would be nice to have the chance to put also a different image on background not just have the black background turn transparent so you can see the same of the home.
Click to expand...
Click to collapse
Well that is easily done once the right value is found in the right XML. It's find the value that is the tricky part.
yea I see...have you made any progress with that?
light_n_roses said:
yea I see...have you made any progress with that?
Click to expand...
Click to collapse
Nope, I gave up because I couldn't find it in the Rosie.apk from my device.

Categories

Resources