Tagged Questions
The launcher tag has no wiki summary.
28
votes
4answers
574 views
Java exe launcher with support for Windows 7
The Problem
Currently I use exe4j 4.4.2 to wrap our client app in a Windows native executable, but the result does not integrate with Windows 7 so well.
For example: When I right click in the task ...
16
votes
3answers
175 views
How does an application launcher update itself?
Launchers are most common in games. Think of League of Legends, Starcraft II, or almost any MMO out there. Before starting the actual game, you have a small launcher app that takes care of updates and ...
12
votes
4answers
3k views
Android Launcher label vs. activity title
This question has been asked before - but with no satisfying answer at all! So I'm trying it again.
I want to give my application launcher icon (the one that is displayed on the startscreen!) a ...
10
votes
2answers
8k views
How can I create a custom home-screen replacement application for Android?
How do I create a home-screen replacement application? Is there any information about the home-screen application available?
Can any application be a home-screen by just registering it with a ...
5
votes
3answers
8k views
Android: How to create a launcher
I've never developed for Android before, so please consider me 100% dumb when you answer :)
I would like to create an application launcher that will open the default web browser to a given url.
In ...
4
votes
2answers
286 views
Android how to programmatically hide launcher icon
my app is designed to only need to be run once. As such I want to hide the icon from the launcher after the first run, but without uninstalling the app.
I have seen similar applications - they can ...
4
votes
1answer
2k views
Understanding custom android launcher
i want to learn custom android launcher,i donot know how to start,can you give me some advice,some blog link or other example and so on.
3
votes
1answer
78 views
Recompiling java.exe to a different .exe name
Are there licensing restrictions that permit recompiling the JVM's launcher code (java.c) into an EXE with a name of my choosing?
The standard JDK lays out source for the launcher but implies that it ...
3
votes
1answer
71 views
How to add a second launcher icon to an app previously published in the Market with only one launcher icon?
I want two launcher icons for two different activities in my application. I have added this to the Manifest file.
<activity ... android:name=".TestActivity01">
<intent-filter>
...
3
votes
2answers
192 views
Use my own Android app/apk as launcher/Home Screen Replacement
I've created my own app and I want this one to be my launcher. It's a simple app, but it works.
Is it possible to replace the default launcher with my app so that my app always starts by default ...
3
votes
2answers
367 views
What is needed to launch external JAR files, like the Minecraft launcher?
If you have never played Minecraft, then this is how the mechanics of the launcher work.
The user can download a JAR (Or a JAR packaged into an EXE), which has absolutely no code for the Minecraft ...
3
votes
1answer
805 views
How do I programmatically write a shortcut to a specific page on the homescreen of the Android launcher?
I am currently working on an Android application whereupon I programmatically write a shortcut to the home screen. Something like this:
Intent shortcutIntent = new Intent();
...
3
votes
3answers
418 views
How would you uninstall a rogue Home (Launcher) application?
If you were to install a Home Screen application that does not give you access to the System Settings screen (to go to Manage Applications), and also does not let you launch Apps (such as the Market ...
3
votes
1answer
852 views
Dynamic start activity in Android?
Is there a way to dynamically change the starting activity in Android based upon a conditionally? What I attempted to do (that didn't work) was the following:
remove the LAUNCHER category as ...
3
votes
1answer
792 views
Icon backdrop on Samsung Galaxy S? how to change this?
I see a backdrop being added to my launch icon on the Samsung Galaxy S devices. I need this backdrop changed to a custom backdrop which we created. I know this can be changed since apps like"Daily ...
3
votes
3answers
278 views
Why does my application appear 4 times on my device?
When I install my application onto a device or emulator it appears multiple times in the apps menu, in my case I get 4 icons showing my application name.
It seems that each icon is representing an ...
3
votes
1answer
223 views
One application installed, show two entries in launcher
In Android, how to implement the following effect?
Install just one application, but in the launcher, there are two entries, and entering each will go to different ui.
Just like google map, you can ...
3
votes
1answer
229 views
Creating a second shortcuts in the Launcher
I create a cool Home application in Android.
As this is a Home I don't want her to appear in the Launcher, in the list of all applications.
That's pretty easy, but now I would like the settings of ...
3
votes
2answers
160 views
GWT Launcher error because of huge classpath
I am trying to run an GWT application which (unfortunately) has a huge classpath, because if which the GWT launcher fails to load and I get the following error :
CreateProcess error=87, The parameter ...
3
votes
1answer
1k views
How to re-build the default “Launcher” application?
My goal is to modify the Launcher application and dynamically modify and change the theme.
I saw several 'home' apps at http://www.cyrket.com/p/android/com.stain46.taghome/. It looks like they took ...
3
votes
3answers
537 views
2
votes
0answers
145 views
Using facebook.katana aka facebook app from the code
i´m trying to achieve a solution where the app ask if facebook.katana aka facebook app is installed in your android phone, if it is installed, check if the user is logged, and if it's logged send a ...
2
votes
2answers
40 views
How to assign visually different launch icons for different Android activities
After following successfully the method to set multiple LAUNCHER activities (as described in http://stackoverflow.com/a/3270783/978329) using the taskAffinity attribute, I ended up with having ...
2
votes
2answers
109 views
camera and map crashes when launched from my custom home screen
I've created a custom home screen.
This is my code to launch an application when clicked:
mainIntent = packageManager.getLaunchIntentForPackage(strPackageName);
if(mainIntent!=null)
{
mainIntent ...
2
votes
0answers
116 views
android shortcut, access launcher db
I want to get data from launcher db.
final String AUTHORITY = "com.android.launcher2.settings";
final Uri CONTENT_URI = Uri.parse("content://" +
AUTHORITY + ...
2
votes
2answers
91 views
How to check if my application is the default launcher
I am developing a buissness-application that is essentially a Home-screen, and is supposed to be used as a Default Homescreen (being a "kiosk"-application).
Is there any way of checking if my ...
2
votes
0answers
66 views
Using Sysdeo Tomcat Launcher Plugin with Tomcat 6 and Apache Ivy
I am using Ivy to manage dependencies, but when I launch Tomcat some problems ocurr. The libraries aren't loading. I think the Sysdeo Laucher doesn't found the Ivy's classpath container. I don't ...
2
votes
2answers
200 views
Replace android Launcher activity animations
I'm creating my own Android Launcher.
The problem is:
When I launch an activity, it slides left...
When I close it, it slides right...
This is annoying and ugly!
I've alread been able to remove ...
2
votes
2answers
112 views
Android: dynamically choosing a launch activity doesn't always work
I've read a few articles here (and other places) that describe how to dynamically choose which activity to show when launching an app. Below is my code:
AndroidManifest.xml
<activity ...
2
votes
0answers
258 views
How to get application's hdpi icons on Android API 11 tablets and more (in the java code)?
I have noticed on the Motorola xoom, that the applications icons on the Launcher are 72px by 72px. This is normally the size of icons defined in drawable-hdpi/ in packages.
In my application I want ...
2
votes
0answers
813 views
Android - clear the recent app list (shown after long HOME press)
I'm writing a custom launcher app. Problem: even after setting it as default, the long press of HOME button brings recent app list, including old launcher.
Is it possible to clear the recent app ...
2
votes
1answer
202 views
Can ADB be used to add a shortcut to the Launcher2 home screen on a rooted Nexus S?
More generally, are there any other ways to add home screen shortcuts besides manual user action?
2
votes
1answer
175 views
What is the best way to deploy a Java with JOGL application (especially with regards to Windows 7 64 bit)?
I have a JOGL application that I want to distribute. No problems in linux or mac (other than -version:1.6 doesn't seem to work on linux or mac). However on Windows 7 64 bit I have seen many ...
2
votes
3answers
302 views
I need a solution to starting Slick 2D/LWJGL Java project via command line. Help?
Currently I am starting my Slick 2D application via this batch file-
java -Djava.library.path=lib -Xms512m -Xmx512m -jar myapp.jar %1
Where lib is the folder that contains the LWJGL/Slick libraries ...
2
votes
1answer
2k views
Android Homescreen
Hey folks, this is my first post so go easy on me!
I want to develop an application where you can navigate through 7 or so screens like you can on the homescreen.
I have seen a few posts on this but ...
2
votes
1answer
797 views
How to override the enter activity animation if it is stated by launcher
I tried to do Google search but I only found the solution for intra-activity animation using overridePendingTransition() method. However, is there any solution if I would like to have my own animation ...
2
votes
2answers
2k views
How to make a launcher
I have been developing for quite a time and I am trying to make an app that will replace the original home (e.g. HTC sense).
I need the app to open when the the user hits the home button on there ...
2
votes
3answers
170 views
Is the launcher is responsible for drawing the wallpaper on Android?
The title says it all... I'm just wondering if it's the Launchers' responsibility to render the wallpaper/live wallpapers? or if's always drawn below it? so that if i make a transparent launcher i can ...
2
votes
1answer
483 views
how to prevent custom home launcher app restart activity
I am working on my own home launcher replacement and it works fine but one thing bothers me. When I press a home key, current home activity (the one defined in manifest as main/defualt/launcher/home) ...
2
votes
2answers
689 views
JSmooth question on bundling a JRE
I'm trying to bundle a JRE with my jar file so that I can run my application on any windows computer, regardless of if it has Java or not. The jsmooth manual says:
For the option to work correctly, ...
2
votes
4answers
497 views
Create simple cocoa application wrapper
I have an application I want to bundle (with some additional files) together inside a wrapper application.
Literally the only thing I want to do is have the wrapper application launch a resource file ...
2
votes
2answers
3k views
How to remove application shortcut from home screen on uninstall automaticaly?
I'm developing an application that should add it's shortcut to home screen after installation and remove it after the application is being uninstalled. The application will be preinstalled on the end ...
1
vote
1answer
36 views
Make a dynamic launcher icon
I want to create a launcher icon similar to the native Messaging application in Android. The icon of this app has an image but also have a dynamically changing number(a counter of some sort that ...
1
vote
1answer
33 views
Android Launcher Won't Launch (Check My XML)
[2012-01-23 15:55:42 - MyApp] No Launcher activity found!
[2012-01-23 15:55:42 - MyApp] The launch will only sync the application package on the device!
I get this error on the Console whenever I ...
1
vote
2answers
53 views
open android own launcher from my application
hi Its been 2 days looking for this simple problem. I want to launch Android own launcher from my application EVEN if its not set as default.
final PackageManager ...
1
vote
1answer
155 views
Android “Missile Launcher” Coding - Will Not Connect
I have built and am trying to use the "Missile Launcher" app on developer.android.com to recognize my own USB device. My USB device uses the FTDI FT232BL chip which has vendor-ID "0x0403" and ...
1
vote
2answers
79 views
What is the best way to slide/switch between views ? (Custom Launcher)
I Build a Custom Launcher.
The launcher is made of views (each view will contain applications, images etc..)
The user can switch between those views in the home screen (almost like in every other ...
1
vote
1answer
95 views
Android Instrumentation Testing how to tell if current Activity is Home (Launcher) Screen?
I am trying to test drive an application feature using Robotium. One of the features is that when my initial activity is launched from a view on top of the activity stack it should clear the top of ...
1
vote
3answers
140 views
Android Notification on Launcher Icon
There are some android apps (such as the native email app) that show iPhone like notifications on the launcher icon. This is the launcher icon, not the shortcut on the home screen.
Does anyone know ...
1
vote
3answers
50 views
No activity launches
My application installs, atleast according to Eclipse, as it should. Then it stops with the following in the console:
[2011-10-17 14:10:58 - AppName] Uploading AppName.apk onto device 'emulator-5554'
...