Merge lp:~binli/goget-ubuntu-touch/fix-adb-build-error into lp:~morphis/goget-ubuntu-touch/add-turbo-bootstrap-support

Proposed by Bin Li
Status: Needs review
Proposed branch: lp:~binli/goget-ubuntu-touch/fix-adb-build-error
Merge into: lp:~morphis/goget-ubuntu-touch/add-turbo-bootstrap-support
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntu-device-flash/touch.go (+1/-1)
To merge this branch: bzr merge lp:~binli/goget-ubuntu-touch/fix-adb-build-error
Reviewer Review Type Date Requested Status
Simon Fels Pending
Review via email: mp+297207@code.launchpad.net

Description of the change

fix build error for adb

To post a comment you must log in.
Revision history for this message
Bin Li (binli) wrote :

After test, it works. A little issue is that it show "Updated failed" UI in several languages before first boot, in the same time u-d-f pushing images, after that it will reboot again and begin to recovery.

Unmerged revisions

235. By Bin Li

fix build error for adb

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ubuntu-device-flash/touch.go'
--- ubuntu-device-flash/touch.go 2016-06-02 06:33:27 +0000
+++ ubuntu-device-flash/touch.go 2016-06-13 15:08:36 +0000
@@ -256,7 +256,7 @@
256 }256 }
257257
258 if touchCmd.Device == "turbo" {258 if touchCmd.Device == "turbo" {
259 if _, err := adb.Shell("rm -rf /cache/*"); err != nil {259 if _, err := touchCmd.adb.Shell("rm -rf /cache/*"); err != nil {
260 log.Fatal("Cannot cleanup /cache/ to ensure clean deployment", err)260 log.Fatal("Cannot cleanup /cache/ to ensure clean deployment", err)
261 }261 }
262 }262 }

Subscribers

People subscribed via source and target branches

to all changes: