nkk71

Untitled

Dec 6th, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. ...
  2. int pw_ui_run(int pwtype)
  3. {
  4. int shutdown_counter = 0;
  5.  
  6. INFO("nkk71_enc: a\n");
  7. if(fb_open(0) < 0)
  8. {
  9. ERROR("Failed to open framebuffer\n");
  10. return -1;
  11. }
  12. INFO("nkk71_enc: b\n");
  13. ...
  14. -------------------------------
  15. kmsg log:
  16.  
  17. [ 45.146251] c1 235 trampoline_encmnt: nkk71_enc: hello
  18. [ 45.146265] c1 235 trampoline_encmnt: nkk71_enc: argv 1 = decrypt
  19. [ 45.146278] c1 235 trampoline_encmnt: nkk71_enc: argument = (null)
  20. [ 45.146300] c1 235 trampoline_encmnt: Loading fstab "/mrom.fstab"...
  21. [ 45.146534] c1 235 trampoline_encmnt: nkk71_enc: hello2
  22. [ 45.146547] c1 235 trampoline_encmnt: Setting encrypted partition data to /dev/block/mmcblk0p47 /dev/block/platform/msm_sdcc.1/by-name/extra ext4
  23. [ 45.148176] c1 235 trampoline_encmnt: nkk71_enc: a
  24. [ 45.148201] c1 235 mdss_fb_open: fb0 (ref=0)
  25. [ 45.148305] c1 235 trampoline_encmnt: Pixel format: 1080x1920 @ 16bpp
  26. [ 45.148317] c1 235 trampoline_encmnt: Pixel format: RGB_565
  27. [ 45.148785] c1 235 mdss_fb_release_all: remove process trampoline_encm from tracking, pid=235 mfd->ref_cnt=0
  28. [ 45.148795] c1 235 mdss_fb_release_all: fb0 release=false (ref=0)
  29. [ 45.148888] c1 1 trampoline: Failed to run trampoline_encmnt, exit code 11: (null)
  30. [ 45.148900] c1 1 trampoline: /data decryption failed!
  31. [ 45.148979] c1 1 trampoline: This is second boot and we couldn't mount /data, reboot!
Advertisement
Add Comment
Please, Sign In to add comment