[android-developers] HELP: Take video captures of your screen

2011-03-20 Thread m88m
Hey Guys,
 I am looking for a source code\framework which will allow me to
record the device's springboard, in other words to "take video
captures of your screen".

 Something like 'Display Recorder' for the iPhone, Link:
http://www.ihackintosh.com/2010/05/display-recorder-record-video-of-your-iphone-springboard/.

 Is it even possible to do on a non-rooted Android device?

Kind Regards,
 M

-- 
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] Download, Update, Compile and publish Android source code on Windows

2010-12-14 Thread m88m
Hey Guys, I want to do a nice test to the Android OS. I would like to
flash my Android device with my own android OS version (experimental
purposes).

So I know I can download the source code with git, but can I open it
with Eclipse? how do I compile it, and the most important question,
how do I flash it back (with the changes) to the device?

I need to do it on Windows...I know it suppose to run on Mac\Linux,
any free solution?
Any good tutorial for the rescue?

Thanks M

-- 
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] Becoming 'System App' - Not rooted devices

2010-11-24 Thread m88m
Hey guys!
 Is it possible for an application to transfer itself to a system app
on not-rooted devices?
 (Of course with the permission of the user).

Thanks M.

-- 
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: Query Other App Permissions

2010-11-24 Thread m88m
Thanks Guys!

On Nov 24, 8:58 am, Dianne Hackborn  wrote:
> http://developer.android.com/reference/android/content/pm/PackageMana...,
> int)
>
> <http://developer.android.com/reference/android/content/pm/PackageMana...,
> int)>With
>
> http://developer.android.com/reference/android/content/pm/PackageMana...
>
>
>
>
>
>
>
>
>
> On Tue, Nov 23, 2010 at 11:30 PM, m88m  wrote:
> > Hey Guys!
>
> > How one Android application can query other applications (permissions
> > and usage)?
> > The  'mylookout' app doing that (without rooting the device!).
>
> > [checkhttps://www.mylookout.com/premium/-> Under 'Privacy
> > Dashboard': "View a consolidated list of apps that can access your
> > private information, including: Location, Text messages and Identity
> > info."]
>
> > I thought that my app cannot be access by other apps, am I right?
> > Can a extract information on other apps in the system? And if yes how?
>
> > Regards,
> >  M
>
> > --
> > 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 > cr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.

-- 
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] Query Other App Permissions

2010-11-23 Thread m88m
Hey Guys!

How one Android application can query other applications (permissions
and usage)?
The  'mylookout' app doing that (without rooting the device!).

[check https://www.mylookout.com/premium/ -> Under 'Privacy
Dashboard': "View a consolidated list of apps that can access your
private information, including: Location, Text messages and Identity
info."]

I thought that my app cannot be access by other apps, am I right?
Can a extract information on other apps in the system? And if yes how?

Regards,
 M

-- 
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: Advanced Device Administration

2010-11-23 Thread m88m
Hey Mark!

The last thing I want to do is to change the firmware, but do you know
if there is an Android's framework component that the applications
asks for permission clearance  prior to\during executing? Which I
might wrap for this purpose?
Do you familiar with someone who tried to alter the security framework
of Android?

I just saw MobileDefense demo and they have some kind of security
control (they are require a reboot)...


Regards,
 M

On Nov 23, 3:08 pm, Mark Murphy  wrote:
> On Tue, Nov 23, 2010 at 6:04 AM, m88m  wrote:
> >  I want to extend the Device Administration framework for my
> > Enterprise needs, so for example I would be able to better control
> > which applications installed on the device.
>
> > Is there a way to it? (Without rooting the device)
>
> AFAIK, that can only be done by modifying the firmware.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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] Advanced Device Administration

2010-11-23 Thread m88m
Hey!
 I want to extend the Device Administration framework for my
Enterprise needs, so for example I would be able to better control
which applications installed on the device.

Is there a way to it? (Without rooting the device)

Thanks
M

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