User:Daryld
Jump to navigation
Jump to search
Notes
Run activity from terminal
sugar-launch <activity name>
Remove activity from terminal. This worked if I removed all the activities. When I only removed one, it seemed to get confused when I tried to sugar-launch another, similarly named activity. Should look into this further.
cd Activities rm <activity>
Make activity manifest file (from Activity tutorial)
find ./ | sed 's,^./,HelloWorldActivity.activity/,g' > MANIFEST