Top "Motorola" questions

Motorola is an American multinational telecommunications company which designs and sells wireless network infrastructure equipment.

devicePolicyManager.lockNow() is not working for Motorola Tablets

public final static void lockDevice() { try { if (devicePolicyManager.isAdminActive(adminComponent)) { devicePolicyManager.lockNow(); } } catch (final Exception ex) { ... } } The above code does …

android locking motorola block-device device-policy-manager
from where i can download sdk for Motorola MC3190?

Where can I download the SDK for Motorola MC3190? I checked the Motorola site - but can't find it. Can …

sdk windows-mobile motorola motorola-emdk
the usb drivers for adb do not work for Motorola mc40

I am running Windows 7 and Eclipse. Emulator runs great! My Motorola MC40 has the Settings-Application->developer-> usb debugging …

android usb drivers motorola
How can I terminate a running process on a handheld device?

I am no longer able to replace the old version of my exe on my handheld device (copied over from …

windows-ce motorola handheld
How can i move files to a portable device using batch in windows7

I'm using Motorola MC67 (I'm not sure that matter, but it's a portable device) and i want to write a …

windows batch-file windows-7-x64 mount motorola
Android - Outgoing transactions from this process must be FLAG_ONEWAY

I'm facing two issues when running my Android application on Moto G6 device (on another devices or emulator there is …

android android-intent kotlin motorola
Why isn't # needed before numbers with DC.W (Define Constant), only instructions?

I have this line of code: X DC.W 5 This means basically X = 5 But shouldn't be X DC.W #5 ? When …

assembly motorola 68000 immediate-operand
How to open SD card folder in Android AVD?

i have the Motorola MB860 SDK addon for 2.3 in my addons directory of Android SDK. I created a AVD to …

android motorola
How to start developing an application on Windows CE?

I'm new to the CE environment, I have to create an application for a mobile computer with a barcode scanne …

c# windows visual-studio windows-ce motorola
Label attribute in AndroidManifest.xml

I have a manifest with its label declared so the launcher label is different from the Main Activity (the one …

android label android-manifest motorola app-launcher