Re: [android-developers] How to create Video player

2011-10-13 Thread RAHUL PAWAR
it is available at developers.android.com-reference,from where u can get complete code. On Thu, Oct 13, 2011 at 1:38 PM, Muthu S mu...@contus.in wrote: Hi friends How to create a video players in android app. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] sending email automatically

2011-10-09 Thread rahul verma
Yeah i too need to know that. .whenever we try to send a mail a gmail app screen comes ,what is the way to omit that i mean send the mail automatically On 8 Oct 2011 22:43, Palike palo...@centrum.sk wrote: Hi, at first sorry for my English. I need to make app that will automatically send a file

Re: [android-developers] sending email automatically

2011-10-09 Thread rahul verma
What is SMTP? On 10 Oct 2011 06:16, rahul verma rahulsgonnar...@gmail.com wrote: Yeah i too need to know that. .whenever we try to send a mail a gmail app screen comes ,what is the way to omit that i mean send the mail automatically On 8 Oct 2011 22:43, Palike palo...@centrum.sk wrote: Hi

Re: [android-developers] Re: inqury

2011-10-08 Thread Rahul Soni
On Thu, Sep 29, 2011 at 6:57 PM, SumiGhosh sumighos...@gmail.com wrote: On Sep 29, 10:16 am, Rahul Soni rax.m...@gmail.com wrote: Hi Please tell me that in which programming language the programs developed and the source to learn about the programming language -- Rahul Soni

[android-developers] File Hoasting Issue

2011-10-06 Thread rahul verma
Friends ,is there any file hosting place where anybody can upload files(Particularly images) on a single account .(peferable without authentication) thanks -- 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 solve this Bluetooth API problem

2011-10-03 Thread rahul verma
I am developing an app for saving and sending text files over bluetooth .. As described in the Bluetooth chat app there at the developers site,we use a UNIQUE UUID code for creating a connection in the app. Bus here as i want to send a file to any device how should i handle the UUID code over

[android-developers] Re: Layout

2011-10-03 Thread rahul verma
Hey You should use Relative layout , that is the best option according to me On Oct 3, 6:34 am, Siva Prakash siva.yuvan2...@gmail.com wrote: Hi I want to design my Activity Page as like attached. As you see in the top I have back button and Setting button to basically have some options. To

[android-developers] Re: Sometimes Receiver Not Receiving Any Broadcast Message

2011-10-03 Thread rahul verma
Hey rajesh where are you from On Oct 3, 9:23 am, crajesh crajesh2...@gmail.com wrote: Hi, I have create a receiver which receive on mount/unmount state change I have register it in XML by android.intent.action.MEDIA_MOUNTED and android.intent.action.MEDIA_EJECT But sometime it don't

[android-developers] Fwd: Compuetr Vision Applications on Android

2011-10-02 Thread Rahul Ramesh
really appeciate if anyone could point me to some helpful resources on the web, related to computer vision in Android apps. Regards, Rahul, Student. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Rahul Soni wants to chat

2011-09-28 Thread Rahul Soni
--- Rahul Soni wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-8867c56a7b-2fb6374aa8-FI9G70JvwY18225vtg_JVAJbYrg You'll

[android-developers] Rahul Soni wants to chat

2011-09-28 Thread Rahul Soni
--- Rahul Soni wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-8867c56a7b-93e92cda8e-t6ndjw-hXp1B74lknP_QRwTLyHQ You'll

[android-developers] inqury

2011-09-28 Thread Rahul Soni
Hi Please tell me that in which programming language the programs developed and the source to learn about the programming language -- Rahul Soni -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Rahul Soni wants to chat

2011-09-28 Thread Rahul Soni
--- Rahul Soni wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-8867c56a7b-13f1cdc640-yzBOKIDhO_pSEPKaFpZWDwAi5Ts You'll

[android-developers] Rahul Soni wants to chat

2011-09-28 Thread Rahul Soni
--- Rahul Soni wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-8867c56a7b-96d31b460b-4515JC2CRZX7eg04JJa9kxerYb0 You'll

[android-developers] Rahul Soni wants to chat

2011-09-28 Thread Rahul Soni
--- Rahul Soni wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-8867c56a7b-1afb7222c0-7lKHIUFB1yjNMLo8UKQXVtDf4_4 You'll

[android-developers] What exactly adb install do with apk?

2011-09-14 Thread Rahul Garg
Hi All, Although I have been using adb install to install apk in my device. But I dont what exactly it do to apk, how it extracts information from the apk. and how does it handle the native code( lib .so file). Can you guys help me to figure it out. -- You received this message because you are

[android-developers] What exactly adb install do with apk?

2011-09-14 Thread Rahul Garg
Hi All, Although I have been using adb install to install apk in my device. But I dont what exactly it do to apk, how it extracts information from the apk. and how does it handle the native code( lib .so file). Can you guys help me to figure it out. -- You received this message because you are

[android-developers] Re: validating the certificate of apk

2011-09-14 Thread Rahul Garg
. If you want more details, you can try one of these commands: $ jarsigner -verify -verbose my_application.apk or $ jarsigner -verify -verbose -certs my_application.apk The command above, with the -certs option added, will show you the CN= line that describes who created the key. -- Rahul On Sep

[android-developers] how to remove error

2011-08-11 Thread RAHUL PAWAR
hello, when i run my android app. on android 2.2 emulator,the rrror comes as INSTALL_FAILED_INSUFFICIENT-STORAGE how can i remove these error. also it doesn't show any logcat. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] how to remove error

2011-08-11 Thread RAHUL PAWAR
hello, when i run my android app. on android 2.2 emulator,the rrror comes as INSTALL_FAILED_INSUFFICIENT-STORAGE how can i remove these error. also it doesn't show any logcat. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to detect which market the app was installed from

2011-08-08 Thread Rahul
Here is the situation - my app 'IPv6 and More' is available in the Android marketplace as well as the Amazon appstore. I recently added a menu option in my app to allow users to 'rate the app' from within the app (by basically invoking the market://... URL in the browser). When i submitted the new

[android-developers] Installing SDK Platform Locally ??

2011-08-08 Thread Rahul Rai
I have set up eclipse and android on my windows 7 laptop The issue is that i cannot run hello world Because It Is TAKING TO FOREVER to download Downloading SDK Platform Android 2.2, API 8, revision 3 I do not have a very fast internet/Continous connection I want to know that does there exist

[android-developers] automate testing of flash games

2011-07-14 Thread rahul jain
How to automate testing of flash games on 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

Re: [android-developers] automate testing of flash games

2011-07-14 Thread rahul jain
I mean which tools i can use to automate testing Like selenium cannot be used for flash so this will not work http://code.google.com/p/robotium/ Appreciate help in advance! Thanks. Rahul On Thu, Jul 14, 2011 at 11:31 AM, TreKing treking...@gmail.com wrote: On Thu, Jul 14, 2011 at 1:17

[android-developers] ScrollBar in Android not working ???

2011-07-06 Thread Rahul Mandaliya
I need to add a scroll for linear layout.I use the following code to create the linear layout.But it's not working LinearLayout llay=new LinearLayout(context); llay.setVerticalScrollBarEnabled(true); If i use the following lines i will get the Scrollbar. ScrollView sc=new

[android-developers] Re: Sony Ericsson EDK for Timescape

2011-07-04 Thread Rahul Popuri
Hi Johan, I just downloaded the EDK today and played around with the RSS extension, looks really good! I was wondering, how come Sony Ericsson didn't include an email extension like they did with the 2010 Timescape? -- You received this message because you are subscribed to the Google Groups

[android-developers] Change Grid Size of Home Screen

2011-06-30 Thread Rahul Garg
I am facing issue that, some of my application's name is not getting displayed completely on the Home Screen. like music player, last 'r' is not displaying properly. So I want to adjust the grid size so that I will be able to do it. I tried to change the cell-width attribute in dimes.xml, but

[android-developers] BOOT_COMPLETED Action is not received in TestingSettingsBroadcastReceiver

2011-06-29 Thread Rahul Garg
Hi, I am trying to add BOOT_COMPLETED Action in the TestingSettingsBroadcastReceiver file. But the problem is I am not able to receive any broadcast. I have added the permission as well as the action in the Manifest file. Any one any idea about it. Regards Rahul Garg -- You received

Re: [android-developers] How to get internal storage path for music

2011-06-07 Thread Rahul Garg
Hi Goutham, I guess http://developer.android.com/guide/topics/data/data-storage.html#filesInternal, this will help. -- Rahul -- 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

Re: [android-developers] Re: Installing platforms without internet access

2011-06-07 Thread Rahul Garg
Gheter, harsh told you the same, download the sdk in Zip format, it is available on android developer site. And then follow the steps suggested by harsh. you wont need any internet connection for it. -- Rahul -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: keypad unlocked automatically

2011-06-07 Thread Rahul Garg
Hi, you can check KeyguardManager.java in framework. there is method called disableKeyGuard(). -- Rahul -- 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] Issue: Image is zoomed on the android canvas.

2011-06-06 Thread Rahul Thakur
Hello, I am drawing an image `canvas.drawBitmap(bg,0,0,null);` of size 480 x 320, but I am not getting the correct size image on the screen. It's showing a zoomed out image only part of the Image is visible. I have remove the title and status bar from the window.

[android-developers] Android Intent.FLAG_ACTIVITY_NEW_TASK issue

2011-06-06 Thread rahul titare
1.I have my launcher activity (A) set to singleTop. 2.Now there is something in notification bar. User clicks on it. So I start activity in receiver with Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_NEW_TASK 3.So A's onNewIntent is invoked and I start activity C based on

[android-developers] From I get API used in Script

2011-04-08 Thread rahul
Hi, I have written the following commands : import android import time ab = android.Android(1) ab.makeToast(Its rahul) in python file for blinking the name in the emulator screen and it works. I am using SDK2.2 platform with ASE_r_25. Maketoast is API. I just want to know all the APIs supported

[android-developers] uri

2011-04-07 Thread rahul
For using API phonecall(string uri) i need the uri for a particular contact. i am getting content://contacts/people/1 as URI but don't know how to get this 1? content://contacts/people/1 this i refers to what? -- You received this message because you are subscribed to the Google Groups

[android-developers] URI

2011-04-06 Thread rahul
What is URI? How to get the URI of the contact? Exapmle :phoneCallNumber(Sring URI) In this case URI is what? -- 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] Facade Support

2011-04-05 Thread rahul
I m using ase_r25_2.1_04-02-2011.apk for android SDK. From where I will get the supported facade? -- 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] Not able to create .apk file

2011-04-05 Thread rahul
I write a small application in Eclipse to print Hello in emulator.And when I run that file it shows me 2 error 1)Error executing aapt. Please check aapt is present at C:\Android 2.2\platform-tools\aapt.exe 2)R cannot be resolved to a variable In Android 2.2 folder their is no 'platform-tools'

[android-developers] Android SDK platforms 2.2 and ASE

2011-04-04 Thread rahul
I m using Android SDK platform 2.2 release 1 and having all platforms required for 2.2 but -- 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] Android SDK platforms 2.2 and ASE

2011-04-04 Thread rahul
I m using Android SDK platform 2.2 release 1 and having all platforms required for SDK 2.2 but I m not able to see facade.From where i ll get the facade?. Is facade avialable on ASE or Android SDK? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] creating a driver application

2011-03-23 Thread rahul
the usb port is referenced on a tablet so that we implement the same in the c code.Also we need to know how android will need communicate with the driver. Please do also mention if there is any other alternative to achieve the same task. Regards, Rahul -- You received this message because you

[android-developers] Re: Build Error - Android 2.2

2011-03-18 Thread rahul
Try this change: LOCAL_SDK_VERSION=current (3 Android.mk files) 1. frameworks/ex/common/Android.mk 2. external/jsr305/Android.mk 3. external/guava/Android.mk -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] create Image from String

2011-03-15 Thread Rahul Garg
Hi, I want to convert any String value as image. Actually I want to set text in the statusbar. but I cant set it untill it is Image. So can you tell me how can I do it ? I am using Gingerbread source code. -- Rahul Garg -- You received this message because you are subscribed to the Google

[android-developers] Override the Status bar

2011-03-15 Thread Rahul Garg
Hi, Can I override the Status bar ? if yes then how ?? -- 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] Override the Status bar

2011-03-15 Thread Rahul Garg
What do you mean by custom firmware, can you please elaborate more. because I want to run an service which will override the status bar. -- 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] create Image from String

2011-03-15 Thread Rahul Garg
yeah ...thanks Abhishek ,,, -- 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] Re: RSSI values

2011-03-13 Thread Rahul Garg
Hi Perdo, As per I know these min and max values for RSSI is decided by the operator/Manufacturer generally. So it is not universal constant. And there is no API for these values. -- Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Android voice change pitch settings and key

2011-03-09 Thread Rahul Patil
Is there any way that we change voice of recorded audio and video in android. As there is a soundpool method in android , there we change voice deep voice and chipmunk.. What if I want change recorded voice to male computer voice and female computer voice. Is there any way to implement pitch , key

[android-developers] Android voice change pitch settings and key

2011-03-09 Thread Rahul Patil
Is there any way that we change voice of recorded audio and video in android. As there is a soundpool method in android , there we change voice deep voice and chipmunk.. What if I want change recorded voice to male computer voice and female computer voice. Is there any way to implement pitch , key

[android-developers] text hiding in text view

2011-02-22 Thread Rahul
h i am stuck in a problem i want to display some text in a text view constraint is text has a predefined width... if the text exceeds this width it should hide that... but now it goes in next line... please help Thanks -- You received this message because you are subscribed to the Google

[android-developers] nine patch image clipped along the borders

2011-02-22 Thread rahul titare
Hello, I have a nine patch image. Everything works fine i.e. draw9patch,selector etc But when actually seeing in device, the border of the background looks clipped from borders. And this behaviour is random i.e. sometimes left border goes off, sometime right,top etc I tried reducing transparent

[android-developers] Creating Text Icon in Ginger bread

2011-02-13 Thread Rahul Garg
Hi all, I want to set one text icon in status bar. Actually i want to show the strength of the signal, which will be updated continuously. So anyone have any idea about it, please let me know. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] How do certain application backup the APK files?

2011-02-03 Thread Rahul
of the same. Out of curiosity, how can one go about doing this? Do I need to query the PackageManager or is there a different way? Thanks Rahul -- 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] Adding .img file in running emulator.

2011-01-27 Thread Rahul Garg
Hi, I am using Eclipse to develop android application. Now I want to add image file to the emulator. So do I need to create a new emulator to add this image image file in this emulator or there is any other way to do it while AVD is already created ? -- You received this message because you

[android-developers] Re: Adding .img file in running emulator.

2011-01-27 Thread Rahul Garg
And adding it to it Even I give the path of .img file but still I am unable to mount this on my emulator. I want to access files of this card through my application. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: App can not start after I change the package name !!

2011-01-26 Thread Rahul Garg
It will be helpful, if you can also mention the exception thrown with this error. And in general what you can do is create a new project and copy all files in it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Preferences screen won't rotate

2011-01-26 Thread Rahul Garg
try to include android:screenOrientation=sensor in activity Tag in your application's Manifest file. -- 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

[android-developers] [Q] What are the different protocols used for sending multimedia contents on phones

2011-01-14 Thread rahul
What are the different protocols used for sending multimedia contents on phones I know about MMS's mm1 to mm11, but i'm looking for more answers. Thank You -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Gingerbread vs Froyo

2011-01-03 Thread Rahul Garg
efficient, so how it is working and if I want to make my application more power optimize, what should I do ? Regards Rahul Garg -- 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] Alert Dialog problem in Froyo

2010-12-16 Thread Rahul Garg
items. So suggest me the solution. It is in the Google Froyo code. Thanks Rahul -- 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

[android-developers] Improving FTP/OPP throughput with BlueZ on Android-Froyo

2010-12-15 Thread Rahul Kashyap
Hi, I am seeing low FTP/OPP throughput with BlueZ on android froyo. Its about 800Kbps. Whats the maximum that is achievable on Froyo and GB? How to improve it..? Appreciate if anyone can share some thoughts on this. Thanks, Rk. -- You received this message because you are subscribed to the

[android-developers] Creating iPhone style bubble list view in android

2010-12-13 Thread Rahul
I am creating a chat application the interacts between two users. I want to show the interaction between the users in the form of a iPhone bubble list view... I found a tutorial that shows to create a bubble list in IOS... Here's the

Re: [android-developers] problem in displaying the google maps

2010-12-10 Thread Rahul Garg
yeah Mark is right. Check whether there is connectivity available or not. Because I faced the same problem which sorted out after I put proper proxy setting as my PC was behind Proxy. -- Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Combining an image

2010-12-09 Thread Rahul Garg
try to give the gravity to the images in this xml. -- 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] Re: Closing the activity of the other application(s)

2010-12-09 Thread Rahul Garg
can directly finish that phone activity without going to default behavior of Phone dialer application.It will put your application on top of UI stack. -- Rahul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Can i use Android SDK with eclipse plugin for debugging Drivers?

2010-12-08 Thread Rahul Kashyap
Hi Guys, Can I use Android SDK with eclipse plugin for debugging Drivers? What is the problem if it is not possible? Thanks, Rahul. -- 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] How to which function is calling a function at runtime?

2010-12-06 Thread Rahul Kashyap
Hi, Is there any way to find out who is calling whom at runtime? I know this can be easily done in a debugger, but i am looking for an API which when invoked inside a function, will tell who has called it. Thanks in advance Rahul. -- You received this message because you are subscribed

[android-developers] sqlite returned: error code = 1, msg = table customer has no column named totalpurchase

2010-11-16 Thread Rahul Garg
Hi guys, I am facing problem with my database while inserting values that it is showing that it has no column named totalpurchase. While I clearly declared it in my table and the other columns are not showing this problem. can you suggest what is wrong with this. -- Rahul -- You received

[android-developers] how to get beahviour of finish() when user clicks on back button in case of intent.action_dial

2010-11-16 Thread Rahul Sapra
hello developers please help i am new to android.. i am showing Intent.ACTION_DIAL when my application starts..but when i clik back button it shows a activity page and again press back button it finishes the activity.. i want when application starts dialler shown and if user cliks back button it

[android-developers] How to new contact with All Information by using intent

2010-11-11 Thread Rahul
Hi All I need little bit help. i want to add new contact by using Intent. i have tried following code, but i am able to add only name and phone. i also want to add Organization and title but dot know what is the problem i am not able to add these two things if somebody have any solution please tel

[android-developers] Re: AlarmManger service callback to main activity.

2010-10-30 Thread Rahul Garg
you can send broadcast to the activity. On Oct 31, 6:57 am, Bo Huang huangbo...@gmail.com wrote: pelase help On Sat, Oct 30, 2010 at 6:23 PM, Bo Huang huangbo...@gmail.com wrote: Hi All,    In my application, there is a service which has a running thread to capture data from

[android-developers] displaying nearby schools and airports in google maps android

2010-10-23 Thread Rahul
I want to display the near by schools and airports and their related information in the google maps. I have considered using google maps api but the registration process for Adsense and Google Places API will take long time. So, is there any other alternative to my problem...??? Any suggestions

[android-developers] Re: displaying nearby schools and airports in google maps android

2010-10-23 Thread Rahul
Sorry about a mistake in the question... Its Google Places Api instead of Google Maps API... On Oct 23, 11:09 am, Rahul rahulvarma.kalidindi0...@gmail.com wrote: I want to display the near by schools and airports and their related information in the google maps. I have considered using

[android-developers] Re: How do I get the virtual device's browser connected the internet?

2010-10-19 Thread Rahul Garg
. Click on Access Point Names. 5. Click on Telkila. 6. Give your Proxy and Port and save. Dont change other default values. -- Rahul On Oct 15, 10:30 pm, Zizzy zizzybaloo...@gmail.com wrote: When running a virtual device, how do I get it connected to the internet? When I check the settings

Re: [android-developers] Re: prefetch database values

2010-10-19 Thread Rahul Patel
I think you can implement Push messaging from server like at veryfirst time, when your application starts it retrieves the data from the remote server. Then you have to write some server side script, like whenever any updates on the remote server database, it will push those changes to Device and

[android-developers] Re: How do I launch an app that is not in the app tray?

2010-10-11 Thread Rahul Garg
I think you can call that activity of the application which you want to launch. Put your code after you receive the text. On Oct 12, 6:31 am, Greg Siano gregmsi...@gmail.com wrote: I want to launch it when a text is received from a BroadcastReceiver -- You received this message because you are

[android-developers] Developing for Galaxy tab(any tab resolution devices)

2010-09-17 Thread Rahul
Hi, I want to how to develop and test apps for the Galaxy tab. I mean like the Android simulator, can we test the tab apps on a simulator? Is there a way to download simulator for the tab or should we tweak the existing simulator? -- You received this message because you are subscribed to the

[android-developers] Adding permission in framework.

2010-09-13 Thread Rahul Garg
How can I add some permission in framework , is it any way to do this ?? -- 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] Android power

2010-09-09 Thread rahul kumar
Hi, I have developed an application,From where I would like to make the system sleep for which I tried the goToSleep(Long time); function of PowerManager to make it sleep.This is not working,BcoZ now in android 2.1 only system processes can Usethis function to make system sleep. Do any one

[android-developers] Re: Strange ActivityNotFoundException

2010-08-22 Thread Rahul Garg
=android.intent.category.LAUNCHER / /intent-filter /activity /application /manifest I hope it will work. -- Rahul On Aug 23, 10:54 am, Matt hansen.matt...@gmail.com wrote: The error I receive is, android.content.ActivityNotFoundException: Unable to find explicit activity class

[android-developers] Re: AutoCompleteTextView

2010-08-16 Thread Rahul Garg
exact requirement. -- Rahul Garg On Aug 17, 9:45 am, Randy McEoin rmce...@gmail.com wrote: I have this same problem and would also be interested in the solution. On Jun 24, 4:38 am, praveena ankitha ensisinf...@gmail.com wrote: hi all, I have One AutocompleTextView and I want to make

[android-developers] Get Video Thumbnail For Android OS Version 1.5

2010-08-11 Thread Rahul
hi i want to retrive the videos thumbnail for Android OS 1.5 And 1.6.MediaStore.Video.Thumbnails. this class is only work for android 2.0 and more. So please tel me is there any way to retrive the videos from SDCARD in 1.5 and 1.6. Please give me reply urgent . Thanks -- You received this

[android-developers] Re: Documentation on Rendered scripts used in Live wallpapers

2010-08-10 Thread rahul
the images? Regards, Rahul On Aug 6, 5:27 am, Romain Guy romain...@android.com wrote: This is not a public API. On Thu, Aug 5, 2010 at 4:40 PM, rahul rahulii...@gmail.com wrote: Hi, I have just started working on the live wallpapers and have gone through some examples (Fountain

[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread Rahul
Hi, I have the same problem too... Can anyone tell me how to insert huge amount of data(say 30-40 mb of images) on my application... On Aug 9, 3:54 pm, sunrises surya@gmail.com wrote: Hi, I am working with android2.2 and I have large no.of Image files and total size of those files more

[android-developers] DeviceMonitor]Failed to start monitoring Device-number

2010-08-05 Thread Rahul Garg
. -- Rahul Garg -- 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] Documentation on Rendered scripts used in Live wallpapers

2010-08-05 Thread rahul
know where to start from ? Thanks in advance. Rahul -- 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

[android-developers] benchmarking /stress testing android applications

2010-07-29 Thread rahul jain
Hi there ! What are the third party tools available for benchmarking mobile applications. I mean stress testing, measuring how many users it can handle or the complexity of my application. Thanks. Rahul -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How get all the list of prebuilt/native applications list

2010-07-29 Thread rahul india
Hi All, I checking for the code which should provide all the prebuil/native applications lists so that i can give permission for only those applications to access my application.. is this possible?? Please share ur comments on this... Thax in advance Regards, Rahul. -- You received

[android-developers] debugging just the apk file

2010-07-14 Thread rahul jain
the app. Rahul -- 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

[android-developers] xcode equivalent for android development

2010-07-13 Thread rahul jain
Hi there !, Whats the xcode equivalent for android ? ..like i would like to see crash viewer, log viewer and etc. Thanks. RJ -- 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 many Database we can open/access at same time from our application?

2010-07-09 Thread Rahul
I am working on one task where I have to work with multiple sqlite database files which are downloaded from different location and then they are merged together. can any one tell me that how many sqlite database I can access at a same time from my android application as right now my current

[android-developers] How i can make the EditTextView work same as RichTextBox or control along with Spell Check

2010-07-01 Thread Rahul
Hi, I am want to implement such functionality with editText view like when user enter text in it, if there is a spelling mistakes then it will high light that specific word with red underline. Then User can tap on that word and application provides a list of suggestions for words. User can select

[android-developers] How to retrieve Emails stored on Android Device?

2010-07-01 Thread Rahul
HI, I have working on one task and I wanted to retrieve the email messages which are stored on Device into my application same as we can do with SMS messages. Can any one help me that how I can do that? If we cant retrieve email messages then any specific reason given by Google or Android it

[android-developers] ListView Out Of Memory Problem

2010-06-22 Thread Rahul
I have one listView and i am trying to add minimum 4000 row in list view but when i scrolling the list up to 800 row it showing out of memory error and the application is crashing i dont understand what is the problem for listView . i am using following code for that and Using Array adapter

Re: [android-developers] how to parse this string using json

2010-06-16 Thread rahul jain
Sorry there was typo. I meant String s = [{id: 1, fields: {Name: hello1, Age: 10 }}, {id: 2, fields: {Name: hello2, Age: 12}}] I am not able to convert this into JSON array. --RJ On Tue, Jun 15, 2010 at 10:15 PM, Frank Weiss fewe...@gmail.com wrote: Sorry, I though you knew JSON better.

[android-developers] Re: Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2010-06-15 Thread Rahul Garg
I have already done that. On Jun 14, 2:25 pm, SREEHARI sreehari.madhusooda...@wipro.com wrote: HiRahul, If u added uses-library android:name=com.google.android.maps / already, the problem will be due to map key. Try creating map key in he right way. Regards, SREEHARI. -- You received

[android-developers] how to parse this string using json

2010-06-15 Thread rahul jain
String s = [{id: 1, fields: {Name: hello1, Age: 10 }}, {id: 2, model: fields: {Name: hello2, Age: 12}}] I get error when I do this jObject = new JSONObject(s); --RJ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2010-06-14 Thread Rahul Garg
the activity, in logcat it is showing that package package name requires unavailable shared library com.google.android.maps ; Ignoring. Please suggest me some solution. Regards Rahul Garg -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Touch events

2010-06-04 Thread rahul
Hi i was able to see that the events goes in the WindowManagerService.java, Can you please let me know where exactly (which method is used to cancel the events) it is done. Thanks and Regards, Rahul On May 26, 9:55 pm, john wang altavista.w...@gmail.com wrote: in WindowManagerService.java 2010

[android-developers] Re: Map is not dispalying in the android emulator

2010-06-02 Thread Rahul
Hi, Can you plz post some code so that all the developers could evaluate the code and tell you the mistake you made. Hope that you have generated the API key correctly. If you are looking for some sample code then you can mail me... On Jun 3, 9:44 am, aswini aswin...@gmail.com wrote: Hi , I

<    1   2   3   4   5   6   7   >