Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
738 views

How does one relaunch Finder programmatically?

If I ALT+RIGHTCLICK on the Finder icon, I get a "Relaunch" option in the context menu. I would like to programmatically relaunch finder, if at all possible. I'm sure there is a better way to do it ...
2
votes
3answers
64 views

Relaunching my app from same state gets failed, Oops :(

What I am trying to say here is the problem I'm facing to relaunch my app from same state where it was left before. I have did lot of R&D on this and have gone through the questions posted in ...
1
vote
1answer
47 views

How to relaunch an app like facebook-ios-sdk does?

Question: I am actively looking in the source code on Github's facebook-ios-sdk project myself but I was wondering if anyone already knows how to relaunch an app that sent an iPhone user to Safari, ...
1
vote
1answer
93 views

death of an activity re-launches the process

I have a set of activities starting from my home screen through a few list activities to my final screen. When i have an exception for whatever reason i get the "Sorry....yada yada yada, must be ...
0
votes
0answers
14 views

How to rebuild iOS Application after a language change?

i want that the iOS Application rebuilds itself, if a value is changed. - (IBAction)languageChange { if(languageControll.selectedSegmentIndex == 0) { languageMod = true; ...
0
votes
2answers
158 views

getIntent().removeExtra() in Activity doesn't work for android:launchmode=“singleTask”?

I am relaunching my HomeActivity and setting an extra "relaunchstatus" in the Intent. In Activity's onCreate() method I check this value, if present, show some alert. The launchmode for this activity ...
0
votes
2answers
255 views

How to relaunch application when app went to background to foreground in android?

In my application , i had wierd problem that when app goes background (press home button) , then i should restart my app when it comes to foreground , Instead of getting previous state. Can any one ...
0
votes
4answers
256 views

Re launch JVM with bigger heap space

I want to be able to execute the .Jar file, and if the heap space isn't set big enough, it should launch a new JVM with the same .Jar file, but set with a bigger heap space, and then close the first ...
0
votes
2answers
154 views

Is there any way to force an iPhone application to relaunch?

Basically -[UIApplication openURL:] would be perfect, if it wasn't for the fact that it doesn't work within the same application (at least on simulator -- if this works on device someone please tell ...
0
votes
1answer
644 views

After forced quit, “killall Finder” says “No matching processes…” but PID still exists?

Here's one for ya. Upon a forced quit of the Finder with unsuccessful relaunch, "killall Finder" in terminal returns: "No matching processes belonging to you were found" Oddly enough, the PID for ...