Le 10/04/2014 10:18, Jose Vidal a écrit : > You say, > > root@android:/ # rm /data/local/*
Do this instead: rm -r /data/local/* > > and > > root@android:/ # ls /data/b2g/* Do this instead: rm -r /data/b2g/* > > And then, > > root@android:/ # stop b2g > root@android:/ # /system/bin/b2g.sh > > This is correct ? With the changes I added, yes. > > JOse > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
