Lines Matching refs:Device
28 adb install && <start-application-on-device>
174 help='Connect to single target device........(this,)',
175 action='store_true', dest='device')
178 help='Connect to specific emulator or device.(or this)',
217 if args.device:
564 error('''Could not connect to device or emulator!
565 Please check that an emulator is running or a device is connected
571 error('''Could not find target device's supported API level!
572 ndk-gdb will only work if your device is running Android 2.2 or higher.''')
574 log('Device API Level: %d' % (API_LEVEL))
576 error('''ndk-gdb requires a target device running Android 2.2 (API level 8) or higher.
577 The target device is running API level %d!''' % (API_LEVEL))
584 log('Device CPU ABIs: %s' % (' '.join(CPU_ABIS)))
588 error('''The device does not support the application's targetted CPU ABIs!
589 Device supports: %s
592 log('Compatible device ABI: %s' % (COMPAT_ABI))
619 After one of these, re-install to the device!''' % (PACKAGE_NAME))
625 *then* re-install to the device!''' % (PROJECT,COMPAT_ABI))
627 # Let's check that 'gdbserver' is properly installed on the device too. If this
632 error('''Non-debuggable application installed on the target device.
634 log('Found device gdbserver: %s' % (DEVICE_GDBSERVER))
636 # Find the <dataDir> of the package on the device
665 # Note that we use the 'sleep' command on the device here.
674 error('''Could not extract PID of application on device/emulator.
682 error('''Could not extract PID of application on device/emulator.
705 # error('Could not launch gdbserver on the device?')
717 # Get the app_server binary from the device
720 log('Pulled app_process from device/emulator.')
723 log('Pulled linker from device/emulator.')
726 log('Pulled libc.so from device/emulator.')