How do I change an app name in the home>menu>settings>applications>manage>all?
I want any app to be configurable to be called screenshot
::edit:: is that in the smali?
Edit the androidmanifest.xml,
you'll need to resign it and cant update though market of couse, like any modified app.
Always on it, themanii! Thanks!
Hello All,
Not sure if this is the correct forum...sorry.
Does anybody know of an app which lets me change the space/margins between the icons? I've changed the font and it is a little larger size, therefore it gets chopped off at the second line caused by the icon below.
Thanks
Charles
Found it
with the app 'ROM Toolbox' (requires root accesss) you can change the 'ro.sf.lcs_density' anyway you want. In the menu: Performance -> build.prop Tweaks -> ro.sf.lcs_density.
That is one way to go, the other way is by manually change your build.prop, but I recommend using that app.
Hope it works for you.
But becareful using that app, it could mess up your ROM.
Not sure if this belongs here or in the Android Development Forum. I want to modify the SGS2 Digital Clock widget by adding an "onClickpendingIntent"?? (I think that's what its called). Basically , I want to add a function to the widget where if I tap on the widget it opens up to a specific app (clockpackage.apk) so that I can access my alarms easily. Currently I am using Weather and Toggle Widget and it has this with the option to choose which program to launch when you click on the widget. I don't need the option to open up different apk's when I click the widget, I just want it to open up the clockpackage.apk. I have googled the subject and found a page on how to do it, but I am not a programmer nor a developer so this is way over my head. I know how to open an apk to modify the hdpi images it contains but that's about it. Here is the site that explain(somewhat) how to do it. http://stackoverflow.com/questions/3...get-in-android
If someone could give me more info on what xml file I need to create or modify within the apk (and how to create or modify it). I imagine I might only need to insert the specific code into one of the xml files and then insert clock package.apk into the code somewhere and resign the apk, but I want to be sure. Any advice would be appreciated.
radugb out
ok, im trying to hide this app, from the app drawer by editing the manifest.xml file, and i did it, to be specific i just remove this line from manifest.xml "<category android:name="android.intent.category.LAUNCHER" />" but i want to hide it, and still have the option to open it...
i tried to start the application using titanium backup, but it doesnt give the option to open app...
im trying to do it by editing manifest.xml. i know there apps to hide anothers app..
if you have any idea of how to, ill appreciate it...
(im not an expert on this, and i dont even know if im asking in the right forum)
Hey, did you come across a solution? I'm facing exactly the same problem right now: The App's gone from the drawer but no longer executable by no means.
Sorry for bumping this old thread, but I endured reading about 10 pages of search results without success.
Thanks in advance!
You can use my app "App Quarantine" to do the job. You can disable the app in question (so it's no longer in the application drawer) and re-enable it as you want. Therefore you could use the home screen widget for quickly launching the app.
ramdroid77 said:
You can use my app "App Quarantine" to do the job. You can disable the app in question (so it's no longer in the application drawer) and re-enable it as you want. Therefore you could use the home screen widget for quickly launching the app.
Click to expand...
Click to collapse
Hey, thanks for the suggestion. Unfortunately I'm searching for a solution to get along without any 3rd party app.
Which means, I want the app to be "set invisible" before even installing it on the phone. I'd really like to know, which file of the apk has to be edited in which way to achieve this.
It'd be totally fine if it simply didn''t appear on the drawer.
Any other ideas?
I have an idea.
I have replaced the icons with a completely transparent .png image and recompiled the apk.
Remember you should not change the file name of the original icon, just replace the content.
I have used apk editor pro for this work.
The app will be in the launcher or app drawer but it will remain invisible.
You should also replace the app name with 3 to 5 spacebars.You can remember the position of the app in the app drawer.
Everyone will see you tapped on a empty space and a app started
I have tested this.
So you can be sure.
One more thing
If you see any folder like mipmap_anydpi_xxx in /res you should delete it
4RCH1 H4CK3R said:
I have an idea.
I have replaced the icons with a completely transparent .png image and recompiled the apk.
Remember you should not change the file name of the original icon, just replace the content.
I have used apk editor pro for this work.
The app will be in the launcher or app drawer but it will remain invisible.
You should also replace the app name with 3 to 5 spacebars.You can remember the position of the app in the app drawer.
Everyone will see you tapped on a empty space and a app started
Click to expand...
Click to collapse
4RCH1 H4CK3R said:
I have tested this.
So you can be sure.
One more thing
If you see any folder like mipmap_anydpi_xxx in /res you should delete it
Click to expand...
Click to collapse
Thread has been moved to the proper location, even though it is a 9-year-old thread...
I can't understand.
Clark Joseph Kent said:
Thread has been moved to the proper location, even though it is a 9-year-old thread...
Click to expand...
Click to collapse
So where should I post the reply?
I hope is a right place to add this question...
Im searching for app thats allow to change the icon and app name in main menu and home screen. free od paid version - doesnt matter
I know that are launchers like: adw, launcher pro and nova but they only hide the app !
of coure there are few apps in market like: app namer editor, app renamer but they only create the shortcut on main screen.
I can edit *apk files oraz files in data folder but all this possibilites are useless and hard to done by someone with no skill and needed to be done every time when ROM reinstall
Im searching something nice and easy to use: Choose app --> edit name and change the icon, save and quit.