Sorry. I'm new to this group and the whole process of Android-x86 building. I have setup my build system and tested it with an Android-x86-4.4-r2 source tree that someone in this group was kind enough to upload to github to help someone else out. I would now like to move on to the latest kitkat source of Android-x86-4.4-r3. I have been trying to sync it for a week and keep encountering sync errors. From other recent posts it seems that other people are having issues downloading source from the site. Sorry if this is a dumb question but could I ask who is responsible for maintaining the site and what the problem is? I feel like I'm trying over and over in the dark without really knowing what is the status of the site and whether I am trying in vain. I also saw a message encouraging people in the US to use the SourceForge site but that had problems too. I'm really getting discouraged with the Android-x86. I would appreciate some info and advice. Thank you, in advance, for any assistance.
Thanks for replying. Do you happen to know why the Android-x86 repository has not been moved to github? This would seem to make sense but perhaps there are good reasons not too.
Also, if you happen to have an unmodified copy of 4.4-r3 would you be able to upload it to github (or somewhere else) temporarily to help those of us who have been struggling to get it? I'm a newbie and I suspect other newbies are struggling and getting discouraged. It would help a lot to have a temporary solution. Thanks, in advance, for any help you can provide.
Anyway, to revert a commit there are some methods. One of them is "git revert" with the range of commits you want to undo
Note: I use to build using
make -j5 iso_img
or
make -j5 efi_img
I did a 'git checkout bdf7a59a2adbc83bfa52c67994024d0c25f904f9' in the kernel folder as suggested and did a lunch 6, make -jn iso_img. This seemed to complete without error. However when I install using the iso, wireless and Bluetooth do not work whereas they did with the standard 4.4-r3 build. Are we sure the source corresponds to the same source used for the standard -r3 build? If so, them perhaps I did something wrong!