[android-developers] org.json.JSONException: Unterminated object at character 33 of [{"Error": "Cannot run program "hadoop": error=2, No such file or directory is not available."}]

2016-03-29 Thread rachana govilkar
I am working on Android Studio. I have 2 folders(1 for android and 1 for java code) inside projectrootfolder/src/main/java java code contains code to access RESTful web services. And Android code calls these methods to get response. When i tried doing same in Eclipse, i get proper JSON response

[android-developers] Re: Replace Old DB file

2013-03-18 Thread rachana govilkar
Hello, Even i am facing similar kind of problem. Basically my old file consists of 1 table and new file consists of 4 tables. I just want to replace old file by new file so that i can insert/update/delete records on device. If you found out the solution please let me know as soon as possible. On

[android-developers] communication between project and library project.

2013-02-17 Thread rachana govilkar
Hello all, I have a problem and i did search it but couldn't get clear solution.So please help me asap. Scenario is : I have 2 projects viz project 1 and project 2. project 1 has 1 activity say activity A and project 2 has activity B C. Now project 1 is library project and included in project 2.

[android-developers] Refresh current list after receiving notification

2012-04-26 Thread rachana govilkar
Hello, I have an application in which i display list of messages between two users. Whenever i receive notification for new message,i have written a code to click on that notification and show details of it. But i don't know how to write a code if i am already on Message List screen and

Re: [android-developers] Camera preview

2012-03-20 Thread rachana govilkar
Hi, I am facing problem when i use your sample project code to open Front Facing Camera. Here is my error : Caused by: java.lang.RuntimeException: Fail to connect to camera service on line : camera=Camera.open(i); I have written all permissions required for camera and everything. So can you

Re: [android-developers] Lock-unlock device during audio recording

2012-03-13 Thread rachana govilkar
nope.it did not work. On Monday, March 12, 2012 11:55:21 PM UTC+5:30, hooman os wrote: Maybe start recording in onResume() and stop recording in onPause() On 12 Mar 2012 10:11, rachana govilkar rachana.govil...@gmail.com wrote: Hello all, I am developing an application inside which i need

[android-developers] Lock-unlock device during audio recording

2012-03-12 Thread rachana govilkar
Hello all, I am developing an application inside which i need to record audio. I implemented code and it is working fine until my tester filed a bug for me. Tester scenario was: 1.open application. 2.start recording audio. 3.lock device. 4.unlock device. 5.recording continues. here if device is

[android-developers] Re: How does Chronometer work??

2012-01-20 Thread rachana govilkar
hmm not yet.I will check it out. Thanks for help. On Jan 20, 1:00 pm, skink psk...@gmail.com wrote: rachana govilkar wrote: I did write this code but its of no use as my Chronometer is not getting displayed only. And hence this time ticking is not taking place. Do I need to add some code

[android-developers] Re: How does Chronometer work??

2012-01-19 Thread rachana govilkar
On Jan 18, 4:16 pm, skink psk...@gmail.com wrote: rachana govilkar wrote: Hello All, Using MediaRecorder I could capture Video.But I want to show timer to the user exactly same as it shown in built-in Camera app. So i implemented Chronometer logic private Chronometer chrono

[android-developers] Re: How does Chronometer work??

2012-01-19 Thread rachana govilkar
);                                 }                         }); On Jan 18, 4:55 am, rachana govilkar rachana.govil...@gmail.com wrote: Hello All, Using MediaRecorder I could capture Video.But I want to show timer to the user exactly same as it shown in built-in Camera app. So i implemented Chronometer logic private Chronometer chrono

[android-developers] How does Chronometer work??

2012-01-18 Thread rachana govilkar
Hello All, Using MediaRecorder I could capture Video.But I want to show timer to the user exactly same as it shown in built-in Camera app. So i implemented Chronometer logic private Chronometer chrono; chrono = (Chronometer)findViewById(R.id.chronometer1);

[android-developers] notifyDataSetChanged() Is not refreshing ArrayAdapter

2012-01-12 Thread rachana govilkar
Hello all, I have 3 activities. 1.FriendsList 2.MessageList 3.DisplaySingleMessage. Now in FriendsList activity I display count of messages.And then I want to decrease that count as I read messages in DisplaySingleMessage activity. I do set decreased count in DisplaySingleMessage activity. So,

[android-developers] Re: notifyDataSetChanged() Is not refreshing ArrayAdapter

2012-01-12 Thread rachana govilkar
toshniwal vandanatoshni...@gmail.com wrote: once u decrease the count...also remove that from the array then call notifyDataSetChanged() On 12 January 2012 18:52, rachana govilkar rachana.govil...@gmail.comwrote: Hello all, I have 3 activities. 1.FriendsList 2.MessageList 3

[android-developers] Re: problem parsing the package

2011-12-27 Thread rachana govilkar
wrote: On Mon, Dec 26, 2011 at 05:19:17AM -0800, rachana govilkar wrote: Hello, I am in a problem related with ListView. I attach my List of users to the ListView and i also have a button. On click of which i need to pass the whole user object of that user to next file. First of all, what

[android-developers] Re: problem parsing the package

2011-12-26 Thread rachana govilkar
Hello, I am in a problem related with ListView. I attach my List of users to the ListView and i also have a button. On click of which i need to pass the whole user object of that user to next file. userFriendInfoVO = mainFriendList.get(position); see here i get whole object but no matter

[android-developers] Re: problem parsing the package

2011-12-23 Thread rachana govilkar
Did u even write anything On Dec 23, 7:43 pm, radin radinj...@gmail.com wrote: On Nov 28, 2:42 pm, rachana govilkar rachana.govil...@gmail.com wrote: helo i developd a small application n started testing on LG 2.2 android device. but i am getting this error

[android-developers] Re: MMS group texting

2011-12-18 Thread rachana govilkar
, next time i will improve.(I guess i have already as i have not written any . in this post) And If you think i am being rude in 3rd point then i really can't help. Hope you understand. On Dec 16, 6:09 pm, TreKing treking...@gmail.com wrote: On Thu, Dec 15, 2011 at 11:31 PM, rachana govilkar

[android-developers] Re: MMS group texting

2011-12-18 Thread rachana govilkar
Ok.I understood what you both meant and I am sorry.(I hope sorry is fine). So can we get back to the issue of MMS? I am posting it on my thread again.Hope you would feel helping me. Thank you for paying attention. On Dec 19, 5:55 am, Jim Graham spooky1...@gmail.com wrote: On Sun, Dec 18, 2011

[android-developers] Re: problem parsing the package

2011-12-18 Thread rachana govilkar
except last part of showing attachment. so i am not getting what i must do?can u just explain? thanks. On Dec 8, 3:03 pm, rachana govilkar rachana.govil...@gmail.com wrote: hey thank you so much for help actually i changed my code.wrote a simple 1 n it is running. but i have not solved

[android-developers] Re: MMS group texting

2011-12-15 Thread rachana govilkar
Ya this is ANDROID group so no1 has posted iPhone query here.. anyways hey TreKing i have problem in MMS. i will explain flow.. i open my applicationn i get a screen of writing msgit can be SMS/MMS but rite now i am concerned about MMS so i write some text and click on Add

[android-developers] Re: How to pass a web link to a button.

2011-12-14 Thread rachana govilkar
Hello all, instead of url i want that button to link another page from my project that is on clicking that link it will go to some page... so is it possible using Uri.parse()??? plz let me know thanks in advance On Nov 22, 1:00 pm, Klepon.boy klepon.bo...@gmail.com wrote: use an intent

[android-developers] Clean files from Temp file

2011-12-12 Thread rachana govilkar
Hello, I want to know how to trace path of SD Card and then i want to create sub folder inside that SD Card folder. Is it possible to do?? Also i want to delete all files from that folder when my application exists. i guess File.createTempFile() will help me. But i don't know about 1st problem i

[android-developers] Re: Clean files from Temp file

2011-12-12 Thread rachana govilkar
understand but thanks by d way On Dec 13, 4:41 am, TreKing treking...@gmail.com wrote: On Mon, Dec 12, 2011 at 4:47 AM, rachana govilkar rachana.govil...@gmail.com wrote: Can anybody help?? http://developer.android.com/guide/topics/data/data-storage.html

[android-developers] Re: problem parsing the package

2011-12-08 Thread rachana govilkar
at 5:38 PM, rachana govilkar rachana.govil...@gmail.com wrote: hello... y anybody is not replying on this thread??? anywys plz help this time.am just stuck up at audio recording i just wrote this program given in android guide.. http://developer.android.com/guide/topics

[android-developers] Re: speech recording

2011-12-05 Thread rachana govilkar
hey hi even i am facing d same problem code am writing to capture audio is given in android guide itself check this link http://developer.android.com/guide/topics/media/audio-capture.html but it is giving me error for prepare method in StartRecording() LogCat is: 12-05

[android-developers] Re: problem parsing the package

2011-12-05 Thread rachana govilkar
.. this error is killing me. plzzz help. On Dec 1, 5:09 pm, rachana govilkar rachana.govil...@gmail.com wrote: hey now am capturing video n getting same error.. Unable to instantiate activity ComponentInfo{com.privacygram.activity/ com.privacygram.activity.VideoCapture

[android-developers] Re: speech recording

2011-12-05 Thread rachana govilkar
yes thank u for quick reply :) coz i did mention this question on my thread also. n yes it is giving me exceptionIllegalStateException but y so?? i mean i have just wrote program same as provided on d link my program is... package com.privacygram.activity; import

[android-developers] Re: speech recording

2011-12-05 Thread rachana govilkar
n sorry for bad english. On Dec 5, 5:25 pm, rachana govilkar rachana.govil...@gmail.com wrote: yes thank u for quick reply :) coz i did mention this question on my thread also. n yes it is giving me exceptionIllegalStateException but y so?? i mean i have just wrote program

[android-developers] Re: problem parsing the package

2011-12-01 Thread rachana govilkar
hey now am capturing video n getting same error.. Unable to instantiate activity ComponentInfo{com.privacygram.activity/ com.privacygram.activity.VideoCapture}: java.lang.InstantiationException: com.privacygram.activity.VideoCapture plz help me... On Nov 30, 4:41 pm, rachana govilkar

[android-developers] Re: Programatically adding a contact issue

2011-11-30 Thread rachana govilkar
hey e1 i am working on same Contact thing n i did check tat link but http://developer.android.com/guide/topics/providers/content-providers.html this link is more helpful n if u know how to create contacts dynamically plz let me know i just want to create contact n send msg to

[android-developers] Re: problem parsing the package

2011-11-30 Thread rachana govilkar
also tell me when u save the contact u do save it in Database or smthing else?? any help is appreciated. On Nov 29, 5:10 pm, rachana govilkar rachana.govil...@gmail.com wrote: Hey Its Working... yaaay! i knw it must hv been very simple for u but for me its a start 1st

[android-developers] Re: problem parsing the package

2011-11-29 Thread rachana govilkar
above described was 1 way i tried. it was to develop customized camera feature as given in Android guide/ camera... i also tried another way of using existing camera feature but am getting NullPointerException can u tel where am going wrong?? On Nov 29, 10:13 am, rachana govilkar

[android-developers] Re: problem parsing the package

2011-11-29 Thread rachana govilkar
, rachana govilkar rachana.govil...@gmail.com wrote: above described was 1 way i tried. it was to develop customized camera feature as given in Android guide/ camera... i also tried another way of using existing camera feature but am getting NullPointerException can u tel where am going wrong

[android-developers] problem parsing the package

2011-11-28 Thread rachana govilkar
helo i developd a small application n started testing on LG 2.2 android device. but i am getting this error there is problem parsing the package when installing .apk file. i searched this group but i dint get any satisfactory answer. uses-sdk android:minSdkVersion=8 / i hope this

[android-developers] Re: problem parsing the package

2011-11-28 Thread rachana govilkar
:45 pm, Raghav Sood raghavs...@androidactivist.org wrote: Try installing it via ADB and post the LogCat. Thanks On Mon, Nov 28, 2011 at 5:12 PM, rachana govilkar rachana.govil...@gmail.com wrote: helo i developd a small application n started testing on LG 2.2 android device

[android-developers] Re: problem parsing the package

2011-11-28 Thread rachana govilkar
or so, and you may get some help. Thanks On Mon, Nov 28, 2011 at 6:13 PM, rachana govilkar rachana.govil...@gmail.com wrote: when i test on emulator it gives me error as Your application has stopped unexpectedly. n LogCat is:- 11-28 18:10:06.265: E/AndroidRuntime(313): FATAL

[android-developers] Re: Developing a WhatsApp(Android)

2011-11-25 Thread rachana govilkar
hey helo even i want it as i am doing chat application sort of like whatsapp i just want to show only those who have d app installed n not all friends in d list thnks On Nov 1, 8:21 am, TreKing treking...@gmail.com wrote: On Sat, Oct 29, 2011 at 12:11 AM, Firzan Gulam

[android-developers] Re: Encryption of phonebook contacts

2011-11-24 Thread rachana govilkar
hey hieven i am working on Contacts thing... n i was reading the link when i came across ur post i knw it is not much related to this thread.. if i open a chat application i just want to show a list of friends who r using d application n not everybody like we have in

[android-developers] Re: NoClassDefFoundError

2011-11-22 Thread rachana govilkar
Hey problem is solved i was returning null from a function thnk u for attention btw. :) On Nov 22, 2:30 pm, Ratheesh Valamchuzhy android...@gmail.com wrote: paste the code... -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] NoClassDefFoundError

2011-11-21 Thread rachana govilkar
11-21 18:12:52.874: ERROR/AndroidRuntime(282): FATAL EXCEPTION: main 11-21 18:12:52.874: ERROR/AndroidRuntime(282): java.lang.NoClassDefFoundError: com.accommodation.activity.RegionStandardMapActivity 11-21 18:12:52.874: ERROR/AndroidRuntime(282): at

[android-developers] Re: NoClassDefFoundError

2011-11-21 Thread rachana govilkar
yes it is declared in Manifest.. On Nov 22, 5:01 am, TreKing treking...@gmail.com wrote: On Mon, Nov 21, 2011 at 6:47 AM, rachana govilkar rachana.govil...@gmail.com wrote: I am getting this error frequently when i execute my app..RegionStandardMapActivity class does exist