User Arun Thakkar - Stack Overflowmost recent 30 from stackoverflow.com2009-12-02T14:05:13Zhttp://stackoverflow.com/feeds/user/96927http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/832940/programmatically-lock-and-unlock-screen-of-iphone1Programmatically Lock and unlock Screen of iPhone .Arun Thakkar2009-05-07T04:57:35Z2009-09-19T02:28:43Z
<p>Hello Everyone.
Hope you all are fine and of course are in your best of mood today.</p>
<p>one question Ping my mind everyday I start my work with SDK and iPhone.</p>
<p>Question is....</p>
<p>"How do i Programmatically lock and unlock main screen of an iPhone"
mean by i want to Lock and unlock device not an application.</p>
<p>since i newbie in iPhone, i don't know how its Possible.</p>
<p>so kindly help me to find its solution.</p>
<p>Sorry for my wrong english if u found And Thanks for your Support.</p>
http://stackoverflow.com/questions/910592/upgrading-new-os-in-iphone0upgrading new os in iPhone [closed]Arun Thakkar2009-05-26T13:10:38Z2009-05-26T13:10:38Z
<p>Hello Every one,
Hope you all are fine and also in your best of moods.</p>
<p>I have a problem regarding installation of new os in to my iPhone.</p>
<p>see, i have an iPhone which had 1.1.4 os in it, so i updated it with os 2.2.1, but after updation i am not getting anything... mean by I see message Like "Your sim card not supported." </p>
<p>so this problem has put me in trouble. I don't know what to do now??</p>
<p>Please help me to come out from such rubbish Problem. </p>
<p>Thanks you all.</p>
<p>Regards,</p>
<p>Arun Thakkar.</p>
http://stackoverflow.com/questions/887079/how-do-i-change-color-of-letters-of-sectionindextitlesfortableview0How do i change color of letters of sectionIndexTitlesForTableView?Arun Thakkar2009-05-20T09:40:56Z2009-05-20T15:42:06Z
<p>Hello Everyone,
Hope you all are fine and also in best of your moods.</p>
<p>I have a little problem kindly help me to get its solution.</p>
<p>my Problem is:</p>
<p>I am using vertical search in my application, using method sectionIndexTitlesForTableView() of tableview i get all Character listed from top to bottom at rightside.</p>
<p>But this letters have fixed color. i need to change this color. Since i newbie i don't know how to deal with it.</p>
<p>Please help to get solution.</p>
<p>Thanks, and sorry if you found me with wrong english.</p>
http://stackoverflow.com/questions/810787/sms-in-iphone1sms in iphoneArun Thakkar2009-05-01T09:32:44Z2009-05-01T10:26:55Z
<p>I want to make use of sms in my iPhone application, i found that its an impossible to integrate whole module of sms in an iphone application, we can just switch over to iPhone's sms application by passing number.</p>
<p>I had tried following bt still i am not able to open inbuilt sms application.</p>
<pre><code>NSString *no = @"9904143445";
NSString *sms = [NSString stringWithFormat:@"smsto:%@",no];
[[UIApplication sharedApplication]openURL:[NSURL URLWithString:sms]];
</code></pre>
<p>kindly help me to find solution.</p>
<p>Thank you.</p>
http://stackoverflow.com/questions/796482/steps-to-upload-an-iphone-application-to-the-appstore6Steps to upload an iPhone application to the AppStoreArun Thakkar2009-04-28T06:36:00Z2009-04-28T17:09:25Z
<p>I want to know the basic steps for uploading my iPhone application to AppStore.</p>
<p>How do I make a provisioning profile using a certificate and what other settings do I need to do to upload an application?</p>
<p>I have just made an application on my iMac using Xcode and the iPhone SDK V2.2.1. What do I need to do for uploading it on the Apple iTunes store?</p>
<p>I am member of that and I have also a distribution certificate.</p>
http://stackoverflow.com/questions/47941/invalid-iphone-application-binary/796465#7964650Answer by Arun Thakkar for Invalid iPhone Application BinaryArun Thakkar2009-04-28T06:28:12Z2009-04-28T06:28:12Z<p>hi to All,</p>
<p>Hope you all are fine and in yours' best of moods today.</p>
<p>I want to know that have you find solution of your problem that you have written above?</p>
<p>I want to know the basic steps for uploading my iPhone application to AppStore.</p>
<p>I even don't know how to made provisioning profile using certificate also not knowing other settings i need to do to upload an application.</p>
<p>I have just made an application on my iMac using xcode-sdk v_2.2.1, now what i need to do for uploading it on apple store .. </p>
<p>I am member of that and I have distribution certificate also.</p>
<p>Sorry for my wrong English.</p>
http://stackoverflow.com/questions/796482/steps-to-upload-an-iphone-application-to-the-appstore/796680#796680Comment by Arun Thakkar on Steps to upload an iPhone application to the AppStoreArun Thakkar2009-04-29T12:48:40Z2009-04-29T12:48:40ZGreat.. You covered all steps.
Thank you for your great support.http://stackoverflow.com/questions/796482/steps-to-upload-an-iphone-application-to-the-appstore/798956#798956Comment by Arun Thakkar on Steps to upload an iPhone application to the AppStoreArun Thakkar2009-04-29T12:47:59Z2009-04-29T12:47:59ZOkay.. I'll go through it as soon as i can
Thank You..