Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 4.72 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
  3.  
  4. C:\Users\SAM>cd \
  5.  
  6. C:\>cd android-sdk-windows
  7.  
  8. C:\android-sdk-windows>dir
  9.  Volume in drive C has no label.
  10.  Volume Serial Number is A46D-06CA
  11.  
  12.  Directory of C:\android-sdk-windows
  13.  
  14. 2011-08-28  01:58    <DIR>          .
  15. 2011-08-28  01:58    <DIR>          ..
  16. 2011-06-22  16:54    <DIR>          add-ons
  17. 2011-08-12  21:15    <DIR>          extras
  18. 2011-08-28  01:58    <DIR>          platform-tools
  19. 2011-06-22  16:54    <DIR>          platforms
  20. 2011-08-28  00:57    <DIR>          rooting
  21. 2011-06-21  05:04           361,758 SDK Manager.exe
  22. 2011-06-22  16:54             1,129 SDK Readme.txt
  23. 2011-08-28  02:02    <DIR>          temp
  24. 2011-06-21  05:04    <DIR>          tools
  25.                2 File(s)        362,887 bytes
  26.                9 Dir(s)  53,456,629,760 bytes free
  27.  
  28. C:\android-sdk-windows>cd platform-tools
  29.  
  30. C:\android-sdk-windows\platform-tools>dir
  31.  Volume in drive C has no label.
  32.  Volume Serial Number is A46D-06CA
  33.  
  34.  Directory of C:\android-sdk-windows\platform-tools
  35.  
  36. 2011-08-28  01:58    <DIR>          .
  37. 2011-08-28  01:58    <DIR>          ..
  38. 2011-08-28  01:58         5,465,938 aapt.exe
  39. 2011-08-28  01:58           410,942 adb.exe
  40. 2011-08-28  01:58            96,256 AdbWinApi.dll
  41. 2011-08-28  01:58            60,928 AdbWinUsbApi.dll
  42. 2011-08-28  01:58         1,344,051 aidl.exe
  43. 2011-08-28  01:58           423,585 dexdump.exe
  44. 2011-08-28  01:58             2,682 dx.bat
  45. 2011-08-28  01:58    <DIR>          lib
  46. 2011-08-28  01:58        16,046,592 llvm-rs-cc-2.exe
  47. 2011-08-28  01:58        15,424,512 llvm-rs-cc.exe
  48. 2011-08-28  01:58               241 llvm-rs-cc.txt
  49. 2011-08-28  01:58           332,494 NOTICE.txt
  50. 2011-08-28  01:58               301 source.properties
  51.               12 File(s)     39,608,522 bytes
  52.                3 Dir(s)  53,456,629,760 bytes free
  53.  
  54. C:\android-sdk-windows\platform-tools>adb devices
  55. List of devices attached
  56. SH0CDRT04131    device
  57.  
  58.  
  59. C:\android-sdk-windows\platform-tools>adb shell cat /dev/msm_rotator
  60. /dev/msm_rotator: invalid length
  61.  
  62. C:\android-sdk-windows\platform-tools>adb push fre3vo /data/local/tmp
  63. 956 KB/s (9796 bytes in 0.010s)
  64.  
  65. C:\android-sdk-windows\platform-tools>adb shell
  66. $ chmod 777 /data/local/tmp/fre3vo
  67. chmod 777 /data/local/tmp/fre3vo
  68. $ /data/local/tmp/fre3vo -debug -start FAA90000 -end FFFFFFFF
  69. /data/local/tmp/fre3vo -debug -start FAA90000 -end FFFFFFFF
  70. fre3vo by #teamwin
  71. Please wait...
  72. Attempting to modify ro.secure property...
  73. fb_fix_screeninfo:
  74.   id: msmfb
  75.   smem_start: 802160640
  76.   smem_len: 3145728
  77.   type: 0
  78.   type_aux: 0
  79.   visual: 2
  80.   xpanstep: 0
  81.   ypanstep: 1
  82.   line_length: 1920
  83.   mmio_start: 0
  84.   accel: 0
  85. fb_var_screeninfo:
  86.   xres: 480
  87.   yres: 800
  88.   xres_virtual: 480
  89.   yres_virtual: 1600
  90.   xoffset: 0
  91.   yoffset: 800
  92.   bits_per_pixel: 32
  93.   activate: 16
  94.   height: 80
  95.   width: 48
  96.   rotate: 0
  97.   grayscale: 0
  98.   nonstd: 0
  99.   accel_flags: 0
  100.   pixclock: 0
  101.   left_margin: 0
  102.   right_margin: 0
  103.   upper_margin: 0
  104.   lower_margin: 0
  105.   hsync_len: 0
  106.   vsync_len: 0
  107.   sync: 0
  108.   vmode: 0
  109. Buffer offset:      00000000
  110. Buffer size:        8192
  111. Scanning region faa90000...
  112. Scanning region fab80000...
  113. Scanning region fac70000...
  114. Scanning region fad60000...
  115. Scanning region fae50000...
  116. Scanning region faf40000...
  117. Scanning region fb030000...
  118. Scanning region fb120000...
  119. Scanning region fb210000...
  120. Scanning region fb300000...
  121. Scanning region fb3f0000...
  122. Scanning region fb4e0000...
  123. Scanning region fb5d0000...
  124. Scanning region fb6c0000...
  125. Scanning region fb7b0000...
  126. Scanning region fb8a0000...
  127. Scanning region fb990000...
  128. Scanning region fba80000...
  129. Potential exploit area found at address fbb55c00:400.
  130. Exploiting device...
  131.  
  132. C:\android-sdk-windows\platform-tools>adb shell
  133. # exit
  134. exit
  135.  
  136. C:\android-sdk-windows\platform-tools>adb push misc_version /data/local/tmp/misc
  137. _version
  138. 1104 KB/s (15837 bytes in 0.014s)
  139.  
  140. C:\android-sdk-windows\platform-tools>adb shell chmod 777 /data/local/tmp/misc_v
  141. ersion
  142.  
  143. C:\android-sdk-windows\platform-tools>adb shell
  144. # /data/local/tmp/misc_version -s 1.00.000.0
  145. /data/local/tmp/misc_version -s 1.00.000.0
  146. --set_version set. VERSION will be changed to: 1.00.000.0
  147. Patching and backing up partition 17...
  148. # sync
  149. sync
  150. # dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10
  151. dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10
  152. 1.00.000.010+0 records in
  153. 10+0 records out
  154. 10 bytes transferred in 0.002 secs (5000 bytes/sec)
  155. # exit
  156. exit
  157.  
  158. C:\android-sdk-windows\platform-tools>adb push 1.34.405.5_PC10IMG.zip /sdcard/PC
  159. 10IMG.zip
  160. 1561 KB/s (298442206 bytes in 186.638s)
  161.  
  162. C:\android-sdk-windows\platform-tools>adb reboot bootloader
  163.  
  164. C:\android-sdk-windows\platform-tools>adb reboot bootloader
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement