I'm following this answer on how to backup Angry Birds settings and hi-scores using Android Debugging Bridge. The command:
adb pull /data/data/com.rovio.angrybirds/files/highscores.lua C:\ab_highscores.lua
works perfectly for Angry Birds original, Rio and Seasons. The paths I need to change are:
angrybirdsfor original Angry Birdsangrybirdsriofor Angry Birds Rioangrybirdsseasonsfor Angry Birds Seasons
Now, what is the path for Space? The most obvious one, angrybirdsspace is giving me error "Remote object not found".
Alternatively, how can I list content of /data/data folder? I think it's not possible with ADB.