Pantelic score in the first half for Ajax. Second half, Wijnaldum equalizes take advantage of an error of Emmanuelson, left back of Ajax.
Good chances for Feyenoord with Tomasson and Makaay.
Interesting young players in the Feyenoord line: Wijnaldum, Fer and the 17-years-old defender De Vrij.
domenica 31 gennaio 2010
lunedì 11 gennaio 2010
Access android database from the shell
It is very important knowing what we save in the database of our application. To check easily the stored data you can access the database following these steps:
Type ".help" to have all the instructions.
With the command ".tables" you can list all the database's tables.
Now you can write your query: select * from <name_of_table>.
- Launch the emulator
- Launch the Windows command prompt and go under the "Tools" directory in the android sdk folder
- Type "adb shell"
- Type "cd data/data"
- You find the list of all applications. Enter in your application folder (for example "mypackage.myapp")
- Type "cd databases". You find all the databases.
- Launch "sqlite3 <name_of_database>
Type ".help" to have all the instructions.
With the command ".tables" you can list all the database's tables.
Now you can write your query: select * from <name_of_table>.
Iscriviti a:
Post (Atom)