[android-developers] How to build Android in Eclipse

2012-07-18 Thread minilin.11
I download the last android source, and try to build with Eclipse, I followed the steps in Android site: http://source.android.com/source/using-eclipse.html But can not have a project with no error. The step: 1. Environment: Ubuntu 12.4 64bit, Eclipse JUNO 64bit, JDK 1.6 32bit 2. I copy the

[android-developers] Re: SecurityException: Given caller package com.android.settings is not running in process ProcessRecord

2012-05-17 Thread minilin.11
But I can do this on Android 2.3.3, does that means Android 4.0 strengthen the Security rules? Thanks Best Regards Lynn Gu —— MSN: minilin...@hotmail.com TEL: +86 13501129124 —— From: Dianne Hackborn Sent: Monday, May 14, 2012 1:43 AM To:

[android-developers] SecurityException: Given caller package com.android.settings is not running in process ProcessRecord

2012-05-13 Thread minilin.11
Hi, I use ActivityGroup for TAB UI, and one Tab content is Android Settings view, I used this method to embed into: final Intent settings = new Intent(android.provider.Settings.ACTION_SETTINGS); settings.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); Window subActivity =

[android-developers] Why the focus changed after I setImageBitmap for imageview

2012-04-19 Thread minilin.11
Problem: After I setImageBitmap for ImageView, the focus reset to the widget on top-left corner, why? Description: I use FragmentActivity+Fragment for tab. In one of several fragments, I use Gallery + ImageView for image browsing. When a thumbnail is selected, the original image shows in

[android-developers] How to control the apps icon size?

2012-03-20 Thread minilin.11
Can anybody tell me how to control the apps icon size? I’m programming a launcher, I list out all applications installed, but the icon size is smaller than older launcher. Thanks Best Regards Lynn Gu —— MSN: minilin...@hotmail.com TEL: +86 13501129124 —— -- You