History log of /packages/apps/Phone/src/com/android/phone/OtaStartupReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ff536c7c948593910f19a6476ef4bc218104c5a2 23-Sep-2011 Meng Hu <meng.hu@sta.samsung.com> Don't do OTA activation until the net is ready.

Occasionally OTA activation starts before the network is available.
A dialog pops up showing "Mobile network is not available". Now delay
starting the OTA activation until the network is available.

bug:5584633
Change-Id: I6e651eebfe58188fb085acf2905287cbd16a02d9
/packages/apps/Phone/src/com/android/phone/OtaStartupReceiver.java
c3098c14cb1c0444d61ba1b6d0b81175e93bbd75 27-Jan-2011 David Brown <dab@google.com> Clean up remaining STOPSHIPs in apps/Phone

- InCallScreen now logs a wtf (rather than crashing) if we somehow launch
it on a non-voice-capable device

- Removed STOPSHIP comments in OtaUtils and OtaStartupReceiver, but I'm
still leaving verbose logging enabled at the request of the telephony
team (because we're still seeing OTASP issues in the field and need all
the debugging info we can get.)

Bug: 3396883
Change-Id: I0e2a99d59698c71721fa29d0b8a3bf1cc58bcd6d
/packages/apps/Phone/src/com/android/phone/OtaStartupReceiver.java
3e651fd2b8bc3b43ad2af296e6c720363a3af900 12-Jan-2011 Wink Saville <wink@google.com> Enable/add debugging to OtaUtils and OtaStartupReceiver.

There have been times when we OTASP is needed but it is not automatically
detected. Enable and add debugging so that if it happens we have more
information available for diagnosing the problem.

Bug: 3339109
Change-Id: Ic9a465735d49405395768df9d38d513b508055ac
/packages/apps/Phone/src/com/android/phone/OtaStartupReceiver.java
d3a8a3a138614071a7a8020e1579048c411abd78 21-May-2010 Wink Saville <wink@google.com> Cleanup OTASP use in OtaStartupReceiver.

Make isCdmaPhone private in OtaUtils.

Rename TelephonyCapabilities.supportsOTAProvisioning to
supportsOtasp.

Add PhoneApp.getPhone().

Change-Id: I2406864a7c4ce2e3f56d97d6dd678df2c22160cf
/packages/apps/Phone/src/com/android/phone/OtaStartupReceiver.java
839b14d460986608fe577f89f789de854dc85b58 26-Aug-2009 Jim Miller <jaggies@google.com> Integrate CDMA provisioning into SetupWizard. Fixed trailing whitespace.
/packages/apps/Phone/src/com/android/phone/OtaStartupReceiver.java
f70a0e98ae18491cbd52ce8f6c4e613d4a9afd94 04-Aug-2009 Paul Berman <paul.berman@motorola.com> Fix startup timing issue with OTA

Fix OTA issue where OTAStartupReceiver tries to check for an invalid MIN
on startup to determine whether phone has been provisioned yet,
but MIN value has not yet been retrieved from FW and we receive a null value,
preventing OTA startup. We now register for a message from FW to ensure
we get our unprovisioned MIN value and not null.
/packages/apps/Phone/src/com/android/phone/OtaStartupReceiver.java
af684393e2c6d0c051b9d5a189c2cd1de2506831 16-Jul-2009 Wink Saville <wink@google.com> Rebase against latest changes.
/packages/apps/Phone/src/com/android/phone/OtaStartupReceiver.java