• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Fresh Sync Cyanogenmod With SVOX

Repository unavailable due to DMCA takedown.
Rom development seems to have come to a halt thanks to a cruel deletion of the required files to finish this Syncing the repository. This makes no sense seeing that android is open source and we shouldn't have to go and re-engineer the wheel.
Step 1:
remove the line with android_external_svox in all of the manifests. (This can be done using sed)
Step 2:
Navigate to Local Manifests and create a new .xml with the following content
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <remote fetch="ssh://git@bitbucket.org" name="bitbucket" />
  <project name="cyanogenmod/android_external_svox" path="platform/external/svox" remote="bitbucket" revision="cm-10.1" />
  </manifest>
replace revision with the one you are trying to sync.
Step 3:
remove external/svox from project.list
repo sync
repo sync -l

How insane but theres a way to continue development for those that are struggling.

Alternately, you can open up a text document and convert the svox from AOSP to Cyanogenmod yourself.
 
Hello,

i tried to sync and got that error. i found your post but im new to ubuntu / linux. can you explain step one a little bit more ?
what exactly have i to write in the terminal ?

and at step 2 the name of the new xml doesnt matter ?

thanks,
slluxx
 
Back
Top Bottom