ScummVM dev builds

Subforum for discussion and help with ScummVM's Android port

Moderator: ScummVM Team

Post Reply
cire_07
Posts: 4
Joined: Wed Oct 12, 2016 8:59 am

ScummVM dev builds

Post by cire_07 »

ScummVM black screen on all dev builds for android, waited hours nothing happens. Really just want to run riven. I have done it before.

also the buildbot does not show any past versions. There is probably some index of past versions but I can't find out how to get to them, it is not sign posted form the buildbot.

Phone: Alcatel onetouch c3

please help
digitall
ScummVM Developer
Posts: 1172
Joined: Thu Aug 02, 2012 1:40 pm

Post by digitall »

http://buildbot.scummvm.org/

Top of Page... Click on the (all) after Snapshots.
mac_es
Posts: 145
Joined: Mon Oct 31, 2005 9:37 am

Post by mac_es »

I thought that was the unique with this issue... But I'm running my own compiled version...

In my case, the problem is in the AndroidManifest.xml as it register two activities with the MAIN filter.

This is my custom patch regarding this..

Code: Select all

Index: dists/android/AndroidManifest.xml
===================================================================
--- dists/android/AndroidManifest.xml
+++ dists/android/AndroidManifest.xml
@@ -28,14 +28,7 @@
 				<category android&#58;name="tv.ouya.intent.category.GAME"/>
 			</intent-filter>
 		</activity>
-		<activity android&#58;name=".ScummVMActivity"
-				android&#58;theme="@android&#58;style/Theme.NoTitleBar.Fullscreen"
-				android&#58;banner="@drawable/leanback_icon">
-		  <intent-filter>
-				<action android&#58;name="android.intent.action.MAIN"/>
-				<category android&#58;name="android.intent.category.LEANBACK_LAUNCHER"/>
-		  </intent-filter>
-		</activity>
+		
 	</application>
 
 	<uses-permission android&#58;name="android.permission.WRITE_EXTERNAL_STORAGE"/>
dafioram
Posts: 33
Joined: Sat Sep 24, 2016 5:10 pm

Post by dafioram »

@ cire_07 I also experience the black screen for the dev builds. When using the stable versions 1.8.1 and the latest 1.9.0 I don't experience this black screen issue.

If digitall's fix works hopefully it can be applied to the dev builds, but why does it work for the releases, but not the dev builds?
Post Reply