View Single Post
Unreasonable Behaviour's Avatar
Posts: 30 | Thanked: 166 times | Joined on Nov 2014
#128
Originally Posted by levone1 View Post
has anyone run the g7 patcher successfully on 3.0.1 or 3.0.2? I got it to go fine right up to the last line, then the script closes when it can't find it's own temp file, and ends with "... I: Repacking cat: /vagrant/droid-config-f5121/kickstart/pack/f5121/hybris: No such file or directory mv: cannot stat 'patcher-tmp/work/Sailfish*.zip': No such file or directory" Any ideas?

Full log is here - https://pastebin.com/nKh8QAqk

I was able to get patched root.img by changing the last line of the script from "patcher-tmp/work/Sailfish*.zip" to "patcher-tmp/work/root.img", but I think it contains all partitions, so not sure how to divied it, and fashing it to system doesn't work.
I think i had the same problem on a earlier release too. Please check post 106 and 108.

The trick is to clone the repository correct, i have done this on linux vm and moved the files to windows.

Then you can clone the repository (form g7 readme):
Code:
git clone https://github.com/g7/sailfishx-patcher-f5321.git
cd sailfishx-patcher-f5321
git submodule init
git submodule update
 

The Following 2 Users Say Thank You to Unreasonable Behaviour For This Useful Post: