Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you disable the Windows Phone 7 splash screen?

Is there any way to disable the WP7 splash screen and just show a blank screen?

My splash screen only stays on for less than half a second, leaving the user with a rather jarring sensation. I'd rather they not see any splash screen at all.

I would have simply used a plain black image as my splash screen, but then that would result in an ugly experience for people using a light theme (since my app's background is white on light themes and black on dark themes)

Thanks!

like image 704
Zain Rizvi Avatar asked Mar 10 '11 08:03

Zain Rizvi


People also ask

Can we disable the Welcome screen?

Answer. Single user: You may disable DOORS Welcome screen by unchecking the check box which is at the bottom of the DOORS welcome screen.


2 Answers

Simply remove the file SplashScreenImage.jpg.

like image 185
madd0 Avatar answered Sep 24 '22 02:09

madd0


Right click on the image file, select "Exclude from project". Rebuild.

like image 45
abhinav Avatar answered Sep 26 '22 02:09

abhinav