I want to modify an inbuilt android wear app lets take an example calender or i want to modify wallpaper app
so what things i need.
how do i start for this.
Related
Hello,
I am looking for a way to mask the fact that Android is running on our embedded platform. I was hoping to get some help from someone here who would know how to run a given apk instead of the 'Launcher2.apk' on boot.
Things I do need to hide to make it as transparent as possible from boot to application launch - where no android recognizable items should be seen.
- No unlock screen
- No status bar
- No application list icons
Sounds like the ideal thing to do would be to simply not launch launcher, and launch my apk instead.
I know something like this is possable since launcher pro used to fire up the browser when it had expired. Could u create some kind of launcher to open a app (sorry not a dev so not sure weather this will work)
Sent from my GT-P1000 using XDA App
@Class said:
Hello,
I am looking for a way to mask the fact that Android is running on our embedded platform. I was hoping to get some help from someone here who would know how to run a given apk instead of the 'Launcher2.apk' on boot.
Things I do need to hide to make it as transparent as possible from boot to application launch - where no android recognizable items should be seen.
- No unlock screen
- No status bar
- No application list icons
Sounds like the ideal thing to do would be to simply not launch launcher, and launch my apk instead.
Click to expand...
Click to collapse
Just make your own launcher that doesn't show this stuff and launches what ever you want straight away.
can someone lead me in the right direction for removing the app labels from the touchwiz launcher?! ... thanks
You can use Desktop Visualizer, free app in Google Play. Then you have the choice to put any icon (includin stock) for each app and also personalize the labels or even remove them. No root needed.
Hello, this is my first post on xda so please bear with me.
To the point, I want to develop an app that will be a library for icons (Icon Set) that can be used for already installed apps on the device.
Basically, a copy of an app like Min - Icon Set on Play Store but with my own set of new icons (of course):
I have already got the icons ready, but i'm not sure how to begin coding for this type of app. I've only created basic apps before. These are some of the questions which will help me out:
1. How do I declare in my Manifest that this app is an icon set?
2. What activities/classes will I need?
Thank you
I've installed Wear Mini Launcher on my LG Urbane, which is great! But now I feel like the default app drawer is redundant. Is there any way to disable the swipe-left function so that it no longer appears?
Info
dkh7m said:
I've installed Wear Mini Launcher on my LG Urbane, which is great! But now I feel like the default app drawer is redundant. Is there any way to disable the swipe-left function so that it no longer appears?
Click to expand...
Click to collapse
It s possible but not in easy way
that swipe detector is on SystemUI so u need to find or make custom system component to remove that feature.
there is no option in settings to do this
:good:
So when looking through the apps in settings I found ZTE locker, which I assume is the lock screen app. I love this app and want to share it with my other devices. Would it be possible to export it and install it on other non-zte phones?