~mzanetti/qtcreator-plugin-ubuntu/fix-device_run_app-for-mir

« back to all changes in this revision

Viewing changes to share/qtcreator/ubuntu/scripts/device_writableimage_set

  • Committer: Juhapekka Piiroinen
  • Date: 2013-09-24 16:57:16 UTC
  • mfrom: (42.1.1 trunk-2.8)
  • Revision ID: juhapekka.piiroinen@canonical.com-20130924165716-sxupuevk9gau7wkl
Merged lp:~juhapekka-piiroinen/qtcreator-plugin-ubuntu/fix-bug-1229129

Platfom development mode needs write access on the RO image (LP: #1229129)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
# Copyright 2013 Canonical Ltd.
 
3
#
 
4
# This program is free software; you can redistribute it and/or modify
 
5
# it under the terms of the GNU Lesser General Public License as published by
 
6
# the Free Software Foundation; version 2.1.
 
7
#
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
# GNU Lesser General Public License for more details.
 
12
#
 
13
# You should have received a copy of the GNU Lesser General Public License
 
14
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
#
 
16
# Author: Juhapekka Piiroinen <juhapekka.piiroinen@canonical.com>
 
17
 
 
18
. `dirname $0`/functions.inc
 
19
 
 
20
WRITABLE_IMAGE_FILE=/userdata/.writable_image
 
21
 
 
22
adb_shell touch ${WRITABLE_IMAGE_FILE}
 
23
adb_shell reboot
 
 
b'\\ No newline at end of file'