I wanna share about Activate CRT Animation on this forum
{
"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"
}
Your HH has been rooted.
Go to system, there's build.prop
Tap and hold on the file. Then, Open in Text Editor.
*Don't forget to mount r/w system on right side.
Find :
debug.sf.hw=1
Give # into it
So, it can be like this :
#debug.sf.hw=1
Up next,
U need to decompile framework-res.apk with APKTOOL that u can download here
*Don't forget to backup your data, if there something that u don't want it happens
After u downloaded it, go extract it into a directory that u wanna, and name it APKTOOL.
Then, u use command prompt.bat file on the folder.
Type these commands :
apktool if framework-res.apk
apktool d framework-res.apk
After u decompiled it, u find bools.xml on folder res/value, u search line :
<bool name="config_animateScreenLights">true</bool>
Change true to false
<bool name="config_animateScreenLights">false</bool>
After u edited the data, u go back to operate command prompt.bat
Then, type :
apktool b framework-res
Have a look folder build.
U'll find file resources.arsc and other folders (Go to folder res, find file u edited).
Drag it into framework-res.apk
May this help ya!
CMIIW ^_^
Would this work on the incredible? Kind of a noob..sorry.
jksigmon said:
Would this work on the incredible? Kind of a noob..sorry.
Click to expand...
Click to collapse
I think it is.
Cause it's a base of activating
I tried to compile but, there isn't values folder.
Command Prompt shows:
W: Could not find sources.
And then compile files without it.
What i can do?
Unn113 said:
I tried to compile but, there isn't values folder.
Command Prompt shows:
W: Could not find sources.
And then compile files without it.
What i can do?
Click to expand...
Click to collapse
do u use Linux OS?
and use terminal?
I use Windows 7 and also don't see any values folder. In fact no such folder exists in the original .apk file either.
It seems whatever is in value folder being saved into resourses.arsc file
[email protected] said:
I use Windows 7 and also don't see any values folder. In fact no such folder exists in the original .apk file either.
It seems whatever is in value folder being saved into resourses.arsc file
Click to expand...
Click to collapse
value folder can be found in res folder.
Like on this picture :
and build folder (results of compiled apk) like this :
I am trying to do this for stock rom on Froyo.
There is no line called <bool name="config_animateScreenLights">false</bool> in Bool.xml, can I just add it?
Also, can you help me understand what to do after I rebuild? Which folders or files to do I need? How do I add it back to framwork-res.apk?
Thank you!
Related
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
Please help me to decompile SystemUI.apk, I tried to put the notification bar transparent modifying this line of XML systemUI:
changing: android: id = "@ id / notification_panel" android: background = "@ drawable / notification_panel_bg" to "# 00000000" and soon after recompiling the APK tool nothing happens, it seems that the signature changes and my systemui is corrupted why the notification bar disappears.
Can someone teach me the correct way to decompile/compile system applications? Wanted it to be so.
Follows an example image:
{
"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"
}
Drag the original meta-inf and manifest into the apk
Sent from my GT-I9100 using Tapatalk 4 Beta
Sent from my GT-N7000 using xda premium
How to do it? Since these files will already be decompiled? We took a step by step I would appreciate
GiRaFa-SAMA said:
Sent from my GT-N7000 using xda premium
How to do it? Since these files will already be decompiled? We took a step by step I would appreciate
Click to expand...
Click to collapse
When you use apk-tools you could do a compile system app, it copies good signatures automatically
Whatever, if you want to copy the good signature, open your apk with winrar or 7zip, then open the original apk.
Drag and Drop the Folder META-INF and the file manifest.xml from the original apk to the new compiled apk.
And it's over
ezaechiel said:
When you use apk-tools you could do a compile system app, it copies good signatures automatically
Whatever, if you want to copy the good signature, open your apk with winrar or 7zip, then open the original apk.
Drag and Drop the Folder META-INF and the file manifest.xml from the original apk to the new compiled apk.
And it's over
Click to expand...
Click to collapse
I use the tools apk modified by Madninj (think is asim who writes their nickname)
But anyway, thank you for explaining, and I've tried previously with apktool and it did not work, I'll try with 7zip.
Hi can somebody help or guide me on how to change the icon of lte to 4g for the status bar?
Could you shorten your post please? All the information is a bit overwhelming so it's hard to extract the exact issue or question...
anakdayak said:
Hi can somebody help or guide me on how to change the icon of lte to 4g for the status bar?
Click to expand...
Click to collapse
If you're running a deodexed rom you can manually replace the .png file in "SystemUI.apk" (located in /system/priv-app/) or "framework-res.apk" (located in /system/framework/). I'm not exactly sure which of these 2 files contains the .png file('s) you're looking for, so give it a shot!
B1nny said:
If you're running a deodexed rom you can manually replace the .png file in "SystemUI.apk" (located in /system/priv-app/) or "framework-res.apk" (located in /system/framework/). I'm not exactly sure which of these 2 files contains the .png file('s) you're looking for, so give it a shot!
Click to expand...
Click to collapse
Tnx mate I do remember someone post by editing the build prop but then seems like I cannot find where it is.
Its not the build.prop
SystemUI.apk and framework-re.apk
SystemUI.apk is in system/app and framework-res.apk is in system/framework
You can pull them to your PC and then open them with WinRAR (Or similar) and find the .pngs which you can just change
They will be in the res folder.
gregbradley said:
Its not the build.prop
SystemUI.apk and framework-re.apk
SystemUI.apk is in system/app and framework-res.apk is in system/framework
You can pull them to your PC and then open them with WinRAR (Or similar) and find the .pngs which you can just change
They will be in the res folder.
Click to expand...
Click to collapse
"system/priv-app" mate.
Flash this in recovery:
LTE ICON:
https://app.box.com/s/ms3pi2iuc67j64lco20n
4G ICON:
https://app.box.com/s/i4z7v8dekm67o2bnhc3j
{
"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"
}
Sent from my Rooted C6903 using XDA Premium
gregbradley said:
Its not the build.prop
SystemUI.apk and framework-re.apk
SystemUI.apk is in system/app and framework-res.apk is in system/framework
You can pull them to your PC and then open them with WinRAR (Or similar) and find the .pngs which you can just change
They will be in the res folder.
Click to expand...
Click to collapse
If I pull them out to PC the apk, open them with WinRAR, find the .pngs which I will replace, save the replaced ones with WinRAR, put them back to system/app and system/framework, overwrite the original one (backup them first), reboot, it will work?
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?
安卓小楼阁 不忘初心 感谢有你
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