The download of the android source for nougat takes forever and there is no way to know progress.

366 views
Skip to first unread message

Shyamal Chandra

unread,
Sep 4, 2016, 11:36:05 AM9/4/16
to Android Building
Why is the download process for nougat so long and is there a better way rather than using repo sync to visualize the amount of files and size is necessary to download the source of nougat?

Akshay Mulik

unread,
Sep 6, 2016, 10:13:43 AM9/6/16
to Android Building

repo sync is better! try with high speed internet connection, I used 80Mbps line and it took 2hrs . Observe repo sync activities to get % completed info.

Kelly Craft

unread,
Sep 6, 2016, 3:06:24 PM9/6/16
to Android Building
You can specify the clone depth, number of threads syncing and a baisc understanding of how many projects are syncing along with an assumption that it is around +10gb to sync.

Anatoly Korniltsev

unread,
Sep 18, 2016, 4:51:38 PM9/18/16
to Android Building


# I use these commands for faster clone
repo sync -c -n -j 4 && repo sync -c -l -j 16

Suprith Gowda

unread,
Dec 13, 2016, 2:43:31 PM12/13/16
to Android Building
it depends on your Network speed, for better times 
> sync only current branch from server 
> sudo sysctl -w net.ipv4.tcp_window_scaling=0 in terminal 
use 
repo sync --no-tags -c -n -j8

On Sunday, September 4, 2016 at 9:06:05 PM UTC+5:30, Shyamal Chandra wrote:
Reply all
Reply to author
Forward
0 new messages