Advertisement
fuser-invent

Nexus 7 2013 - adb shell cat /proc/cmdline

May 26th, 2015
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. *The highlighted section is what matters here. I think the the device has nothing on the emmc, so its loading the recovery into RAM and calling for the console configuration (tty COM port), so we get console=ttyHSL0,115200,n8 added to the commandline.
  2.  
  3. Bricked
  4.  
  5. E:\android_development\sdk\platform-tools>adb shell cat /proc/cmdline
  6. console=ttyHSL0,115200,n8 androidboot.hardware=flo user_debug=31 msm_rtb.filter=
  7. 0x3F ehci-hcd.park=3 androidboot.emmc=true androidboot.serialno=049973d5 bootrea
  8. son=PowerKey fuse_info=Y ddr_vendor=hynix androidboot.baseband=apq asustek.hw_re
  9. v=rev_e androidboot.bootloader=FLO-04.04
  10.  
  11. Working
  12.  
  13. E:\android_development\sdk\platform-tools>adb shell cat /proc/cmdline
  14. androidboot.hardware=flo user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 andro
  15. idboot.emmc=true androidboot.serialno=08e6d154 bootreason=Reboot fuse_info=Y ddr
  16. _vendor=hynix androidboot.baseband=apq asustek.hw_rev=rev_e androidboot.bootload
  17. er=FLO-03.15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement