[android-developers] Re: Detect SMS sending limitation

2012-04-03 Thread Jawwad Farooq
Any further comments? Thanks On Mar 29, 6:32 pm, Mark Murphy mmur...@commonsware.com wrote: On Thu, Mar 29, 2012 at 3:33 AM, Jawwad Farooq jawwad.far...@gmail.com wrote: Is there still a limitation on sendingSMSin Android 2.2+ versions? In Android 2.2, an App can't send more than 100

[android-developers] Detect SMS sending limitation

2012-03-29 Thread Jawwad Farooq
Hi All, Is there still a limitation on sending SMS in Android 2.2+ versions? In Android 2.2, an App can't send more than 100 messages in an hour. And if this limitation is removed in later versions of Android, is there any standard way to detect that if the phone can send more than 100 messages

[android-developers] SQLite returned: error code = 14

2012-03-28 Thread Jawwad Farooq
Hi All, I am trying to read db file through a PhoneGap App but receiving sqlite returned: error code = 14, msg = cannot open file at source line 25467 exception. I am unable to figure it out why this happens. The db file is there and everything is fine to my knowledge. Your response is highly

[android-developers] ON BOOT RECEIVER

2011-02-11 Thread Jawwad Farooq
Hi All, Kindly tell me how my application can be notified of the device boot? My application is stored on the external memory Please Help Jawwad Farooq -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: ON BOOT RECEIVER

2011-02-11 Thread Jawwad Farooq
I mentioned this intent ACTION_EXTERNAL_APPLICATIONS_AVAILABLE in the manifest file but it didn't work. Can u kindly explain the reason ? On Feb 12, 2:07 am, Mark Murphy mmur...@commonsware.com wrote: On Fri, Feb 11, 2011 at 4:0i1 PM, Jawwad Farooq jawwad.far...@gmail.com wrote: Kindly

[android-developers] Re: ON BOOT RECEIVER

2011-02-11 Thread Jawwad Farooq
/ action android:name=android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE/ /intent-filter /receiver On Feb 12, 2:16 am, Mark Murphy mmur...@commonsware.com wrote: On Fri, Feb 11, 2011 at 4:12 PM, Jawwad Farooq jawwad.far...@gmail.com wrote

[android-developers] Programatically assigning String value as 'Id'

2011-02-07 Thread Jawwad Farooq
Hi All, I want to know, Is there any way to assign string value as ID for the component programatically. I am doing something like this: TextView textView = new TextView(this) ; textView.setText(hello) ; textView.setId(10) ; But need some method which assigns my string value as ID... Like

Re: [android-developers] Programatically assigning String value as 'Id'

2011-02-07 Thread Jawwad Farooq
But in my case that resource does not exist. I have to dynamically create and assign ID to that. Kostya Vasilyev wrote: http://developer.android.com/reference/android/content/res/Resources.html#getIdentifier(java.lang.String, java.lang.String, java.lang.String) 07.02.2011 13:34, Jawwad

[android-developers] How to have a Service, un-killed by any task killer

2011-01-16 Thread Jawwad Farooq
Hi, I want to have a service that will not be killed by any task killer. Can you please give some code snippet for that Regards, Jawwad Farooq -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Any tried 'PhoneUsage' application

2011-01-10 Thread Jawwad Farooq
Hi, Can anyone tell me which Chart/Graph's API were used in Phone Usage application?? That application has wonderful graphs. Regards, Jawwad Farooq -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Any tried 'PhoneUsage' application

2011-01-10 Thread Jawwad Farooq
://www.kbeanie.com On Tue, Jan 11, 2011 at 12:08 PM, Jawwad Farooq jawwad.far...@gmail.comwrote: Hi, Can anyone tell me which Chart/Graph's API were used in Phone Usage application?? That application has wonderful graphs. Regards, Jawwad Farooq -- You received this message because you

[android-developers] Unknown application a large number of SMS messages are being sent. Select OK to continue, or Cancel to stop sending

2011-01-04 Thread Jawwad Farooq
Hi, My application is sending around 300 messages in a go. But after sending about 100 messages, an Alert appears each time before sending the remaining messages. Alert says: Unknown application a large number of SMS messages are being sent. Select OK to continue, or Cancel to stop sending If

[android-developers] Re: SMS sending through HTC Desire

2011-01-04 Thread Jawwad Farooq
Yes I am calling from another phone on my development phone ... On Dec 31 2010, 9:05 pm, TreKing treking...@gmail.com wrote: On Thu, Dec 30, 2010 at 2:22 AM, Jawwad Farooq jawwad.far...@gmail.comwrote: I make a call to my number and got the busy tone. Please tell me you mean you used

[android-developers] Re: SMS sending through HTC Desire

2011-01-04 Thread Jawwad Farooq
...@googlegroups.com] On Behalf Of TreKing Sent: Friday, December 31, 2010 11:06 AM To: android-developers@googlegroups.com Subject: Re: [android-developers] SMS sending through HTC Desire On Thu, Dec 30, 2010 at 2:22 AM, Jawwad Farooq jawwad.far...@gmail.com wrote: I make a call to my number and got

[android-developers] SMS sending through HTC Desire

2010-12-30 Thread Jawwad Farooq
Hi All, I am facing a very weird situation while sending SMS. The problem is: I am going to send SMS to multiple receipients(about 10) through built-in application, and just after pressing the 'Send' message button, I make a call to my number and got the busy tone. From this I got that whenever

[android-developers] Re: Available databases for Android

2010-12-15 Thread Jawwad Farooq
While surfing I found a very very useful resource: http://tordtech.blogspot.com/search/label/Benchmarking Please have a look .. On Dec 15, 10:40 am, Jawwad Farooq jawwad.far...@gmail.com wrote: Thanks for the link But I only need the benchmarks for available Android databases

[android-developers] Available databases for Android

2010-12-14 Thread Jawwad Farooq
Hi All, Can you please mention some of the databases like SQLite to use in Android applications?? Regards, Jawwad Farooq -- 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] Re: Available databases for Android

2010-12-14 Thread Jawwad Farooq
Thanks to all of you Still looking for other answers On Dec 14, 9:28 pm, Bret Foreman bret.fore...@gmail.com wrote: http://www.theregister.co.uk/2010/03/24/oracle_berkeley_db_android/ On Dec 14, 8:22 am, Jake Basile jakerbas...@gmail.com wrote: The only built in option is

[android-developers] Re: Available databases for Android

2010-12-14 Thread Jawwad Farooq
No, I don't want to have such type of complex functionality on the phone. But for the knowledge and to make the performance comparison among all the available DBs. On Dec 14, 9:38 pm, Bret Foreman bret.fore...@gmail.com wrote: Regarding the Berkeley DB, you should remember that of complex

[android-developers] Re: Available databases for Android

2010-12-14 Thread Jawwad Farooq
Thanks for the link But I only need the benchmarks for available Android databases.. Any other link?? On Dec 14, 10:00 pm, Bret Foreman bret.fore...@gmail.com wrote: Here's a list of the standard DB performance metrics:http://www.tpc.org/tpcc/ Which ones are you interested in? -- You

[android-developers] Re: Browse Window

2010-12-08 Thread Jawwad Farooq
Thanks Murphy for the help . Is there any other options to do this... ? On Dec 7, 6:56 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Dec 7, 2010 at 8:52 AM, Jawwad Farooq jawwad.far...@gmail.com wrote: I want to open a window and in that show the directories and files

[android-developers] Browse Window

2010-12-07 Thread Jawwad Farooq
Hi, I want to open a window and in that show the directories and files in that. Kindly tell me is there any component available that has all the required features. In simple words, I need a Browse window... Plz Help.. Regards Jawwad -- You received this message because you are