Re: [android-developers]

2012-07-12 Thread Vijay Krishnan
to server when location changes. Refer the below link. http://developer.android.com/reference/android/location/LocationListener.html On Thu, Jul 12, 2012 at 3:54 PM, Vijay Krishnan vijay.vijay...@gmail.comwrote: Hi all, I want to update my phone location to the server whenever location

[android-developers]

2012-07-12 Thread Vijay Krishnan
Hi all, I couldn't install helper libraries for Google Cloud Messaging. Thanks, vijay.k -- 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]

2012-07-11 Thread Vijay Krishnan
Hi all, Anyone know about push notifications, share ur ideas. Thanks, vijay.k -- 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,

[android-developers]

2012-07-10 Thread Vijay Krishnan
Hi all, I want to know about push notifications in android.Anyone help on this. Thanks, vijay.k -- 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

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

2012-07-05 Thread Vijay Krishnan
using java native interface,we can call the function in c or c++. On Thu, Jul 5, 2012 at 12:12 PM, HideCheck hidech...@gmail.com wrote: Hi chainz #put .so file. eclipse project/libs/armeabi/xxx.so #add code private native void [method name](args..); static {

[android-developers]

2012-06-27 Thread Vijay Krishnan
Hi all, I have been developing some OCR(Optical Character Recognition) app.So,i want to process the image and remove the noise on the surface.If anyone knows about image processing,share ur knowledge. Thanks, vijay.k -- You received this message because you are subscribed to the

[android-developers]

2012-06-27 Thread Vijay Krishnan
Hi all, I have been developing some OCR(Optical Character Recognition) app.So,i want to process the image and remove the noise on the surface.If anyone knows about image processing,share ur knowledge. Thanks, vijay.k -- You received this message because you are subscribed to the

[android-developers] Dynamic Table layout

2012-06-26 Thread Rahul Vijay
In a last message, I have display a table in a dynamic way. table header like Name, score and time and table row are Ram ,5, 2:15 and again print a another row in similar way. Yes it is display in a emulator. But it can not display in a device. I check it data can show logcat when I run

[android-developers]

2012-06-26 Thread Vijay Krishnan
Hi all, How to resolve the java.lang.OutOfMemoryError while calling BitmapFactory.decodeStream(stream). Thanks, vijay.k -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers]

2012-06-26 Thread Vijay Krishnan
bitmaps before the user touches Play button. b) Keep main menu bitmaps in memory after the user touches Play button. So my advice is to review your code and try to load/recycle bitmaps as needed in each different application screen or state. Best regards, On 26/06/12 14:54, Vijay Krishnan

[android-developers]

2012-06-25 Thread Vijay Krishnan
Hi all, I have eng.traineddata file in my assets directory(inside tessdata).I got input stream from assetmanager.open(tessdata/eng.traineddata).when i read input stream ,FileNotFoundException occurs. Thanks, vijay.k -- You received this message because you are subscribed to the Google

Re: [android-developers]

2012-06-25 Thread Vijay Krishnan
this code works for galaxy nexus,but it won't work for samsung s3. On Mon, Jun 25, 2012 at 5:03 PM, asheesh arya asheesharya...@gmail.comwrote: import all external jar!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Score Sorting

2012-06-23 Thread Rahul Vijay
Hello Sir, my question is, in a database some filed Attempt_id,(Autogenerated),Test_id(foregin key),user_name(varchar), score(double), time(varchar). Store a data in a table. I am performed sorting a score, if high score in a top lowest score is boottom. and again enter a new high score or

Re: [android-developers]

2012-06-21 Thread Vijay Krishnan
how to relocate it? On Thu, Jun 21, 2012 at 12:43 PM, asheesh arya asheesharya...@gmail.comwrote: try to relocate the location of file accurate. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers]

2012-06-21 Thread Vijay Krishnan
i have connected the device to my PC and checking in my PC. On Thu, Jun 21, 2012 at 12:04 PM, Harri Smått har...@gmail.com wrote: On Jun 21, 2012, at 8:29 AM, Vijay Krishnan wrote: but i couldn't able to see that file in my mobile Are you using DDMS on host PC - or Gallery/My Files or some

[android-developers]

2012-06-21 Thread Vijay Krishnan
Hi all, How to exit from the application when backbutton is pressed? Thanks, vijay.k -- 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

Re: [android-developers]

2012-06-21 Thread Vijay Krishnan
when i call finish(), previous activity is called. On Thu, Jun 21, 2012 at 7:35 PM, Justin Anderson magouyaw...@gmail.comwrote: Call finish() Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 21, 2012 at 7:52 AM, Vijay Krishnan

[android-developers]

2012-06-20 Thread Vijay Krishnan
Hi all, i can create and write a file in my android phone,but i couldn't able to see that file in my mobile.I have given the path as /mnt/sdcard/Pictures/myfile.bmp.Any one help on this. Thanks, vijay.k -- You received this message because you are subscribed to the Google Groups Android

[android-developers]

2012-06-15 Thread Vijay Krishnan
Hi all, How to call another activity when i press the back button. Thanks, vijay.k -- 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

[android-developers]

2012-06-14 Thread Vijay Krishnan
Hi all, After starting a activity,i want to do some task in background.After finishing the task,i want to call another activity.How to do this? Thanks, vijay.k -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers]

2012-06-14 Thread Vijay Krishnan
Hi all, I am using tesseract-3.00 for my android OCR application.But the accuracy of the text is 90%.I have tried using tesseract-3.01 and i was unable to compile the source.Is any one used tesseract-3.00 .Give ur suggestion. Thanks, vijay.k -- You received this message because you are

Re: [android-developers]

2012-06-14 Thread Vijay Krishnan
Rahul, I had done these things.Problem is that i couldn't view that image. Thanks, vijay.k On Wed, Jun 13, 2012 at 7:22 PM, Rahul Radhakrishnanunnithan K rahu...@whiteovaltechnologies.com wrote: Refer this link i think that its useful for you

[android-developers]

2012-06-14 Thread Vijay Krishnan
Hi all, I am unable to compile the tesseract-3.01 for my ocr application.If anybody having knowledge in this,share it. Thanks, vijay.k -- 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]

2012-06-13 Thread Vijay Krishnan
Hi all, I could not save my image in phone.Here is my code Bitmap imageMap=BitmapFactory.decodeByteArray(data,0,data.length); File root = Environment.getExternalStorageDirectory(); File f1 = new File(root.getAbsolutePath()+/DCIM/Camera/,image.jpeg);

Re: [android-developers]

2012-06-13 Thread Vijay Krishnan
no.that is for creating thumnail. On Wed, Jun 13, 2012 at 12:01 PM, vaibs malviya vaibs.malviy...@gmail.comwrote: try this *MediaStore.Images.Media.insertImage(getContentResolver(), yourBitmap, yourTitle , yourDescription)* On Wed, Jun 13, 2012 at 11:52 AM, Vijay Krishnan vijay.vijay

[android-developers]

2012-06-13 Thread Vijay Krishnan
Hi all, I am getting the following runtime exception while using camera intent java.lang.RuntimeException: failure delivering result resultinfo {who=null request=0 result=-1 data=null} Thanks, vijay.k -- You received this message because you are subscribed to the Google

Re: [android-developers]

2012-06-13 Thread Vijay Krishnan
, Vijay Krishnan vijay.vijay...@gmail.comwrote: Hi all, I could not save the image taken from my app in my phone.Anyone help on this. Thanks, vijay.k -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers]

2012-06-13 Thread Vijay Krishnan
, Jun 13, 2012 at 6:50 PM, Vijay Krishnan vijay.vijay...@gmail.comwrote: hi raghav, Here is my code File root = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES); File f1 = new File(root.getPath

Re: [android-developers]

2012-06-13 Thread Vijay Krishnan
Raghav, Inside manifest tag and above the application tag On Wed, Jun 13, 2012 at 7:01 PM, Raghav Sood raghavs...@gmail.com wrote: Where did you put it in your manifest? On Wed, Jun 13, 2012 at 6:56 PM, Vijay Krishnan vijay.vijay...@gmail.comwrote: raghav, i had

[android-developers]

2012-06-12 Thread Vijay Krishnan
Hi all, I am using tesseract-3.00 and leptonlib-1.66 for android,it is working.But,i want to compile tesseract-3.01 and leptonlib-1.68.While trying to compile,it shows some error from Android.mk file.Help on creating the Android.mk file. Thanks, vijay.k -- You received this message

[android-developers]

2012-06-11 Thread Vijay Krishnan
Hi all, How to load images from gallery in my app. Thanks, vijay.k -- 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 email to

Re: [android-developers]

2012-06-11 Thread Vijay Krishnan
Thank U Harri On Mon, Jun 11, 2012 at 6:44 PM, Harri Smått har...@gmail.com wrote: Check gallery Intent. Shouln't be a problem to find example code. -- H On Jun 11, 2012 4:00 PM, Vijay Krishnan vijay.vijay...@gmail.com wrote: Hi all, How to load images from gallery in my app

Re: [android-developers]

2012-06-11 Thread Vijay Krishnan
i want to load images from gallery without using gallery intent On Mon, Jun 11, 2012 at 6:45 PM, Vijay Krishnan vijay.vijay...@gmail.comwrote: Thank U Harri On Mon, Jun 11, 2012 at 6:44 PM, Harri Smått har...@gmail.com wrote: Check gallery Intent. Shouln't be a problem to find example code

[android-developers]

2012-06-11 Thread Vijay Krishnan
Hi all, I am developing OCR application,so that i want to take clear picture of business cards.Anyone help on taking a clear picture. Thanks, vijay.k -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers]

2012-06-08 Thread Vijay Krishnan
Hi all, I am using tesseract ocr for converting image to text.while passing the image ,i didn't get recognized text.Any one help on this. Thanks, vijay.k -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers]

2012-06-08 Thread Vijay Krishnan
Hi all, Could anyone tell me the way to extract text from image in android. Thanks, vijay.k -- 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

Re: [android-developers]

2012-06-08 Thread Vijay Krishnan
what about tesseract? On Fri, Jun 8, 2012 at 7:01 PM, Mark Murphy mmur...@commonsware.com wrote: On Fri, Jun 8, 2012 at 9:22 AM, Vijay Krishnan vijay.vijay...@gmail.com wrote: Could anyone tell me the way to extract text from image in android. The same way you extract text from

[android-developers]

2012-06-06 Thread Vijay Krishnan
Hi all, How to get clear picture? Thanks, vijay.k -- 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 email to

[android-developers]

2012-06-05 Thread Vijay Krishnan
Hi all, I am using tesseract ocr android tool for card reader application.Here is my code TessBaseAPI baseApi = new TessBaseAPI(); baseApi.setDebug(true); baseApi.setPageSegMode(TessBaseAPI.PSM_SINGLE_LINE); baseApi.init(DATA_PATH,eng);

[android-developers]

2012-06-04 Thread Vijay Krishnan
Hi all, I want to use tesseract ocr android tool in my app.Anyone help on using this tool. Thanks, vijay.k -- 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

Re: [android-developers] Problem with Bluetooth after NFC Handover

2012-05-29 Thread vijay Badawadagi
try to connect via reflection, can solve the problem like below m = mmDevice.getClass().getMethod(createInsecureRfcommSocket, new Class[]{int.class}); tmp = (BluetoothSocket)m.invoke(mmDevice, Integer.valueOf(1)); Thanks Vijay On Tue, May 29, 2012 at 12:54 PM, Alexei Tchervinsky

Re: [android-developers] Re: Mobile to Mobile remote access

2012-05-23 Thread vijay Badawadagi
Vijay On Tue, Mar 27, 2012 at 9:52 AM, Kristopher Micinski krismicin...@gmail.com wrote: On Tue, Mar 27, 2012 at 10:50 AM, MadihaKhalid tears.blos...@gmail.com wrote: Alright. Any other solutions do you have ? Do you thing it can be implement by using any other trick.? If it can

Re: [android-developers] Is there a way to Bypass bluetooth and play directly through phone speakers

2012-05-14 Thread vijay Badawadagi
check Audio policy manager in Android, there is priority based routing changing that should help Thanks Vijay On Mon, May 14, 2012 at 3:23 PM, Tommy Hartz droi...@gmail.com wrote: Hi, ** ** I was wondering if it is possible to play audio through the phone speakers while a Bluetooth

[android-developers] Using a Handler to create a timer

2012-04-11 Thread Rahul Vijay
Hi, android developer I am facing a new problem. I am create a handler using a thread thread.start method to start a thread,but i am not develop a timer. Suppose given time is 45 mintus, my timer is start after 45 mintus current activity is automatically stoped. -- You received this message

[android-developers] CountDownTimer

2012-04-06 Thread Rahul Vijay
Hi Developer, Please give me a suggestion,how to develop a count downtimear application using a sqlite database. suppose, in a database 45 min, I have countdown time in 45 min then automatically terminate application. Thank you -- You received this message because you are subscribed to the

[android-developers] Find The Position of Radio Button

2012-04-05 Thread Rahul Vijay
I have 4 Radio button in a radio group. They are all arrange in vertical order. 0 option1 0 option2 0 option3 0 option4 like that I am find it, select any one of the radio button,it give the position. like that,I have click option3,so it give me corresponding 3 position. Again I am click option2

[android-developers] Dynamic check box

2012-03-29 Thread Rahul Vijay
Hi, Friends I have a new problem, how to to generate a dynamic checkbox as well as fiind each checkbox id(Position of checkbox) for example- There are 4 checkbox in AVD click any one of Checkbox or one or more check box . it generate a corresponding checked id(position) Suppose I am select first

Re: [android-developers] R cannot be resolved to a variable error in intro example code

2012-03-22 Thread Rahul Vijay
On Thu, Mar 22, 2012 at 10:32 PM, Justin Anderson magouyaw...@gmail.comwrote: Do you have a file called res/layout/main.xml in your project? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 22, 2012 at 11:00 AM, firebreather

[android-developers] how to display countdowntime with a scroll bar

2012-03-13 Thread Rahul Vijay
Hi, I am new some problem,I'm not getting text as scroll bar to display a remaining time. -- 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

Re: [android-developers] bluetooth porting, hciattach

2012-03-11 Thread vijay Badawadagi
you will need the hciattach service anyway. but i believe the hciattach needs to be started something like this service hciattach /system/bin/hciattach /dev/ttyUSB0 . so insead of ttys dev node it will be ttyUSB dev node Thanks Vijay On Fri, Mar 9, 2012 at 7:24 AM, enming xie enming

Re: [android-developers] Expanding Galaxy?

2012-03-09 Thread vijay Badawadagi
I am not sure but try looking at this code may help you to get rid of the status bar on tablet. TabletStatusBar.java On Fri, Mar 9, 2012 at 8:28 AM, bob b...@coolfone.comze.com wrote: It is running Android 3.1, so I guess there's nothing I can do? Strangely, that function is available in API

[android-developers] How to get contacts that user either deleted or updated from device contact list in android

2012-02-15 Thread vijay kher
Hi, I wants the contact that is either deleted or updated from device contact list by user. I have try with Content Observer and notice that onChange() method is called with one boolean parameter when contact is either added or deleted from contacts list.But not able to get contact that is

[android-developers] Re: How to get outgoing call status

2012-02-15 Thread vijay kher
Try this TelephonyManager telephonyManager =(TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); telephonyManager.listen(new MyPhonestateListener(), PhoneStateListener.LISTEN_CALL_STATE); private class MyPhonestateListener extends PhoneStateListener {

[android-developers] please help to find out deleted or updated contact in android device contact list

2012-02-15 Thread vijay kher
Hi , I wants to get contact that is either deleted or updated by user in device contact list. For that i have try with content observer and notice that its onChange() method is called with one boolean parameter when any contact is added or deleted.But does not give any information regarding

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-01-23 Thread vijay
Hi , I still see the issue with my Nonin device even on Android 4.0.3. here is what is see in my log, using demo sample i am able to connect to the device but i am not getting any data from the device Any help? I//system/bin/bluetoothd( 1198): bluetoothd[1199]: external/bluetooth/

[android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-01-23 Thread vijay
could you please share the changes need to get it working. connection seems to working but i don't see data coming to device running Android 4.0.3 On Jan 20, 10:00 am, Raul Ruiz spekwh...@gmail.com wrote: Hi all, I have Nonin working with HDP, if someone need help tell me. On 14 ene, 13:07,

Re: [android-developers] Re: Unable to execute Bluetooth HDP Demo

2012-01-23 Thread vijay Badawadagi
HI Jorge, thanks that solves the problem, now i can see the data from the Nonin. Regards Vijay On Mon, Jan 23, 2012 at 3:13 AM, jfernandez jorge.fernandez.gonza...@gmail.com wrote: Hi vijay, I'm seeing that you obtain the following error: onHealthDeviceConnectionResult: D-Bus error

[android-developers] issues with opensource project AndroidGlobalTime

2012-01-18 Thread vijay katta
I'm using Android 4.0.3 , downloaded a open sorce project 'AndroidGlobalTime' , after importing code into my eclipse workbench it's showing error for two classes.. import android.opengl.Object3D; import android.pim.DateUtils; is these packages are available with any android version ? i found

[android-developers] how to change PathClassLoader path

2011-11-25 Thread vijay pratap
hiii, i am trying to customize an android app but on change on the package name, registration not took place. could any one help me. logcat errors: 11-26 11:21:26.434: E/SIP SRV(24784): java.lang.NoClassDefFoundError: com.abc.utils.TimerWrapper 11-26 11:21:26.434: E/SIP SRV(24784): at

[android-developers] Re: what is custom rom

2011-10-19 Thread vijay katta
Thanks Kris !! On Oct 19, 12:56 am, Kristopher Micinski krismicin...@gmail.com wrote: This phrase refers to a custom version of android that you have built (or somebody has built) and installed on a system, one that isn't the standard android rom.  Although, since most manufacturers put their

[android-developers] what is custom rom

2011-10-18 Thread vijay katta
When i was trying to learn android and hardware , i found the word custom rom , i did't proper information on it , can any please explain what it is ? thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Activity issue

2011-09-19 Thread vijay pratap
. it is giving error in getCurrentactivity() on tabhost. And all of key is working good without merging. I want to marge these activity by using tab. please help me thanks thanks a lot Sincerely Vijay Pratap Singh -- You received this message because you are subscribed to the Google Groups Android

[android-developers] how to use tag view in OnClickListeners

2011-08-01 Thread vijay pratap
Vijay -- 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 email to android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] Hi

2011-06-09 Thread vijay Kumar
hi... i am new for android -- 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 email to android-developers+unsubscr...@googlegroups.com

[android-developers] Hi

2011-06-09 Thread vijay Kumar
hi.. i am new for android -- 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 email to android-developers+unsubscr...@googlegroups.com

[android-developers] JpcapCaptor.getDeviceList() Failes for Android

2011-06-07 Thread Vijay
) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597) at dalvik.system.NativeStart.main(Native Method) Can anyone tellme What is going wrong here ? Thanks. Vijay -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] scrolling in multiple custom listview inside a tabhost

2011-06-06 Thread vijay
i having tabhostin my application inside that, i have 3 custom listview the problem is scrolling is not working in real device but in emulator it working fine.i ported the application in samsung galaxy tab with android 2.2.and the emulator also the same. i don't know the reason any idea about

Re: [android-developers] Re: System.loadLibrary() failes in Android with UnsatisfiedLinkError

2011-06-01 Thread Vijay
' not found)* Please help me to resolve this issue. thanks regards, Vijay On Tue, May 31, 2011 at 9:42 PM, Chris Stratton cs07...@gmail.com wrote: On Tuesday, May 31, 2011 4:27:12 AM UTC-4, Viju wrote: I'm developing an application with an open source library (i.e. jpcap). You are unlikely

Re: [android-developers] System.loadLibrary() failes in Android with UnsatisfiedLinkError

2011-05-31 Thread Vijay
Can you please tellme How can I do that ? (i.e compiling it for ARM? I'm running my SDK in windows xp.? regards. Vijay On Tue, May 31, 2011 at 2:02 PM, Nikolay Elenkov nikolay.elen...@gmail.comwrote: On Tue, May 31, 2011 at 5:27 PM, Viju mail2vija...@gmail.com wrote: I have added the lib

[android-developers] android jni problem with prebuilt shared library

2011-05-18 Thread ashish vijay
i am new to android. i m developing a android jni application. i m trying to build shared library(libnkd_1.so)by ndk-build. which is using functions from prebuilt shared library (libndk_2.so). i dont have source code for libndk_2.so. this libndk_2.so is linux gcc generated. my android.mk is

[android-developers] upload disabled in webview

2011-04-21 Thread vijay singh
I am opening a webpage in my webview to upload a pic but it says upload disabled on the upload file button..is there a way to overcome this issue. i m using android 2.1 platform ??...plz help and also i want to automatically upload a pic into a webpage by using javascript.is it

[android-developers] Re: how to rotate camera preview by 90 degrees clockwise for android 2.1 application ??

2011-04-06 Thread vijay singh
to landscape mode even if it is clicked in protrait mode... as i am using the default app by intent . On Apr 5, 1:30 am, Adam Ratana adam.rat...@gmail.com wrote: Hi Vijay, I found it helpful to take a look at the 2.1 stock camera application source code itself for some ideas.  For 2.1 most

[android-developers] how to rotate camera preview by 90 degrees clockwise for android 2.1 application ??

2011-04-04 Thread vijay singh
I am trying to develop an application which uses the camera in a devicebut my preview is 90 degrees rotated (anticlockwise) in both landscape and portrait mode.I tried mpreview.setRotation(90) method but nothing happens. I am using the code somewhat similar to cameraPreview.java file

[android-developers] how to rotate camera preview by 90 degrees clockwise for android 2.1 application ??

2011-04-04 Thread vijay singh
I am trying to develop an application which uses the camera in a devicebut my preview is 90 degrees rotated (anticlockwise) in both landscape and portrait mode.I tried mpreview.setRotation(90) method but nothing happens. I am using the code somewhat similar to cameraPreview.java file

[android-developers] out of memory error in android

2011-02-22 Thread vijay kumar
Hi all I am getting the value from webservice.my webservice value return string .mywebservice value is very long .my webservice value are coming like xml entity referece character etc .I want to replace character.I have to replace these value and parse these values.i am using dom parser

[android-developers] How to avoid out of memory error in android

2011-02-22 Thread vijay kumar
Hi friends I am getting the value from webservice while unescape xml value .I am storing in stringBuffer . I am getting the lot of value from webservice .so I am getting out of memoryerror .I am getting value like like characters are coming in webservice .can any body tell how to avoid that out

[android-developers] Dotnet developer can develop Android apps

2011-02-11 Thread Vijay
Hi I am Vijay working as dotnet developer.. I am interested to work on Android... really I flat for the OS.. So how can I develop Android applications using dotnet.. please let me know.. My questions.. 1. To develop Android applications, is Java knowledge must? 2. Can I develop Android apps

Re: [android-developers] Re: When is android market opening to India??

2010-11-22 Thread Vijay Vikrant
But the market is not yet open to Developers in India. Any clue if that is on cards anytime soon?? Regards, Vikrant On Sat, Oct 9, 2010 at 2:43 AM, Pent tas...@dinglisch.net wrote: India got paid apps on the 6th and I have since had orders from customers in India. Ditto, though not many.

[android-developers] Adding new item in SMS menu

2010-11-17 Thread Vijay
Can we add a new item in SMS menu which can in turn invoke my application? If yes, please show me the path. Will appreciate any help. Thanks, Vijay -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Add new item in SMS context menu

2010-11-16 Thread Vijay
Can I add a new item in SMS context menu which can in turn invoke my app/activity ? If yes help will be appreciated. Thanks, Vijay -- 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

[android-developers] Live wireless display.

2010-10-13 Thread Vijay
Hi, I want to develop an application(driver if required), to display live (both video and audio), from an android device to a remote display. I am a newbee to android development, can anybody suggest me how to go ahead about it. Any suggestions are welcome. -Vijay -- You received this message

[android-developers] When is android market opening to India??

2010-10-06 Thread Vijay Vikrant Balyan
Hello, Does anybody know about when exactly is the android market opening to India. Thanks, Vikrant -- 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] pop-up/toast notification without activity/context

2010-09-22 Thread Vijay Vikrant
Hello everyone, Can somebody throw some light on how to display a pop-up/notification/toast while i am in a broadcast receiver. Toast expects a context and i don't have a context to pass. Can somebody help me with this? -- Vikrant -- You received this message because you are

Re: [android-developers] pop-up/toast notification without activity/context

2010-09-22 Thread Vijay Vikrant
, Vijay Vikrant vijayvikran...@gmail.com wrote: Can somebody throw some light on how to display a pop-up/notification/toast while i am in a broadcast receiver. Toast expects a context and i don't have a context to pass. Sure you do. Look at the first parameter to onReceive

Re: [android-developers] pop-up/toast notification without activity/context

2010-09-22 Thread Vijay Vikrant
got my answers.. sorry for being so stupid.. -- Vikrant On Wed, Sep 22, 2010 at 5:25 PM, Vijay Vikrant vijayvikran...@gmail.comwrote: Thanks for responding.. Below is a shabby but simple piece of code that i am experimenting with.. The onReceive function does have a context - But i just

[android-developers] uninstall missing..

2010-09-22 Thread Vijay Vikrant
Hello, I made a test app and installed it on my phone. This app kicks in everytime i get a incoming call and pops up something. I successfully installed this app on my phone and it seems to be working as desired. But i don't see it in the settings-applications list. How do i uninstall this app?

[android-developers] best place to host apps that target indian market.

2010-09-22 Thread Vijay Vikrant
Hello, Since the market is not open to India for paid apps - What will be a good server/store to host paid apps that target indian audiences? Many Thanks, Vikrant -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Could not find abc.apk

2010-09-21 Thread vijay kumar
; aborting [2010-09-20 08:33:55 - CodeFinder]Conversion to Dalvik format failed with error 1 if i remove my .jar from build path then automatically abc.apk is build.so plz help me how to use external jar in order to run android apps. Thanks Regards Vijay Kumar K.N -- You received this message

[android-developers] Reg: retrieving the phone number on an incoming call

2010-09-07 Thread Vijay Vikrant
Hello, Does somebody have an example or sample code for retrieving the phone number on an incoming phone call. Appreciate your help -- Adonis -- 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] how to enable sound in android emulator

2010-08-18 Thread vijay katoch
hi all can any one help me with how to enable sound in android emulator .i am using fedora 13 . Thanks vijay -- 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

[android-developers] how to enable sound in android emulator

2010-08-18 Thread vijay katoch
hi all can any one help me with how to enable sound in android emulator .i am using fedora 13 . Thanks vijay -- 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

[android-developers] error when open a facebook authentication url

2010-04-13 Thread Vijay S
= thanks Vijay -- 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 email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] how to remove/invisible the scroll bar

2010-04-13 Thread Vijay S
can i do that.. Thanks Regards Vijay -- 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 email to android-developers+unsubscr

[android-developers] Launch timeout has expired

2010-04-13 Thread Vijay S
/ActivityManager(55): Activity idle timeout for HistoryRecord{43c09570 com.test/.myPage} whats wrong I am doing .. Thanks Regards Vijay -- 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

[android-developers] Font resizing

2010-02-15 Thread Vijay
Hi, I wish to know if Android supports dynamic font resizing at all? Say, if I have a button with 100dip width and 15px font text in it. If this button gets a longer text at some time, how can I make font size smaller so that I can fit in all text. PS: It just cuts-off the text and doesn't

[android-developers] Sports Actress

2010-01-28 Thread vijay rajan
Sachin Tendulkar cracks 45th Test hundred - Top Stories - India in ... Asin| Actress Asin| Tamil Actress Asin Latest Pictures | Hot Asin ... More info : http://123maza.com/50/rashers/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Movies

2010-01-27 Thread vijay rajan
Iswarya rai - wallpapers, photos and iswarya rai videos, songs ... MORE info : http://123maza.com/50/rashers/ -- 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] Two selectable items in each list Item in listView.

2009-12-16 Thread vijay bhushan
The way i want it is, per row there will be a text and is followed by a right arrow button, so that the user can click on that button to edit the content of that row. If the user is using the keypad, by using the left and right buttons on the keypad , he should be able to select the textview or

[android-developers] Re: Exception in com.google.android.location.ConfirmAlertActivity

2009-12-08 Thread Vijay
, mention the API version you are using. Thanks, Kumar Bibekhttp://tech-droid.blogspot.com On Dec 8, 1:43 am, Vijay vijay.meenakshisunda...@gmail.com wrote: I get a ResourceNotFoundException from com.google.android.location.ConfirmAlertActivity. But I'm sure secondary_text_dark.xml

[android-developers] Exception in com.google.android.location.ConfirmAlertActivity

2009-12-07 Thread Vijay
I get a ResourceNotFoundException from com.google.android.location.ConfirmAlertActivity. But I'm sure secondary_text_dark.xml is in my base/core/res/res/color. Does anyone know the reason? Here is my log: E/AndroidRuntime( 5629): Uncaught handler: thread android.server.ServerThread exiting due

<    1   2   3   4   >