[android-developers] Re: Running native executable from java application.

2012-07-26 Thread chainz roid
Hello Mina Me too dealing the same problem now. I guess you had completed this task now. Actually i have native executable file. I wanna execute it from my android application. Whats the procedure for executing native executable file. can you give me sample code because i'm new to

[android-developers] Bluetooth PAN profile in Android ICS

2012-07-27 Thread chainz roid
Hello I've a question that, is ANDROID ICS support Bluetooth Personal Area Network (PAN) profile or not .? Is any one handled that, kindly let me know.! Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Android efficiency for huge amount of SQLlite DB records?

2012-08-10 Thread chainz roid
Hello I'm working with android ICS, and i planned to use SQLlite as my app back end. my SQLlite DB have more than 1lakhs record in table. Android will support this much huge amount of records.?, its efficient to process or it will lag .? Thanks in advance. -- You received this message

[android-developers] Re: Android efficiency for huge amount of SQLlite DB records?

2012-08-10 Thread chainz roid
Thanks Mr.zsolt Vasvari. your answer help me to think new way to develop my app.. -- 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

[android-developers] Service for external server communication

2012-08-10 Thread chainz roid
Hello I'm working with android ICS AOSP. i want to create a simple service for check the server whether its alive or not. I need help for following process 1. Create simple service for check the server whether its alive or not. 2. I've to add in AOSP (

[android-developers] Ping status in android

2012-08-16 Thread chainz roid
Hello I'm working with android ICS. I want to check whether my server is available or not, hence i tried is.Reachable() but its not efficient. when i try this function application is killed. So i moved on to PING command its working file and its showing the Ping statistics Pinged IP,

[android-developers] Android GingerBread_2_3_4 OS customization

2012-06-14 Thread chainz roid
Hello I'm developing ANDROID embedded device based on android gingerbread. Main task of this device is get data from USB and compare the data with already stored data in device and grant permission to the user for proceed further with the device (Ie, authentication purpose). I

[android-developers] Replacement of Home screen

2012-06-22 Thread chainz roid
Hello I'm creating Android device in Android Gingerbread 2_3_4. I don't want any apps to be display in my device. I just want to use my app only. so i planed to replace the android home with my package. I need to remove home and its functionality, instead of home screen i

[android-developers] Access ANDROID console by application

2012-06-27 Thread chainz roid
Hi I am working with ANDROID ICS in Beaglebone. I'm running my executable(*.exe) file in android console by typing as below mentioned ./vcsSimpleStart -ms4. Now my beaglebone connecting with my windows machine so i can do it in android console(hyper terminal) easier. I want to do this in

[android-developers] Call the functions of *.SO from JAVA

2012-07-04 Thread chainz roid
Hi everyone I'm working in ICS and I'm developing own android device. Well i have vcfsclint.so file its contains more functions.(Ex. EnrollUser, IdentifUser etc,..) I want to call this functions from my java application. Regarding this where i have to add this .SO file

[android-developers] Re: Difference between Android and Linux Kernel ?

2012-10-19 Thread chainz roid
Hello Mr.Anthony Prieur chain_chellaih using Beaglebone. but in the download link, which one yo give the target boards are - Origen http://releases.linaro.org/12.09/android/leb-origen/ - PandaBoard http://releases.linaro.org/12.09/android/leb-panda/ - Snowball