error cannot fetch platform/external/webkit
Apps Gapps MX Player Adaway ViPER4Android Audio FX Official XDA App All Apps & Games XDA Assist ANALYSIS Editorials & Opinion Analysis Renouncing the Nexus Legacy Priced the Pixel into a Battle it May Not WinExploring Andromeda: A Look at the Challenges Awaiting Google’s Next VoyageMediatek Officially Unveils the 10 nm Helio X30 and 16 nm Helio P25Android Gaming Graphics at a Standstill: What Is Holding Us Back, and the Path ForwardBetrayal of Hype: Playing Fast and Loose with Release Dates Breeds Consumer Mistrust Opinion As “Safe” Units Burn, Trust in Samsung Fades: The Recall’s Respectable Merits Have Been TarnishedWhy You Should Prioritize Your API Strategy Before its DesignA Note on Google Assistant’s Fluidity and Speech RecognitionRenouncing the Nexus Legacy Priced the Pixel into a Battle it May Not WinHuawei Allegedly Declined to Manufacture the 2016 Pixel Phones Developments LlabTooFeR Leaks System Images for Pixel and Pixel XLWhy You Should Prioritize Your API Strategy Before its DesignAmazon Offers up to a $2.5 Million Prize for a Year-Long Alexa CompetitionJCase: “Verizon Pixel Phone May Not Be Bootloader Unlockable”Exploring Andromeda: A Look at the Challenges Awaiting Google’s Next Voyage Discuss As “Safe” Units Burn, Trust in Samsung Fades: The Recall’s Respectable Merits Have Been TarnishedA Note on Google Assistant’s Fluidity and Speech RecognitionHow Much Do You Think the New Pixel and Pixel XL are Worth?Facebook Announces Messenger Lite For Older Devices and Emerging MarketsExploring Andromeda: A Look at the Challenges Awaiting Google’s Next Voyage Xda news LlabTooFeR Leaks System Images for Pixel and Pixel XLWeekly DebriefAs “Safe” Units Burn, Trust in Samsung Fades: The Recall’s Respectable Merits Have Been TarnishedHomescreen Critique 05Pixel Phone Is All About Software LOGIN Jump back in Remember Me? Forgot your password? REGISTER Takes just a sec! search plus search plus Forums Google Pixel XLGoogle PixelBLU R1 HDSamsung Galaxy Note 7OnePlus 3 Analysis LlabTooFeR Leaks System Images for Pixel and Pixel XLWeekly DebriefAs “Safe” Units Burn, Trust in Samsung Fades: The Recall’s R
Slideshare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details. SlideShare Explore Search You Upload Login Signup Home Technology Education More Topics For Uploaders Get Started Tips & Tricks Tools AOSPをミラーしてみた Upcoming SlideShare Loading in …5 × 1 1 of 75 http://forum.xda-developers.com/showthread.php?t=2242285 Like this presentation? Why not share! Share Email X86アーキテクチャ 対応の現状と将来 bykinneko 1124views Share SlideShare Facebook Twitter LinkedIn Google+ Email Email sent successfully! Embed Size (px) Start on Show related SlideShares at end WordPress Shortcode Link AOSPをミラーしてみた 1,616 views Share Like Download kinneko Follow 0 0 1 Published on Nov http://www.slideshare.net/kinneko/aosp 27, 2011 「AOSPをミラーしてみた」 横浜PF部 2011/10/23資料 ... Published in: Technology 0 Comments 0 Likes Statistics Notes Full Name Comment goes here. 12 hours ago Delete Reply Spam Block Are you sure you want to Yes No Your message goes here Post Be the first to comment Be the first to like this No Downloads Views Total views 1,616 On SlideShare 0 From Embeds 0 Number of Embeds 40 Actions Shares 0 Downloads 1 Comments 0 Likes 0 Embeds 0 No embeds No notes for slide AOSPをミラーしてみた 1. AOSPをミラーしてみた横浜Androidプラットフォーム部 2011.10.23 kinneko@gmail.com 2. repo sync、時間がかかってイヤですよね… 3. 待つ身はつらいわ... 4. 少し前、 kernel.org突然のダウン! 5. そのあおりで、 ここしばらく、 AOSPが 壊滅してました。 6. 仕事にも、遊びにも、 重大な問題… 7. その間、皆さん、 どう生活されて いましたか? 8. codeaurora.org の汚れた水を飲んだ? 9. android.git.linaro.org の軒下を間借り? 10. OESFのGitHubOHAミラー乞食? 11. いずれにしても、つらい日々でありました。 12. 祝!AOSP復活 13. git.android.kernel.org ⇩android.googlesource.com 14. so for the momentgitweb source browsing and Gerrit Code Review are still unavailable. 15. The kernel source trees arent available at the moment.Getting them back is definitely on the to-do list. 16. 復旧には、 まだ時間が 必要なようです。 17. Since
here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the http://stackoverflow.com/questions/1666431/cannot-sync-from-android-repository workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions https://qnalist.com/questions/6139783/problem-downloading-source-no-modifications-repo-sync-error Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. error cannot Join them; it only takes a minute: Sign up cannot sync from android repository up vote 1 down vote favorite I'm trying to make sync according http://source.android.com/download manual, so everything is good, except syncing :) repo sync ... Fetching projects: 5% (8/143) Initializing project platform/development ... fatal: The remote end hung up unexpectedly error: Cannot fetch platform/development .. or error cannot fetch Fetching projects: 2% (3/143) fatal: read error (Connection reset by peer) error: Cannot fetch platform/bootable/diskinstaller I've found this issue, but there is not valuable information Any ideas? android git repository share|improve this question edited Nov 3 '09 at 11:04 innaM 32.6k45379 asked Nov 3 '09 at 10:17 ziftech 3691617 Can you add any information on your network set-up? Any proxies, firewalls, etc? Can you ping android.git.kernel.org reliably? –Emil Sit Nov 4 '09 at 16:11 add a comment| 2 Answers 2 active oldest votes up vote 0 down vote accepted It's seems there is a workaround for this bug (Add missing return False to preconnect): https://review.source.android.com/#change,10353 http://groups.google.com/group/repo-discuss/browse_thread/thread/9924877a1e8e678a share|improve this answer answered Nov 4 '09 at 5:52 Bakhtiyor 3,68621412 add a comment| up vote 1 down vote Yes, just keep retrying, even when i have got 100% successful repo sync, retry again may gives error: Eg, repo sync Fetching projects: 100% (171/171), done. honeyman:/root/download/android/myandroid>repo sync Fetching projects: 7% (12/171) fatal: protocol error: bad line length character error: Cannot fetch device/htc/passion-common honeyman:/root/download/android/myandroid>repo sync Fetching projects: 10%
download the source.I've not modified anything at all.I've run the download over a couple of days (and ran out of disk space at South Africa)This is what I did:1. I followed the steps to setup the build environment