techmik

Untitled

May 19th, 2011
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. techmik@michaels-laptop:~$ adb pull /sdcard/cyanogenmod_bml.log ~/Desktop/
  2. * daemon not running. starting it now on port 5037 *
  3. * daemon started successfully *
  4. remote object '/sdcard/cyanogenmod_bml.log' does not exist
  5. techmik@michaels-laptop:~$ adb pull /sdcard/cyanogenmod.cfg ~/Desktop/
  6. remote object '/sdcard/cyanogenmod.cfg' does not exist
  7. techmik@michaels-laptop:~$ sudo reboot recovery
  8. [sudo] password for techmik:
  9. Sorry, try again.
  10. [sudo] password for techmik:
  11. Sorry, try again.
  12. [sudo] password for techmik:
  13. Sorry, try again.
  14. sudo: 3 incorrect password attempts
  15. techmik@michaels-laptop:~$ adb shell
  16. $ sudo reboot recovery
  17. sudo: not found
  18. $ reboot recovery
  19. reboot: Operation not permitted
  20. $ su
  21. # reboot recovery
  22. techmik@michaels-laptop:~$ if busybox test -e /dev/block/bml7 ; then echo foo; fi
  23. techmik@michaels-laptop:~$ if busybox test -e /tmp ; then echo foo; fi
  24. foo
  25. techmik@michaels-laptop:~$ ls -l /dev/block
  26. total 0
  27. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 1:0 -> ../ram0
  28. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 1:1 -> ../ram1
  29. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 1:10 -> ../ram10
  30. lrwxrwxrwx 1 root root 6 2011-05-19 02:47 11:0 -> ../sr0
  31. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 1:11 -> ../ram11
  32. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 1:12 -> ../ram12
  33. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 1:13 -> ../ram13
  34. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 1:14 -> ../ram14
  35. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 1:15 -> ../ram15
  36. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 1:2 -> ../ram2
  37. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 1:3 -> ../ram3
  38. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 1:4 -> ../ram4
  39. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 1:5 -> ../ram5
  40. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 1:6 -> ../ram6
  41. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 1:7 -> ../ram7
  42. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 1:8 -> ../ram8
  43. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 1:9 -> ../ram9
  44. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 7:0 -> ../loop0
  45. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 7:1 -> ../loop1
  46. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 7:2 -> ../loop2
  47. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 7:3 -> ../loop3
  48. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 7:4 -> ../loop4
  49. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 7:5 -> ../loop5
  50. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 7:6 -> ../loop6
  51. lrwxrwxrwx 1 root root 8 2011-05-19 02:47 7:7 -> ../loop7
  52. lrwxrwxrwx 1 root root 6 2011-05-19 02:47 8:0 -> ../sda
  53. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 8:1 -> ../sda1
  54. lrwxrwxrwx 1 root root 6 2011-05-19 03:01 8:16 -> ../sdb
  55. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 8:2 -> ../sda2
  56. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 8:3 -> ../sda3
  57. lrwxrwxrwx 1 root root 6 2011-05-19 03:01 8:32 -> ../sdc
  58. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 8:4 -> ../sda4
  59. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 8:5 -> ../sda5
  60. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 8:6 -> ../sda6
  61. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 8:7 -> ../sda7
  62. lrwxrwxrwx 1 root root 7 2011-05-19 02:47 8:8 -> ../sda8
  63. techmik@michaels-laptop:~$
Advertisement
Add Comment
Please, Sign In to add comment