Advertisement
Guest User

Untitled

a guest
Jan 6th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. ==================
  2. Detailed Analysis
  3. ==================
  4.  
  5. - you have 1 frozen system apps; this may (but not necessarily) impact the ability of the OTA's updater-script to update these apps and cause the OTA install to fail
  6.  
  7. - there were 3 failed expressions; see below for the details about these tests that will cause your OTA install to fail
  8.  
  9. - there were 4 bypassed expressions; these are likely due to protected/secured items that this app cannot access and therefore cannot evaluate to determine how they might impact the success of the OTA's installation
  10.  
  11. -------------------------------
  12. Frozen system apps analysis:
  13.  
  14. 1. ASUS Keyboard
  15.  
  16. -------------------------------
  17. statistics:
  18.  
  19. frozen system apps: 1
  20. success count: 464
  21. fail count: 3
  22. ignore count: 464
  23. partition count: 0
  24. protected count: 0
  25. bypassed count: 4
  26.  
  27. Device information:
  28.  
  29. Device: grouper
  30. Maker: asus
  31. Model: Nexus 7
  32. Carrier:
  33. Board: grouper
  34. Name: nakasi
  35. Bootloader: 4.13
  36. Android OS: 4.2.1
  37.  
  38. -------------------------------
  39. updater-script analysis details:
  40.  
  41. BYPASSED: line #337:
  42.  
  43. assert(apply_patch_check("/system/bin/netcfg", "998bb80e91089b5d8e33dac392fd338bb54e20f4", "fbdd747e804f578546a0623fd6290663723b0d94"));
  44.  
  45. ----------------------
  46. BYPASSED: line #347:
  47.  
  48. assert(apply_patch_check("/system/bin/run-as", "a8fd6cd5bec4a4cc80df763c7bd13575d540a180", "c814be0e00ddf5dfa24583e3c4ba262fe960caaa"));
  49.  
  50. ----------------------
  51. BYPASSED: line #931:
  52.  
  53. assert(apply_patch_check("EMMC:/dev/block/platform/sdhci-tegra.3/by-name/LNX:5060608:319331fae14fec8a88063751475fce26bae328e0:5062656:af83f09e77a64ed7ede2adad2a16bd0c12d5d7fd"));
  54.  
  55. (the above text has been copied to the clipboard)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement