Advertisement
Guest User

EagleRootTool_20160531/first reboot

a guest
Jun 9th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. D:\EagleRootTool_20160531>install.bat
  2. --- EagleRootTool 2016/05/31 ---
  3. Many thanks to CUBE, Dosomder/zxz0O0 and AleksJ
  4.  
  5. waiting for device...
  6. * daemon not running. starting it now on port 5037 *
  7. * daemon started successfully *
  8. 432 KB/s (22160 bytes in 0.050s)
  9. 2628 KB/s (75364 bytes in 0.028s)
  10. 1625 KB/s (29972 bytes in 0.018s)
  11. 3518 KB/s (190972 bytes in 0.053s)
  12. 4508 KB/s (6117378 bytes in 1.325s)
  13. 4450 KB/s (1048328 bytes in 0.230s)
  14. 18 KB/s (56 bytes in 0.003s)
  15. 13 KB/s (55 bytes in 0.004s)
  16. 43 KB/s (629 bytes in 0.014s)
  17. 1601 KB/s (42642 bytes in 0.026s)
  18. 613 KB/s (9420 bytes in 0.015s)
  19. 513 KB/s (6831 bytes in 0.013s)
  20.  
  21. iovyroot start.
  22. iovyroot by zxz0O0
  23. poc by idler1984
  24.  
  25. [+] Changing fd limit from 1024 to 4096
  26. [+] Changing process priority to highest
  27. [+] Getting pipes
  28. [+] Allocating memory
  29. [+] Installing func ptr
  30. [+] Patching address 0xc0feafa0
  31. [+] Start map/unmap thread
  32. [+] Start write thread
  33. [+] Spraying kernel heap
  34. [+] Start read thread
  35. [+] Done
  36. got root lmao
  37.  
  38. module1 crc: 4267dc31
  39. module2 crc: 4267dc31
  40. module crc copied
  41. rictype=3
  42. 2047+1 records in
  43. 2047+1 records out
  44. 1048328 bytes transferred in 0.047 secs (22304851 bytes/sec)
  45. 147+1 records in
  46. 147+1 records out
  47. 75364 bytes transferred in 0.005 secs (15072800 bytes/sec)
  48. 147+1 records in
  49. 147+1 records out
  50. 75364 bytes transferred in 0.003 secs (25121333 bytes/sec)
  51. 147+1 records in
  52. 147+1 records out
  53. 75364 bytes transferred in 0.003 secs (25121333 bytes/sec)
  54. 147+1 records in
  55. 147+1 records out
  56. 75364 bytes transferred in 0.004 secs (18841000 bytes/sec)
  57. 58+1 records in
  58. 58+1 records out
  59. 29972 bytes transferred in 0.002 secs (14986000 bytes/sec)
  60. 372+1 records in
  61. 372+1 records out
  62. 190972 bytes transferred in 0.012 secs (15914333 bytes/sec)
  63. 11948+1 records in
  64. 11948+1 records out
  65. 6117378 bytes transferred in 0.303 secs (20189366 bytes/sec)
  66. 0+1 records in
  67. 0+1 records out
  68. 55 bytes transferred in 0.001 secs (55000 bytes/sec)
  69. 1+1 records in
  70. 1+1 records out
  71. 629 bytes transferred in 0.001 secs (629000 bytes/sec)
  72. 83+1 records in
  73. 83+1 records out
  74. 42642 bytes transferred in 0.002 secs (21321000 bytes/sec)
  75. Warning: Device will reboot NOW!
  76. Starting: Intent { act=android.intent.action.REBOOT }
  77.  
  78. --- all finished ---
  79. Press any key to continue . . .
  80.  
  81. D:\EagleRootTool_20160531>adb shell
  82. shell@D2303:/ $ su
  83. su
  84. root@D2303:/ # ls -la /system/etc/init.d/
  85. ls -la /system/etc/init.d/
  86. -rwxr-xr-- root root 56 2016-06-09 10:57 00stop_ric
  87. -rwxr-xr-- root root 55 2016-06-09 10:57 99SuperSUDaemon
  88. root@D2303:/ # cat /system/etc/init.d/00stop_ric
  89. cat /system/etc/init.d/00stop_ric
  90. #!/system/bin/sh
  91.  
  92. insmod /system/lib/modules/ric_mod.ko
  93. root@D2303:/ # cat /proc/modules
  94. cat /proc/modules
  95. ric_mod 12741 0 - Live 0x00000000 (O)
  96. wlan 3705895 0 - Live 0x00000000 (O)
  97. root@D2303:/ # cat /proc/version
  98. cat /proc/version
  99. Linux version 3.4.0-gc82e70f (BuildUser@BuildHost) (gcc version 4.8 (GCC) ) #1 SMP PREEMPT Mon Aug 10 21:54:32 2015
  100. root@D2303:/ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement