[android-developers] Android Studio demo setup over Emulator

2016-03-10 Thread Raghavendra Singh
Hi, Please help me know how create a package such that I have the only 
emulator with my APK which I can use as demo setup. Thanks in advance for 
helping. 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/cbcaac5f-44cf-4589-a97b-436983eab89b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to start a new process on bootup complete

2010-12-23 Thread Raghavendra Singh
I am adding a new service using ServiceManager.addService(, new
X()); and this service i want to start in a new process for that i
am doing Process.start(com.lge.ims.rcsweb.XProcess,
xprocess, uid ,uid, gids, debugFlags, null);

This Process i want to start on bootup complete, since i can do
registerReceiver for Intent.ACTION_BOOT_COMPLETED  but at which place
i should do this.

My complete package reside in framework and i dont want to use any
application to trigger my process.


Thanks in advance

Raghu

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] android.os.Parcel.readException(Parcel.java:1224)

2010-09-08 Thread Raghavendra Singh
Hi
I am having remote service and a client in my app and there are
two aidl(Request.aidl  Response.aidl) to client - service
communication.
In one of class i am calling a service mathod(Request.aidl ) through
binder and service is giving callback for client
request( Response.aidl) and in callback i am again calling the another
service mathod through binder that is causing following error.

01-12 17:31:59.412: ERROR/AndroidRuntime(717):
java.lang.NullPointerException
01-12 17:31:59.412: ERROR/AndroidRuntime(717): at
android.os.Parcel.readException(Parcel.java:1224)
01-12 17:31:59.412: ERROR/AndroidRuntime(717): at
android.os.Parcel.readException(Parcel.java:1206)
01-12 17:31:59.412: ERROR/AndroidRuntime(717): at
com.android.service.Request$Stub$Proxy.request(Request.java:490)

Thanks
Raghu

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Building android contact source code (eclair version) on eclipse.

2010-08-30 Thread Raghavendra Singh
Hi all
 I am having the contact source code which i want to build on
eclipse  test on emulator,but the contact application uses some of
the hidden APIs of base code which is not present in default
android.jar because of that i am getting lot of error in my code.
I am trying to generate my own android.jar using Android sdk -
Including hidden APIs. option in android.mk of framework directory,
but still the hidden APIs not getting exposed in android.jar.

Please tell how to customize the android.jar in order to make all
hidden APIs exposed to application.

Thanks in advance
Raghu

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en