Dnia 2013-09-11, o godz. 12:36:45 Jarek <[email protected]> napisał(a):
> Now I would appreciate a tip on how I can package the contents of the > partition into a single file, such that I could then upackage it on > the device. You mean like compressing the whole folder on host machine to one file and then ucompressing it on the phone? I don't think there's any such tool available by default on FirefoxOS images. You could, however, put busybox binary there, and then just use something like "cd /system; bin/busybox tar -xzf file.tar.gz" You don't have to install all the busybox symlinks, just place the statically linked executable. If you don't have, e-mail me and I will send you one. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
