summaryrefslogtreecommitdiff
path: root/md/writeup/devices
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2016-04-28 23:08:57 +0100
committerFreeArtMan <dos21h@gmail.com>2016-04-28 23:08:57 +0100
commite2e4d36f291fad43d28d286c1dffadf3b94ac2a4 (patch)
treeb5bf94084e22a76763c48ebb196a64a0130789f6 /md/writeup/devices
parentf6deccf8c9de92306b0952cdf50d61c694ad9b8d (diff)
downloadmd-content-e2e4d36f291fad43d28d286c1dffadf3b94ac2a4.tar.gz
md-content-e2e4d36f291fad43d28d286c1dffadf3b94ac2a4.zip
Added chromebook debuging mode and update disabling
Diffstat (limited to 'md/writeup/devices')
-rw-r--r--md/writeup/devices/samsung_xe303c12.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/md/writeup/devices/samsung_xe303c12.md b/md/writeup/devices/samsung_xe303c12.md
index 147e10e..95c67ab 100644
--- a/md/writeup/devices/samsung_xe303c12.md
+++ b/md/writeup/devices/samsung_xe303c12.md
@@ -118,6 +118,21 @@ sync
wifi-menu
```
+### Enable debuging mode
+
+There is possible to disable rootfs protection and even change files in such
+directories as __/etc__. Download this tool [Recovery utility](https://chrome.google.com/webstore/detail/chromebook-recovery-utili/jndclpdbaamdhonoechobihbbiimdgai?hl=en)
+create usb/sd with recover image. Then boot to restore your chromebook and
+while setting up choose debuging mode.
+
+### Disabling updates
+
+As with newer version ChromeOS becomes less usable and slower here is option
+to disable update service.
+
+```
+initctl stop update-engine
+```
## Links
1. https://archlinuxarm.org/platforms/armv7/samsung/samsung-chromebook
@@ -126,4 +141,6 @@ wifi-menu
4. http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/CD00251732.pdf
5. http://www.infineon.com/cms/en/about-infineon/press/press-releases/2009/INFCCS200912-015.htm
6. https://www.pericom.com/assets/Datasheets/PI6C557-03.pdf
-7. https://datasheets.maximintegrated.com/en/ds/MAX98095.pdf \ No newline at end of file
+7. https://datasheets.maximintegrated.com/en/ds/MAX98095.pdf
+8. https://chrome.google.com/webstore/detail/chromebook-recovery-utili/jndclpdbaamdhonoechobihbbiimdgai?hl=en
+9. https://www.reddit.com/r/chromeos/comments/3t96gw/how_to_stop_chromebook_from_updating/https://www.reddit.com/r/chromeos/comments/3t96gw/how_to_stop_chromebook_from_updating/ \ No newline at end of file