[android-developers] Re: Failed to open database file

2008-04-11 Thread Megha Joshi
Hi,

I was able to re-install the latest version of SDK and plugin, download the
samples and use them on my windows machine.
Did you modify the code to include your local files, URLs before running it?
The Media Samples use files from sdcard, so you do need to upload files to
the sdcard and provide its path in the sample code, before running it.

Thanks,
Megha

On Wed, Apr 9, 2008 at 6:22 PM, Hongliang Tong <[EMAIL PROTECTED]>
wrote:

> thanks. the error is as below when run the application.
> ERROR/jdwp(517): Failed writing handshake bytes: Broken pipe (-1 of 14)
> ERROR/SurfaceFlinger(517): GL error 0x0500
> ERROR/PackageManager(517): Package com.google.android.development has
> mismatched uid: 1000 on disk, 10008 in settings; read messages:
> ERROR/PackageManager(517): Read completed successfully: 6 packages, 3
> shared uids
> ERROR/Database(517): Failed to open database file "/data/checkin.db" -
> unable to open database file
> ERROR/EventHub(517): could not get driver version for /dev/input/mice, Not
> a typewriter
> ERROR/EventHub(517): could not get driver version for /dev/input/mouse0,
> Not a typewriter
> ERROR/Database(579): Failed to open database file
> "/data/data/com.google.android.providers.telephony/databases/mmssms.db" -
> unable to open database file
> ERROR/org.bluez.*(579): D-Bus error: The name org.bluez was not provided
> by any .service files
> ERROR/AndroidRuntime(623): Uncaught handler: thread Main exiting due to
> uncaught exception
> ERROR/AndroidRuntime(623): java.lang.NullPointerException
> ERROR/AndroidRuntime(623): at
> android.content.ContentResolver.getProvider(ContentResolver.java:380)
> ERROR/AndroidRuntime(623): at
> android.content.ContentResolver.insert(ContentResolver.java:281)
> ERROR/AndroidRuntime(623): at
> mysamples.android.MyMediaRecorder.initiateMediaRecorder(MyMediaRecorder.java:100)
> ERROR/AndroidRuntime(623): at
> mysamples.android.MyMediaRecorder$1.onClick(MyMediaRecorder.java:64)
> ERROR/AndroidRuntime(623): at
> android.view.View.performClick(View.java:1857)
> ERROR/AndroidRuntime(623): at
> android.view.View.onTouchEvent(View.java:2966)
> ERROR/AndroidRuntime(623): at
> android.widget.TextView.onTouchEvent(TextView.java:2850)
> ERROR/AndroidRuntime(623): at
> android.view.View.dispatchTouchEvent(View.java:2706)
> ERROR/AndroidRuntime(623): at
> android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:641)
> ERROR/AndroidRuntime(623): at
> android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:641)
> ERROR/AndroidRuntime(623): at
> android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:641)
> ERROR/AndroidRuntime(623): at
> android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:641)
> ERROR/AndroidRuntime(623): at
> android.policy.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:1193)
> ERROR/AndroidRuntime(623): at
> android.policy.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:876)
> ERROR/AndroidRuntime(623): at
> android.app.Activity.dispatchTouchEvent(Activity.java:1520)
> ERROR/AndroidRuntime(623): at
> android.policy.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1177)
> ERROR/AndroidRuntime(623): at
> android.view.ViewRoot.handleMessage(ViewRoot.java:617)
> ERROR/AndroidRuntime(623): at
> android.os.Handler.dispatchMessage(Handler.java:80)
> ERROR/AndroidRuntime(623): at android.os.Looper.loop(Looper.java:91)
> ERROR/AndroidRuntime(623): at
> android.app.ActivityThread.main(ActivityThread.java:3052)
> ERROR/AndroidRuntime(623): at
> java.lang.reflect.Method.invokeNative(Native Method)
> ERROR/AndroidRuntime(623): at
> java.lang.reflect.Method.invoke(Method.java:356)
> ERROR/AndroidRuntime(623): at
> android.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1547)
> ERROR/AndroidRuntime(623): at
> android.os.ZygoteInit.main(ZygoteInit.java:1445)
> ERROR/AndroidRuntime(623): at android.dalvik.NativeStart.main(Native
> Method)
>
>
>
> 2008/4/10, Megha Joshi <[EMAIL PROTECTED]>:
> >
> > I will try a fresh install on my windows machine and check on it.
> >
> > Thanks,
> > Megha
> >
> > On Wed, Apr 9, 2008 at 6:05 PM, Hongliang Tong <[EMAIL PROTECTED]>
> > wrote:
> >
> > > Yeah. ApiDemos is ok on my computer.
> > >
> > > 2008/4/10, Megha Joshi <[EMAIL PROTECTED]>:
> > >
> > > > The mediaplayer sample does work on m5.  I am not sure what the
> > > > issue is in your case. Do other samples like ApiDemos work on your 
> > > > machine?
> > > >
> > > > Thanks,
> > > > Megha
> > > >
> > > > On Tue, Apr 8, 2008 at 5:38 PM, Hongliang Tong <
> > > > [EMAIL PROTECTED]> wrote:
> > > >
> > > > > Hi Megha
> > > > > Thanks for your response. I had searched internet for the
> > > > > issue before i post it in developer groups and find the solution as '
> > > > > http://groups.google.com/group/android-developers/msg/2db1c1a3305f23b7'
> > > > > said . I reinstalled my windows and eclipse. The eclipse plugin is the
> > > > > lat

[android-developers] Re: Failed to open database file

2008-04-09 Thread Hongliang Tong
thanks. the error is as below when run the application.
ERROR/jdwp(517): Failed writing handshake bytes: Broken pipe (-1 of 14)
ERROR/SurfaceFlinger(517): GL error 0x0500
ERROR/PackageManager(517): Package com.google.android.development has
mismatched uid: 1000 on disk, 10008 in settings; read messages:
ERROR/PackageManager(517): Read completed successfully: 6 packages, 3 shared
uids
ERROR/Database(517): Failed to open database file "/data/checkin.db" -
unable to open database file
ERROR/EventHub(517): could not get driver version for /dev/input/mice, Not a
typewriter
ERROR/EventHub(517): could not get driver version for /dev/input/mouse0, Not
a typewriter
ERROR/Database(579): Failed to open database file
"/data/data/com.google.android.providers.telephony/databases/mmssms.db" -
unable to open database file
ERROR/org.bluez.*(579): D-Bus error: The name org.bluez was not provided by
any .service files
ERROR/AndroidRuntime(623): Uncaught handler: thread Main exiting due to
uncaught exception
ERROR/AndroidRuntime(623): java.lang.NullPointerException
ERROR/AndroidRuntime(623): at
android.content.ContentResolver.getProvider(ContentResolver.java:380)
ERROR/AndroidRuntime(623): at
android.content.ContentResolver.insert(ContentResolver.java:281)
ERROR/AndroidRuntime(623): at
mysamples.android.MyMediaRecorder.initiateMediaRecorder(MyMediaRecorder.java:100)
ERROR/AndroidRuntime(623): at
mysamples.android.MyMediaRecorder$1.onClick(MyMediaRecorder.java:64)
ERROR/AndroidRuntime(623): at
android.view.View.performClick(View.java:1857)
ERROR/AndroidRuntime(623): at
android.view.View.onTouchEvent(View.java:2966)
ERROR/AndroidRuntime(623): at
android.widget.TextView.onTouchEvent(TextView.java:2850)
ERROR/AndroidRuntime(623): at
android.view.View.dispatchTouchEvent(View.java:2706)
ERROR/AndroidRuntime(623): at
android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:641)
ERROR/AndroidRuntime(623): at
android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:641)
ERROR/AndroidRuntime(623): at
android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:641)
ERROR/AndroidRuntime(623): at
android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:641)
ERROR/AndroidRuntime(623): at
android.policy.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:1193)
ERROR/AndroidRuntime(623): at
android.policy.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:876)
ERROR/AndroidRuntime(623): at
android.app.Activity.dispatchTouchEvent(Activity.java:1520)
ERROR/AndroidRuntime(623): at
android.policy.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1177)
ERROR/AndroidRuntime(623): at
android.view.ViewRoot.handleMessage(ViewRoot.java:617)
ERROR/AndroidRuntime(623): at
android.os.Handler.dispatchMessage(Handler.java:80)
ERROR/AndroidRuntime(623): at android.os.Looper.loop(Looper.java:91)
ERROR/AndroidRuntime(623): at
android.app.ActivityThread.main(ActivityThread.java:3052)
ERROR/AndroidRuntime(623): at
java.lang.reflect.Method.invokeNative(Native Method)
ERROR/AndroidRuntime(623): at
java.lang.reflect.Method.invoke(Method.java:356)
ERROR/AndroidRuntime(623): at
android.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1547)
ERROR/AndroidRuntime(623): at
android.os.ZygoteInit.main(ZygoteInit.java:1445)
ERROR/AndroidRuntime(623): at android.dalvik.NativeStart.main(Native
Method)



2008/4/10, Megha Joshi <[EMAIL PROTECTED]>:
>
> I will try a fresh install on my windows machine and check on it.
>
> Thanks,
> Megha
>
> On Wed, Apr 9, 2008 at 6:05 PM, Hongliang Tong <[EMAIL PROTECTED]>
> wrote:
>
> > Yeah. ApiDemos is ok on my computer.
> >
> > 2008/4/10, Megha Joshi <[EMAIL PROTECTED]>:
> >
> > > The mediaplayer sample does work on m5.  I am not sure what the issue
> > > is in your case. Do other samples like ApiDemos work on your machine?
> > >
> > > Thanks,
> > > Megha
> > >
> > > On Tue, Apr 8, 2008 at 5:38 PM, Hongliang Tong <[EMAIL PROTECTED]>
> > > wrote:
> > >
> > > > Hi Megha
> > > > Thanks for your response. I had searched internet for the issue
> > > > before i post it in developer groups and find the solution as '
> > > > http://groups.google.com/group/android-developers/msg/2db1c1a3305f23b7'
> > > > said . I reinstalled my windows and eclipse. The eclipse plugin is the
> > > > latest one updated from livelink '
> > > > https://dl-ssl.google.com/android/eclipse/' and the android sdk is
> > > > the m5-rc15. But the issue is the same. Thanks for your further help in
> > > > advance.
> > > >
> > > > 2008/4/9, Megha Joshi <[EMAIL PROTECTED]>:
> > > > >
> > > > >  Hi,
> > > > >
> > > > > These are errors are due to your development environment not being
> > > > > updated properly for using the m5 version of SDK . Please see the 
> > > > > response
> > > > > from David below for the same issue:
> > > > >
> > > > > http://groups.google.com/group/android-developers/msg/2db1c1a3305f23b7
> > > > >
> > > > > Thanks,
> > > > > Meg

[android-developers] Re: Failed to open database file

2008-04-09 Thread Megha Joshi
I will try a fresh install on my windows machine and check on it.

Thanks,
Megha

On Wed, Apr 9, 2008 at 6:05 PM, Hongliang Tong <[EMAIL PROTECTED]>
wrote:

> Yeah. ApiDemos is ok on my computer.
>
> 2008/4/10, Megha Joshi <[EMAIL PROTECTED]>:
>
> > The mediaplayer sample does work on m5.  I am not sure what the issue is
> > in your case. Do other samples like ApiDemos work on your machine?
> >
> > Thanks,
> > Megha
> >
> > On Tue, Apr 8, 2008 at 5:38 PM, Hongliang Tong <[EMAIL PROTECTED]>
> > wrote:
> >
> > > Hi Megha
> > > Thanks for your response. I had searched internet for the issue
> > > before i post it in developer groups and find the solution as '
> > > http://groups.google.com/group/android-developers/msg/2db1c1a3305f23b7'
> > > said . I reinstalled my windows and eclipse. The eclipse plugin is the
> > > latest one updated from livelink '
> > > https://dl-ssl.google.com/android/eclipse/' and the android sdk is the
> > > m5-rc15. But the issue is the same. Thanks for your further help in 
> > > advance.
> > >
> > > 2008/4/9, Megha Joshi <[EMAIL PROTECTED]>:
> > > >
> > > >  Hi,
> > > >
> > > > These are errors are due to your development environment not being
> > > > updated properly for using the m5 version of SDK . Please see the 
> > > > response
> > > > from David below for the same issue:
> > > >
> > > > http://groups.google.com/group/android-developers/msg/2db1c1a3305f23b7
> > > >
> > > > Thanks,
> > > > Megha
> > > >
> > > >
> > > > On Tue, Apr 8, 2008 at 8:26 AM, [EMAIL PROTECTED] <
> > > > [EMAIL PROTECTED]> wrote:
> > > >
> > > > >
> > > > > When I run the MediaRecorder of
> > > > >
> > > > > http://android-developers.googlegroups.com/web/MediaRecorder.zip?gda=FXkzyEICK9_YAb0a1Nwh0gUZZf4AZGicXnJhUmy3pBE2rNh3q2G1qiJ7UbTIup-M2XPURDRx2u_6bIk_N_dzuceWXQ3dR3EF-MqJXdm-zvpgwRZgvQ
> > > > > ,igot
> > > > >  the following errors. Would you like to give me your comments?
> > > > > Thank you very much.
> > > > > ERROR/Database(517): Failed to open database file "/data/data/
> > > > > com.google.android.providers.settings/databases/settings.db" -
> > > > > unable
> > > > > to open database file
> > > > > ERROR/Database(517): Failed to open database file "/data/data/
> > > > > com.google.android.providers.settings/databases/settings.db" -
> > > > > unable
> > > > > to open database file
> > > > > ERROR/Database(517): Failed to open database file
> > > > > "/data/checkin.db" -
> > > > > unable to open database file
> > > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > > com.google.android.providers.googleapps/databases/accounts.db" -
> > > > > unable to open database file
> > > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > > com.google.android.providers.googleapps/databases/accounts.db" -
> > > > > unable to open database file
> > > > > ERROR/EventHub(517): could not get driver version for
> > > > > /dev/input/mice,
> > > > > Not a typewriter
> > > > > ERROR/EventHub(517): could not get driver version for /dev/input/
> > > > > mouse0, Not a typewriter
> > > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > > com.google.android.providers.contacts/databases/contacts.db" -
> > > > > unable
> > > > > to open database file
> > > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > > com.google.android.providers.contacts/databases/contacts.db" -
> > > > > unable
> > > > > to open database file
> > > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > > com.google.android.providers.im/databases/im.db" - unable to open
> > > > > database file
> > > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > > com.google.android.providers.im/databases/im.db" - unable to open
> > > > > database file
> > > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > > com.google.android.maps/databases/maps.db" - unable to open
> > > > > database
> > > > > file
> > > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > > com.google.android.maps/databases/maps.db" - unable to open
> > > > > database
> > > > > file
> > > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > > com.google.android.providers.media/databases/media.db" - unable to
> > > > > open database file
> > > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > > com.google.android.providers.media/databases/media.db" - unable to
> > > > > open database file
> > > > > ERROR/Database(581): Failed to open database file "/data/data/
> > > > > com.google.android.providers.telephony/databases/telephony.db" -
> > > > > unable to open database file
> > > > > ERROR/Database(581): Failed to open database file "/data/data/
> > > > > com.google.andr

[android-developers] Re: Failed to open database file

2008-04-09 Thread Hongliang Tong
Yeah. ApiDemos is ok on my computer.

2008/4/10, Megha Joshi <[EMAIL PROTECTED]>:
>
> The mediaplayer sample does work on m5.  I am not sure what the issue is
> in your case. Do other samples like ApiDemos work on your machine?
>
> Thanks,
> Megha
>
> On Tue, Apr 8, 2008 at 5:38 PM, Hongliang Tong <[EMAIL PROTECTED]>
> wrote:
>
> > Hi Megha
> > Thanks for your response. I had searched internet for the issue
> > before i post it in developer groups and find the solution as '
> > http://groups.google.com/group/android-developers/msg/2db1c1a3305f23b7'
> > said . I reinstalled my windows and eclipse. The eclipse plugin is the
> > latest one updated from livelink '
> > https://dl-ssl.google.com/android/eclipse/' and the android sdk is the
> > m5-rc15. But the issue is the same. Thanks for your further help in advance.
> >
> > 2008/4/9, Megha Joshi <[EMAIL PROTECTED]>:
> > >
> > >  Hi,
> > >
> > > These are errors are due to your development environment not being
> > > updated properly for using the m5 version of SDK . Please see the response
> > > from David below for the same issue:
> > > http://groups.google.com/group/android-developers/msg/2db1c1a3305f23b7
> > >
> > > Thanks,
> > > Megha
> > >
> > >
> > > On Tue, Apr 8, 2008 at 8:26 AM, [EMAIL PROTECTED] <
> > > [EMAIL PROTECTED]> wrote:
> > >
> > > >
> > > > When I run the MediaRecorder of
> > > >
> > > > http://android-developers.googlegroups.com/web/MediaRecorder.zip?gda=FXkzyEICK9_YAb0a1Nwh0gUZZf4AZGicXnJhUmy3pBE2rNh3q2G1qiJ7UbTIup-M2XPURDRx2u_6bIk_N_dzuceWXQ3dR3EF-MqJXdm-zvpgwRZgvQ
> > > > ,i got the following errors. Would you like to give me your
> > > > comments?
> > > > Thank you very much.
> > > > ERROR/Database(517): Failed to open database file "/data/data/
> > > > com.google.android.providers.settings/databases/settings.db" -
> > > > unable
> > > > to open database file
> > > > ERROR/Database(517): Failed to open database file "/data/data/
> > > > com.google.android.providers.settings/databases/settings.db" -
> > > > unable
> > > > to open database file
> > > > ERROR/Database(517): Failed to open database file "/data/checkin.db"
> > > > -
> > > > unable to open database file
> > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > com.google.android.providers.googleapps/databases/accounts.db" -
> > > > unable to open database file
> > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > com.google.android.providers.googleapps/databases/accounts.db" -
> > > > unable to open database file
> > > > ERROR/EventHub(517): could not get driver version for
> > > > /dev/input/mice,
> > > > Not a typewriter
> > > > ERROR/EventHub(517): could not get driver version for /dev/input/
> > > > mouse0, Not a typewriter
> > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > com.google.android.providers.contacts/databases/contacts.db" -
> > > > unable
> > > > to open database file
> > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > com.google.android.providers.contacts/databases/contacts.db" -
> > > > unable
> > > > to open database file
> > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > com.google.android.providers.im/databases/im.db" - unable to open
> > > > database file
> > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > com.google.android.providers.im/databases/im.db" - unable to open
> > > > database file
> > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > com.google.android.maps/databases/maps.db" - unable to open database
> > > > file
> > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > com.google.android.maps/databases/maps.db" - unable to open database
> > > > file
> > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > com.google.android.providers.media/databases/media.db" - unable to
> > > > open database file
> > > > ERROR/Database(563): Failed to open database file "/data/data/
> > > > com.google.android.providers.media/databases/media.db" - unable to
> > > > open database file
> > > > ERROR/Database(581): Failed to open database file "/data/data/
> > > > com.google.android.providers.telephony/databases/telephony.db" -
> > > > unable to open database file
> > > > ERROR/Database(581): Failed to open database file "/data/data/
> > > > com.google.android.providers.telephony/databases/telephony.db" -
> > > > unable to open database file
> > > > ERROR/Database(581): Failed to open database file "/data/data/
> > > > com.google.android.providers.telephony/databases/mmssms.db" - unable
> > > > to open database file
> > > > ERROR/org.bluez.*(581): D-Bus error: The name org.bluez was not
> > > > provided by any .service files
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> >
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers"

[android-developers] Re: Failed to open database file

2008-04-09 Thread Megha Joshi
The mediaplayer sample does work on m5.  I am not sure what the issue is in
your case. Do other samples like ApiDemos work on your machine?

Thanks,
Megha

On Tue, Apr 8, 2008 at 5:38 PM, Hongliang Tong <[EMAIL PROTECTED]>
wrote:

> Hi Megha
> Thanks for your response. I had searched internet for the issue before
> i post it in developer groups and find the solution as '
> http://groups.google.com/group/android-developers/msg/2db1c1a3305f23b7'
> said . I reinstalled my windows and eclipse. The eclipse plugin is the
> latest one updated from livelink '
> https://dl-ssl.google.com/android/eclipse/' and the android sdk is the
> m5-rc15. But the issue is the same. Thanks for your further help in advance.
>
> 2008/4/9, Megha Joshi <[EMAIL PROTECTED]>:
> >
> > Hi,
> >
> > These are errors are due to your development environment not being
> > updated properly for using the m5 version of SDK . Please see the response
> > from David below for the same issue:
> > http://groups.google.com/group/android-developers/msg/2db1c1a3305f23b7
> >
> > Thanks,
> > Megha
> >
> >
> > On Tue, Apr 8, 2008 at 8:26 AM, [EMAIL PROTECTED] <
> > [EMAIL PROTECTED]> wrote:
> >
> > >
> > > When I run the MediaRecorder of
> > >
> > > http://android-developers.googlegroups.com/web/MediaRecorder.zip?gda=FXkzyEICK9_YAb0a1Nwh0gUZZf4AZGicXnJhUmy3pBE2rNh3q2G1qiJ7UbTIup-M2XPURDRx2u_6bIk_N_dzuceWXQ3dR3EF-MqJXdm-zvpgwRZgvQ
> > > ,igot
> > >  the following errors. Would you like to give me your comments?
> > > Thank you very much.
> > > ERROR/Database(517): Failed to open database file "/data/data/
> > > com.google.android.providers.settings/databases/settings.db" - unable
> > > to open database file
> > > ERROR/Database(517): Failed to open database file "/data/data/
> > > com.google.android.providers.settings/databases/settings.db" - unable
> > > to open database file
> > > ERROR/Database(517): Failed to open database file "/data/checkin.db" -
> > > unable to open database file
> > > ERROR/Database(563): Failed to open database file "/data/data/
> > > com.google.android.providers.googleapps/databases/accounts.db" -
> > > unable to open database file
> > > ERROR/Database(563): Failed to open database file "/data/data/
> > > com.google.android.providers.googleapps/databases/accounts.db" -
> > > unable to open database file
> > > ERROR/EventHub(517): could not get driver version for /dev/input/mice,
> > > Not a typewriter
> > > ERROR/EventHub(517): could not get driver version for /dev/input/
> > > mouse0, Not a typewriter
> > > ERROR/Database(563): Failed to open database file "/data/data/
> > > com.google.android.providers.contacts/databases/contacts.db" - unable
> > > to open database file
> > > ERROR/Database(563): Failed to open database file "/data/data/
> > > com.google.android.providers.contacts/databases/contacts.db" - unable
> > > to open database file
> > > ERROR/Database(563): Failed to open database file "/data/data/
> > > com.google.android.providers.im/databases/im.db" - unable to open
> > > database file
> > > ERROR/Database(563): Failed to open database file "/data/data/
> > > com.google.android.providers.im/databases/im.db" - unable to open
> > > database file
> > > ERROR/Database(563): Failed to open database file "/data/data/
> > > com.google.android.maps/databases/maps.db" - unable to open database
> > > file
> > > ERROR/Database(563): Failed to open database file "/data/data/
> > > com.google.android.maps/databases/maps.db" - unable to open database
> > > file
> > > ERROR/Database(563): Failed to open database file "/data/data/
> > > com.google.android.providers.media/databases/media.db" - unable to
> > > open database file
> > > ERROR/Database(563): Failed to open database file "/data/data/
> > > com.google.android.providers.media/databases/media.db" - unable to
> > > open database file
> > > ERROR/Database(581): Failed to open database file "/data/data/
> > > com.google.android.providers.telephony/databases/telephony.db" -
> > > unable to open database file
> > > ERROR/Database(581): Failed to open database file "/data/data/
> > > com.google.android.providers.telephony/databases/telephony.db" -
> > > unable to open database file
> > > ERROR/Database(581): Failed to open database file "/data/data/
> > > com.google.android.providers.telephony/databases/mmssms.db" - unable
> > > to open database file
> > > ERROR/org.bluez.*(581): D-Bus error: The name org.bluez was not
> > > provided by any .service files
> > >
> > >
> > >
> >
> > > >
> >

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announci

[android-developers] Re: Failed to open database file

2008-04-08 Thread Hongliang Tong
Hi Megha
Thanks for your response. I had searched internet for the issue before i
post it in developer groups and find the solution as '
http://groups.google.com/group/android-developers/msg/2db1c1a3305f23b7'
said . I reinstalled my windows and eclipse. The eclipse plugin is the
latest one updated from livelink 'https://dl-ssl.google.com/android/eclipse/'
and the android sdk is the m5-rc15. But the issue is the same. Thanks for
your further help in advance.

2008/4/9, Megha Joshi <[EMAIL PROTECTED]>:
>
> Hi,
>
> These are errors are due to your development environment not being updated
> properly for using the m5 version of SDK . Please see the response from
> David below for the same issue:
> http://groups.google.com/group/android-developers/msg/2db1c1a3305f23b7
>
> Thanks,
> Megha
>
> On Tue, Apr 8, 2008 at 8:26 AM, [EMAIL PROTECTED] <
> [EMAIL PROTECTED]> wrote:
>
> >
> > When I run the MediaRecorder of
> >
> > http://android-developers.googlegroups.com/web/MediaRecorder.zip?gda=FXkzyEICK9_YAb0a1Nwh0gUZZf4AZGicXnJhUmy3pBE2rNh3q2G1qiJ7UbTIup-M2XPURDRx2u_6bIk_N_dzuceWXQ3dR3EF-MqJXdm-zvpgwRZgvQ
> > ,i got the following errors. Would you like to give me your comments?
> > Thank you very much.
> > ERROR/Database(517): Failed to open database file "/data/data/
> > com.google.android.providers.settings/databases/settings.db" - unable
> > to open database file
> > ERROR/Database(517): Failed to open database file "/data/data/
> > com.google.android.providers.settings/databases/settings.db" - unable
> > to open database file
> > ERROR/Database(517): Failed to open database file "/data/checkin.db" -
> > unable to open database file
> > ERROR/Database(563): Failed to open database file "/data/data/
> > com.google.android.providers.googleapps/databases/accounts.db" -
> > unable to open database file
> > ERROR/Database(563): Failed to open database file "/data/data/
> > com.google.android.providers.googleapps/databases/accounts.db" -
> > unable to open database file
> > ERROR/EventHub(517): could not get driver version for /dev/input/mice,
> > Not a typewriter
> > ERROR/EventHub(517): could not get driver version for /dev/input/
> > mouse0, Not a typewriter
> > ERROR/Database(563): Failed to open database file "/data/data/
> > com.google.android.providers.contacts/databases/contacts.db" - unable
> > to open database file
> > ERROR/Database(563): Failed to open database file "/data/data/
> > com.google.android.providers.contacts/databases/contacts.db" - unable
> > to open database file
> > ERROR/Database(563): Failed to open database file "/data/data/
> > com.google.android.providers.im/databases/im.db" - unable to open
> > database file
> > ERROR/Database(563): Failed to open database file "/data/data/
> > com.google.android.providers.im/databases/im.db" - unable to open
> > database file
> > ERROR/Database(563): Failed to open database file "/data/data/
> > com.google.android.maps/databases/maps.db" - unable to open database
> > file
> > ERROR/Database(563): Failed to open database file "/data/data/
> > com.google.android.maps/databases/maps.db" - unable to open database
> > file
> > ERROR/Database(563): Failed to open database file "/data/data/
> > com.google.android.providers.media/databases/media.db" - unable to
> > open database file
> > ERROR/Database(563): Failed to open database file "/data/data/
> > com.google.android.providers.media/databases/media.db" - unable to
> > open database file
> > ERROR/Database(581): Failed to open database file "/data/data/
> > com.google.android.providers.telephony/databases/telephony.db" -
> > unable to open database file
> > ERROR/Database(581): Failed to open database file "/data/data/
> > com.google.android.providers.telephony/databases/telephony.db" -
> > unable to open database file
> > ERROR/Database(581): Failed to open database file "/data/data/
> > com.google.android.providers.telephony/databases/mmssms.db" - unable
> > to open database file
> > ERROR/org.bluez.*(581): D-Bus error: The name org.bluez was not
> > provided by any .service files
> >
> >
> >
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Failed to open database file

2008-04-08 Thread Megha Joshi
Hi,

These are errors are due to your development environment not being updated
properly for using the m5 version of SDK . Please see the response from
David below for the same issue:
http://groups.google.com/group/android-developers/msg/2db1c1a3305f23b7

Thanks,
Megha

On Tue, Apr 8, 2008 at 8:26 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

>
> When I run the MediaRecorder of
>
> http://android-developers.googlegroups.com/web/MediaRecorder.zip?gda=FXkzyEICK9_YAb0a1Nwh0gUZZf4AZGicXnJhUmy3pBE2rNh3q2G1qiJ7UbTIup-M2XPURDRx2u_6bIk_N_dzuceWXQ3dR3EF-MqJXdm-zvpgwRZgvQ
> ,igot
>  the following errors. Would you like to give me your comments?
> Thank you very much.
> ERROR/Database(517): Failed to open database file "/data/data/
> com.google.android.providers.settings/databases/settings.db" - unable
> to open database file
> ERROR/Database(517): Failed to open database file "/data/data/
> com.google.android.providers.settings/databases/settings.db" - unable
> to open database file
> ERROR/Database(517): Failed to open database file "/data/checkin.db" -
> unable to open database file
> ERROR/Database(563): Failed to open database file "/data/data/
> com.google.android.providers.googleapps/databases/accounts.db" -
> unable to open database file
> ERROR/Database(563): Failed to open database file "/data/data/
> com.google.android.providers.googleapps/databases/accounts.db" -
> unable to open database file
> ERROR/EventHub(517): could not get driver version for /dev/input/mice,
> Not a typewriter
> ERROR/EventHub(517): could not get driver version for /dev/input/
> mouse0, Not a typewriter
> ERROR/Database(563): Failed to open database file "/data/data/
> com.google.android.providers.contacts/databases/contacts.db" - unable
> to open database file
> ERROR/Database(563): Failed to open database file "/data/data/
> com.google.android.providers.contacts/databases/contacts.db" - unable
> to open database file
> ERROR/Database(563): Failed to open database file "/data/data/
> com.google.android.providers.im/databases/im.db" - unable to open
> database file
> ERROR/Database(563): Failed to open database file "/data/data/
> com.google.android.providers.im/databases/im.db" - unable to open
> database file
> ERROR/Database(563): Failed to open database file "/data/data/
> com.google.android.maps/databases/maps.db" - unable to open database
> file
> ERROR/Database(563): Failed to open database file "/data/data/
> com.google.android.maps/databases/maps.db" - unable to open database
> file
> ERROR/Database(563): Failed to open database file "/data/data/
> com.google.android.providers.media/databases/media.db" - unable to
> open database file
> ERROR/Database(563): Failed to open database file "/data/data/
> com.google.android.providers.media/databases/media.db" - unable to
> open database file
> ERROR/Database(581): Failed to open database file "/data/data/
> com.google.android.providers.telephony/databases/telephony.db" -
> unable to open database file
> ERROR/Database(581): Failed to open database file "/data/data/
> com.google.android.providers.telephony/databases/telephony.db" -
> unable to open database file
> ERROR/Database(581): Failed to open database file "/data/data/
> com.google.android.providers.telephony/databases/mmssms.db" - unable
> to open database file
> ERROR/org.bluez.*(581): D-Bus error: The name org.bluez was not
> provided by any .service files
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Failed to open database file

2008-04-03 Thread goro

Thank you JuhaK,
does anybody know why I don't have "Android" folder in C:\Documents
and Settings\me\Local Settings\Application Data\ ? I see that Jose
María González have the same problem.


On 3 Apr., 07:02, JuhaK <[EMAIL PROTECTED]> wrote:
> http://code.google.com/p/android/issues/detail?id=151&colspec=ID%20Ty...
>
> Seems like the fix is a work in progress.
>
> JuhaK
>
> On Apr 2, 1:13 pm, goro <[EMAIL PROTECTED]> wrote:
>
> > Hi All,
> > I know that it is a pretty old topic, but I am facing the same problem
> > " unable to open database file " and I don't have img file in Settings
> > \me\Local Settings\Application Data\, have you solved the problem? I
> > use version m5 under XP.
>
> > On 22 Feb., 19:58, "Jose María González" <[EMAIL PROTECTED]>
> > wrote:
>
> > > I am using windows and nothing appears under
> > > C:\Documents and Settings\me\Local Settings\Application Data\
>
> > > In fact I have search for the "Android" directory under "Documents and
> > > Settings" and does not appear.
> > > I am using the spanish windows version.
>
> > > I can find the userdata.img under the emulator directory, but if I
> > > delete it the emulator cannot start.
>
> > > On 9 Gen, 18:48, JuhaK <[EMAIL PROTECTED]> wrote:
>
> > > > Hi,
>
> > > > For me this happened when I upgraded the version of the SDK.
>
> > > > Deleting the files userdata.img.lock and userdata.img and emulator.cfg
> > > > from under .android in $HOME helped for me. Delete these files first
> > > > and then restart the IDE and emulator. This is under Ubuntu Linux.
>
> > > > BR,
>
> > > > JuhaK
>
> > > > On 19 marras 2007, 03:49, Kunee <[EMAIL PROTECTED]> wrote:
>
> > > > > hi
>
> > > > > i am so confused that the location where thedatabasestore?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Failed to open database file

2008-04-02 Thread JuhaK

http://code.google.com/p/android/issues/detail?id=151&colspec=ID%20Type%20Version%20Security%20Status%20Owner%20Summary

Seems like the fix is a work in progress.

JuhaK

On Apr 2, 1:13 pm, goro <[EMAIL PROTECTED]> wrote:
> Hi All,
> I know that it is a pretty old topic, but I am facing the same problem
> " unable to open database file " and I don't have img file in Settings
> \me\Local Settings\Application Data\, have you solved the problem? I
> use version m5 under XP.
>
> On 22 Feb., 19:58, "Jose María González" <[EMAIL PROTECTED]>
> wrote:
>
> > I am using windows and nothing appears under
> > C:\Documents and Settings\me\Local Settings\Application Data\
>
> > In fact I have search for the "Android" directory under "Documents and
> > Settings" and does not appear.
> > I am using the spanish windows version.
>
> > I can find the userdata.img under the emulator directory, but if I
> > delete it the emulator cannot start.
>
> > On 9 Gen, 18:48, JuhaK <[EMAIL PROTECTED]> wrote:
>
> > > Hi,
>
> > > For me this happened when I upgraded the version of the SDK.
>
> > > Deleting the files userdata.img.lock and userdata.img and emulator.cfg
> > > from under .android in $HOME helped for me. Delete these files first
> > > and then restart the IDE and emulator. This is under Ubuntu Linux.
>
> > > BR,
>
> > > JuhaK
>
> > > On 19 marras 2007, 03:49, Kunee <[EMAIL PROTECTED]> wrote:
>
> > > > hi
>
> > > > i am so confused that the location where thedatabasestore?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Failed to open database file

2008-04-02 Thread goro

Hi All,
I know that it is a pretty old topic, but I am facing the same problem
" unable to open database file " and I don't have img file in Settings
\me\Local Settings\Application Data\, have you solved the problem? I
use version m5 under XP.

On 22 Feb., 19:58, "Jose María González" <[EMAIL PROTECTED]>
wrote:
> I am using windows and nothing appears under
> C:\Documents and Settings\me\Local Settings\Application Data\
>
> In fact I have search for the "Android" directory under "Documents and
> Settings" and does not appear.
> I am using the spanish windows version.
>
> I can find the userdata.img under the emulator directory, but if I
> delete it the emulator cannot start.
>
> On 9 Gen, 18:48, JuhaK <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > For me this happened when I upgraded the version of the SDK.
>
> > Deleting the files userdata.img.lock and userdata.img and emulator.cfg
> > from under .android in $HOME helped for me. Delete these files first
> > and then restart the IDE and emulator. This is under Ubuntu Linux.
>
> > BR,
>
> > JuhaK
>
> > On 19 marras 2007, 03:49, Kunee <[EMAIL PROTECTED]> wrote:
>
> > > hi
>
> > > i am so confused that the location where thedatabasestore?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---