Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-08-02 Thread Huzaifa Jariwala
I would also like to add that, I have tried restarting the device but to no 
luck.
 
Regards,
Huzaifa.

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-08-02 Thread Huzaifa Jariwala
Hi all,
 
I have the same problem as faced by shruthi except that when I enter the 
google account details, my device cannot connect to server as my wifi is 
switched off. I am using android ice cream sandwich on my X-touch tablet 
and to activate wifi i need to enter inside the device. Is there a way 
around this. Any help will be highly appreciated.
 
Regards,
Huzaifa.

 

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-05-18 Thread Shruthi Varma
Thanks for your suggestion. I don't know whether my expected behavior is
correct. But I am sure receiving an incoming call is of high priority in an
android phone. So, what if the user is not capable of taking calls when the
progressDialog is running. If the progressDialog is hidden to take the
call, it can again be made visible after the user has cut the call.
This behavior can be seen in any app, but not here.

Regards,
Shruthi.



On Thu, May 17, 2012 at 3:00 PM, Daniel Drozdzewski 
daniel.drozdzew...@gmail.com wrote:

 Shruthi,

 1. This is wrong forum.
 2. It is questionable, whether your expected behaviour is the correct
 one. If it were correct, it would present a backdoor to secured phone.
 Security that can be subverted is not a security.





 On 17 May 2012 10:24, Shruthi Varma shruthi.tlis...@gmail.com wrote:
  Hi All,
 
  There is a bug in Base IceCream Sandwitch Android code because I
 encountered
  a problem in Google Nexus phone having Android 4.0 (Ice Cream Sandwich).
 
  [Steps]
  1. Set up a Gmail account in an Android device.
  2. Set up a Security lock, may be a Pin/ pattern Screen Lock in
  Setting - Security and lock the phone (by pressing power button).
  3. Phone screen is locked with PIN/ Pattern. Enter wrong  PIN/ Pattern 5
  times and phone displays Forgot PIN?.
  4. Press Forgot PIN, enter correct gmail account and password, then
 press
  Sign in, phone is checking i.e a ProgressDialog box appears displaying
  checking on the screen.
  5. Give a call to this device from any other device during this time when
  the deice is checking the Gmail credentials. We can see the incoming call
  Screen in the background of the ProgressDialog as seen in the screenshot
  attached. Hence the user cannot answer the call till it finishes checking
  and dismiss the dialog box.
 
  Hence, we cannot answer the incoming call during checking gmail account
 when
  user forgot PIN code.
 
 
  The code to this dialog box is in android base ICS -
 
 (frameworks/base/policy/src/com/android/internal/policy/impl/AccountUnlockScreen.java).
  You can access this code here. (Please a take a look
 at getProgressDialog()
  method in here. The progressDialog is hidden after getting the results
 or in
  cleanUp() method.)
 
 
  Please help me fixing this issue.
 
 
  Thanks and Regards,
 
  Shruthi.
 
  --
  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, visit this group at
  http://groups.google.com/group/android-developers?hl=en



 --
 Daniel Drozdzewski

 --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-05-18 Thread Jason Teagle

I don't know whether my expected behavior is correct.


I would say it *is* correct. Consider the case where your phone is in 
someone else's hands, and a call comes in that is of a sensitive nature. 
Would you want them answering that call and pretending to be you?


Until the process of authorizing is complete, whoever has the phone - even 
you - is considered *not* the valid owner of the phone. The phone can't tell 
it's really you - Joe Bloggs could pick up your phone, type in a random pin, 
and click Forgot PIN? The fact that it is the Forgot PIN mechanism *doesn't* 
mean it's *definitely* the rightful owner using it. That's exactly the kind 
of trick a hacker would try - looking for loopholes in / during the 
validation mechanisms.



--
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-05-18 Thread Kristopher Micinski
Your point is at a high level, it's not a bug per se, in the
outright sense, so it's more likely going to be perceived as a
feature.

Along with this being the wrong list, I doubt that you'll get this
fixed even if you submit a patch..

kris

On Fri, May 18, 2012 at 8:33 AM, Shruthi Varma
shruthi.tlis...@gmail.com wrote:
 Thanks for your suggestion. I don't know whether my expected behavior is
 correct. But I am sure receiving an incoming call is of high priority in an
 android phone. So, what if the user is not capable of taking calls when the
 progressDialog is running. If the progressDialog is hidden to take the call,
 it can again be made visible after the user has cut the call.
 This behavior can be seen in any app, but not here.

 Regards,
 Shruthi.



 On Thu, May 17, 2012 at 3:00 PM, Daniel Drozdzewski
 daniel.drozdzew...@gmail.com wrote:

 Shruthi,

 1. This is wrong forum.
 2. It is questionable, whether your expected behaviour is the correct
 one. If it were correct, it would present a backdoor to secured phone.
 Security that can be subverted is not a security.





 On 17 May 2012 10:24, Shruthi Varma shruthi.tlis...@gmail.com wrote:
  Hi All,
 
  There is a bug in Base IceCream Sandwitch Android code because I
  encountered
  a problem in Google Nexus phone having Android 4.0 (Ice Cream Sandwich).
 
  [Steps]
          1. Set up a Gmail account in an Android device.
          2. Set up a Security lock, may be a Pin/ pattern Screen Lock in
  Setting - Security and lock the phone (by pressing power button).
  3. Phone screen is locked with PIN/ Pattern. Enter wrong  PIN/ Pattern 5
  times and phone displays Forgot PIN?.
  4. Press Forgot PIN, enter correct gmail account and password, then
  press
  Sign in, phone is checking i.e a ProgressDialog box appears displaying
  checking on the screen.
  5. Give a call to this device from any other device during this time
  when
  the deice is checking the Gmail credentials. We can see the incoming
  call
  Screen in the background of the ProgressDialog as seen in the screenshot
  attached. Hence the user cannot answer the call till it finishes
  checking
  and dismiss the dialog box.
 
  Hence, we cannot answer the incoming call during checking gmail account
  when
  user forgot PIN code.
 
 
  The code to this dialog box is in android base ICS -
 
  (frameworks/base/policy/src/com/android/internal/policy/impl/AccountUnlockScreen.java).
  You can access this code here. (Please a take a look
  at getProgressDialog()
  method in here. The progressDialog is hidden after getting the results
  or in
  cleanUp() method.)
 
 
  Please help me fixing this issue.
 
 
  Thanks and Regards,
 
  Shruthi.
 
  --
  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, visit this group at
  http://groups.google.com/group/android-developers?hl=en



 --
 Daniel Drozdzewski

 --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en


 --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Error in Base IceCream Sandwitch Android code.

2012-05-17 Thread Shruthi Varma
Hi All,

There is a bug in Base IceCream Sandwitch Android code because I
encountered a problem in Google Nexus phone having Android 4.0 (*Ice Cream
Sandwich*).

[Steps]
1. Set up a Gmail account in an Android device.
2. Set up a Security lock, may be a Pin/ pattern Screen Lock in
Setting - Security and lock the phone (by pressing power button).
3. Phone screen is locked with PIN/ Pattern. Enter wrong  PIN/ Pattern 5
times and phone displays Forgot PIN?.
4. Press Forgot PIN, enter correct gmail account and password, then press
Sign in, phone is checking i.e a ProgressDialog box appears displaying
checking on the screen.
5. Give a call to this device from any other device during this time when
the deice is checking the Gmail credentials. We can see the incoming call
Screen in the background of the ProgressDialog as seen in the screenshot
attached. Hence the user cannot answer the call till it finishes checking
and dismiss the dialog box.

Hence, we cannot answer the incoming call during checking gmail account
when user forgot PIN code.

The code to this dialog box is in android base ICS -
(frameworks/base/policy/src/com/android/internal/policy/impl/AccountUnlockScreen.java).
You can access this code
herehttp://source-android.frandroid.com/frameworks/base/policy/src/com/android/internal/policy/impl/AccountUnlockScreen.java.
(Please a take a look at getProgressDialog() method in here. The
progressDialog is hidden after getting the results or in cleanUp() method.)


Please help me fixing this issue.


Thanks and Regards,

Shruthi.

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-05-17 Thread Daniel Drozdzewski
Shruthi,

1. This is wrong forum.
2. It is questionable, whether your expected behaviour is the correct
one. If it were correct, it would present a backdoor to secured phone.
Security that can be subverted is not a security.





On 17 May 2012 10:24, Shruthi Varma shruthi.tlis...@gmail.com wrote:
 Hi All,

 There is a bug in Base IceCream Sandwitch Android code because I encountered
 a problem in Google Nexus phone having Android 4.0 (Ice Cream Sandwich).

 [Steps]
         1. Set up a Gmail account in an Android device.
         2. Set up a Security lock, may be a Pin/ pattern Screen Lock in
 Setting - Security and lock the phone (by pressing power button).
 3. Phone screen is locked with PIN/ Pattern. Enter wrong  PIN/ Pattern 5
 times and phone displays Forgot PIN?.
 4. Press Forgot PIN, enter correct gmail account and password, then press
 Sign in, phone is checking i.e a ProgressDialog box appears displaying
 checking on the screen.
 5. Give a call to this device from any other device during this time when
 the deice is checking the Gmail credentials. We can see the incoming call
 Screen in the background of the ProgressDialog as seen in the screenshot
 attached. Hence the user cannot answer the call till it finishes checking
 and dismiss the dialog box.

 Hence, we cannot answer the incoming call during checking gmail account when
 user forgot PIN code.


 The code to this dialog box is in android base ICS -
 (frameworks/base/policy/src/com/android/internal/policy/impl/AccountUnlockScreen.java).
 You can access this code here. (Please a take a look at getProgressDialog()
 method in here. The progressDialog is hidden after getting the results or in
 cleanUp() method.)


 Please help me fixing this issue.


 Thanks and Regards,

 Shruthi.

 --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en



-- 
Daniel Drozdzewski

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Error in Base IceCream Sandwitch Android code.

2012-05-17 Thread Justin Anderson
http://source.android.com/community/index.html

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Thu, May 17, 2012 at 3:30 AM, Daniel Drozdzewski 
daniel.drozdzew...@gmail.com wrote:

 Shruthi,

 1. This is wrong forum.
 2. It is questionable, whether your expected behaviour is the correct
 one. If it were correct, it would present a backdoor to secured phone.
 Security that can be subverted is not a security.





 On 17 May 2012 10:24, Shruthi Varma shruthi.tlis...@gmail.com wrote:
  Hi All,
 
  There is a bug in Base IceCream Sandwitch Android code because I
 encountered
  a problem in Google Nexus phone having Android 4.0 (Ice Cream Sandwich).
 
  [Steps]
  1. Set up a Gmail account in an Android device.
  2. Set up a Security lock, may be a Pin/ pattern Screen Lock in
  Setting - Security and lock the phone (by pressing power button).
  3. Phone screen is locked with PIN/ Pattern. Enter wrong  PIN/ Pattern 5
  times and phone displays Forgot PIN?.
  4. Press Forgot PIN, enter correct gmail account and password, then
 press
  Sign in, phone is checking i.e a ProgressDialog box appears displaying
  checking on the screen.
  5. Give a call to this device from any other device during this time when
  the deice is checking the Gmail credentials. We can see the incoming call
  Screen in the background of the ProgressDialog as seen in the screenshot
  attached. Hence the user cannot answer the call till it finishes checking
  and dismiss the dialog box.
 
  Hence, we cannot answer the incoming call during checking gmail account
 when
  user forgot PIN code.
 
 
  The code to this dialog box is in android base ICS -
 
 (frameworks/base/policy/src/com/android/internal/policy/impl/AccountUnlockScreen.java).
  You can access this code here. (Please a take a look
 at getProgressDialog()
  method in here. The progressDialog is hidden after getting the results
 or in
  cleanUp() method.)
 
 
  Please help me fixing this issue.
 
 
  Thanks and Regards,
 
  Shruthi.
 
  --
  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, visit this group at
  http://groups.google.com/group/android-developers?hl=en



 --
 Daniel Drozdzewski

 --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en