[android-developers] How to make an Android app which cannot be deleted event after hard reset

2017-02-12 Thread Doguparthi naga sudhir
Hi everyone, we are making an Anti-Theft Android Solution where we make an android application, but we want it to undeletable even after hard resetting the phone or flashing a new rom. how to make such application. Thanks in advance. -- You

[android-developers] Conversion to Dalvik format failed with error 1 when jython.rar is added to reference

2012-03-16 Thread Naga
Hi, I tried to add jython.rar found in android-sdk/tools as reference in my android project and getting the following error during compilation.. [2012-03-15 06:59:07 - FirstAndroid] Dx local variable type mismatch: attempt to set or access a value of type int using a local variable of type

[android-developers] [Q] Derived sensors not working

2012-01-20 Thread naga radhesh
In gingerbread derived sensor use to work fine. After porting ICS, derived sensors are not working.when i browse through SensorService code, i found that in ICS derived sensor data is computed only if accelerometer, magnetometer and gyro are present.I dont have gyro in my device. Is this the

[android-developers] ramdisk.img modification on Emulator

2011-10-14 Thread Naga
Dear Androiders, How to Modify init.rc and update ramdisk.img on eclipse emulator. Thank you Regards, Nagaraju -- 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

[android-developers] Modify init.rc (ramdisk) to run script myscript.sh

2011-10-12 Thread Naga
Dear Android Scholars, I am wanting run a script on boot up. There by I need to modify init.rc which executes on bootup. I am using emulator on eclipse (windows 7) a) To modify init.rc, i need to update the ramdisk,img b) I tired the following link

[android-developers] Data transfer server to client in android application.

2011-06-25 Thread Naga K
Dears, How to Data transfer server to client in android application by using WiFi. Thanks Naga -- 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

[android-developers] Data transfer server to client by using WiFi application in android

2011-06-24 Thread Naga K
Dears i am new to android technology. i know about Java client-server chatting application by using socket.i don't have that much idea about Data transfer server to client by using WiFi application in android.i searched in Google related WiFi socket example,but i didn't get any related socket

[android-developers] client-server in android

2011-06-23 Thread Naga K
Dear adrian i am new to android technology,till i struggle develop the android application,give me idea how to develop client -server android application .if you have any same application please send me. Thanks Naga -- You received this message because you are subscribed to the Google

[android-developers] gstreamer on android

2010-10-13 Thread kodam naga
Hi All, I downloaded prajnashi code (http://github.com/prajnashi) and compiled. It is working fine for audio pipeline and video pipeline. If i run the audio + video pipeline, video is playing properly, but audio is heard for few sec (3 secs) after that audio is not heard . I checked the

Re: [android-developers] Re: Can't Find R.java

2010-10-05 Thread Ramaraju naga
Clean and rebuild...R.Java will generate automatically On Tue, Oct 5, 2010 at 8:33 PM, Bret Foreman bret.fore...@gmail.com wrote: R.java is a generated file, not one you create. It should be refreshed whenever you do a build. On Oct 5, 7:51 am, adel zalok adel.zalok...@gmail.com wrote:

Re: [android-developers] Re: ListView problem

2010-10-01 Thread Ramaraju naga
even I did, it works fine. see this code ListView menuList =(ListView) findViewById(R.id.ListView_Menu); String[] items={ getResources().getString(R.string.menu_item_play), getResources().getString(R.string.menu_item_scores),

Re: [android-developers] Video Streaming in Android Emulator Possible ?.

2010-09-21 Thread Ramaraju naga
It is possible...using Mediaplayer classs. see this code MediaPlayer video; setContentView(R.layout.main); VideoView video = (VideoView) findViewById(R.id.video); // Load and start the movie video.setVideoPath(/data/samplevideo.3gp ); video.start(); main layout file ?xml version=1.0

Re: [android-developers] Confusion in onItemClick and onListItemClick

2010-09-03 Thread Ramaraju naga
There is difference. When click on List Item(onListItemClick), The parameter of that handler has information about list item that clicked.When click on List view control( onItemClick), The parameter of that handler has information about list view control that clicked.Please check following syntax.

[android-developers] unable to launch Emulator.

2009-06-08 Thread naga suman
executable? can any one please help me figure this out. Thanks a lot. Naga suman. --~--~-~--~~~---~--~~ 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