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 received
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 jav
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 reason
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 uns
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
http://android-dls.com/wiki/index.php?title=HO
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 unsubs
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
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
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 audioflinge
Clean and rebuild...R.Java will generate automatically
On Tue, Oct 5, 2010 at 8:33 PM, Bret Foreman 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 wrote:
> > Hello,
> >
> > I wanted to use the ApiDemos
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),
getResources().getString(R.s
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
http://schemas.android
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.
looking at the right 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, se
14 matches
Mail list logo