I love the Iconia, but could a developer or app user make an app that launches right after the lockscreen that gives multi user login? such as Me the main, and a guest?
Please and hope for best
Related
hello,
i wanted to have two different homescreen setup for my x10 . so i wanted to install the same version of my homescreen app twice but off-course with different name , so that i can switch to other setup when i wish.
so how can we do this? what needs to be changed in the apk file?
AND PLS I DO KNOW I GET MANY HOMESCREENS OPTIONS IN HOME APP. AND I JUST WANT THIS HOMESCREEN REPLACEMENT APP (DONT WANT ANY OTHER HOME APP)
i am trying to change the name of the free version of adw .
You have to change the package name in the source. As adw is open source you can do it, but it's a big work
Sent from my GT-I5700 using XDA Premium App
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.
Hello,
We are the developers for a new home replacement called myHome.
We are now allowing external themes to be allowed on our home. But we need a theme template!
What are we looking for. A theme template were when it is downloaded there is an app in the app drawer. When the app opens, the user clicks on "Apply". This will set the theme so the user does not have to navigate the menus of all of the launchers.
We are looking for someone to accomplish this. If successful, they will be rewarded.(Pay, Recognition to all themes for myHome, Ect...)
SERIOUS DEVELOPERS ONLY*
Sincerely,
IntelSoftApps
Okay, so I know this has been asked before, I've been searching XDA and googling and have found some threads on the topic, but most of them are old and unresolved. So I'm reaching out to see if maybe there's a new development that I haven't been able to find.
Is there any known way to HIDE apps from the app drawer of a stock launcher? I know that Launcher Plus Pro and some other home replacements have this feature built in, but I'm using Virtuous Unity and am really happy with Sense 3.0 at the moment.
It seems like such a basic function, I can't believe there's a) no native feature to do this; and more surprisingly b) there's no 3rd party app that will do this?
I've found some apps that 'hide' your drawer apps (i.e. Hide It Pro) but this not only hides the app from the drawer, but makes it so you can only launch the hidden app from within the app that's hiding it (meaning you have to go into Hide It Pro to launch the hidden app).
I'm using wave launcher and swipepad for my most used apps and games, and would ideally like to remove these apps from the app drawer so they're not cluttering it up, but STILL BE ABLE TO LAUNCH THE APPS from the alternate launcher/shortcuts. With Hide It Pro I was able to remove the apps from the app drawer, but was then unable to launch that app from wave launcher for example.
My reasoning for wanting to do this is not confidentiality/privacy, but rather just to clean up my drawer/app system. Ideally I want my most used apps to be accessed via the secondary launchers (wave and swipepad) and just have the other, less-used apps in the app drawer. Is this possible?
at the moment, I dont think its possible...but I may be wrong. the best current solution would be to use a diff launcher, but yeah it sucks because all the sense widgets would disappear when trying to add them to homescreens (but the apps still work fine). keep us updated if you find a solution, I would like to know as well
Unfortunately I did not find a way to do it too. I am using Go Launcher EX. It can hide apps from the drawer, and still you can launch them from the home screen or elsewhere.
Thanks for the replies. Yeah from my research it doesn't really seem possible. It seems like it should be a pretty basic function but oh well. Thanks anyway guys.
Sent from my HTC Glacier using XDA App
This might be of interest to you. [APP][30 JUL]ALTDRAWER 0.7.1 Alternative APP DRAWER [Perfect for MIUI] [Many options] - xda-developers http://bit.ly/qvK3KS
Thanks for that, I came across that during my research. Seems cool and if it replaced the default app drawer I'd be all over it. But I don't want a homescreen icon as my app drawer. But thanks for the suggestion!!
Sent from my HTC Glacier using XDA App
Good morning everybody from Italy. I'm training do develop an app that it can be launched from lockscreen without entering password. i don't like the existing ones like widgetlocker etc because i want that when you install my app, this can belaunched automatically from lockscreen. I don't have any ideas to make it by eclipse.
Show your app icon in a WindowManager over the lockscreen. Launch your activity when the user clicks on your floating icon.