SilentR3venge
Member
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.Repository unavailable due to DMCA takedown.
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>
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.