[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,

[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
a workaround, do 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 michan...@gmail.com wrote: actually we had a small workaround but i guess ifsamsungwill not update soon(although we did catch

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

2010-10-03 Thread mikedroid
the button to access the phonebook using PackageManager so that users won't be confused. -Zarah. On Oct 1, 9:10 am, mikedroid michan...@gmail.com wrote: actually it does show me a list (calling ACTION_VIEW or ACTION_PICK) using ContactsContract.Contacts.CONTENT_URI. but we wanted to call

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

2010-10-03 Thread mikedroid
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 michan...@gmail.com wrote: actually it does show me a list (calling ACTION_VIEW or ACTION_PICK) using

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

2010-09-30 Thread mikedroid
did you handle this on your end? -Zarah. On Sep 30, 1:04 pm, mikedroid michan...@gmail.com wrote: yes im having this problem also hope they can check it soon On Sep 28, 12:45 am, Zarah Dominguez zarah.doming...@gmail.com wrote: Hi Alberto, Sorry, I only saw this thread again

[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 dplotni...@google.com 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

[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 zarah.doming...@gmail.com 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

[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 Sep, 12:06, mikedroid michan

[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

[android-developers] ByPass UI for Activiating DevicePolicyManager

2010-09-06 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

[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

[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

[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 jameswangc...@gmail.com 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

[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 kaiserollofd...@gmail.com wrote: Yeah so thats basically what I had to do,except if I got the Cookies from the HttpResponse by asking for the

[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