[android-developers] Re: changing owner of a file in Windows environment

2008-09-02 Thread Justin (Google Employee)
(1) you can change the owner of your file in the shell, lookup how to use the 'chown' command (2) This is probably *not* what you want to do? Where is your database file located? It should be in your application's data directory. If it is, you should have access to it. If its not, it seems like

[android-developers] Re: changing owner of a file in Windows environment

2008-09-02 Thread Justin (Google Employee)
Oops, 'chown' is not available on the emulator. So, let's look at my second point. Cheers, Justin Android Team @ Google On Sep 2, 1:31 pm, Justin (Google Employee) [EMAIL PROTECTED] wrote: (1) you can change the owner of your file in the shell, lookup how to use the 'chown' command (2) This

[android-developers] Re: changing owner of a file in Windows environment

2008-09-02 Thread Yalcin Akdogan
Sent: Tuesday, September 02, 2008 10:31 PM Subject: [android-developers] Re: changing owner of a file in Windows environment (1) you can change the owner of your file in the shell, lookup how to use the 'chown' command (2) This is probably *not* what you want to do? Where is your database