[android-developers] Checking if phone is ROOTED

2011-02-16 Thread mikedroid
how to determine if the phone is rooted or not? does FACTORY_RESET flag can be useD? -- 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, s

[android-developers] creating of explicit Accounts but with no Syncing involve

2010-11-04 Thread mikedroid
I need to create our own account and we do not need the syncing attached to it , so is there a way to just create an explicit account without the Sync service since i really don't need it we are going to implement our own, in fact the contacts source is messed up in this api . Any help? thanks --

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-10-04 Thread mikedroid
you still need the snippet? > > On second thought, your email seems to be deleted. Oh well. > > Salamat! > > -Zarah. > > On Oct 4, 10:10 am, mikedroid wrote: > > > > > actually we had a small workaround but i guess ifsamsungwill not > > update soon(

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-10-03 Thread mikedroid
or the meantime I managed to get > around it by disabling the button to access the phonebook using > PackageManager so that users won't be confused. > > -Zarah. > > On Oct 1, 9:10 am, mikedroid wrote: > > > > > actually it does show me a list (calling ACTIO

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-10-03 Thread mikedroid
disabling the button to access the phonebook using > PackageManager so that users won't be confused. > > -Zarah. > > On Oct 1, 9:10 am, mikedroid wrote: > > > > > actually it does show me a list (calling ACTION_VIEW or ACTION_PICK) >

[android-developers] Re: What is the URI for the Contacts content provider on Samsung phones? ActivityNotFoundException:

2010-09-30 Thread mikedroid
still not Contacts.UI.LIST_ALL_CONTACTS_ACTION , tried it On Aug 5, 12:21 am, Dmitri Plotnikov wrote: > You are right - I forgot that this intent is hidden API. > > Ironically, the deprecated equivalent Contacts.UI.LIST_ALL_CONTACTS_ACTION > is public and therefore is supposed to work.  ;) > > >

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-09-30 Thread mikedroid
How did you handle this on your end? > > -Zarah. > > On Sep 30, 1:04 pm, mikedroid wrote: > > > > > yes im having this problem also hope they can check it soon > > > On Sep 28, 12:45 am, Zarah Dominguez > > wrote: > > > > Hi Alberto, > >

[android-developers] Re: Problem with reading contacts on Samsung Galaxy Europa

2010-09-29 Thread mikedroid
yes im having this problem also hope they can check it soon On Sep 28, 12:45 am, Zarah Dominguez wrote: > Hi Alberto, > > Sorry, I only saw this thread again today. > > I wasn't able to launch the Phonebook, I just added a small bit of > code to check if there is someone who can receive the phone

[android-developers] Re: Adding Contacts in Custom account 2.2

2010-09-22 Thread mikedroid
> > You can either supply your own contact editor and supply activities > for editing andaddingcontactsto your account or wait for a fix from > Google. The first option results in a very shabby user experience and > the second option is not going to happen anytime soon. > > On 13 S

[android-developers] Adding Contacts in Custom account 2.2

2010-09-13 Thread mikedroid
I created a custom account that will create my own contacts but using the ContactsContract that is new in the sdk, when i already provided values and seems like called every method and constant to be used, the only thing that shows in the EditContactActivity and ofcourse having my own account for i

[android-developers] ByPass UI for Activiating DevicePolicyManager

2010-09-05 Thread mikedroid
I need to bypass the Activity upon enabling the DevicePolicy in my device, so far it will still ask the user to activate or cancel it, Is there a workaround on how to remove this UI and implicitly enabled the admin policy ? -- You received this message because you are subscribed to the Google Gro

[android-developers] Simulate the SIM in the emulator how to do that?

2010-04-23 Thread mikedroid
Im actually testing it in an actual device so how about if no device is available? -- 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

[android-developers] How to send DTMF?

2010-04-06 Thread mikedroid
Im doing this project and im stuck in thinking about having : while on call (im talking to Voice response system) and my code needs to dial dtmf without the user knowing it how do i do that in Android? -- You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Re: how to do hide and activity when there is an activity on top redirecting me to home screen

2010-03-03 Thread mikedroid
?? On Mar 3, 7:52 pm, James Wang wrote: > startActivity(HOME) when clicking hide button. -- 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 gro

[android-developers] how to do hide and activity when there is an activity on top redirecting me to home screen

2010-03-03 Thread mikedroid
example scenario is: from login screen - main screen - then when i clicked a hide button inside the mainscreen, the app will need to go in the home screen, and when im going to click the app again the main screen would be called and not the login screen -- You received this message because you

[android-developers] HTTPS connection in Android how to do it?

2009-07-29 Thread mikedroid
Hi i am currently need to log in to a website with a username and password supplied to a https scheme but certificate not trusted how to do it in android code? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "A

[android-developers] Re: WebView and HTTP Post requests

2009-07-29 Thread mikedroid
but how do you pass that cookie which is a sessionsId for the webview to continue the with the link you wanted to go to? On Jul 19, 2:35 am, DGupta wrote: > Yeah so thats basically what I had to do,except if I got the Cookies > from the HttpResponse by asking for the Set-Cookie headers and placi