still the permission is failing on Permission.check() http://git.omapzoom.org/?p=platform/frameworks/base.git;a=blob;f=libs/surfaceflinger/SurfaceFlinger.cpp;h=6079a628f00762ed665205986aa6756617271422;hb=refs/heads/p-froyo#l1637
is this apk built separtely outside system build?? from past threads http://groups.google.com/group/android-porting/browse_thread/thread/6f649c42d30f7572 , >This is a system permission - you cannot access it from an application >unless it is signed with the system keys. It's a bad idea to be >messing around with SurfaceFlinger low-levels from an application. On Fri, Dec 10, 2010 at 8:14 AM, 袁堂夫 <[email protected]> wrote: > I have used <permission > android:name="android.permission.ACCESS_SURFACE_FLINGER" /> in the > AndroidMenifest.xml. > But the error is still there. How to fix this error? > ----------------------------- > 12-10 03:05:57.975: WARN/ServiceManager(1002): Permission failure: > android.permission.ACCESS_SURFACE_FLINGER from uid=10056 pid=2250 > > 12-10 03:05:57.975: ERROR/SurfaceFlinger(1002): Permission Denial: > can't access SurfaceFlinger pid=2250, uid=10056 > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- Regards, Deva www.bittoggler.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

