[share] Change Toolbar Icon in samsung GALAXY 5510 - Android Themes

After searching about how to change their icon in the toolbar (battery, signal icon) and I finally succeeded in GAZZY. me and the results are quite satisfactory.
Well this time I'll share a little way here,
previous first download icon here
1. Open CMD and Dir to the position of ADB located.
2. Type the command adb pull / system / framework / framework-res.apk C: /
C: / means to file its framework-ress.apk akasi in the copy on drive C, please see the file does not exist or if there is further to the next.
3. Extrack file icon that you have downloaded earlier into any place,
4. Open-framework res.apk with winrar / winzip but not in Extrack, then please go to the framework directory-res.apk \ res \ drawable-ldpi there will be seen there are a lot of image file format. Png is as an icon on the Toolbar GAZZY.
{
"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"
}
5. after that ADD file icon. png which had been downloaded into that directory res \ drawable-ldpi
6. after that you can close windows winrar / winzip you,
7. In an GAZZY still connected to the PC type the command from CMD
THIS TYPE
adb devices (to see if GAZZY already connected or not)
adb push-res.apk framework / sdcard
adb shell
$ Su / / if it is a hash mark just skip this
# Mount-o remount, rw-t yaffs2 / dev/block/mtdblock4 / System (Enter)
# Mv / system / framework / framework-res.apk / system / framework / framework-res.apkq (Enter)
# Cat / sdcard / framework-res.apk> / system / framework / framework-res.apk (Enter)
# Reboot (Enter)
Click to expand...
Click to collapse
8. See the results
Failure is not my responsibility, please be careful
tutorial By cyber campus

Related

ADWLauncher w/Widgets & Corrected Notification Bar

{
"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"
}
Hello everybody, first time actually posting here but i figured i'd share on here
what i found out through trial and error... Since there is not much posting going
on here, hopefully it helps those who can't figure this out.
NOTE: there are some graphical glitches if you have widgets on your screen,
the picture may get stuck in the notification bar after rebooting, basically just open any app
and the notification bar will reset.
First, install ADWLauncher or any custom launcher you prefer.
then install AppWidgetPicker from this thread
http://forum.xda-developers.com/showthread.php?t=780828
Rename it to AppWidgetPicker.apk
then open up adb/terminal and:
adb remount
adb push AppWidgetPicker.apk /system/app/
then you need to correct the permissions (VERY IMPORTANT)
adb shell chmod 644 /system/app/AppWidgetPicker.apk
for safe measures, reboot.
now you should have a working custom launcher with widgets...
Now it leaves us with one problem, the Notification bar overlays a blue taskbar
and back button over the clock and rest of the notification bar.
Now there are 2 ways i've found to fix this. i've heard about freezing the
EmotionUI Launcher but i have no idea what that means, so i've come up
with this.
MAKE SURE YOU HAVE A LAUNCHER INSTALLED BEFORE PROCEEDING!
Head back into adb:
adb remount <--important
adb shell
when in shell ($)
su <--important
cd /system/app/
ls
now your looking for Launcher.apk & Launcher.odex
either (backup both Launcher.apk & Launcher.odex!)
mv /system/app/Launcher.apk /sdcard/Launcher.apk
mv /system/app/Launcher.odex /sdcard/Launcher.odex
or just completely remove it!
rm /system/app/Launcher.*
after this, Hit your home button and BAM!
if your wondering, yes the Emotion widgets DO WORK you may have a proble
where the row or column size don't show when placing it, but u can just fill it in,
then resize to your liking.
this can also be done in root explorer.

[GUIDE][15 AUG] How To Colorize Lock Screen Clock in Jellybean

Here is a guide how to colorize lock screen clock in JellyBean.
1. Download attached apktools.zip and unpack it on your computer (make sure there are NO spaces in folder names!)
2. Copie framework-res.apk to same folder.
3. Navigate to this folder in your work station, press SHIFT ang right click and in contex menu -> "open command from here".
4. Now we have to install fist the framework-res (U have to do this only once for each rom!) by typing following command:
Code:
java -jar apktool.jar if framework-res.apk
5. For decompiling framework-res.apk:
Code:
java -jar apktool.jar d framework-res.apk
6. Now there should be a folder named "framework-res".
7. Navigate to framework-res\res\values\ and open colors.xml with a text editor and search for:
Code:
<color name="lockscreen_clock_background">#ff33b5e5</color>
<color name="lockscreen_clock_foreground">#ff33b5e5</color>
<color name="lockscreen_clock_am_pm">#ff33b5e5</color>
8. Now you can edit color with what ever U want. In my case it is ICS blue.
9. Save changes and navigate back to apktools root folder.
10. Now for compiling framework-res again open command as mentioned in 3. and type:
Code:
java -jar apktool.jar b framework-res
11. Compiled framework-res.apk should now be in \framework-res\dist\ (be patient...could take a few minutes)
12. Last but not least you have to sign framework-res.apk. I always sign apk's with Android Commander and never had any issues.
There are also two .zip's attached which can be used to flash framework-res via CWM. One for patched and one for original file (in the case there went something wrong).
Tested on Win7 64bit!
{
"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"
}
Very Nice! Which property changes the color of the date and "charging" text?
I believe I am supposed to get framework-res.apk from my ROM but I don't see it. Where do I find it?
Idyar said:
I believe I am supposed to get framework-res.apk from my ROM but I don't see it. Where do I find it?
Click to expand...
Click to collapse
/system/framework/...
Sent from my paranoid phone's mind

[BOOT ANIMATION]Dusty Sand Animation[480 X 800]

{
"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"
}
* DISCLAIMER
# I am not responsible if anything happens
to your phone/device.
# You have to be rooted in order
to apply this mod.
# Anyone interested to make a different size animation is
welcomed but he/she should get the permissions.
Click to expand...
Click to collapse
Download Here:- MEDIAFIRE LINK
Click to expand...
Click to collapse
* HOW TO INSTALL​
# METHOD - 1 (USING FILE MANAGER APP)
~ Copy the boot_animation.zip to the root directory of your sdcard.
~ Install a file manager (like ES File Manager) and browse to the /system
directory and then media and delete the boot_animation.zip present there.
~ Now go to the sdcard folder copy the boot_animation.zip to the
/system/media directory.
~ Reboot and Enjoy
# METHOD - 2 (USING ADB)
~ Download APKTOOLS.zip from here.
~ Extract it to somewhere like Desktop and browse to it.
~ Hold down shift and then right click, you will get an extended menu,
Select "Open command Window Here" (Minimize it.)
~ Copy the boot_animation.zip to this extracted folder.
~ Connect your phone with USB Debugging ON.
~ Type in the following commands:-
Code:
adb kill-server
adb start-server
adb remount rw
adb shell
(You will get a # sign...Don't Worry..Continue typing the commands.)
rm /system/media/boot_animation.zip
exit
(Now the # sign will be removed and you will return back to your directory.)
adb push boot_animation.zip /system/media
adb reboot
~ Enjoy the new boot animation.
Click to expand...
Click to collapse
Please If You like It, then Hit the THANKS buttons or just comment...
​
TeKnoGin said:
Please If You like It, then Hit the THANKS buttons or just comment...
​
Click to expand...
Click to collapse
Says file doesn't exist when your select link
Sent from my Nexus 4 using Tapatalk 2
can you make for acro s too?(720x1280)
Zehlek said:
Says file doesn't exist when your select link
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Thnx to Zehlek
Link Updated :- http://www.mediafire.com/download.php?76krhj818rg3qz0

[Mod][Razr I][XT890] 1% battery mod SystemUI.apk (Deodexed) & No carrier upper left

[Mod][Razr I][XT890] 1% battery mod SystemUI.apk (Deodexed) & No carrier upper left
Hello
You need your ROM deodexed for this MOD.
It is the 1% battery mod for Razr I.
Also, the Wifi bar doesn't have little space anymore from signal bar.
You can find the same mod with No Carrier upper left in the second post.
Made from Retail EU ROM.
{
"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"
}
You need to replace your SystemUI.apk in recovery ( /system/app/ )
Of course, I'm not responsible in any kind for any damage done to your phone, do it at your own risk.
No carrier upper left
Here is the same SystemUI.apk but with no carrier upper left
how can i remove the clock from the status bar?
How to install SystemUI.apk?
Taken from here: http://forums.droidbeans.com/tutorials/push-apk-files-using-adb/
Here I am taking SystemUI.apk as an example.
Plug in your phone to your computer.
Type: adb reboot recovery
On your phone, mount /system. If you don't, you won't be able to access/make changes to /system.
Type: adb shell
Type: cd /system/app
Type: mv SystemUI.apk SystemUI.bak
NOTE: This copies your existing phone's SystemUI.apk to a file named SystemUI.bak. We are backing up our file, I HIGHLY RECOMMEND THIS.
Type: exit
Type: adb push SystemUI.apk /system/app/
Type: adb shell
Type: chmod 0644 /system/app/SystemUI.apk
Type: exit
Now, reboot your phone normally.
Now, if you screwed up and you need to revert back to your original SystemUI.apk before we pushed the new one, here's how:
Type: adb reboot recovery
On your phone, mount /system.
Type: adb shell
Type: cd /system/app/
Type: rm SystemUI.apk
NOTE: This deletes your newly pushed SystemUI.apk file.
Type: mv SystemUI.bak SystemUI.apk
Type: exit
:good:
Thanks for the modd
Works great on my homemade fastboot rom
I did a little zip to flash into recovery with the no carrier version, it's easier to do than ADB& cie
Great mod! thank you Orphee for the mod and Le_Poilu for the zip file, everything worked flawless
ooops, anybody by any chance still have the original SystemUI or can direct me to a link?
I'd be really thankful!!!!
---------- Post added at 04:41 PM ---------- Previous post was at 04:40 PM ----------
ooops, anybody by any chance still have the original SystemUI or can direct me to a link?
I'd be really thankful!!!!

[ROOT] Enable Pixel Icons on Any Launcher without losing icon layout.

Info
This will allow you to get the icons from the google pixel on your phone.
Not all apps are supported as the app has to provide a separate round icon.
Video tutorial coming soon.
TOOLS
Java: https://java.com/en/download/
Root Browser: https://play.google.com/store/apps/details?id=com.jrummy.root.browserfree
Apktool: https://ibotpeaches.github.io/Apktool/
INSTRUCTIONS
Copy \root\system\framework\firmware-res.apk onto your computer, you might want to make a backup.
On your computer download apktool.jar and place it in the same location as your firmware-res.apk file.
Open CMD and navigate to the location of firmware-res.apk and apktool.jar
Type this in CMD.
Code:
java -jar apktool.jar d framework-res.apk
On your computer navigate to \framework-res\res\values\ and open bools.xml.
Look for
Code:
<bool name="config_useRoundIcon">fasle</bool>
and set it to true.
Go back to cmd and type
Code:
java -jar apktool.jar b framework-res -c
Copy the new firmware-res.apk from framework-res\dist\ onto your device and paste it in \root\system\framework\ you may need to do this in recovery.
Restart your device.
View the correct instructions for your launcher.
Pixel Launcher
On your device navigate to /data/data/com.google.android.apps.nexuslauncher/databases/
Google Now Launcher
On your device navigate to /data/data/com.google.android.launcher/databases/
Action Launcher
On your device navigate to /data/data/com.actionlauncher.playstore/databases/
Nova Launcher
On your device navigate to /data/data/com.teslacoilsw.launcher/databases/
Other Launchers
On your device navigate to /data/data/[Launcher Bundle-ID/Package Name]/databases/
Then delete app_icons.db and restart your device.
Notes
If you cannot find the location of app_icons.db then go to settings - apps - your launcher and clear all app data but doing this will lose icon layout.
If you cannot find <bool name="config_useRoundIcon">fasle</bool> then you are probably an incompatible version of android and the only option is to use an icon pack.
Screenshots (Before/After)
{
"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"
}
Reserved
Thanks So Much Can You Make an Extensive Guide On How To Make System UI Mods (Edit framework.red apk and Also SystemUI.apk ) For Increasing No. of Rows and Columns On Quick Settings and Also Center Clock
That Would be Really Appreciated
After Recompile and sign, my device boot loop (Lineage OS 14.1) help....
galofa said:
After Recompile and sign, my device boot loop (Lineage OS 14.1) help....
Click to expand...
Click to collapse
re-flash Lineage os, that should fix it, then send me your stock one and il modify it
parth_kalsi said:
Thanks So Much Can You Make an Extensive Guide On How To Make System UI Mods (Edit framework.red apk and Also SystemUI.apk ) For Increasing No. of Rows and Columns On Quick Settings and Also Center Clock
That Would be Really Appreciated
Click to expand...
Click to collapse
il take a look into it

Categories

Resources