kishida0 / pandroid

Automatically exported from code.google.com/p/pandroid
0 stars 0 forks source link

UI is blank during recovery mode on panda #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.) download and build a AOSP, flash it to pandaboard A1 or A2.
2.) create a incremental update package.
3.) adb push incremental.zip /cache 
4.) edit a file named 'command', -update_package=/cache/incremental.zip
5.) adb push command /cache/recovery 
6.) adb reboot recovery

What is the expected output? What do you see instead?
1.) We can update system successfully,but the UI is totally blank during the 
whole process of recovery.  
2.) The correct behavior is that we can see the UI,the robot and the progress 
bar.

What version of the product are you using? On what operating system?
1.) Device: pandaboard 
2.) System on device: Android ICS 4.0~4.4

Please provide any additional information below.
I reported this bug on this 
https://code.google.com/p/android/issues/detail?id=36053&q=Recovery%20UI&colspec
=ID%20Type%20Status%20Owner%20Summary%20Stars 

Original issue reported on code.google.com by jiuxian....@gmail.com on 7 Aug 2012 at 8:10