[GUIDE][MOD][ICS+] Transparent Incoming Call [NooB Fiendly][NOW CWM ZIP] - Galaxy S I9000 Themes and Apps

Introduction:
We all know that Android from ICS+ provides big beautiful contact images that are visible, obviously when someone calls us...
While all this is good... I noticed multiple ROM's extending the black screen below the animation over the image to display the subtle call accept/reject animation. And now that's not a good thing... bear with me, "personal opinion"... So here is a guide to get rid of this...
Preview:
Still don't understand what I mean? Have you seen the below happening...?
{
"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"
}
Yes that's exactly what I mean... The right image shows what happens... The left is the solved image...
So here goes...
I AM TOO LAZY:
I've got you covered... Flash this ZIP.
Its a fully transparent Dialer mod. It was tested on CM10 and should work on any ROM in theory.
PS: Don't forget to mount /system in recovery... Just in case.!
Requirements:
Java Development Kit
APKTool
AAPT
Notepad++
A Brain [Necessary]
Android SDK [Not Necessary]
Steps:
Done on Samsung Galaxy S GT-I900 Running Slim Bean v2.1
Install JDK and prepare system. [Doubts Click Me]
Prepare a folder with apktool.jar and aapt.exe, Lets say C:\APKTOOL
Extract the framework-res.apk and Phone.apk from the ROM package and move to the same folder.
Right-click while holding the shift button in the folder to open command prompt in the target folder.
Or navigate to the folder you are currently working using
Code:
C:\Users\mnazim\> cd C:\APKTOOL
Install the framework by using the below command.
Code:
C:\APKTOOL\> java -jar apktool.jar if framework-res.apk
Decode the Phone.apk using the following command
Code:
C:\APKTOOL\> java -jar apktool.jar d Phone.apk
Wait...mmm... K...
Navigate to the folder thus created
C:\APKTOOL\Phone\res\layout
Click to expand...
Click to collapse
Open the file with notepad++
incall_touch_ui.xml
Click to expand...
Click to collapse
Go to the part that starts with the tag
Code:
[B]com.android.internal.widget.multiwaveview.GlowPadView[/B]
Check for the property [Probably on the first line itself]
Code:
[B]android:background[/B]
Change the value from
Code:
[B]@android:color/black[/B]
or
Code:
[B]@color:incall_call_banner_background[/B]
to
Code:
[B]#a0000000[/B]
or change to the following for full transparency
Code:
[B]#00000000[/B]
Save and exit.
Re-Build the Phone app with the following command from the same Command Prompt Window. [Notice the "b" for build, previously it was "d"]
Code:
C:\APKTOOL\> java -jar apktool.jar b Phone
Wait...mmm...mmm...mmm... K...
The output apk will be in the following folder.
C:\APKTOOL\Phone\dist\Phone.apk
Click to expand...
Click to collapse
Copy the apk to /system set permissions and reboot. [Create backup in case. Rename the old one to "Phone.apk.bak" ]
Or make a flashable ZIP and flash from recovery. Use this as a reference.
Done.
Credits:
Android Theming Guide
And a couple of Trial and Errors.

reserved

Help
i got these errors while building phone.apk .
any help
I want this MOD badly

saraomani said:
i got these errors while building phone.apk .
any help
I want this MOD badly
Click to expand...
Click to collapse
Did you install the framework...???

mnazim said:
Did you install the framework...???
Click to expand...
Click to collapse
yes i did , and it installed successfully without any error
---------- Post added at 05:27 PM ---------- Previous post was at 04:37 PM ----------
attaching my framework-res.apk and phone.apk
if u could please patch it for me ..just a request
download

Thanks
Thank you very much
It works like a charm

saraomani said:
yes i did , and it installed successfully without any error
---------- Post added at 05:27 PM ---------- Previous post was at 04:37 PM ----------
attaching my framework-res.apk and phone.apk
if u could please patch it for me ..just a request
Click to expand...
Click to collapse
For all those on ICS333 2.0.1... Here is a ready-made ZIP. Just flash away...!

saraomani said:
i got these errors while building phone.apk .
any help
I want this MOD badly
Click to expand...
Click to collapse
I got the exact same errors... i followed the process word by word... 2.2 has this mod built in but i want to make my screen completely transparent... i keep running into road blocks... anyone.. please help...
---------- Post added at 06:53 AM ---------- Previous post was at 06:51 AM ----------
saraomani said:
i got these errors while building phone.apk .
any help
I want this MOD badly
Click to expand...
Click to collapse
I got the exact same errors... i followed the process word by word... 2.2 has this mod built in but i want to make my screen completely transparent... i keep running into road blocks... anyone.. please help...

doctordsingh said:
I got the exact same errors... i followed the process word by word... 2.2 has this mod built in but i want to make my screen completely transparent... i keep running into road blocks... anyone.. please help...
Click to expand...
Click to collapse
Slim Bean v2.2 Use this file for full transparency. Test zip. :fingers-crossed:
PS: Any issues... push phone.apk back from ROM zip.

mnazim said:
Slim Bean v2.2 Use this file for full transparency. Test zip. :fingers-crossed:
PS: Any issues... push phone.apk back from ROM zip.
Click to expand...
Click to collapse
Worked flawlessly... thanks a lot Man... I really appreciate it... great work

i'm thinking of flashing this on 2.3... hopefully it will work its working perfectly on 2.2 right now

A little off topic, but do you have any idea about how to change the blue background where it says "Incoming Call"? I ran across this because I thought incall_call_banner_background was it, but it sure isnt Any suggestions?

thatguy188 said:
A little off topic, but do you have any idea about how to change the blue background where it says "Incoming Call"? I ran across this because I thought incall_call_banner_background was it, but it sure isnt Any suggestions?
Click to expand...
Click to collapse
Blue background...?
could you show me a screenshot?

mnazim said:
Blue background...?
could you show me a screenshot?
Click to expand...
Click to collapse
He is referring to the blue banner right above the contact image that says incoming call on it.
Sent from my SPH-D700 using Xparent SkyBlue Tapatalk 2

Is it possible to change the caller name and number bigger and centered.

Helly bean
Could anyone please do a mod for hellybean for full transparency?
Edit: I am encountering same errors as other users when building Phone.apk

I did my best to do step by step as described in tutorial but still got those error messages as in Post 3, even I have installed framework and JDK...I myself want that phone.apk for Slim Bean

Chrisblack757 said:
Could anyone please do a mod for hellybean for full transparency?
Edit: I am encountering same errors as other users when building Phone.apk
Click to expand...
Click to collapse
ruh01 said:
I did my best to do step by step as described in tutorial but still got those error messages as in Post 3, even I have installed framework and JDK...I myself want that phone.apk for Slim Bean
Click to expand...
Click to collapse
Please try installing the SystemUI.apk along with framework-res as it may solve some issues.! Will confirm and inform ASAP.!
Code:
java jar apktool.jar if SystemUI.apk

I have tried your command for SystemUI.apk but i get an error and it is not loaded.
I really am a noob with this stuff, can you please give me some more advice?
Sent from my GT-I9000 using xda app-developers app

Chrisblack757 said:
I have tried your command for SystemUI.apk but i get an error and it is not loaded.
I really am a noob with this stuff, can you please give me some more advice?
Click to expand...
Click to collapse
please do post the screenshot of the error.

Related

[SOFT-KEYS DELETE][720p]Full Screen Mod Automatic[ALL ROMS][GUI][Windows]

*WORKS ON ALL GALAXY NEXUS VARIANTS
*Thanks to MWALT2, seriously go to his page and thank him
*ALL ROMS
*MUST HAVE INSECURE KERNEL!
(Keep in mind official CM9 doesn't have insecure kernel)
* If for any reason this program soft bricks your phone
you are able to flash the rom without wiping data
and it'll all be back to the way it was.(just in case)
* Use at your own risk.
* Please Click the ADS !!!
This program changes your build.prop which overrides any boolean values in your framework-res.apk,
to allow softkeys to be shown or hidden
{
"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:
MWalt2 - Insight/expertise
Halfcab123 Project Lead / Batch scripting
DaRooter Project advisor / GUI programming/debugging
JerryFan2000 Button Savior
Galaxy Nexus Forums - apk compiling tutorials
mrx8836350 - originator of mod / inspiration
[VIDEO EXPLANATION]
[INSTRUCTIONS]
Code:
adb remount
adb pull /system/build.prop
echo qemu.hw.mainkeys=1 >>build.prop
adb push build.prop /system/build.prop
adb reboot
DOWNLOAD FOR WINDOWS
Very cool, thanks!
Sent from my Galaxy Nexus using Tapatalk
Wow!!! It's amazing how many advertisements there are!!!
Terror_1 said:
Wow!!! It's amazing how many advertisements there are!!!
Click to expand...
Click to collapse
man.. i thought i was the only one.... x.x
but does it work and will it blend?
I'll probably end up removing them
Sent from my Galaxy Nexus using xda premium
Isn't it easier to just edit the build prop to remove them?
[email protected] said:
Isn't it easier to just edit the build prop to remove them?
Click to expand...
Click to collapse
Pretty sure the build.prop has nothing to do with it.
I'd try this but it looks like there are more ads there than on a porn site! Holy Jesus man!
So far I'm at the reboot step..
"Update Complete...Please Wait For Your Phone To Reboot...Very Important"
I think I'm in a boot loop... been here for a wile its just looping and looping... is that normal?
GinoSylum said:
So far I'm at the reboot step..
"Update Complete...Please Wait For Your Phone To Reboot...Very Important"
I think I'm in a boot loop... been here for a wile its just looping and looping... is that normal?
Click to expand...
Click to collapse
No that definetely shouldn't happen. You'll have to reflash your rom. I'm thinking of taking this down, it works for most, but some people are having problems..
Ya, its just stuck... if i go back to the program and hit the button again, it reboots and just loops again..
---------- Post added at 12:04 PM ---------- Previous post was at 11:50 AM ----------
tried reflashing my rom, still boot looping.. going to have to factory reset.. its cool, happened to run titanium backup and Nova launcher backup yesterday... I know what "Use at your own risk" means... its all good. If you can sure this up, i'll try again.. Thanks
GinoSylum said:
Ya, its just stuck... if i go back to the program and hit the button again, it reboots and just loops again..
---------- Post added at 12:04 PM ---------- Previous post was at 11:50 AM ----------
tried reflashing my rom, still boot looping.. going to have to factory reset.. its cool, happened to run titanium backup and Nova launcher backup yesterday... I know what "Use at your own risk" means... its all good. If you can sure this up, i'll try again.. Thanks
Click to expand...
Click to collapse
Well it should still work, i'm trying to figure out what could have caused a boot loop. what rom are you running ?
halfcab123 said:
Well it should still work, i'm trying to figure out what could have caused a boot loop. what rom are you running ?
Click to expand...
Click to collapse
IMM30B 4.0.4 Stock,rooted with Franco M2 kernel...
GinoSylum said:
So far I'm at the reboot step..
"Update Complete...Please Wait For Your Phone To Reboot...Very Important"
I think I'm in a boot loop... been here for a wile its just looping and looping... is that normal?
Click to expand...
Click to collapse
Takes long? more than 5five minutes?
Its not normal.... Do 4 wipes and recovery you Rom.
Do it manually.
Firs´t make sure u have all driver´s installed on your pc.
Gnex must be Rooted. Unlock is not needed.
Install Java Runtime Environment
Make sure you have LMT 0.96 or Button Savior installed otherwise you will be unable to navigate.
This is how you would edit your framework-res.apk yourself to hide Nav Bar:
Google: Donwload Apktool.
(Make sure apktool and framework-res.apk from your own ROM are in the same folder)
Extract apktool and open command line
1) Type: apktool if framework-res.apk in Command Prompt
2) Type: apktool d framework-res.apk in Command Prompt
3) Locate and edit bools.xml in folder location: framework-res/res/values/bools.xml
(Open with Notepad ++ and edit to "false" : "config_showNavigationBar">false)
4) Type: apktool b framework-res new.apk in Command Prompt
5) Open both original "framework-res.apk" and "new.apk" with WinRar/7Zip
6) Delete "resources.arsc" from "framework-res.apk" and replace it with the
"resources.arsc" from "new.apk"
7) Paste "framework-res.apk" into system/app using Root Explorer and reboot device. Should be ok! I if not, go to Root Explorer system/app find framework-res.apk go to permissions and change to rw-r-r-- Reboot and enjoy!
Cheers!
GinoSylum said:
IMM30B 4.0.4 Stock,rooted with Franco M2 kernel...
Click to expand...
Click to collapse
Here you go:
Reflash your rom like halfcab123 said or do a recovery with cwm if u have a backup.
Take this framework here and paste it with Root Explorer to you system/app
Install LMT 0.96 or Button Savior befora this step!!!
Gnex should reboot automatic.
After reboot, go to Rom Control on setting´s and change hide nav bar. Enable/Disable Nav Bar.
Tell me if work for you.
ChaseRxx said:
Here you go:
Reflash your rom like halfcab123 said or do a recovery with cwm if u have a backup.
Take this framework here and paste it with Root Explorer to you system/app
Install LMT 0.96 or Button Savior befora this step!!!
Gnex should reboot automatic.
After reboot, go to Rom Control on setting´s and change hide nav bar. Enable/Disable Nav Bar.
Tell me if work for you.
Click to expand...
Click to collapse
The rom I'm using doesn't have any rom controls in setting.. its stock, no real mods built in.
GinoSylum said:
The rom I'm using doesn't have any rom controls in setting.. its stock, no real mods built in.
Click to expand...
Click to collapse
Ohh i didn´t see "stock"
Here you go:
4.04 CDMA (Using IMM30B 4.0.4 Framework)
Unthemed:
http://goo.gl/JvcQj MD5: 119159DB001CF408913E4583B3699DF6
With Advanced Power Options, WITH Native Tether(I would still flash the ROM version of this option BEFORE you flash this as I am not sure if the ROM version turns something on/off):
http://goo.gl/v4VUQ
With Advanced Power Options, WITHOUT Native Tether As Far As I KNOW, UNTESTED (I would still flash the ROM version of this option BEFORE you flash this as I am not sure if the ROM version turns something on/off):
http://goo.gl/rWNEq
Enjoy!!! press thank´s button
u guys r trying awfully hard just to get 96 pixels back... how bout we just not use button savior and remap the volume keys as home and back buttons?? xDD
halfcab123 said:
Pretty sure the build.prop has nothing to do with it.
Click to expand...
Click to collapse
Sure it does. There's more than one way to skin a cat. Just add the following to your build.prop and install something like LMT Launcher.
Code:
qemu.hw.mainkeys=1

Remove Recent Apps

I use the RCMixS rom (with Htc Sense 2.1 + 3.0) and I'm trying to remove the Recent Apps' bar from the SystemUI menu.
I have been following 3 or 4 different guides, but no one worked for me...
Can anyone please help me removing the Recent Apps?
This is my SystemUI.apk
I hope that someone can help me
Thank you in advance,
Sbarabau
Sbarabau said:
I use the RCMixS rom (with Htc Sense 2.1 + 3.0) and I'm trying to remove the Recent Apps' bar from the SystemUI menu.
I have been following 3 or 4 different guides, but no one worked for me...
Can anyone please help me removing the Recent Apps?
This is my SystemUI.apk
I hope that someone can help me
Thank you in advance,
Sbarabau
Click to expand...
Click to collapse
Do u have the RCMix tweaks in settings? Coz u can disable the recent app in notifications there.
(requires reboot)
Sent from my HTC Desire
jmcclue said:
Do u have the RCMix tweaks in settings? Coz u can disable the recent app in notifications there.
(requires reboot)
Sent from my HTC Desire
Click to expand...
Click to collapse
No, I don't have RCMix Tweaks... In my case the only way to remove the recent apps is to modify the SystemUI.apk
I've followed several guides, but unfortunately no one worked for me...
Up....
Up...
Post a screen shot of what u have, then clearly state what u want to remove? Draw on the screen shot if u need to
Sent from my Galaxy Nexus using Tapatalk 2
{
"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"
}
Yeah same problem .. but I found some nice step by step tutorial to remove it using apktool, i did exactly what it said but i could'nt edit some framework files and now i lost the link to the tutorial ...
Sbarabau said:
Click to expand...
Click to collapse
O I thought you were talking about something else, is your from deodex that your running? And what android version are you one?
Also upload your framework-res.apk
And com.htc.resources.apk
Sent from my Galaxy Nexus using Tapatalk 2
The way to do it,
Deconpile the syatemui.apk
At SystemUI\smali\com\android\systemui\statusbar - open the file StatusBarFlag.smali with
Find
Code:
sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
Change to
Code:
sput-boolean v2, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
runandhide05 said:
The way to do it,
Deconpile the syatemui.apk
At SystemUI\smali\com\android\systemui\statusbar - open the file StatusBarFlag.smali with
Find
Code:
sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
Change to
Code:
sput-boolean v2, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
Click to expand...
Click to collapse
I've already tried this but it force closes. Now i upload the framework and the com.htc.resources apks
SystemUI.apk is deodexed and I'm running Gingerbread 2.3.3
This is the link to download framework-res.apk and com.htc.resources.apk
com.htc.resources.apk: https://rapidshare.com/files/4035992333/com.htc.resources.apk
framework-res.apk: https://rapidshare.com/files/646835451/framework-res.apk
Thank you for the help you're giving to me
Let me ask u this, you say it causes force close,
Have you tried to decompule the systemui and DO NOT make any changes and simply recompile the apk, then push to your phone? Try this and see if the systemui still force closes, I have seen APKTOOL mess up a LOT of HTC apks when recompiling , try that and report back
Sent from my Galaxy Nexus using Tapatalk 2
runandhide05 said:
Let me ask u this, you say it causes force close,
Have you tried to decompule the systemui and DO NOT make any changes and simply recompile the apk, then push to your phone? Try this and see if the systemui still force closes, I have seen APKTOOL mess up a LOT of HTC apks when recompiling , try that and report back
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I've tried as you said, and it doesn't work
First I tried to decompile, recompile and pushing the file... I rebooted and SystemUI didn't start...
Then I tried to recompile with his META-INF datas... the result is the same...
Can you please try to edit the SystemUI.apk and give me it back, to see if I am doing something wrong or not?
Thank you in advance
Sbarabau said:
I've tried as you said, and it doesn't work
First I tried to decompile, recompile and pushing the file... I rebooted and SystemUI didn't start...
Then I tried to recompile with his META-INF datas... the result is the same...
Can you please try to edit the SystemUI.apk and give me it back, to see if I am doing something wrong or not?
Thank you in advance
Click to expand...
Click to collapse
Okay,
in this zip is four SystemUI.apk
each one is in its own folder, there are two sets, one set i made NO changes to the smalis, just decompiled and then rebuilt, one is a distro, and one is a little bit of a different way to use apk (but i have noticed it to work best when dealing with HTC)
try both, remember to set your permissions correctly on the apk after you move it to /system/app then reboot.
if one of the ones that i did not change the smalis on works, use the corresponding files in the remove recent apps folder
for example
if the no changes distro build works and does not casue force close, go straight to the removed recent apps folder labels disrto and use that one.
hope this helps you out,
by the way, what part of Italy are you from?
zip
https://www.box.com/s/80233766e0e29235614f
runandhide05 said:
Okay,
in this zip is four SystemUI.apk
each one is in its own folder, there are two sets, one set i made NO changes to the smalis, just decompiled and then rebuilt, one is a distro, and one is a little bit of a different way to use apk (but i have noticed it to work best when dealing with HTC)
try both, remember to set your permissions correctly on the apk after you move it to /system/app then reboot.
if one of the ones that i did not change the smalis on works, use the corresponding files in the remove recent apps folder
for example
if the no changes distro build works and does not casue force close, go straight to the removed recent apps folder labels disrto and use that one.
hope this helps you out,
by the way, what part of Italy are you from?
zip
https://www.box.com/s/80233766e0e29235614f
Click to expand...
Click to collapse
I've tried them all and the only one who worked for me is the one under "/decomp then rebuilt/no changes build/SystemUI.apk"
P.s: I'm from northern Italy
Sbarabau said:
I've tried them all and the only one who worked for me is the one under "/decomp then rebuilt/no changes build/SystemUI.apk"
P.s: I'm from northern Italy
Click to expand...
Click to collapse
did all the others cause force close?
PS i ask cause my family is from Bari
edit:
try this one
runandhide05 said:
did all the others cause force close?
PS i ask cause my family is from Bari
edit:
try this one
Click to expand...
Click to collapse
Force close again...
-------------------------------------------------------
Build not modified: worked xD
Distro not modified: no force close, but it didn't start
Build modified: force close
Distro modified: force close
-------------------------------------------------------
P.S: I'm from Mantova
Sbarabau said:
Force close again...
-------------------------------------------------------
Build not modified: worked xD
Distro not modified: no force close, but it didn't start
Build modified: force close
Distro modified: force close
-------------------------------------------------------
P.S: I'm from Mantova
Click to expand...
Click to collapse
ok, then clearly the same mod does not work as it use to.
but atleast the recompile works(kinda)
once u build the apk, open the original apk in 7zip and open the file directory in apktool /systemui/build/apk and copy everything but the AndroidManifest into the archive of the orginal apk.
see pic
runandhide05 said:
ok, then clearly the same mod does not work as it use to.
but atleast the recompile works(kinda)
once u build the apk, open the original apk in 7zip and open the file directory in apktool /systemui/build/apk and copy everything but the AndroidManifest into the archive of the orginal apk.
see pic
Click to expand...
Click to collapse
Still force close

[Guide] [Fix] Some Fix For Apktool For android

hello friends
I have seen too many users got problem using apktool for android.
I also got problem...
But i studied the problem n just tried to fix it & guess what..??
My thinking fixed that problem
Now i want to help you all
You want to download apktool & its data files ( dont ask me for that )
Also you need a rooted phone to use rootex & apktool)
Guide 1
Now the steps:-
follow carefully......
This fix is If you get error about Mydata
1) Download apktool & data files ( i have the apktool 4.1 armel version dont know it will work for another version
2) Extract it to Sdcard/*Here*
3) Go to sdcard/Apktool & install apktool4.1.apk
4) Open it Give root access..
5) Now in aptool go to Sdcard/Apktool & select any file( tap&hold for 2 seconds) & there will be a option of "Set as apktool data folder"
6) now use rootex or similar file manager & go to system/framework/ &copy framework_res.apk to ur sdcard
7) Tap on framework_res.apk scroll down & select "IMPORT AS FRAMEWORK"
8) Now copy framework-res.apk to your sdcard (via rootex) tap on framework_res.apk & select 1st option decompile all ( If you get any error in decompiling then follow next step)
9) Open rootex go to data/data/per.pqy.apktool/ now delete mydata file
10) Now open rootex & go to sdcard/apktool/ & use multi select option n select all files & folders & only unselect "apktool4.1.apk" now copy all that files to "mydata" folder (make new folder anywhere in sdcard )
11) After completing step 10 then copy/move "mydata" folder to data/data/per.pqy.apktool/*Here* via rootex...
12) you have completed all steps now no more steps just open apktool n modify your Device system files or any apk/jar
*+*+REMEMBER+*+*
This Errors was Fixed by me no one helped me to fix this problem or i not copyed someons idea (its my fixing style)
So give all credits to me....,,,,
Guide 2
This guide is only if you have this errors
Screenshot
{
"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)Install apktool following guide1 (only 7 steps)
2)Then download this https://www.dropbox.com/s/p88gb8ze62peomp/Apktool Error Fix.zip
3)Now flash that zip via cwm recovery
4)Now this error is fixed
Now enjoy apktool
happy moding
Again this errors was Fixed by me
Credits:
Only Me
Note
The guide is for Galaxy pocket & Similar device
Try on yours & give feedback
Sent from my GT-S5300 using Tapatalk 2
IDK about Which Bugs Fix Are You Giving,,Coz I Dint Have Any Problem With Android Apktool
Himan Boro said:
IDK about Which Bugs Fix Are You Giving,,Coz I Dint Have Any Problem With Android Apktool
Click to expand...
Click to collapse
@Himan Boro
You not got any errors
but there are some users who get some errors
this 2 are the fixes there are more but i dont know them
i'll update thread when i get more fixes
chanbhavane said:
@Himan Boro
You not got any errors
but there are some users who get some errors
this 2 are the fixes there are more but i dont know them
i'll update thread when i get more fixes
Click to expand...
Click to collapse
Ok Bro..Keep It Up..
Himan Boro said:
Ok Bro..Keep It Up..
Click to expand...
Click to collapse
Yeh
i will
Thnx
Thanks for this...it help a lot
ned007 said:
Thanks for this...it help a lot
Click to expand...
Click to collapse
Mention not bro
Just hit the thanxx button
help file not exist "APKTOOL.YML"
chanbhavane said:
Mention not bro
Just hit the thanxx button
Click to expand...
Click to collapse
got an error it shows file not exist apktool.yml sir ..any fix for this
dansoy92 said:
got an error it shows file not exist apktool.yml sir ..any fix for this
Click to expand...
Click to collapse
Recompile time?
Will this work when decompile and recompile framework.jar? I it's work, I love you dude
GalKill said:
Will this work when decompile and recompile framework.jar? I it's work, I love you dude
Click to expand...
Click to collapse
It must work
but for that u need:
too much patients
lots of memory
& all apps closed while decompile (only apktool open) it will hang if not done
i tried but stoped after some time ( i dont have patients) :silly:
chanbhavane said:
Recompile time?
Click to expand...
Click to collapse
yes sir when recompiling settings.apk
dansoy92 said:
yes sir when recompiling settings.apk
Click to expand...
Click to collapse
actually from your decompiled settings.apk folder the file created apktool.yml is ither deleted or corrupted so that is prob
decompile settings.apk again & start moding & after moding recompile it :good:
chanbhavane said:
actually from your decompiled settings.apk folder the file created apktool.yml is ither deleted or corrupted so that is prob
decompile settings.apk again & start moding & after moding recompile it :good:
Click to expand...
Click to collapse
will try it sir..thanks for your reply
dansoy92 said:
will try it sir..thanks for your reply
Click to expand...
Click to collapse
mention not
give feedback
chanbhavane said:
mention not
give feedback
Click to expand...
Click to collapse
can't fix sir maybe it's on my apktool problem or maybe my ROM using
dansoy92 said:
can't fix sir maybe it's on my apktool problem or maybe my ROM using
Click to expand...
Click to collapse
have you imported framework-res.apk & twframework-res.apk?
fix now
chanbhavane said:
have you imported framework-res.apk & twframework-res.apk?
Click to expand...
Click to collapse
thank's GOD sir It is FIXED now I import framework-res.apk and TW as is..then i move simply the settings.apk to the root of my SDcard then it was fixed thank u sir for reminding me to IMPORT THOSE things :fingers-crossed:
dansoy92 said:
thank's GOD sir It is FIXED now I import framework-res.apk and TW as is..then i move simply the settings.apk to the root of my SDcard then it was fixed thank u sir for reminding me to IMPORT THOSE things :fingers-crossed:
Click to expand...
Click to collapse
Good to know your prob fixed
:angel:
GalKill said:
Will this work when decompile and recompile framework.jar? I it's work, I love you dude
Click to expand...
Click to collapse
yes it'll work
but it'll take too much time to compile & recompile

[CM12, 12.1][Moto E] Removed network activity indicators & improved signal/wifi icons

[CM12, 12.1][Moto E] Removed network activity indicators & improved signal/wifi icons
Hello guys
For those users who hate those little grey network activity indicators over wifi and signal icons in CM12 and CM12.1, here's a treat for you!
I have modified the SystemUI.apk and implemented the following changes:
Network activity indicators have been removed!
Spacing between the dual SIM signal indicators has been increased slightly and thus they appear better than the original look where both the indicators almost touch each other.
Signal icons are a bit bigger (than the original small ones which look too small besides the battery icon).
The CM's ugly extra-wide wifi icon has been replaced with the original, sleek and elegant wifi icon from Motorola.
Annoying exclamation marks have also been removed!
Original CM look, click to enlarge:
{
"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"
}
Modified new look, click to enlarge:
I have flashable ZIPs for you which you can simply flash from your custom recovery and your SystemUI.apk will be replaced. Please make a backup of the original file located at /system/priv-app/SystemUI/SystemUI.apk. The original file permissions are rw- r-- r-- and chown root:root.
Please note that this file will only work on Moto E XT1022 and most probably other variants as well, you can try, but backup the original before you do so. I will not be responsible for any thermo-nuclear war taking place on your device after this :laugh:
I generally never ask for thanks, but this time I would like to because it was a lot of work :silly:
Download:
Here's the new fixed flashable ZIP for CM12: View attachment finalbc.zip
And here's the one for CM12.1: http://forum.xda-developers.com/attachment.php?attachmentid=3270867&d=1429455639
This one is for CM12.1 only with roaming icon (R) removed from the signal icons in addition to the other aforementioned modifications: View attachment roaming_removed_temp.zip
Enjoy :victory:
How did I do it:
Decompiled SystemUI.apk
Lollipop uses vectors to draw the status bar icons you see on the top right, means there's no png you can simply replace and get your work done.
I totally removed the vectors references of the required icons and placed raster images in the required resolution folder (Moto E is an hdpi device). When systemUI can't find vectors, it looks for rasters. That did the trick (those XML files are too hard to understand and edit, so I decided to do a trial and throw them away and that worked! )
Did a lot of photoshopping to generate the required icons, resizing them and properly aligning them.
Using raster images also resulted in automatic removal of the annoying exclamation marks which were defined in the vector XMLs.
I also removed the network activity indicators' vector references and replaced them with 1x1 transparent PNG images! Now they are invisible!
The icons are originally from a Nexus device's stock LP. Had to resize and re-align them for our Moto E which is hdpi unlike Nexus.
That's it
nilanko said:
Hello guys
For those users who hate those little grey network activity indicators over wifi and signal icons on CM12, here's a treat for you!
Click to expand...
Click to collapse
Will it work with Cm12.1 ?
btw thanks for that! i ssly needed this..haha
ChaTy said:
Will it work with Cm12.1 ?
btw thanks for that! i ssly needed this..haha
Click to expand...
Click to collapse
If CM12.1's systemUI file is different, then probably it won't but there is no harm in trying, you can always backup the original and restore later. You'll face a systemUI FC if it doesn't work, then you'll have to reboot to recovery to restore your backup.
If you have already downloaded, please re-download the fixed file (fixed some icons alignment problems, now it's perfect ).
I haven't yet moved to CM12.1 as I can't live without xposed
nilanko said:
If CM12.1's systemUI file is different, then probably it won't but there is no harm in trying, you can always backup the original and restore later. You'll face a systemUI FC if it doesn't work, then you'll have to reboot to recovery to restore your backup.
If you have already downloaded, please re-download the fixed file (fixed some icons alignment problems, now it's perfect ).
I haven't yet moved to CM12.1 as I can't live without xposed
Click to expand...
Click to collapse
Finalbc .... Lol ...ohk ...will try n report!
Sent from my Moto E using XDA Free mobile app
---------- Post added at 03:11 PM ---------- Previous post was at 02:46 PM ----------
Naah! System ui stops... doesnt work on 5.1 aka cm12.1 ,
@op can u plz make a zip for cm12.1?
ChaTy said:
Finalbc .... Lol ...ohk ...will try n report!
Sent from my Moto E using XDA Free mobile app
---------- Post added at 03:11 PM ---------- Previous post was at 02:46 PM ----------
Naah! System ui stops... doesnt work on 5.1 aka cm12.1 ,
@op can u plz make a zip for cm12.1?
Click to expand...
Click to collapse
Seems like you understood the mystery behind the file name and also understood my frustration (had to edit, decompile and recompile a hell lot of times, and hence the file name)
I wanted to change the filename before uploading but I forgot, lol. :silly:
Give me your SystemUI.apk and I'll do it
@ChaTy, please make a RAR with the highest compression, I am low on data and my wifi is not working today, so I gotta save up.
@nilanko
My systemui.apk build 19/04 cm12.1. max compression used
mepsilon2 said:
@nilanko
My systemui.apk build 19/04 cm12.1. max compression used
Click to expand...
Click to collapse
Ugh sorry I forgot to mention that I also need framework-res.apk from /system/framework/ because apktool needs resource tables from the framework in order to decompile the systemUI.apk. I tried with CM12's framework-res.apk but as expected, it didn't work
Please ZIP and upload that file but since it is a large file, I won't be able to download it until my wifi works so please be patient
But I still can't guarantee, success only depends on the ability to decompile LP 5.1 files by apktool.
nilanko said:
Ugh sorry I forgot to mention that I also need framework-res.apk from /system/framework/ because apktool needs resource tables from the framework in order to decompile the systemUI.apk. I tried with CM12's framework-res.apk but as expected, it didn't work
Please ZIP and upload that file but since it is a large file, I won't be able to download it until my wifi works so please be patient
But I still can't guarantee, success only depends on the ability to decompile LP 5.1 files by apktool.
Click to expand...
Click to collapse
here
orig. size was 17 mb
ChaTy said:
Will it work with Cm12.1 ?
btw thanks for that! i ssly needed this..haha
Click to expand...
Click to collapse
mepsilon2 said:
here
orig. size was 17 mb
Click to expand...
Click to collapse
Here you go: View attachment cm-latest.zip
Please note that I have used the latest apktool for LP 5.1 but it's still in alpha stage. Although files were successfully decompiled and recompiled, there is no guarantee that the systemUI would work. Please test it on your CM12.1 and report back.
Please make a backup of your systemUI.apk. If you face FC, go to recovery and copy it back to /system/priv-app/SystemUI/ and set chmod to 0644 and reboot.
Great bro!!
Finally you were able to solve it.
nilanko said:
Here you go: View attachment 3270867
Please note that I have used the latest apktool for LP 5.1 but it's still in alpha stage. Although files were successfully decompiled and recompiled, there is no guarantee that the systemUI would work. Please test it on your CM12.1 and report back.
Please make a backup of your systemUI.apk. If you face FC, go to recovery and copy it back to /system/priv-app/SystemUI/ and set chmod to 0644 and reboot.
Click to expand...
Click to collapse
It works !!!
also if you have time please update the op on how to do this.
nilanko said:
Seems like you understood the mystery behind the file name and also understood my frustration (had to edit, decompile and recompile a hell lot of times, and hence the file name)
I wanted to change the filename before uploading but I forgot, lol. :silly:
Give me your SystemUI.apk and I'll do it
Click to expand...
Click to collapse
Hahah, yep i got the irony behind the name
And thanks for quick response, i ll flash the zip, thanks a ton!
Sent from my Moto E using XDA Free mobile app
dhruvmu said:
Great bro!!
Finally you were able to solve it.
Click to expand...
Click to collapse
Yup. Frustration leads to success
mepsilon2 said:
It works !!!
also if you have time please update the op on how to do this.
Click to expand...
Click to collapse
Alright. Stay tuned! Glad it worked. Also, please confirm if all the 5 modifications mentioned in the OP is there or not. I wanna make sure I didn't miss anything
ChaTy said:
Hahah, yep i got the irony behind the name
And thanks for quick response, i ll flash the zip, thanks a ton!
Sent from my Moto E using XDA Free mobile app
Click to expand...
Click to collapse
Yeah sure! And yeah, it's an Indian thing
nilanko said:
Alright. Stay tuned! Glad it worked. Also, please confirm if all the 5 modifications mentioned in the OP is there or not. I wanna make sure I didn't miss anything
Click to expand...
Click to collapse
Yes all 5 are working :good:
Can you Add this Image on OP to comparison Purpose (this is without Zip Flashed)..
Adarsh1998 said:
Can you Add this Image on OP to comparison Purpose (this is without Zip Flashed)..
View attachment 3271055
Click to expand...
Click to collapse
Done.
can you please change potrait battery icon its too wide in cm 12.1 comapare to soak test 5.0.2... i attched two screenshots one from soak 5.0.2 and cm 12.1 for battery icon comparrison.
sjash619 said:
can you please change potrait battery icon its too wide in cm 12.1 comapare to soak test 5.0.2... i attched two screenshots one from soak 5.0.2 and cm 12.1 for battery icon comparrison.
Click to expand...
Click to collapse
Yeah I know that. Infact, the CM's ugly battery icon was the starting point of my frustration that led me to modify other icons. I attempted modifying the battery icon but it's damn tricky. It resides in the framework-res.apk and I don't understand what to edit and what not. I was unsuccessful and thus adjusted myself with the circle battery icon. I'm sorry, it's a bit too hard for me
nilanko said:
Yeah I know that. Infact, the CM's ugly battery icon was the starting point of my frustration that led me to modify other icons. I attempted to modify the battery icon but it's damn tricky. It resides in the framework-res.apk and I don't understand what to edit and what not. I was unsuccessful and thus adjusted myself with the circle battery icon. I'm sorry, it's a bit too hard for me
Click to expand...
Click to collapse
ok...bro no problem.....btw nice work

Turn off round icons in pixel launcher and Chrome Beta/Dev Sign-in issues

Loving the phone so far, but I've got one annoyance and one problem
1. Can I disable the round icons in the launcher? I love the look but only 50% of my apps are round, the rest are their normal shapes and this grates on me. Wouldn't mind turning it off until 3rd parties update all their apps
2. I cannot sign into chrome beta or dev (and initially struggled with normal Chrome). Hit the sign in button, prompted for my fingerprint. It then goes to the add account page, rather than picking up the account on the phone.
I put my email in and it just says account already on device, and that's it, I can't do anything else, any help would be appreciated!
Sent from my Pixel XL using Tapatalk
Manually updated to NDE63P and the sign-in issues are sorted, just the icons to go!
Sent from my Pixel XL using Tapatalk
To remove the round icons, you need to decompile framework-res.apk and edit the bools.xml, changing "config_useRoundIcon" to false.
Is there any way to do this without unlocked bootloader/root?
Alternative Solution
I know this isn't really what you asked for, but i also didn't like to have some round and some old Icons and i kinda came up with my own solution .
I just used Materialize (cant post link because this is my first post)
and i changed every icon that i didn't like.
It's pretty easy to use (if you have any questions ask me and i'll see if i know)
Sadly i can't post any screenshots because for spamreasons i have to write 10 posts before i can use external links...
i might post some later
anyway i hope that was usefull for you
FloL00L
---------- Post added at 02:44 PM ---------- Previous post was at 02:37 PM ----------
BTW you can find the Materialize App in the google playstore
cambunch said:
To remove the round icons, you need to decompile framework-res.apk and edit the bools.xml, changing "config_useRoundIcon" to false.
Click to expand...
Click to collapse
Sorry for digging up the old thread, but could you please elaborate exactly how to decompile, the apk? I guess I will be able to figure out the rest...
userisro said:
Sorry for digging up the old thread, but could you please elaborate exactly how to decompile, the apk? I guess I will be able to figure out the rest...
Click to expand...
Click to collapse
Read up on using apktool
How to do that? Can you please help me in removing/disabling Pixel icons.
rams225 said:
How to do that? Can you please help me in removing/disabling Pixel icons.
Click to expand...
Click to collapse
Get apktool installed and running on you're comp. Then I'll help you with making the edits. There's guides all over the web for setting up apktool. Once you're good with apktool message me.
This is the guide from the creator of apktool.
https://ibotpeaches.github.io/Apktool/install/
How to remove pixel icons
toknitup420 said:
Get apktool installed and running on you're comp. Then I'll help you with making the edits. There's guides all over the web for setting up apktool. Once you're good with apktool message me.
This is the guide from the creator of apktool.
https://ibotpeaches.github.io/Apktool/install/
Click to expand...
Click to collapse
I've installed APKTools successfully & Java 8, can you tell me the process to disable them?
I am waiting too
---------- Post added at 04:17 AM ---------- Previous post was at 03:59 AM ----------
I think we can use the revered way of this methoed https://forum.xda-developers.com/android/apps-games/guide-enable-pixel-launcher-round-icon-t3536267
---------- Post added at 04:40 AM ---------- Previous post was at 04:17 AM ----------
I have followed the reversed way on this thread but looks it doesn't work
The mobile loads forever ...
https://forum.xda-developers.com/android/apps-games/guide-enable-pixel-launcher-round-icon-t3536267
rams225 said:
I've installed APKTools successfully & Java 8, can you tell me the process to disable them?
Click to expand...
Click to collapse
once you decompile the apk, navigate to framework-res/res/values/bools.xml. then change the line below from true to false. its at the bottom of the xml file. after you compile the app make sure to sign it. you can sign the modified apk by copying the original Meta-INF folder and androidmanifest.xml from the stock apk to the new apk. to install you can either use twrp file manager or root file browser. push new apk to system/framework. phone will soft reboot. after reboot clear launcher data and you'll have the old icons. some icons did not revert though. that may just be the apps themselves and not the launcher. a good chunk of the google apps do revert to the old style though. i have a flashable zip for pixel that will flash to framework. if you cant get this to work ill send you the framework in a flashable zip.
this line below is at the bottom of the bools.xml
original
<bool name="config_useRoundIcon">true</bool>
modified
<bool name="config_useRoundIcon">false</bool>
toknitup420 said:
once you decompile the apk, navigate to framework-res/res/values/bools.xml. then change the line below from true to false. its at the bottom of the xml file. after you compile the app make sure to sign it. you can sign the modified apk by copying the original Meta-INF folder and androidmanifest.xml from the stock apk to the new apk. to install you can either use twrp file manager or root file browser. push new apk to system/framework. phone will soft reboot. after reboot clear launcher data and you'll have the old icons. some icons did not revert though. that may just be the apps themselves and not the launcher. a good chunk of the google apps do revert to the old style though. i have a flashable zip for pixel that will flash to framework. if you cant get this to work ill send you the framework in a flashable zip.
this line below is at the bottom of the bools.xml
original
<bool name="config_useRoundIcon">true</bool>
modified
<bool name="config_useRoundIcon">false</bool>
Click to expand...
Click to collapse
With APKSTUDIO I can able to decompile APK but i can't able to recompile APK. Proceed is exited with code 1. With APKTOOL I can't even decompile APK. Getting command error (APKTOOL is not a recognised as internal/exteral command). Can you please give me your Telegram/Facebook/... ID for instant help
rams225 said:
With APKSTUDIO I can able to decompile APK but i can't able to recompile APK. Proceed is exited with code 1. can you please give your Telegram/Facebook/... ID for instant help
Click to expand...
Click to collapse
You need to use the apktool I told you to use. I don't know what apkstudio is.
toknitup420 said:
You need to use the apktool I told you to use. I don't know what apkstudio is.
Click to expand...
Click to collapse
Giving me command error.
{
"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"
}
toknitup420 said:
You need to use the apktool I told you to use. I don't know what apkstudio is.
Click to expand...
Click to collapse
toknitup420 said:
once you decompile the apk, navigate to framework-res/res/values/bools.xml. then change the line below from true to false. its at the bottom of the xml file. after you compile the app make sure to sign it. you can sign the modified apk by copying the original Meta-INF folder and androidmanifest.xml from the stock apk to the new apk. to install you can either use twrp file manager or root file browser. push new apk to system/framework. phone will soft reboot. after reboot clear launcher data and you'll have the old icons. some icons did not revert though. that may just be the apps themselves and not the launcher. a good chunk of the google apps do revert to the old style though. i have a flashable zip for pixel that will flash to framework. if you cant get this to work ill send you the framework in a flashable zip.
this line below is at the bottom of the bools.xml
original
<bool name="config_useRoundIcon">true</bool>
modified
<bool name="config_useRoundIcon">false</bool>
Click to expand...
Click to collapse
View attachment 4189667
Where did you install the jar file.
Nevermind I see in the picture.
Is that the hard drive you have windows on? It has to be in you're system. That's why the command isn't recognized. Also do you have the latest Java installed.
toknitup420 said:
Where did you install the jar file.
Nevermind I see in the picture.
Is that the hard drive you have windows on? It has to be in you're system. That's why the command isn't recognized. Also do you have the latest Java installed.
Click to expand...
Click to collapse
Jave version is 1.8 i think . APKTOOL is under downloads
---------- Post added at 08:20 AM ---------- Previous post was at 08:19 AM ----------
toknitup420 said:
Where did you install the jar file.
Nevermind I see in the picture.
Is that the hard drive you have windows on? It has to be in you're system. That's why the command isn't recognized. Also do you have the latest Java installed.
Click to expand...
Click to collapse
Or can you send me the whole folder (APKTOOL) as zip file what you have right now in Your PC.
---------- Post added at 08:21 AM ---------- Previous post was at 08:20 AM ----------
cambunch said:
To remove the round icons, you need to decompile framework-res.apk and edit the bools.xml, changing "config_useRoundIcon" to false.
Click to expand...
Click to collapse
Is there any Flashable zip file to disable pixel icons
rams225 said:
Jave version is 1.8 i think . APKTOOL is under downloads
---------- Post added at 08:20 AM ---------- Previous post was at 08:19 AM ----------
Or can you send me the whole folder (APKTOOL) as zip file what you have right now in Your PC.
---------- Post added at 08:21 AM ---------- Previous post was at 08:20 AM ----------
Is there any Flashable zip file to disable pixel icons
Click to expand...
Click to collapse
Yes. I made one the other day. I'll upload it after work today for you. I'm on Linux so my setup won't help you. I've never run apktool on Windows.

Categories

Resources