The launching-application tag has no wiki summary.
1
vote
1answer
124 views
iOS Application Crashing again and again when re-launching the application
I have an iOS4 Application, sometimes if any crash happens in my application i am not able to launch my application it crashes again and again and not allow me to launch application for continuously 4 ...
0
votes
0answers
297 views
How to launch my app after power on instead android home
I have an application,in which if the user power on(the device may power off because of various reasons such as batter low etc) the device then my application should start at which point it was ...
0
votes
3answers
466 views
how to automatically launch the application in wp7 without user actually clicking on the icon
I am new to wp7
I want to create an application which should start automatically without user starting it.
Something similar to automatic virus scan on any PC.
Any suggestions please,A good example ...
0
votes
0answers
47 views
Launching Eclipse through maven
I am in situation to launch a eclipse by executing a Maven command and run windowstester junit plugin test automatically and get the report.
could you guide me how to perform this.
1
vote
1answer
152 views
Running Application at StartUp
Hi i am running windows 7 64 bit.
I made an application that uses sql lite database and to do operation application has application manifist file to require admin.
Now issue is that i need to run ...
0
votes
1answer
42 views
What happens when you send a Adobe air application to a computer without adobe air installed?
If I have a app.air installer and I send it to a computer via email in which that computer doesn't have adobe air installed, presumably the OS wont recognize the .air extension. So what are my ...
1
vote
3answers
653 views
how to animate launch image once app has finished launching
I was wondering how I can manipulate the launch image of an iPhone app? I have put launchImage.png into my plist file (under Launch image (iPhone)) and when the app starts I would like to animate this ...
2
votes
2answers
116 views
Running a packaged exe in the same folder as the installed firefox add-on
I have read this thread, and some other
How to run a local exe in my firefox extension
The problem is, at deployment and using firefox 4.0.1, if I install the .xpi extension, the xpi is put inside ...
0
votes
3answers
538 views
How to suppress dialog/popup window of application that you have just launched from your C# code?
From my C# app I'm launching annother app, which before execution sometimes show dialog/popup with some info.
Is it possible to suppress or hide this dialog and taskbar icon of the dialog ?
Thank ...
2
votes
2answers
124 views
My app loads when initially launched to the device, but after I exit the app, and go back in, it won't even try to launch
Ok so I am really new to Android, and to get going with things, I paid a developer to build me a simple app, and now I'm trying to wade through it to make sense of it.
The problem I am trying to ...
2
votes
1answer
539 views
iOS 4.3.2 user reported app crashing on launch
An update of my app has just been approved by Apple and users are now complaining the app does not launch anymore. It also happens to some new users.
I have absolutely no idea where the problem is ...
1
vote
2answers
3k views
Android: no running Device
I want to run my Android Project iwrote with emulators on my Android Device. The Device is Connected on an USB-Port. When I start the "Android Device Chooser" nothing happens. No running device in the ...
1
vote
2answers
1k views
Can't launch Android application from within an SMS - Android browser always take the task
I would like my application to launch when the user clicks on a link, for example, http://myapp.comwhich is embedded in an SMS message.
I have followed this [solution] but it doesn't work for me. The ...
1
vote
4answers
978 views
C# Windows Application - Linking a button to start a game
I believe I have been taking the right approach to this so far, but I would like to have a button start a video game on my computer.
So far, I have a button linking to a process:
void ...
0
votes
3answers
64 views
iphone how to make sure that application launches only after it gets the user locationn
I am doing the following things to make sure that my application launches only after it gets a location update for the user.
1) My app delegate implements CLLocationManagerDelegate
2) In my app ...
1
vote
1answer
1k views
changing launching activity
i want to change my launching activity.for the moment my manifest is this:
<application android:icon="@drawable/iconbj" android:label="@string/app_name"
...
2
votes
1answer
106 views
Is it easier to register a custom protocol or a MIME-association across OSes?
From a web browser (Win/Mac) I need to launch a desktop application and pass it a response string (e.g. XML) from the webserver. For Windows, as far as I can tell I have two straightforward options:
...
-1
votes
1answer
117 views
Application not launching on tappping the app icon on home screen
We have an application build for the several ipad users. The provisioning profile used for building this app has all the UDIDs. The application was working fine till last week.
Now the users are ...
2
votes
2answers
1k views
Eclipse Project Run problem
I tried to create a C++ project in Eclipse Helios, it works fine for some simple "Hello World" projects (a single file etc..). However, now I have a little bigger project with several files, the ...
1
vote
2answers
2k views
iOS: How to Have an Application Launched with [UIApplication sharedApplication] from My App Return Control Back To My App
Right now I'm able to launch something like the mail app with this call:
NSURL* mailURL = [NSURL URLWithString: @"emailAddress@example.com?cc=&subject=Feedback"];
[[UIApplication ...
0
votes
0answers
174 views
Silent event listener to launch app when another iPhone app loads?
I'd like to allow users the option to launch a particular app after a native iPhone app has either loaded or performed a specific task. Is this currently possible, or something to add to the growing ...
0
votes
1answer
703 views
trying to launch wpf application from visual studio setup project custom action. Error 1001: Assembly.GetEntryAssembly() returns null
I am preparing a setup project for my application. i need to construct database connection string and then run the script file based on the connection string and update the application config files as ...
2
votes
2answers
3k views
Launching an Mac App with Objective-C/Cocoa
When launching Path Finder app with command line, I use open -a Path Finder.app /Users/.
Based on this idea, I use the following code to launch Path Finder.
Can I have launch app without using open ...
1
vote
2answers
980 views
launch an app from a URL on Windows Phone 7
I know that on the iPhone you can register a URL prefix such as myapp://blah which, when opened in safari, will open up your application.
Is there anything like this for Windows Phone 7?
1
vote
3answers
171 views
Launching an application from a thread with C++
I need to launch a 3rd party program inside a thread, wait to get the results both from stdout/stderr with C++.
What methods are available?
Are they cross-platform? I mean, can I use them both for ...
2
votes
2answers
333 views
Hiding a windowed application launched by a java application?
I am working on a Java application which has to launch a different application. If I launch the second application using Runtime.getRuntime().exec(), it becomes the active process and its window comes ...
3
votes
3answers
1k views
Launch PhoneGap-based iPhone app from email link
I just switched from Titanium to PhoneGap. All works well except that I have been unable to get the app to be launch-able from an email link. The iPad/iPod animates to start the app and then the app ...
1
vote
1answer
228 views
Is there a better way of launching same app from GUI or Command line
I worked out a way of running my Cocoa (GUI) app. From either the normal double clicking it,
Or from the CLI.
I realised that when an app launches from a double click (GUI), it returns an argument ...
9
votes
2answers
25k views
Java launch error selection does not contain a main type
I am a total newbie in Java and Eclipse. I googled for lots of help but still confused. From Eclipse I click run then choose Java application and I get this error immediately. Here is my source code:
...
0
votes
1answer
165 views
“Open With” menu for remote files
I'm getting troubles getting the applications associated with a remote file how has a URL like: "http://servername/folder/file.png".
The code I use is:
...
NSURL *url = [NSURL ...
116
votes
31answers
74k views
The connection to adb is down, and a severe error has occured
I've spent days trying to launch any Android program. Even "Hello World" gives me the same error: "The connection to adb is down, and a severe error has occured".
I'm running Eclipse Galileo, Google ...
0
votes
1answer
257 views
how to manage multiple asp.net applications on one hosting with subdomains?
thanks for your time and attention.
I want to deploy multiple asp.net applications on same hosting with subdomains. How it should be manged ?
I just created a subdomain and deploy application in its ...
0
votes
1answer
87 views
How to launch a dependent application on OS X?
What is the programmatical mechanism by which an application can be launched at a result of another one being launched?
E.g. upon launching iTunes, the Last.fm desktop launches too.
Or it is just a ...
4
votes
2answers
816 views
How to give focus to default program of shell-opened file, from Java?
From within Java, I am opening an Excel file with the default file handler (MS Excel, in this case :-) ) using the method described in this stackoverflow question:
Desktop dt = Desktop.getDesktop();
...
1
vote
1answer
138 views
Catching an exception when trying to launch a URL service from within Safari on an iPhone
I was wondering if anyone knows - if I have an iPhone app that is registered with a URL service (e.g. alocola://), which means another app can invoke it by calling its URL - is there any way to embed ...
1
vote
2answers
2k views
Launch Time of an app
What is the best way to launch an app and calculate its launch time in android(if it can be done with some code,then its better)
5
votes
4answers
4k views
catch another process unhandled exception
I wish to know if i can catch the unhandled exceptions thrown by another process which I started using the Process.Start(...)
I know i can catch the standered error using this link , but what I want ...
2
votes
3answers
251 views
how can I launch/pass a value to a Windows C# application from a web page? (it seems possible with song links to iTunes)?
I'm putting together a C# winforms application, and it would be good to be able to have the ability for someone to click on a webpage link that automatically maximizes my c# application and passes ...
4
votes
5answers
9k views
Launching external application from my app
I would like to launch an app the user selects from within my application. However, I'm not sure how I'd go about doing this. I've tried this:
Intent intent = new Intent();
...
0
votes
1answer
246 views
How to launch an application from hashtable in objective-C?
hey i'm able to create hash table in Objective-C which stores data in XML format...
but how to launch the application which i've specified in the string tag in XML file...My application name is in the ...
0
votes
1answer
126 views
Best way to launch a WPF “.application” Application
What is the best way (in JavaScript) to launch a ".application" Application through javascript?
2
votes
4answers
3k views
How to run, monitor and stop a PHP script using SSH on a shared webserver?
Can a normal member (not an admin) of a shared webserver with (limited) SSH access run, monitor and stop a PHP script through SSH? If so, how would all three actions be done by the user?
I tried to ...
0
votes
2answers
4k views
How to start a new application on Android
How can I start a new application on Android? I have done a new applications NewHomeScreen and Hello and on NewHomeScreen I wrote this code.
@Override public void onCreate(Bundle state) {
...
0
votes
4answers
856 views
Loading GUI App from Windows Service
I am writing a .NET Windows service whose role is to launch a GUI application(whose source is unavailable).
The operation is a fire and forget, no communication besides initial command-line ...
55
votes
7answers
11k views
iPhone: the quickest and easiest way to detect first launch [closed]
What's the quickest and easiest way to check if an application is being launched for the first time?