[android-developers] Adb connection Error

2009-04-01 Thread jayesh.thadani

Hello All,

After i close my application, immediately after 1-2 min i get error
like mentioned below, with unusual time, and after restarting
application it works fine.

Generally it throws error like this, And i am not been able to
conclude the problem.
Even firewall is turned off.


[2009-04-01 15:03:59 - DeviceMonitor]Adb connection Error:An existing
connection was forcibly closed by the remote host
[2009-04-01 15:03:59 - adb]
[2009-04-01 15:03:59 - ddms]An existing connection was forcibly closed
by the remote host
java.io.IOException: An existing connection was forcibly closed by the
remote host
at sun.nio.ch.SocketDispatcher.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(Unknown Source)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source)
at sun.nio.ch.IOUtil.write(Unknown Source)
at sun.nio.ch.SocketChannelImpl.write(Unknown Source)
at com.android.ddmlib.AdbHelper.write(Unknown Source)
at com.android.ddmlib.AdbHelper.write(Unknown Source)
at com.android.ddmlib.AdbHelper.setDevice(Unknown Source)
at com.android.ddmlib.AdbHelper.executeRemoteCommand(Unknown Source)
at com.android.ddmlib.Device.executeShellCommand(Unknown Source)
at com.android.ddmlib.FileListingService.doLs(Unknown Source)
at com.android.ddmlib.FileListingService.access$3(Unknown Source)
at com.android.ddmlib.FileListingService$1.run(Unknown Source)
--~--~-~--~~~---~--~~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Mp3 file read problem in Real device (G1)

2009-03-17 Thread jayesh.thadani

Hello friends,

I have demo music player which reads mp3 files from virtual memory
card of emulator

I pass path something like this /sdcard and its working fine, at a
time of reading MP3 from virtual memory card of emulator.

But when this .apk is installed on real device G1, application is not
been able to find any MP3 files from memory card of G1 device,

Can any one suggest for this issue on real device G1, or can provide a
code on how to read files from Memory card of G1.

Thanks,
Jayesh
--~--~-~--~~~---~--~~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Problem in Viewing table - sdk1.0

2009-01-13 Thread jayesh.thadani

Hi..
I am using sdk1.0

i created database as firstDB  created table in it as firsttable

my application is working fine, but am not been able to view tables
name in database.

i open it with sqlite, it shows database name in it with .databases
command..

but when i used .table it does not show tables contained in that
database..


Please help me out. i watch previous forum , i think there is problem
with permission settings..

Thanks,
--~--~-~--~~~---~--~~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Problem in Viewing table - sdk1.0

2009-01-13 Thread jayesh.thadani

Hi pratap,
yes i created table in program...
and it is working fine, i am able to retrieve data from table, my
problem is .table in sqlite3 is not showing tables that are in
database

Same problem is with notepad1,2  3 application which is given as a
sample application..

In sample example, database and tables in it exist... but .table in
sqlite3 is not viewable...



On Jan 13, 3:18 pm, PRATAP SOLAPUR pratap.sola...@gmail.com wrote:
 have u created the table in the command mode or in programi
 think the table has not been  created

 Use .schema with no arguements, it'll list all the tables...

 On 1/13/09, jayesh.thadani jayesh.thad...@gmail.com wrote:



  Hi..
  I am using sdk1.0

  i created database as firstDB  created table in it as firsttable

  my application is working fine, but am not been able to view tables
  name in database.

  i open it with sqlite, it shows database name in it with .databases
  command..

  but when i used .table it does not show tables contained in that
  database..

  Please help me out. i watch previous forum , i think there is problem
  with permission settings..

  Thanks,
--~--~-~--~~~---~--~~
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
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---