Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
9answers
12k 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 ...
4
votes
2answers
483 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(); ...
3
votes
3answers
727 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 ...
2
votes
1answer
127 views

How to launch my Android application using adb shell?

I'm trying to start an Android application using adb shell. I'm not succeeding The AndoridManifest.XML is pasted below: <?xml version="1.0" encoding="UTF-8"?> <manifest ...
2
votes
1answer
32 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 ...
2
votes
2answers
87 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
332 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 ...
2
votes
1answer
57 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: ...
2
votes
1answer
266 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 ...
2
votes
2answers
213 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 ...
2
votes
2answers
5k 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: ...
2
votes
4answers
1k 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
175 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 ...
2
votes
5answers
4k 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(); ...
2
votes
3answers
1k 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 ...
1
vote
1answer
38 views

Simulate Launch Options

in my appDelegate, I have some specifications when the App is launch with a File from i.e. Mail app. When I launch my App, everything works normal. When I launch the App via File from Mail, the App ...
1
vote
1answer
45 views

How to link my Apps on Android Market with other Apps

I have developed 4 android Apps and published in Android Market(each apps signed with different private keys but uploaded through only one gmail Account). when i Opened the app details page from ...
1
vote
4answers
94 views

Android-How can I know if it is the first time the application launched?

How can I know if it is the first time the application launched? If you are answering please add a full code because I have read some answers and I didn't understand them. Thanks.
1
vote
1answer
31 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 ...
1
vote
4answers
285 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 ...
1
vote
2answers
608 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
1answer
419 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
100 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 ...
1
vote
1answer
153 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 ...
1
vote
1answer
110 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
601 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)
0
votes
0answers
23 views

I get an Error when launching Android, but if I click Run again, it's fine

I'm getting this HUGE error message when I run my app: [2012-01-27 19:26:58 - Forza] ERROR: Unknown command 'crunch' [2012-01-27 19:26:58 - Forza] Android Asset Packaging Tool [2012-01-27 ...
0
votes
1answer
32 views

Android Launching the Calender from my application and recieve the new appointment

I have an application "ApplicationX" and when I click on a button I will see the create appointment view from the Android Calendar, here is my code: Intent intent = new Intent(Intent.ACTION_EDIT); ...
0
votes
2answers
107 views

Android Application creating two launcher icons

I am having a very confusing problem with an application I have been working on for some time. Suddenly, when running my application, I found an immediate force close upon launch. Upon further ...
0
votes
1answer
103 views

Troubleshooting Android App Launching

I'm currently developing an application on Android, however after spending the day making changes to it I'm experiencing a strange problem. On my physical device when I launch the application by ...
0
votes
1answer
56 views

iPad UIInterfaceOrientation after launch image

My application should support only landescape mode, so I configure the info.plist keys to get it in the right way. My root viewcontroller is a custom UINavigationController that I add to the main ...
0
votes
0answers
13 views

launching .app file in Mac OS using signed applet?

I am using the below code to launch String command ="/--/--/xyz.app"; new Runtime.getRuntime().exec(command); In terminal it is working fine, But when I try to do it from applet it is now ...
0
votes
0answers
33 views

How can I open a GridOut instance of a file in a GridFS in PyMongo?

Let's say I have a pdf file that I want to open in a Python script in the systems's default application for pdfs. First, if it's kept in the regular file system I would simply open it like this: ...
0
votes
0answers
28 views

copy files to /Applications folder using launchbar [closed]

For lot of applications, the .dmg contains the .app files which needs to be copied to the /Applications folder. I use Instant send feature to open the select files quickly in some text editor. Is ...
0
votes
0answers
58 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
2answers
155 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
27 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.
0
votes
1answer
53 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
31 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 ...
0
votes
3answers
169 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 ...
0
votes
3answers
141 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 ...
0
votes
2answers
468 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 ...
0
votes
2answers
364 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 ...
0
votes
3answers
50 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 ...
0
votes
1answer
494 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" ...
0
votes
1answer
54 views

Advice for data migration and site rebuild

Background I took over a web application 4 years ago. The project was originally outsourced to a company in India to take our disk software online. They hired me because they didn't like how long ...
0
votes
2answers
563 views

iOS: How to Have an Application Launched with [UIApplication sharedApplication] from My App Return Control Back To My App

Hey guys. 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"]; ...
0
votes
0answers
85 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
370 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 ...
0
votes
1answer
114 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 ...

1 2