Quote:
Originally Posted by giveen
Was trying to update our source and now I have two problems
When running: lunch ventana-eng
Code:
Traceback (most recent call last):
File "build/tools/roomservice.py", line 16, in <module>
device = product[product.index("_") + 1:]
ValueError: substring not found
when running "repo sync"
Code:
error: revision refs/heads/ics in CyanogenMod/android_device_dell_streak7 not found
|
In terms of the repo sync issue.
Show hidden files, then go to the root of your cm directory and go into the folder .repo and delete the local_manifest file.
This is there so repo can find the repository for the device tree, but since there is no ics branch for the streak7 (yet) it doesn't find it.
Make sure that you back up the streaks device tree before running sync again though, sometimes repo likes to delete invalid trees.
---------- Post added at 04:26 PM ---------- Previous post was at 03:27 PM ----------
Actually I found a better soloution
Replace the contents of the local_manifest.xml file with this http://pastebin.com/kPYQ3jKB
Now syncs should pull in from your git repo
A learn as I go developer.
Current Projects:
- RDF Seeker: Google Play
- ChangeLogs: Google Play
- CM9 for the Dell Streak 7
|