[android-developers] Android video and audio application (x86 and ARM)

2009-05-19 Thread Sari

Hi, I have built Android 1.1 and want to test audio and video on the
same. Basically to verify the Opencore functionality and support so
that I may later enhance the same.
Could anyone who has done the same please help me on the same?
1. I need the commands for running the emulator with usage of kernel,
and sysdir, and also which of them are mandatory to use.
2. Also, what specific environment variables I need to set for X86,
and for ARM.
I referred to
http://developer.android.com/guide/developing/tools/emulator.html#startup-options


Cheers!
Sari

--~--~-~--~~~---~--~~
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: Maps API - controlling size of streets, font?

2010-08-23 Thread Sari
On my Nexus One, the font is really small but it becomes larger and
looks a little more like the Maps application when I make sure
android:anyDensity="false" in my supports-screens element in the
manifest. Like the following:

 

Hope this helps.

On Jul 29, 6:22 pm, JP  wrote:
> Out of the box,MapView'spresentation of streets and their labels
> (street names) is rather small-ish. Is there any way to control this?
> Comparing aMapView-based app against Google's Maps app, the
> difference is rather obvious, in particular when zooming out. Has
> anybody found a "switch" to modify the behavior of the underlyingMapViewto 
> get closer to where Googls Maps' behavior is?

-- 
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: Can I use my personal 'VERIZON' droid 2 as a dev device also?

2010-08-24 Thread Sari
If you can connect it in debug mode then I guess its no problem.

Check if you can set t debug in Settings>Applications>USB Debugging.



On Aug 24, 6:11 pm, Cedric Gaines  wrote:
> I'm fairly new to the community,
>
> I've searched around and I'm not quite sure about what is involved in
> useing a dev device.  I'm about to purchase a Droid 2 from verizon
> (Plain-Ole Droid 2)
>
> Can i use it out the box as a dev device, or do I need to root it or
> side load my dev apps to it for testing?  I couldn't find a clear
> answer about this?
>
> Thanks,
> Cedric

-- 
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] Android Emulator vs iPhone emulator (Why does it take so long)

2010-08-24 Thread Sari
I have a fairly fast machine, and I boot into Windows 7 or Mac OS
depending on which work I need to do.

When I start the Android emulator it takes around 2-3 minutes and its
sluggish when its ready. However, the iPhone emulator in Mac OS takes
around 10 seconds at most and its very smooth when its ready.

Why is that? Is it something we will continue to see in the future or
will this be resolved in the future?

-- 
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] Target SDK and NotificationCompat action color

2012-11-08 Thread Sari AlHiari
Using NotificationCompat.Builder.addAction gives me the expected behavior 
in JellyBean, except that the action button has a grey background which 
does not look good.

The only way I could solve that was setting the target SDK to 14, but then 
the menu button (Galaxy Nexus) does not appear (and I have no actionBar). 

The only way I could solve this was set Target SDK to 12. This way I still 
get the menu and the cool dark background. But why do I have to do that? is 
this a behaving as expected?

I expect it to still show the menu button when I do not have an ActionBar. 
No?

-- 
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 monitor outgoing SMS activity with Android Emulator

2010-08-18 Thread Emmanuel Sari
Hi,
I have to test various Android applications with the emulator and in
order to detect abusive or malevolent behavior, I need to know
whenever an app is trying to send a SMS.
I already tried to send a few messages from the Emulator to see if it
generates any kind of trace in DDMS, but I haven't seen anything
helpful so far.
So I wonder if there is any way of knowing when an application (or
just the emulator at large) tries to send a SMS.
Thanks in advance for any help you might provide.

-- 
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] Getting the already set alarm (AlarmManager)

2010-12-18 Thread Sari AlHiari
Hello,

I want my app to be able to query the Alarm service to see if there is
a previous Alarm already set for this app, and if not to set one.


I could not find any api to get a list of set alarms or a specific
alarm for that matter.

Can anyone help?

I Appreciate any assistance.

-- 
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: Getting the already set alarm (AlarmManager)

2010-12-18 Thread Sari AlHiari
Thanks Mark

You're right. I will need to keep track of toss info.

Sounds likea good potential enhancement area for the apis. To persist
alarms and allow user to query them.

I appreciate the help.

On Dec 18, 1:13 pm, Mark Murphy  wrote:
> There is no such API, unfortunately. You will need to keep track of
> that information yourself. You probably needed to do that anyway,
> since the alarms are cleared on reboot, so you probably need that
> information in order to re-establish the alarms at that point.
>
> On Sat, Dec 18, 2010 at 5:57 AM, Sari AlHiari  wrote:
> > Hello,
>
> > I want my app to be able to query the Alarm service to see if there is
> > a previous Alarm already set for this app, and if not to set one.
>
> > I could not find any api to get a list of set alarms or a specific
> > alarm for that matter.
>
> > Can anyone help?
>
> > I Appreciate any assistance.
>
> > --
> > 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
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
> Available!

-- 
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