[android-developers] Re: Debugger to run Android Applications

2013-02-19 Thread Ashu
You should have mentioned the Android SDK Version that you are using when 
launching emulator, in your post.

Assuming that you are using latest Android SDK-rev 21, you can edit your 
AVD Instance through AVD Manager tool (part of ADT Plug-in in eclipse).
You need to Enable/select Keyboard check-box which reads Hardware Keyboard 
present.

After saving this setting, once you launch emulator, you should see message 
like Use your physical keyboard to provide input on Right hand side of 
emulator.
Also, you should select/enable Skin check-box too so that you can see all 
hardware controls of Android Emulator.

Now, you should be able to use Laptop/PC Keyboard for input.

Thanks

On Friday, February 15, 2013 10:50:11 AM UTC+5:30, Sagar Rout wrote:

 while i run my program in android emulator there is a flash of warning of 
 1-2 second that debugger is watch the Application.
 and i am not able to type in edittext and there is nothing happens using 
 my laptop keyboard i have not use emulator keyboard.
 what is the cause and the reason behind in this  warning like condition.


-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] connectivity of android appliacation with sqllite

2012-07-10 Thread Ashu
can we connect a android application to sqlite database just like a 
connectivity of mysql to java code,,plz help me ,i am new to android

-- 
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] services in android

2012-07-10 Thread Ashu
can we create a service without any activity

i hav an application of email sending automatically so i made a activity 
and run it as a service when my device is switched on after booting it 
start automatically and display the ui of activity,, i dnt want dis 
ui,,what shall i do help me

i want my app should start in background without displaying ui,
how to make it service without any activity
can we make service without any activity..help me

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] help me

2012-07-10 Thread Ashu
i am having an application of email sending ,i made an activity and start 
it as a service whenever i boot my device it displaying the ui screen of 
the activity,,i want to run my activity in background ,,it should not 
display after booting but should run in background

how can i make a service without any activity
i dnt want any activity

help me


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] How to make un clickable App Icon like YouTube App in android

2012-06-29 Thread Ashu Dubey
How to make un clickable App Icon like YouTube App in 
androidhttp://stackoverflow.com/questions/11263326/how-to-make-un-clickable-app-icon-like-youtube-app-in-android

-- 
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] sending string constant to server

2012-06-12 Thread ashu
I am developing an android application in which am trying to send
string constants to server via GPRS. I am able to send text files. Can
you provide me the lead to send string constants??

-- 
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: Blocking Outgoing SMS

2012-05-15 Thread Ashu
Android system does not provide a way to block outgoing SMS.
The similar question was discussed on Android Developers hung out on
26-Apr-2012, and Android Developers stated clearly that it is not
possible.
One suggestion was to put the phone into Airplane mode at the time of
sent SMS intent,  but again its unlikely to put the phone into
airplane mode pro-grammatically.


The similar issue has been already discussed on android-platform Group
as well.


On May 16, 10:54 am, dharmendra.sah...@gmail.com
dharmendra.sah...@gmail.com wrote:
 I am developing application to block incoming and outgoing SMS.
 I am able block incoming sms,but i am unable to block outgoing sms.
 We can not get any broadcast from from
 android.telephone.SmsManager.sendDataMessage() method.

 Please help me how to bock outgoing SMS.

 Thanks
 Dharmendra

-- 
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] display selected image from gallery

2012-03-01 Thread Ashu Gupta
in a gridview, all images of SD card are displayed(like in gallery).
If I click and select one picture, I want to display it on full
screen. How to display image on full screen from gridview

-- 
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] picture editing

2012-02-23 Thread Ashu Gupta
I want to open an existing jpeg file on my phone and edit it, save it.
Can someone tell me what are the APIs available to open/modify an
existing jpeg image on the phone memory

-- 
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] Youtube Upload

2010-12-28 Thread ashu
Hi all,
Plz provide information about youtube APIs for uploading video in
android platform.
Is Google Data APIs are helpful?? Plz share some references.

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] Video display not coming on Android1.6 SDK on OMAP3430 board

2009-12-17 Thread Ashu
Hi,
In porting android SDK 1.6, we are facing an issue with video display.
The board is unable to play any Video file, showing error on screen,
like Sorry,can't play this video.

But it is playing audio well, We are using ALSA audio,

We are using Meridian video player to play the video files  when we
run the player, it is showing the error message as Sorry,can't play
this video.


Below is the logcat output when we tried to play Meridian video
player.


VideoView( 1000): reset duration to -1 in openVideo
I/ActivityManager(  827): Displayed activity
org.iii.ro.iiivpa/.VideoPlay: 519 ms (total 519 ms)
D/VideoMio34xx( 1017): Creating Vendor(34xx) Specific MIO component
D/VideoMio34xx( 1017): Calling Vendor(34xx) Specific initCheck
D/VideoMio34xx( 1017): Use Overlays
V/VideoMio34xx( 1017): using Vendor Speicifc(34xx) codec
D/VideoMio34xx( 1017): number of buffers = -19
V/VideoMio34xx( 1017): sendEvent(MEDIA_SET_VIDEO_SIZE, 240, 210)
6binder: release 1017:1028 transaction 5106 in, still active
binder: release 1017:1028 transaction 5106 in, still active
6binder: send failed reply for transaction 5106 to 1000:1000
binder: send failed reply for transaction 5106 to 1000:1000
I/ServiceManager(  802): service 'media.audio_flinger' died
I/ServiceManager(  802): service 'media.player' died
I/ServiceManager(  802): service 'media.camera' died
W/AudioSystem(  827): AudioFlinger server died!
W/MediaPlayer( 1000): MediaPlayer server died!
E/MediaPlayer( 1000): error (100, 0)
E/MediaPlayer( 1000): Error (100,0)
D/VideoView( 1000): Error: 100,0
I/( 1032): ServiceManager: 0xac38
W/AudioHardwareInterface( 1032): Creating Vendor Specific
AudioHardware
E/ALSALib ( 1032): external/alsa-lib/src/control/control.c:909:
(snd_ctl_open_noupdate) Invalid CTL AndroidPlayback
E/AudioHardwareALSA( 1032): Unable to attach mixer to device
AndroidPlayback: No such file or directory
E/ALSALib ( 1032): external/alsa-lib/src/control/control.c:909:
(snd_ctl_open_noupdate) Invalid CTL AndroidRecord
E/AudioHardwareALSA( 1032): Unable to attach mixer to device
AndroidRecord: No such file or directory
W/HAL ( 1032): load: module=/system/lib/hw/acoustics.omap3430.so
error=Cannot load library: load_library[984]: Library '/syste
m/lib/hw/acoustics.omap3430.so' not found
W/HAL ( 1032): load: module=/system/lib/hw/acoustics.ldp1.so
error=Cannot load library: load_library[984]: Library '/system/li
b/hw/acoustics.ldp1.so' not found
E/ALSALib ( 1032): external/alsa-lib/src/pcm/pcm.c:2201:
(snd_pcm_open_noupdate) Unknown PCM AndroidPlayback
I/AudioHardwareALSA( 1032): Initialized ALSA PLAYBACK device default
I/AudioFlinger( 1032): AudioFlinger's thread ready to run for output 0
E/ALSALib ( 1032): external/alsa-lib/src/pcm/pcm.c:2201:
(snd_pcm_open_noupdate) Unknown PCM AndroidPlayback_Speaker_normal
E/ALSALib ( 1032): external/alsa-lib/src/pcm/pcm.c:2201:
(snd_pcm_open_noupdate) Unknown PCM AndroidPlayback_Speaker
E/ALSALib ( 1032): external/alsa-lib/src/pcm/pcm.c:2201:
(snd_pcm_open_noupdate) Unknown PCM AndroidPlayback
E/AudioService(  827): Media server died.
I/ServiceManager(  827): Waiting for sevice media.audio_flinger...
I/AudioHardwareALSA( 1032): Initialized ALSA PLAYBACK device default
I/CameraService( 1032): CameraService started: pid=1032
E/AudioService(  827): Media server started.

 CTRL-A Z for help |115200 8N1 | NOR | Minicom 2.3| VT102 |
Offline

-- 
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: use of buildspec.mk

2009-11-28 Thread Ashu
In Android root Directory, you will find this file.
In Android build system, this file is copied from vendor specific
location into root.
This file defines the kind of build you want for your Implementation.
When you type make -j2 or make -j4 , this file will check all
necessary targets for which the build is to  be done.

Here is one sample code from buildspec.mk file:

# Choose a product to build for.  Look in the products directory for
ones
# that work.
 #ifndef TARGET_PRODUCT
 TARGET_PRODUCT:=ldp1
 endif

Likewise, many other build settings can be defined.





On Nov 26, 11:09 am, anshexp ansh...@gmail.com wrote:
 hi,
      i am new to android  i am trying to understand android makefile .
 can anybody tell  me uses of  buildspec.mk

-- 
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: Accelerometer frequency

2009-02-17 Thread ashu

So my question still stands.  Frequency? Precision?  Thanks for the
attempt, Jubei.

On Feb 11, 6:14 am, Jubei nkatza...@gmail.com wrote:
 Supposedly you pass a 3rd parameter to the sensormanager's
 registerLister function but It doesnt seem to make any difference.

 On Feb 11, 7:33 pm,ashumontoo...@gmail.com wrote:



  Hey, I wanted to get the frequency of accelerometer output.  How many
  readings can I get per second?  And to what precision do I get?  Thanks- 
  Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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] Accelerometer frequency

2009-02-11 Thread ashu

Hey, I wanted to get the frequency of accelerometer output.  How many
readings can I get per second?  And to what precision do I get?  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] g1 accelerometer refresh rate

2009-02-10 Thread ashu

Hey,

I'm interested in an app that gets as much accelerometer data as
possible in a fixed amount of time.  How frequent can an application
access the accelerometer (in the order of magnitude: 10Hz, 1kHz,
1mHz?  How often is the accelerometer updated?

--Andrew
--~--~-~--~~~---~--~~
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: I want to emulate the simple listview's rows

2009-02-09 Thread ashu

Chander, I fixed it; thank you a ton.

On Feb 9, 1:14 am, Chander Pechetty cspeche...@gmail.com wrote:
 Looking closer at your layout, the textview's layout_width is set to
 wrap_content, it should be  android:layout_width=fill_parent
--~--~-~--~~~---~--~~
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] I want to emulate the simple listview's rows

2009-02-08 Thread ashu

I made my simple, custom rows and listviews.  Right now, only clicking
on the text of the row is valid selection area.  I want the entire
row, even the no-text area to be selectable.  Where do I modify?  Am I
looking for focusing or selecting?

My row xml:
-
?xml version=1.0 encoding=utf-8?
TextView android:id=@+id/text1 xmlns:android=http://
schemas.android.com/apk/res/android
android:layout_width=wrap_content
android:layout_height=36px
android:gravity=center_vertical
android:lines = 1
android:typeface = normal
android:textStyle = 
android:textSize = 18px
android:paddingLeft = 7px
/

My listview xml:
-
ListView android:id=@+id/android:list
android:layout_width=fill_parent
android:layout_height=wrap_content
android:layout_weight=1.0/


--~--~-~--~~~---~--~~
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: I want to emulate the simple listview's rows

2009-02-08 Thread ashu

Still only selects the text. Any workarounds?

On Feb 8, 7:27 pm, Chander Pechetty cspeche...@gmail.com wrote:
 You need to tell your ListView that the list items are focusable.

 ListView.setItemsCanFocus(true).
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---