[ guide ] add ics task switcher [ easy ] - Galaxy Ace S5830i General

hi to all
i m presenting an easiest guide on adding ics task switcher on any rom..................
very useful for noobs,developers,themers,etc.......
steps:
1. Decompile ur framework-res.apk
2. then goto res > drawable > open " btn_application_selector.xml"......
3. then add a line <item android:drawable="@drawable/app_bg" /> before </selector>.........
4. save the file......
5. download this
6. extract and replace the "recent_apps_dialog.xml" & "recent_apps_icon" in res\layout...........
7. add and replace png files in res\drawable-mdpi folder......
8. compile and rest u all know...........
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
credits:
agmtpd for this thread
me for this easiest tut.............
if i help u then hit thanxxxxxx button

That sounds awesome i'll must try it ^^

There is a way to add "close all" button?
I know that you need to edit smali files,but It would be awesome.

this task manager is not smoth i think...

ICS task switchers are not for this phone for two reasons:
They're laggy.
The list doesn't fit on our small screen, making the default task switcher much, much more effective.

Will add This It To My New ROM will release Soon...

Boudz78 said:
Will add This It To My New ROM will release Soon...
Click to expand...
Click to collapse
Man I told you
They are laggy and can create problems.
Tell me one use of them
You can't see the app running like ICS
You can't swipe to kill them
Stock ones are better

How can i edit the crapy xml files? i used about 10 apps to edit xml files and they allways can't open it ;/ but if i open xml files in notepad or wordpad i allwyas have weird fonts etc. :|. Sorry for my bad english

Notepad++ is the way

qeemi said:
notepad++ is the way
Click to expand...
Click to collapse
thx a lot dude :d
----------------------------------------------------------
I still have problem to edit this btn_application_selector.xml ;/ and others but only SW_Configuration.xml i can edit :|. How to solve this problem?

Alucard1989pl said:
thx a lot dude :d
----------------------------------------------------------
I still have problem to edit this btn_application_selector.xml ;/ and others but only SW_Configuration.xml i can edit :|. How to solve this problem?
Click to expand...
Click to collapse
Yes
some XML files require difficult mode to be enabled while editing
It took me a while to edit my status bar XML for center clock

iamareebjamal said:
Yes
some XML files require difficult mode to be enabled while editing
It took me a while to edit my status bar XML for center clock
Click to expand...
Click to collapse
So how can i edit this crappy files? Sorry for my bad english

Related

[Mod]Battstatt - spanish

Little mod to battstatt,to display battery info in spanish, has some minor glitches with the sizes except large one, and another one that happen when the battery is below 10% the message below that percent has the "_y_" in front, that's because how the numbers are written in spanish. dont know how to fix it without the source code or messing with the widget core.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hope someone find this useful.
any advice are welcome!
All the credits to http://blog.mudderman.com/ <- original autor of battstatt
thanks! it looks beautiful
Can you maybe explain how you changed the launguage?
I would like to make for my.
stifler05 said:
Can you maybe explain how you changed the launguage?
I would like to make for my.
Click to expand...
Click to collapse
yea, sure, you need the program, apk manager, http://forum.xda-developers.com/showthread.php?t=695701
with this, you can extract the installed apk from your phone to your pc, then this pogram can decompile the apk, with this you get the main files for the widget to work, there is a folder called "res", and inside is another one called "values", there are two xml file in wich you can change the language,arrays.xml and strings.xml.
in that two files you can modify the languaje displayed, be careful when changing the names because of the dependencies with other setings in the widget.
then with apk manager, you can compile again the apk and install it in to your phone.
thats, all
hope helps you.
kmilof said:
yea, sure, you need the program, apk manager, http://forum.xda-developers.com/showthread.php?t=695701
with this, you can extract the installed apk from your phone to your pc, then this pogram can decompile the apk, with this you get the main files for the widget to work, there is a folder called "res", and inside is another one called "values", there are two xml file in wich you can change the language,arrays.xml and strings.xml.
in that two files you can modify the languaje displayed, be careful when changing the names because of the dependencies with other setings in the widget.
then with apk manager, you can compile again the apk and install it in to your phone.
thats, all
hope helps you.
Click to expand...
Click to collapse
Thank you mate.
"Text Battery Widget" has spanish builtin

[Q] Change notification colours

Does anyone know how I would change the colours of the text in black below? It is the only thing that I can't find. I think It might be in services.jar somewhere but changing that is out of my depth.
Any help is greatly appreciated.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sometimes I changed color for date and clock.
For this I had to decompile "classes.dex" file which you cand
find if you open "services.jar" with WinRar or 7zip!
After changing colours you have to compile back,open "services.jar"
again and put the new "classes.dex" there.
But I think some colours for notifications are at
framework-res.apk/res/layout/status_bar.xml,not at "services.jar".
Maybe look at here:
http://forum.xda-developers.com/showthread.php?t=535630
http://forum.xda-developers.com/showthread.php?t=549309
I am interested in this as well. I have searched and searched code and Google for where that precise line is and coming up empty. The links provided althougb useful and already used do not address the question.
Sent from my SCH-I500 using XDA App
It's an .xml file in DownloadProvider.apk/res/layout, I do believe.
JAguirre1231 said:
It's an .xml file in DownloadProvider.apk/res/layout, I do believe.
Click to expand...
Click to collapse
Thank you very much! It works perfectly!
What XML editor are you guys using to edit these files? The one i have keeps giving me invalid character errors.
BumRush said:
What XML editor are you guys using to edit these files? The one i have keeps giving me invalid character errors.
Click to expand...
Click to collapse
I decompile them with apktool and then use any ol' text editor.
Great lesson, thanks
Ganii said:
Sometimes I changed color for date and clock.
For this I had to decompile "classes.dex" file which you cand
find if you open "services.jar" with WinRar or 7zip!
After changing colours you have to compile back,open "services.jar"
again and put the new "classes.dex" there.
But I think some colours for notifications are at
framework-res.apk/res/layout/status_bar.xml,not at "services.jar".
Maybe look at here:
http://forum.xda-developers.com/showthread.php?t=535630
http://forum.xda-developers.com/showthread.php?t=549309
Click to expand...
Click to collapse
You can change the color of the date in a .xml-file.
I'm building up a tutorial where to find to corresponding entries in the .xml-files (see my signature). Any hints to new places are welcome

Editing TouchWiz30Launcher.apk

I need a help. Please look at this topic
Code:
http://forum.xda-developers.com/showthread.php?t=822523&highlight=touchwiz
This man and many others people on XDA-forum editing TouchWiz app. Original homescreen by Samsung. They are changing icons, adding backgrounds etc etc. Please could anyone help me or anyone know how to do that? This app - TouchWiz30Launcher.apk - is in system/apps. How or in which program I could edit for example icons or add new dock to bottom? Anybody know?
Please for all. Could anyone help me with this?
ok first you have to be on jpy firmware then you have to take the twlauncher30.apk from the thread you referenced and you need to be rooted an use root explorer to install to your phone by backing up the existing .apk and .odex (rename see instructions in other thread) and then overwritting it with the one from that thread.
the one from that thread is de-odexed so you can edit the .png (icons) using microsoft photo editor or something else and then replace the .png directly in the .apk file with 7zip.. then you can put modified .apk on phone in sameway..
here is my modified version with a modified "bender" launcher icon
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Ok i learned this now but where I can change norification bar? In which app? Also in TouchWiz30Launcher.apk?
notification bar is in framwork-res.apk in system/framework..
same method using 7zip to change icons and then put back on phone with root explorer.. after putting back on phone stuff will start crashing and you should reboot.. (may need to pull battery).. make sure you have backups of originals.
notification pulldowns (not the bar) are much more comlicated and you have to change .jar files in the system as well.
Many thanks =) Changing icons in notification bar looks quite hard Is there any easier method?
what i did is find some other rom or custom rom you like and get the framwork-res.apk from that (you know you can just unzip the .apk and then use windows explorer to browser the directories to see all icons at once)
then you can open your framework-res with 7zip and the one with icons you like in another instance of 7zip and then just cut and past the icons (they need to be the same name... as some have additional icons and that entails decompiling and changing .xml files and recompiling and resigning.. much more complicated)... anyway just cut and paste directly from one 7zip into the other (your modifed framework-res from your curent firmware on your phone) then put it back on your phone.

[GUIDE] How to port click/tap lollipop on 4.4.x rom

Hello to all. I want to share the guide for lollipop animation tap.
Let's Go !
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1) Apktool or Advanced Apktool version 4.1.0 recommended.
2)Install your Framework-res.apk & TwFramework-res.apk
3)Decompile Framework-res.apk and go to res/drawable
4)Copy my xml on drawable
5)Copy my xml on drawable-sw360dp-xhdpi or xxhdpi or xxxhdpi
6)Copy the png on drawable sw360dp and Drawable-xhdpi or xxhdpi or xxxhdpi (Depend of your framework)
(The png working with all resolution)
7)Finish,Recompile the apk.​
​
Thanks:
@Gabri™ @letalBladeTigre : http://letalbladetigre.wix.com/twl-inspiredrom
not working.
Its installation guide, okay?
drawable-sw360dp- folder in my case did not appear in the Framework
Casper1982 said:
not working.
Its installation guide, okay?
drawable-sw360dp- folder in my case did not appear in the Framework
Click to expand...
Click to collapse
See my photo. Impossible drawable sw360dp it's on all Framework-res.apk
I using CM11 4.4.4 by Quarx
But.... The folder drawable-sw360dp not appear in my framework-res.apk ...
I've decompiled several times, with different apk tools, and thus, is still missing ... is very rare it ..
I using tw don't know.
Casper1982 said:
I using CM11 4.4.4 by Quarx
But.... The folder drawable-sw360dp not appear in my framework-res.apk ...
I've decompiled several times, with different apk tools, and thus, is still missing ... is very rare it ..
Click to expand...
Click to collapse
i hope this can help ,
- skip folder drawable-sw360dp and drawable/tw_list_selector_holo_light.xml from source,.
- just merge drawable/frame_click.xml from source to folder drawable and also all .png from source (drawable-xhdpi).
- then open framework-res.apk/res/drawable/list_selector_holo_dark.xml and change this line (there are two lines)
Code:
android:drawable="@drawable/list_selector_background_transition_holo_dark"
to
Code:
android:drawable="@drawable/frame_click"
- save
done
qoejohn
i hope this can help ,
- skip folder drawable-sw360dp and drawable/tw_list_selector_holo_light.xml from source,.
- just merge drawable/frame_click.xml from source to folder drawable and also all .png from source (drawable-xhdpi).
- then open framework-res.apk/res/drawable/list_selector_holo_dark.xml and change this line (there are two lines)
Code:
android:drawable="@drawable/list_selector_background_transition_holo_dark"
to
Code:
android:drawable="@drawable/frame_click"
- save
done
Quote:
sorry my bad english
Click to expand...
Click to collapse
thanks... but not working
Casper1982 said:
thanks... but not working
Click to expand...
Click to collapse
check these http://forum.xda-developers.com/showpost.php?p=60314173&postcount=1
tested on me and work ..
Ripple Effects?
安卓小楼阁 不忘初心 感谢有你

Multi-tasking issue

Hi .
I have a Lenovo a7000 and it is rooted and has Android 6.0 marshmallow and I tried to edit the build.prop code on this ro.build.type=user and changed "user" to "user debug " and I got the multi-tasking option on the developer setting . The problem Is when I click the recent apps button to get to the multi-tasking feature this what appears
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
so I can't click the multi-tasking icon because of that lock icon so I hope you help me to remove this icon and thanks .
Same problem here. Did you solved??
Reply
arifozan said:
Same problem here. Did you solved??
Click to expand...
Click to collapse
Not yet . I guess it is impossible to tweak Lenovo's heavy skin .
Thomasmx said:
Hi .
I have a Lenovo a7000 and it is rooted and has Android 6.0 marshmallow and I tried to edit the build.prop code on this ro.build.type=user and changed "user" to "user debug " and I got the multi-tasking option on the developer setting . The problem Is when I click the recent apps button to get to the multi-tasking feature this what appears
so I can't click the multi-tasking icon because of that lock icon so I hope you help me to remove this icon and thanks .
Click to expand...
Click to collapse
Hi. I had same prob but I have a "solution". U go to system/priv-app/SystemUI and copy SystemUI.apk to your PC. Install 7zip extracting software. Then right click SystemUI.apk and choose open archive (or somethin similar option). Then go res/drawable-hdpi-v4/ and search two image files. The names of images are recent_lock_app and recent_unlock_app. Copy these two image to another folder on ur PC and edit their resolution to 1x1. If you ending the edit, copy back the edited files to res/drwaable-hdpi-v4/. Finally you copy back the "modded" SystemUI.apk to system/priv-app/SystemUI and overwrite the file, then install it. I suggest you reboot your device.
Good luck!! I hope I help you!
(sorry for my eng im hungarian)
Thomasmx said:
Hi .
I have a Lenovo a7000 and it is rooted and has Android 6.0 marshmallow and I tried to edit the build.prop code on this ro.build.type=user and changed "user" to "user debug " and I got the multi-tasking option on the developer setting . The problem Is when I click the recent apps button to get to the multi-tasking feature this what appears so I can't click the multi-tasking icon because of that lock icon so I hope you help me to remove this icon and thanks .
Click to expand...
Click to collapse
Never edit build.prop without backup first,, its rule for tweak a device

Categories

Resources