how to run any launcher on any device(question) - General Questions and Answers

Is it possible for someone to develop a sort of "platform" launcher where you can select an apk to run as a launcher? Like when you press home, it opens the "platform" which then loads a launcher from an apk file? Has anyone done this or is it impractical?

Beasty244 said:
Is it possible for someone to develop a sort of "platform" launcher where you can select an apk to run as a launcher? Like when you press home, it opens the "platform" which then loads a launcher from an apk file? Has anyone done this or is it impractical?
Click to expand...
Click to collapse
Mmmm
Don't know if i got ur question or not...
But if u r talking about custom launchers, they already exist

No, I mean like somebody develops an app where it appears to be a launcher, but then when you go to it for the first time, you select an apk from storage to load when you press home.

Beasty244 said:
No, I mean like somebody develops an app where it appears to be a launcher, but then when you go to it for the first time, you select an apk from storage to load when you press home.
Click to expand...
Click to collapse
That's what the app drawer is for. If you want to be able to press the hone button then select an app to open then just put that/those apps on home screen, then when you press home(just like you would with what you're asking) just select the app you want to open(again, just like you would with what you're asking).
The point is, either way, you're pressing home then choosing an app(this means you'll be pressing home once then selecting an app to open, a total of two button presses), putting the app/apps on homescreen will give you the same thing, you'll press home then tap your app to open(a total of two button presses). You already have the ability to set what you want up without having to modify anything.

-_- lol no! I mean like taking a launcher apk that you normally couldn't run and basically giving it a way to run

Beasty244 said:
-_- lol no! I mean like taking a launcher apk that you normally couldn't run and basically giving it a way to run
Click to expand...
Click to collapse
A launcher that you couldn't normally run? I don't get you at all. I think you're chasing a unicorn.

Like one that you would need root to install(by placing directly in system folder) such as a galaxy s6 stock launcher. Do you at least get what I'm saying because you're making me feel kinda dumb lol

Beasty244 said:
Like one that you would need root to install(by placing directly in system folder) such as a galaxy s6 stock launcher. Do you at least get what I'm saying because you're making me feel kinda dumb lol
Click to expand...
Click to collapse
No, your options are installing a launcher/theme that imitates the launcher you want from play store, there are many of them to try.
If you want the actual stock launcher from another device instead of something that imitates it then you'd have to port that launcher to work on the device you want it on. What you're asking assumes that all devices are the same because the launcher you envision would have to be able to work on all devices to give them all the ability to use the actual stock launcher(the S6 stock launcher for example), that can't be done because all devices aren't the same. Sure, you can make a launcher that works on all devices, but you can't make so that all devices can use whatever stock launcher you want. What you're asking about would have to be modified specifically for the device you want to use it on.

Droidriven said:
No, your options are installing a launcher/theme that imitates the launcher you want from play store, there are many of them to try.
If you want the actual stock launcher from another device instead of something that imitates it then you'd have to port that launcher to work on the device you want it on. What you're asking assumes that all devices are the same because the launcher you envision would have to be able to work on all devices to give them all the ability to use the actual stock launcher(the S6 stock launcher for example), that can't be done because all devices aren't the same. Sure, you can make a launcher that works on all devices, but you can't make so that all devices can use whatever stock launcher you want. What you're asking about would have to be modified specifically for the device you want to use it on.
Click to expand...
Click to collapse
Ah well???? guess it's the root route for me lol. Thank you for answering so well????

Beasty244 said:
Ah well???? guess it's the root route for me lol. Thank you for answering so well????
Click to expand...
Click to collapse
No problem, just look at it this way, the "launchers" from Playstore are not really the same as the stock launchers on devices in that the Playstore launchers are more or less just a skin with options and settings to fit user choice(it goes a little more in depth than that but mainly it just changes the surface), but a stock launcher is the UI itself along with a skin.
There is more to it than that but the specifics would confuse the point.

Related

App Idea: Hide certain apps that are in your app drawer...

Here's something for you devs. How bout an app that can hide apps that are in the app drawer. (the tool bar at the bottom). Because right now if someone was to want to hold my phone they could get right into my email, pics, astro, bank account, market, anything! You know what I mean? if we had an app that puts those icons inside of it then that would be a good start. You could call it Drawer Mod or something like that.
Sure they could get to them from the application set up option, but thats not so easy to figure out. First someone could work on that, then they can work on a password lock feature for it or something. I'd pass my phone around more freely if I had a little more privacy than just the pattern lock. (that can be bypassed if you know how anyway). Is it a good idea?
No. Either don't hand your phone out or use pattern lock. If I could use your phone I would dial long distance out of spite.
I been looking for something like this but for a different reason Its cramped lol, I just want to be able to organize the apps in folders or something my games clutter everything. May add password protect to certain folders
breaultm said:
No. Either don't hand your phone out or use pattern lock. If I could use your phone I would dial long distance out of spite.
Click to expand...
Click to collapse
Wow you're just awesome!!! Yeah you can sooo borrow my phone and call all the long distance you want. If you gotta call then call. lol I didn't think generosity could be misguided into hate like that. Go back to your cave hermit! What's your problem?
Now back on topic with civilized people.
ahddm said:
I been looking for something like this but for a different reason Its cramped lol, I just want to be able to organize the apps in folders or something my games clutter everything. May add password protect to certain folders
Click to expand...
Click to collapse
Folders would be good.. it gets a bit cluttered in there.
Hmm actually displaying folders might be difficult but as for hiding apps I think the easiest way would be to effectively move them to a hidden folder on the phone... using shell commands someone could accomplish this... consider these shell commands
Hide an app
Code:
mv /data/app/APPNAME.apk /hidden/
Run an app
Code:
mv /hidden/APPNAME.apk /data/app/
*figure out some command to run the apk*
*figure out how to wait for app to die*
mv /data/app/APPNAME.apk /hidden/
Make the icon of the app be a folder and the interface copied directly from the app drawer and it might actually act like a folder
Nice! So it's feasable. Now all we need is for someone to apply the info above into an easy to use app, or I learn how to be a pro with terminal commands. lol
yeah i really need that app. in my rokr e6 there was a menu where you could pick different user setups Games:Office:and Custom you could put watever you wanted inthem
http://www.engadget.com/2009/02/18/texas-instruments-and-wind-river-do-up-android-right/
Second video, at about :45 seconds in. They show a tabbed app drawer. Wish they would release it as a market app.
Dharkaron said:
http://www.engadget.com/2009/02/18/texas-instruments-and-wind-river-do-up-android-right/
Second video, at about :45 seconds in. They show a tabbed app drawer. Wish they would release it as a market app.
Click to expand...
Click to collapse
That is a nice find! Now there's a visual. Would really make the phone less cluttered and more like a desktop. I wonder if its coming to the phone version of android. Anyone up for making a set up based on that?
Based on the appearance of alternate home apps, some with multiple app drawers, Id say someone will do this eventually.
yea i dont know if its just me.. but i wish that there was more editing and revamping of the normal apps.... like browser/messaging/dialpad/contacts the default. I would like to download replacements for them... not steel/acontacts/chompsms (not saying they arent good cause I use the last two) But with Ahome replacing my home screen.. its not replacing it.. its on top of it. I think everything would work alot better if we just focus on editing the normal features instead of having like 20 differnt versions of contacts browsers and all that.
I hope im understood I sometimes have an issue typing my complicating thoughts.
Me too! This is an app or mod that i have been waiting for. I've been using Advanced launcher with my dounut roms. But now with eclair, it wont run. Im not so much worried about adding folder to the app drawer, but more into hiding useless icons to clean things up a little bit. Do i really need 6 different icon pack icons? when they come up as needed anyways. whats the point in icons for apps that are primarily widgets? PLEASE! SOMEBODY! create an app or a mod that allows me to do this. I would pay for it!!!!
jayb222 said:
Here's something for you devs. How bout an app that can hide apps that are in the app drawer. (the tool bar at the bottom). Because right now if someone was to want to hold my phone they could get right into my email, pics, astro, bank account, market, anything! You know what I mean? if we had an app that puts those icons inside of it then that would be a good start. You could call it Drawer Mod or something like that.
Sure they could get to them from the application set up option, but thats not so easy to figure out. First someone could work on that, then they can work on a password lock feature for it or something. I'd pass my phone around more freely if I had a little more privacy than just the pattern lock. (that can be bypassed if you know how anyway). Is it a good idea?
Click to expand...
Click to collapse
in case i loose my phone i bought App Protector:
http://www.androlib.com/android.application.com-carrotapp-protectpronew-Attn.aspx
You can define apps which are password or lock pattern protected. This app has to be excluded from a task killer of course. I also protected market, root explorer and terminal.
There is another free app (ad supported) which does the same but only with a password. no lock patter (the lock pattern was the reason i bought app protector).
http://www.androlib.com/android.application.com-cc-applock-CtBE.aspx
I'm pretty sure about 6-8 months ago there was an alternative launcher on these forums that had app hiding as a feature. I think it was discontinued quite a while ago, but yeah not only is it possible, but someone's already done it.
Obama's>god said:
I'm pretty sure about 6-8 months ago there was an alternative launcher on these forums that had app hiding as a feature. I think it was discontinued quite a while ago, but yeah not only is it possible, but someone's already done it.
Click to expand...
Click to collapse
more like 2 months ago...
nonsense cupcake rom has it for example.
called advanced launcher. but as stated above, its cupcake and donut only...
go ask anderwebs.
also wrong section
domenukk said:
more like 2 months ago...
nonsense cupcake rom has it for example.
called advanced launcher. but as stated above, its cupcake and donut only...
go ask anderwebs.
also wrong section
Click to expand...
Click to collapse
Don't go ask AndersWeb, he's already on record about implementing it (in summary, "no", though offering a patch might convince him otherwise.)
And yeah, Advanced Launcher is much more than two months old. At least since August 2009 (when I showed up), probably earlier.
Vault
theres an app called "Vault" that hides the applications in your app drawer
you need root to use it though.
i use it to hide the sms app
then use handcent....so i can blacklist certain senders ......obviously i also have certain adult 3g apps hidden as well
advanced launcher is the only thing i can think of, too. works pretty well on donut roms, i just wish someone would port that functionality into a 2.1 rom.
the ADW/almostnexus launcher that most devs are throwing into their builds now has some of the same functions as advanced launcher (drag n drop uninstall, compressed columns/rows) but no app hiding, which is a real bummer.
this was done almost a year ago
Download panda home app has had an option to hide the apps in your app drawer for almost a year. also to make customer slide out drawers in your homescreen. if i remember, long tap on the home screen then go into the drawer option, it works remarkable well actually.

[Q] Skip homescreen?

Ok, I use WidgetLocker pretty much as my homescreen, and so I have a blank homescreen which I only use to access my app drawer if I need another app not on my lockscreen.
I am wondering if anyone knows if there is any way possible to skip the homescreen and just go straight to the app drawer.
Try looking into alternative launchers. vLauncher is probably what you want; it functions as solely an app drawer.
Seems kinda iPhone-ish.
GTIVRon said:
Seems kinda iPhone-ish.
Click to expand...
Click to collapse
That's kind of the point, isn't it?
Sent from my always stock, EC05 Epic 4G
No, not iphone-ish, it's because I use widgetlocker/lock menu AS my homescreen, and I wanted to unlock straight to app drawer because I really have no need of a launcher now. I only unlock if I need an app not accessible through my lockscreen. I'll check out that vlauncher.
vivecuervo7 said:
No, not iphone-ish, it's because I use widgetlocker/lock menu AS my homescreen, and I wanted to unlock straight to app drawer because I really have no need of a launcher now. I only unlock if I need an app not accessible through my lockscreen. I'll check out that vlauncher.
Click to expand...
Click to collapse
VLauncher is your best bet, or else you'll have to make an application that does what you want.
Sent from my always stock, EC05 Epic 4G
Or you could use a shortcut/slider on Widgetlocker to open a Folder Organizer folder with all of your apps in it. I'm on CM7 & use the long press search to open my folder with all of my launchable apps, so it's like an app drawer anywhere.
Ok I've checked out vlauncher and that seems the best I can do for the time being, it serves it's purpose well enough. Thanks for the help guys!

[Q] Is it possible to create folders in the main app menu?

I just figured out I can make folders on my gsll phone in the app menu. (Not the home screens) I can put all the carrier BS and other app icons I don't want to see in there. It brought my app screens to 3 swipes from 5. Is that a standard Android feature or something Samsung added in with touchwiz? I would be interested in doing the same on my tablet.
That sounds like a Samsung Touchwiz feature. As far as I know, stock app drawer does not support folders/dedicated pages.
However, you can simply get a non-stock launcher such as Apex or Nova and they support app drawer folders, plus a multitude of extra features lacking in the stock launcher
fsured said:
I just figured out I can make folders on my gsll phone in the app menu. (Not the home screens) I can put all the carrier BS and other app icons I don't want to see in there. It brought my app screens to 3 swipes from 5. Is that a standard Android feature or something Samsung added in with touchwiz? I would be interested in doing the same on my tablet.
Click to expand...
Click to collapse
That is possible, just use a third party launcher. I think nova has is
OK cool. I will check out those programs. I figured one of those would do the trick but wasn't sure if I was missing something. Thanks!
fsured said:
OK cool. I will check out those programs. I figured one of those would do the trick but wasn't sure if I was missing something. Thanks!
Click to expand...
Click to collapse
*if* it works using nova, would you please not forget to click the thanks button?
I am a very 'thanks'centric person, so I'd like to get that bar a bit more to the right lol
fsured said:
OK cool. I will check out those programs. I figured one of those would do the trick but wasn't sure if I was missing something. Thanks!
Click to expand...
Click to collapse
Thanks for the thanks
I guess Nova has it?
I've never used third party launchers myself, since I think that the stock launcher on the Infinity is rather cool

Smart key programming

Can I program the home key for my smart key single press?
Yes, just select your launcher for the shortcut.
I'm using emui, do you know if I have a launcher?
pointt said:
I'm using emui, do you know if I have a launcher?
Click to expand...
Click to collapse
You always have a launcher, the one that comes with the phone is called Huawei Home, but had a look now and couldn't find it among the apps you can choose from.
So you'll need a custom launcher for that. I'd recommend Action Launcher. Nova and Sapphire is quite nice as well.
Thanks, not quite my home screen, but a very good solution that will probably turn out better than using my home screen.
this smart key button feature is not working on nougat beta. does anyone have a patch or something to get this to work again?
agala978 said:
this smart key button feature is not working on nougat beta. does anyone have a patch or something to get this to work again?
Click to expand...
Click to collapse
wait official OTA , Will be Fixed .
It's so annoying that there is a system process which is the H home app yet we can't find it in the list. I really like the stock launcher and I don't want to have to change to another one.

How I can change home launcher in android 6 from build.prop

Hi all
I have KIOSK app need to work as default home launcher
I try put in system/priv-app but it didn't work as default home launcher
without I choose it manually
any advice
ahmad_sbaih said:
Hi all
I have KIOSK app need to work as default home launcher
I try put in system/priv-app but it didn't work as default home launcher
without I choose it manually
any advice
Click to expand...
Click to collapse
The Kiosk app isn't a launcher, it's a browser that allows loading apps inside the browser. You can't do what you're trying to do because your device needs an actual working launcher in order to run the Kiosk app, the Kiosk app itself won't run without having the typical android launcher to launch it.
DO NOT CONTACT ME VIA PM TO RECEIVE HELP, YOU WILL BE IGNORED. KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
sorry if I can't discuss my point very well
please see the picture in attached
in normal case we see this message in the picture to select which launcher start
but I want ignore this step by selected previously like edit build.prop file to do that
Thank you for your help
Droidriven said:
The Kiosk app isn't a launcher, it's a browser that allows loading apps inside the browser. You can't do what you're trying to do because your device needs an actual working launcher in order to run the Kiosk app, the Kiosk app itself won't run without having the typical android launcher to launch it.
DO NOT CONTACT ME VIA PM TO RECEIVE HELP, YOU WILL BE IGNORED. KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
Click to expand...
Click to collapse
sorry if I can't discuss my point very well
please see the picture in attached
in normal case we see this message in the picture to select which launcher start
but I want ignore this step by selected previously like edit build.prop file to do that
Thank you for your help
ahmad_sbaih said:
sorry if I can't discuss my point very well
please see the picture in attached
in normal case we see this message in the picture to select which launcher start
but I want ignore this step by selected previously like edit build.prop file to do that
Thank you for your help
Click to expand...
Click to collapse
What picture attached? I don't see a picture.
DO NOT CONTACT ME VIA PM TO RECEIVE HELP, YOU WILL BE IGNORED. KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
Droidriven said:
What picture attached? I don't see a picture.
DO NOT CONTACT ME VIA PM TO RECEIVE HELP, YOU WILL BE IGNORED. KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
Click to expand...
Click to collapse
View attachment 4339414
sorry can you see picture above
ahmad_sbaih said:
View attachment 4339414
sorry can you see picture above
Click to expand...
Click to collapse
Do you have the option in system settings to choose your default apps? If so, see if you can set it as your default launcher.
What I don't understand is the fact that you're asking about Kiosk but it isn't one of the options in the picture that you posted, it only shows Hexnode and Launcher3.
But as I said originally, as far as I know, Kiosk is NOT a launcher but It can be setup to run on top of your stock launcher, I believe.
Maybe this will help you
https://www.hexnode.com/mobile-device-management/help/android-kiosk-mode-complete-guide/
**Note**
Understand that this is not being set as the default home launcher like would traditionally be done on android, it leaves your stock launcher but sets the Hexnode app to automatically open and run on top of your existing stock launcher. From what I'm understanding about it, technically it isn't being used as default launcher, it's just automatically opening when the device boots and then running on top of your existing launcher, when you press home, it takes you back to your actual launcher with Hexnode still running on top of it.
DO NOT CONTACT ME VIA PM TO RECEIVE HELP, YOU WILL BE IGNORED. KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
Droidriven said:
Do you have the option in system settings to choose your default apps? If so, see if you can set it as your default launcher.
What I don't understand is the fact that you're asking about Kiosk but it isn't one of the options in the picture that you posted, it only shows Hexnode and Launcher3.
But as I said originally, as far as I know, Kiosk is NOT a launcher but It can be setup to run on top of your stock launcher, I believe.
Maybe this will help you
https://www.hexnode.com/mobile-device-management/help/android-kiosk-mode-complete-guide/
**Note**
Understand that this is not being set as the default home launcher like would traditionally be done on android, it leaves your stock launcher but sets the Hexnode app to automatically open and run on top of your existing stock launcher. From what I'm understanding about it, technically it isn't being used as default launcher, it's just automatically opening when the device boots and then running on top of your existing launcher, when you press home, it takes you back to your actual launcher with Hexnode still running on top of it.
DO NOT CONTACT ME VIA PM TO RECEIVE HELP, YOU WILL BE IGNORED. KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE
Click to expand...
Click to collapse
thank you for your helping.
I need create my own ROM and put Hexnode app in system\priv-app and I need it as default home launcher without selected so I try do that via edit on build.prop but it isn't work
can you help me on that
ahmad_sbaih said:
thank you for your helping.
I need create my own ROM and put Hexnode app in system\priv-app and I need it as default home launcher without selected so I try do that via edit on build.prop but it isn't work
can you help me on that
Click to expand...
Click to collapse
I'm trying to tell you that you probably can't do it that way, you can only set it to automatically open on top of your launcher at boot, you can't make it the actual home launcher in the ROM, but you can probably come up with some kind of script to put in the ROM that automatically configures your settings and sets it up as described in the link I gave you when you flash the ROM instead of having to physically go through the settings to set it up.
I know what you are wanting to do but you aren't understanding what I'm trying to tell you.
DO NOT CONTACT ME VIA PM TO RECEIVE HELP, YOU WILL BE IGNORED. KEEP IT IN THE THREADS WHERE EVERYONE CAN SHARE

Categories

Resources