How to restore ZenFone 5 3rd party themes + icon packs for 3.23.40.60 and up. - Zenfone 5 General

As you know, the latest ZenUI Launchers disable 3rd party themes as well as separate icon packs. Now, only ZenUI themes can be applied. Even the icon packs are considered as themes now. But you already know that. You can just uninstall the update to Asus Launcher. But for some people like me, uninstall update option wasn't available. If you have ES File Explorer and a rooted device, that'll help. Search AsusSystemUI.apk in the root directory and copy it to elsewhere. Now, go to ES Explorer homepage and select apps section. Uninstall ZenUI Launcher. For some people, the launcher will immediately change to the inbuilt Asus Launcher that you copied. For others, the System UI will crash immediately. If that happens, all you can do is restart your device. Don't worry when you see a black background and no statusbar and notification panel. Just install the AsusSystemUI.apk that you copied from the root directory. It'll fix everything. If something is still missing, just restart your device. All done. You just restored your ability to fully modify your ZenUI.

thanx buddy..it worked

Related

Changing application icons - possible workaround?

So, I'm well-aware that the reason icons can't be changed easily on the Android home screen is because the icon image is stored in the APK file, and editing that image is, essentially, near impossible.
However, I had an idea that could potentially fix that problem, and I'm just curious how realistic the solution is:
As most G1 users know, AnyCut is a great application that can allow a user to create a shortcut to any number of actions on the phone. These shortcuts are customizable by name, and, for the time being, have a limited number of icons, one for each shortcut type.
I also recall using an app several months ago to change the icons of bookmarks (Bookmark 2, I believe it was called). With this app, a user could choose exactly what their icons would look like on the home screen, except, of course, that these icons could only link to bookmarks.
By combining these two applications, wouldn't an icon changer be quite possible?
Using this same methodology, wouldn't it be possible to create "shortcuts" to applications on the home screen, and thus, allow the user to rename apps and change their icons, at least on the desktop? I know that the icons would not be changed in the pull-out drawer or elsewhere on the system, but wouldn't this be a temporary workaround, until a better solution is reached? I have quite a few programs with horrendous icons, and it really takes away from the aesthetic of the home screen.
Again, all I'm asking is if there's a way to place a shortcut to an APK on the desktop, and preferably to customize that shortcut's icon, not the actual apps.
It is possible to edit .apk's and change the icons. Just look at the forum for theams.
http://forum.xda-developers.com/forumdisplay.php?f=450
soundwire said:
It is possible to edit .apk's and change the icons. Just look at the forum for theams.
http://forum.xda-developers.com/forumdisplay.php?f=450
Click to expand...
Click to collapse
Well, I know that the icons can be edited in a theme, but can non-stock icons be edited as well?
And also, my concern with that is that it seems like a lot of work to update a theme everytime a new app appears on the market. I'm a little OCD, so if I were able to change all the icons on my home screen, I would want them all to be absolutely uniform (like the themes' icons are). However, if a new, super-useful app were to appear on the market, and I absolutely needed it on my home screen, it would seem much easier to simply add an image to my phone, and make a shortcut using that image, than to have to edit an APK, resign the entire package, and reflash the phone each time. While I know my way around the G1, and I'm comfortable with basic rooting, I am by no means a developer, and just like most G1 users, I would probably be more comfortable making shortcuts than updating firmware.
Do you understand where I'm coming from?
I too, would also like to know how to change "non-stock" app icons. Bump.
jayaustn said:
Well, I know that the icons can be edited in a theme, but can non-stock icons be edited as well?
And also, my concern with that is that it seems like a lot of work to update a theme everytime a new app appears on the market. I'm a little OCD, so if I were able to change all the icons on my home screen, I would want them all to be absolutely uniform (like the themes' icons are). However, if a new, super-useful app were to appear on the market, and I absolutely needed it on my home screen, it would seem much easier to simply add an image to my phone, and make a shortcut using that image, than to have to edit an APK, resign the entire package, and reflash the phone each time. While I know my way around the G1, and I'm comfortable with basic rooting, I am by no means a developer, and just like most G1 users, I would probably be more comfortable making shortcuts than updating firmware.
Do you understand where I'm coming from?
Click to expand...
Click to collapse
I have yet to try this, but (provided you have root), you should be able to use adb to pull the apk for an app off your phone, edit it as described, and push it back to the same place. I will give this a go tomorrow, as I'm rather sleepy, and it's probably not a good thing to mess about with superuser stuff when I can't think straight.
If there's any flaws in my theory, I'd be happy to hear them.
RE: Changeing Icons!
I have a video on you tube on how to change icons. Here it is!
http://www.youtube.com/watch?v=AjnV_d9b22E
Hope you enjoy and your able to Change Your Icons.
Good Luck!
bms122223 said:
I have a video on you tube on how to change icons. Here it is!
http://www.youtube.com/watch?v=AjnV_d9b22E
Hope you enjoy and your able to Change Your Icons.
Good Luck!
Click to expand...
Click to collapse
Video doesnt show you how to change "non-stock" app icons, only icons for the original apps.
Well, I kind of figured out how to change the non-stock icons. But got stuck at the end...here's what I did...
1) Install/Open Astro.
2) Back up the app you want to change the icon for.
3) Grab that backup apk file off of your sdcard and put it on your computer.
4) Open it with Winrar.
5) Go to the proper folder and drag your new icon into the folder.
6) Close Winrar and move the apk back to your sdcard.
...this is where I get stuck, I know the icon changed because I can see it when I TRY to install the app. But the app doesnt want to install, it says "install unsuccesful". I'm guessing it needs to be signed?
I have used astro as well, I even signed the apk the same way I sign themes and no luck.
ultra spikey said:
Well, I kind of figured out how to change the non-stock icons. But got stuck at the end...here's what I did...
1) Install/Open Astro.
2) Back up the app you want to change the icon for.
3) Grab that backup apk file off of your sdcard and put it on your computer.
4) Open it with Winrar.
5) Go to the proper folder and drag your new icon into the folder.
6) Close Winrar and move the apk back to your sdcard.
...this is where I get stuck, I know the icon changed because I can see it when I TRY to install the app. But the app doesnt want to install, it says "install unsuccesful". I'm guessing it needs to be signed?
Click to expand...
Click to collapse
You're real close; once you replace the icon you need you need to delete META-INF folder then zip it back up, rename file extension to .apk and sign it with the test keys like the stock .apk. The META-INF is where the signature info is kept from the original author, you need to delete this so it doesn't conflict with the test keys.
Geo411m said:
You're real close; once you replace the icon you need you need to delete META-INF folder then zip it back up, rename file extension to .apk and sign it with the test keys like the stock .apk. The META-INF is where the signature info is kept from the original author, you need to delete this so it doesn't conflict with the test keys.
Click to expand...
Click to collapse
I will that a try. So this also mean that if author updates .apk file we will not be able to install update? Similar to google RC30 updates, we have to wait for JF to modify it.
johnowa636 said:
I will that a try. So this also mean that if author updates .apk file we will not be able to install update? Similar to google RC30 updates, we have to wait for JF to modify it.
Click to expand...
Click to collapse
Agreed; this might be a problem.
I mean, opening up the APK files is definitely a start, but it seems the shortcut approach I mentioned earlier is just so much easier. Shortcuts would allow basic users to change icons effortlessly and without fear of ruining the app, and the process could be just as easy as Bookmark 2, if a developer took charge, no?
ultra spikey said:
Well, I kind of figured out how to change the non-stock icons. But got stuck at the end...here's what I did...
1) Install/Open Astro.
2) Back up the app you want to change the icon for.
3) Grab that backup apk file off of your sdcard and put it on your computer.
4) Open it with Winrar.
5) Go to the proper folder and drag your new icon into the folder.
6) Close Winrar and move the apk back to your sdcard.
...this is where I get stuck, I know the icon changed because I can see it when I TRY to install the app. But the app doesnt want to install, it says "install unsuccesful". I'm guessing it needs to be signed?
Click to expand...
Click to collapse
i would like to verify that this method works to change non-stock apps without pushing files or inserting apps into updates. i used 7zip but i'd imagine winrar will work fine as well. just remember to delete the entire metainf folder, not just its contents. once you have your .apk, re-sign it using stericson's auto-sign utility and you'll be able to install the app through astro.
i should also note that i deleted all instance of the unmodified app from my sdcard. i uninstalled it and deleted the backup on my sd card. this may or may not be necessary, but i just wanted to take precautions.
I've given this method a try, and it seems simply too complicated for a moderate user like me. Wouldn't the shortcut method I mentioned be so much easier to quickly change home screen icons? Would any of the developers on this forum be interested in throwing such an app together? I'd gladly donate some money if a good app was able to take care of this problem.
what are you having trouble with, exactly? i'm far from an advanced user myself, but this is probably one of the easier things to do on the g1, probably second to flashing themes.
though i will say that there are a few apps that i can't change icons for. chomp and cubik have installed but force close when opened.
i have a feeling it's something to do with the signing the apk's, but like i said, i'm not an advanced user at all.
TruLuvNvrDies said:
what are you having trouble with, exactly? i'm far from an advanced user myself, but this is probably one of the easier things to do on the g1, probably second to flashing themes.
though i will say that there are a few apps that i can't change icons for. chomp and cubik have installed but force close when opened.
i have a feeling it's something to do with the signing the apk's, but like i said, i'm not an advanced user at all.
Click to expand...
Click to collapse
I opened up the APK using WinRAR, replaced the icon.png with my icon of choice, and then I'm stuck. I known I have to auto-sign the APK, but am not exactly sure how. I have Stericson's auto-signer tool, and used command 4 to manually enter the APK path, but once I do that I get a bunch of errors. If need be, I can copy down the exact error I get.
ultra spikey said:
Video doesnt show you how to change "non-stock" app icons, only icons for the original apps.
Click to expand...
Click to collapse
Nice video!
jayaustn said:
I opened up the APK using WinRAR, replaced the icon.png with my icon of choice, and then I'm stuck. I known I have to auto-sign the APK, but am not exactly sure how. I have Stericson's auto-signer tool, and used command 4 to manually enter the APK path, but once I do that I get a bunch of errors. If need be, I can copy down the exact error I get.
Click to expand...
Click to collapse
you probably need to delete the contents of the meta-inf folder. there should be three files in there, delete them all. if you extracted the contents of the .apk, zip them back up with an .apk extension. if you didn't extract them, you're at the last step, which is to re-sign the .apk. you don't actually need to manually re-sign the file through the console on stericson's re-signer. just right-click the .apk file and at the very top, there should be an option that says "resign .apk". click on that and your app will be re-signed and ready for an install attempt.
though, as i said before, this method is not 100%. of the 6 apps that i modified so far, i was only successful with 4 of them. even if you do all of the steps correctly, you might not have a working app at the end. the apps will install but will automatically force close when launched. i don't know what causes this, actually, and any suggestions would be appreciated.
I agree with the OP, while it is easy enough to edit the apks, resign them, copy them back onto your phone it would be far more elegant (IMHO) if you could have an application that allowed you to copy "Icon Packs" onto your SDCard, and then add links to applications on your home screen giving you a choice of icons from the aforementioned "Icon Pack".
Theme developers could then distribute the "Icon Pack" with the theme, and end users could easily add custom icons to your home screen from your phone without having to mess about on a PC.
liamw said:
I agree with the OP, while it is easy enough to edit the apks, resign them, copy them back onto your phone it would be far more elegant (IMHO) if you could have an application that allowed you to copy "Icon Packs" onto your SDCard, and then add links to applications on your home screen giving you a choice of icons from the aforementioned "Icon Pack".
Theme developers could then distribute the "Icon Pack" with the theme, and end users could easily add custom icons to your home screen from your phone without having to mess about on a PC.
Click to expand...
Click to collapse
So what everyone wants is Anycut that can do custom icons.

Questions about FroYo 2.2 and .apk icons missing.

I suppose its not a huge deal, but on 2.1, all my backed up .apk files look like icons when I use Astro or ES File Manager or any install/uninstaller apps.
In 2.2 they just look like default android apk icons.
I normally can tell what is what by icon but when they all look the same, it's a pain in the ass.
Does anyone know WHY 2.2 has this issue? Why can't it see the programmers icon properly or is the issue IN the programs (file managers) I'm using. So far they all have this issue it seems though.
bump
yea i use my appcontrol and my linda file manager and efile....and it shows the android default icon for all of them...i think its 2.2 or i think the file managers havent updated there apps maybe

[Q] How to De-senseize?

So basically i wanna remove Sense and Widgets from InsertCoin, but keep the functions that make Sense great like the Camera, Facebook Sense...Oh and also the Lockscreen to the Vanilla one. I've seen plenty of scripts written for other phones and none seem to work for Desire sadly Any halp?
Open the zip before flashing (don't extract it) and remove all the widgets and other stuff you don't want. Either in system/app or data/app. The flash it with signature verification turned off.
Sent from my HTC Desire using XDA Premium App
install the rom and if you are s-off install different launcher like adw or launcher pro. Go to root explorer and delete folder called rosie
Oh damn, i suppose i should have read this
But how do I remove the Sense incoming call screen???
Plug phone into ADB (if you have it on your PC) or use astro file manager go to system/apps and delete htclockscreen.apk then unplug the phone and restart it will go back to the original AOSP lockscreen.
And id suggest using ADW Launcher EX. then you get all the HTC apps with the AOSP look
EDIT: Also you need to get another alarm clock because deleting the htclockscreen.apk file means you cant turn off your alarm
iDidit!
Okay, so following the post that was located in baadnewz's website (which was linked from the same page as the ROM LOL) i have removed all the stuff i want, such as the Launcher, all Sense widgets and most apps except for Friend Stream (for facebook photo syncing) Gmail, Stocks and a few other things but added ADW Launcher 1.3.6 (not for constant use, just so the ROM would have something to go to after setting up as i am using ADW EX). After doing so i gave myself 10-20~MB in extra space! resulting from a 188MB Installation zip to 170~MB! I have to say, the smoothest DHD ROM I've ever used! I think i might just PM baadnewz himself to see what he thinks of my 'work'
I will edit this post to add photos...I may post a DL link depending on how many people 'thank' this post

[Q] 2.3.3 folder icons on 2.3.4?

Since the 4.0.2.A.0.42 (2.3.4) update, folders on home screens are now shown as a box with small icons of the first four shortcuts rather than the user-selectable fixed folder icons of the previous firmware.
Personally, I think the "small icons in a box" icons are really ugly. But there's a practical problem too - when changing to home pages with several folders on them, the launcher sometimes freezes while it reads the icons of all the shortcuts contained in these.
Is there any way (a mod is required, I presume) to restore the old 2.3.3 behaviour and just choose folder icons for folders instead of displaying their contents? Any help gratefully received!
Instal some other launch
Or
Instal v6 superchargher for fixing problem about freezeing.
Sent from my LT15i using XDA App
It looks like SiMi Folder is an option, but I still need to know where the original SE icons for the folders are - I extracted home.apk but they weren't there, so they may have been removed in this firmware. Can anyone help? Maybe extract them and upload the icons somewhere?
I still have the problem of not being able to use these folders in the dock of course as they're not widgets, so if there's another solution I'd be interested. I like the SE launcher otherwise, and don't want to get rid of it.
-edit-
Never mind, I found them in an old version of home.apk I found here. If there's another solution I'm still interested though.

modify package name of apk or change the default launcher (not by android interface)

Hello everyone!
I have a problem with a Chinese tablet
this tablet is not bad as hardware but an awful launcher. They started with the simplest solutions, or change the launcher with others on the market. but every time you restart the tablet returns the old one.
with root explorer I entered the launcher between system app and tried to give the other as the default launcher. no way. each reboot resets.
I tried to move away the default launcher (hklauncher.apk) so that he could not use it in startup and so on every reboot ask me which launcher to start and once selected, then takes it and it works. but decidedly uncomfortable that every time you have to choose the launcher.
Now the way 2:
or I find which file system change to start an alternative launcher rather than hklauncher.apk. but I have no idea what file to edit (I found in the frameworks folder khmanager.jar and unzipping files inside there are a lot of files for each type of setting but have not found nor if there is one that defines the launcher.
change the apk of the alternative launcher: if I change the package name from blablabla.apk in hklauncher.apk and I insert it in the app system probabily it will start by default. but with apk tool you can not unzip the apk so that it is usable.
anyone have any idea what files I have to modify to change the system launcher?
or is there any idea how to change the package name of the alternative launcher?
thank you so much
Thankzz
Sent from my CAM-L21 using Tapatalk
taweng7 said:
Thankzz
Sent from my CAM-L21 using Tapatalk
Click to expand...
Click to collapse
??

Categories

Resources