please choosego to mobile | Continue to access the PC version
View: 7588|Reply: 4

How to uncompress the Android source package

[Copy link]

2

threads

6

posts

44

credits

Novice

Rank: 1

credits
44
Published in 2017-8-16 04:15:41 | Show all floors |Read mode
Hi, I downloaded the android source files from the download links provided. The files seem to be split tar.gz files. But they are named H5-v1.1.tar.gzaa, H5-v1.1.tar.gzab, H5-v1.1.tar.gzac, etc etc.
How do I go about uncompressing the tarball?

2

threads

12

posts

121

credits

Registered member

Rank: 2

credits
121
Published in 2017-8-16 05:51:00 | Show all floors
Did you try using 'cat' to merge the files back together into 'H5-v1.1.tar.gz'?

2

threads

6

posts

44

credits

Novice

Rank: 1

credits
44
 Author| Published in 2017-8-18 01:37:02 | Show all floors
Yup, I get the error message that the output file is the same as the input file. Or something similar

2

threads

6

posts

44

credits

Novice

Rank: 1

credits
44
 Author| Published in 2017-8-20 21:08:58 | Show all floors
Edited by dotty at 2017-8-20 21:10

Sorted it out. If anyone else is having the same issue, join all parts into a single file:
  1. $ cat * > H5-v1.1.tar.gz
Copy code


Then extract the tar.gz using the following:
  1. $ tar -xvf H5-v1.1.tar.gz
Copy code


DO NOT use the -z parameter as this is somehow not in gzip format

2

threads

12

posts

121

credits

Registered member

Rank: 2

credits
121
Published in 2017-8-22 06:36:16 | Show all floors
dotty replied at 2017-8-20 21:08
Sorted it out. If anyone else is having the same issue, join all parts into a single file:

Glad you got it working, I should have gave the full command, my bad.
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list