can not establish a reliable data connetion to the server check sim card it may not be provisioned...
(More)
can not establish a reliable data connetion to the server check sim card it may not be provisioned for data services
my gmail app now longer works on phone. I get error message: "the process com.google...
(More)
my gmail app now longer works on phone. I get error message: "the process com.google process.gapps has stopped unexpectedly"
Hi, I am moving the dir "sensorgesture" from existing location (motorola/packages...
(More)
Hi, I am moving the dir "sensorgesture" from existing location (motorola/packages /apps/SensorGestures/src/com/motorola/android/sensorgestures) to new location (motorola /frameworks/base/core/java/com/motorola/android/sensorgestures). Here the the package name for sensorgesture remains same as com.motorola.android.sensorgestures but the library jar file changes from com.motorola.android.sensorgestures.jar to com.motorola.android.frameworks.jar which contains sensorgesture pkg. The sensorgesture/ contains javafiles & aidl files(ISmartSensorService.aidl, ISmartSensorServiceCallback.aidl). where ISmartSensorService imports ISmartSensorServiceCallback using import com.motorola.android.sensorgestures.ISmartSensorServiceCallback; Both files have an interface with their own names, present in same dir & package and they are attached for reference. But getting the following error when building. motorola/frameworks/base/core/java/com/motorola/android/sensorgestures /ISmartSensorService.aidl:23: couldn't find import for class com.motorola.android.sensorgestures.ISmartSensorServiceCallback make: *** [out/target/common/obj/JAVA_LIBRARIES /com.motorola.android.frameworks_intermediates/src/java/com/motorola/android /sensorgestures/ISmartSensorService.java] Error 1 make: *** Waiting for unfinished jobs.... Can anyone help to resolve this issue. Thanks in advance.