Re: [android-developers] Lock Orientation at runtime

2015-01-03 Thread TreKing
On Fri, Jan 2, 2015 at 8:56 PM, Nathan nathan.d.mel...@gmail.com wrote: I wanted to know if it is possible to lock the orientation of an activity at runtime. http://stackoverflow.com/questions/2366706/how-to-lock-orientation-during-runtime

[android-developers] how to communicate with a print machine?

2015-01-03 Thread Belhouchet Ines
What are the possible solutions for linking an android client to a print machine?? I'm thinking about Bluetooth or maybe socket(internet choice) so please which one I can use ?? Thanks -- Best Regards *Belhouchet INES* Android Developer # GNU/Linux addicted Cell number: 00216 21276914 -- You

[android-developers] how to communicate with a print machine?

2015-01-03 Thread Ines
What are the possible solutions for linking an android client to a print machine?? I'm thinking about Bluetooth or maybe socket(internet choice) so please which one I can use ?? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Is it possible to pass intent to bound service public methods?

2015-01-03 Thread Ji
Hi All, My goal is to initiate new activity from the Launcher activity on click of a button on launcher activity. I am trying to achieve this by using bound service. My launcher activity binds to service and calls the public api method. The parameter to the api method is intent.

[android-developers] why zygote process name change to main in Lollipop, Is it a bug?

2015-01-03 Thread perry shan
hi, I notice that the zygote process name change to main Lollipop , but in KitKat and before, the zygote process name is zygote. in Lollipop: $ adb shell ps | grep -i zygote root 376 1 1492064 67316 S zygote $ adb shell cat /proc/376/stat 376 (main) R 1 376 0 0

Re: [android-developers] Is it possible to pass intent to bound service public methods?

2015-01-03 Thread TreKing
On Sat, Jan 3, 2015 at 6:16 PM, Ji jiten.g...@gmail.com wrote: Can someone let me know if it is possible to start new activity by passing intent to a bound service api method? It's possible, but why are you jumping through those hoops instead of just starting the next Activity from the first

Re: [android-developers] Lock Orientation at runtime

2015-01-03 Thread Nathan
That is what I was looking for. Thanks. On Saturday, January 3, 2015 10:13:20 AM UTC-8, TreKing wrote: On Fri, Jan 2, 2015 at 8:56 PM, Nathan nathan@gmail.com javascript: wrote: I wanted to know if it is possible to lock the orientation of an activity at runtime.

[android-developers] Compile 5.0 source code on Ubuntu 14.04 appear No such file or directory

2015-01-03 Thread 张张斌
I am trying compile source code for 5.0. But appear errors like below. I tried both openjdk and Oracle jdk,same result. Can anyone help?Something wrong with my source code? Checking build tools versions... including ./abi/cpp/Android.mk ... including ./art/Android.mk ... including