From e2e4d36f291fad43d28d286c1dffadf3b94ac2a4 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Thu, 28 Apr 2016 23:08:57 +0100 Subject: Added chromebook debuging mode and update disabling --- md/writeup/devices/samsung_xe303c12.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'md') 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 -- cgit v1.2.3