From 60409268e1d43be26b656b191d6684037f943123 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 8 Feb 2013 19:04:49 +0100 Subject: Script: ADB launcher: Use system package, instead of user package (pkg -> sys in URI) --- make/scripts/adb-launch-main.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/make/scripts/adb-launch-main.sh b/make/scripts/adb-launch-main.sh index d032e19..aebbaed 100644 --- a/make/scripts/adb-launch-main.sh +++ b/make/scripts/adb-launch-main.sh @@ -9,7 +9,8 @@ export HOST_RSYNC_ROOT=PROJECTS/JOGL export TARGET_UID=jogamp #export TARGET_IP=panda02 #export TARGET_IP=jautab03 -export TARGET_IP=C5OKCT139647 +#export TARGET_IP=C5OKCT139647 +export TARGET_IP=D025A0A025040L5L #export TARGET_ADB_PORT=5555 export TARGET_ADB_PORT= export TARGET_ROOT=jogamp-test @@ -27,8 +28,9 @@ if [ -e /opt-linux-x86/android-sdk-linux_x86 ] ; then export PATH=$ANDROID_HOME/platform-tools:$PATH fi -#TSTCLASS=com.jogamp.common.GlueGenVersion -TSTCLASS=jogamp.android.launcher.LauncherUtil +TSTCLASS=com.jogamp.common.GlueGenVersion +#TSTCLASS=jogamp.android.launcher.LauncherUtil +#TSTSCLASS=com.jogamp.common.os.TestElfReader01 LOGFILE=`basename $0 .sh`.log @@ -44,7 +46,7 @@ if [ -e $TARGET_ROOT ] ; then rm -r $TARGET_ROOT ; fi ; \ mkdir $TARGET_ROOT ; cd $TARGET_ROOT ; \ setprop log.redirect-stdio true ; setprop log.redirect-stderr true ; \ am kill-all ; \ -am start -W -S -a android.intent.action.MAIN -n jogamp.android.launcher/jogamp.android.launcher.MainLauncher -d launch://jogamp.org/$TSTCLASS/?pkg=com.jogamp.common \ +am start -W -S -a android.intent.action.MAIN -n jogamp.android.launcher/jogamp.android.launcher.MainLauncher -d launch://jogamp.org/$TSTCLASS/?sys=com.jogamp.common \ " adb connect $TARGET_IP_PORT -- cgit v1.2.3