[Solved] Adding t-mobile theme chooser to Aosp, facing some error

Search This thread

brajesh.sharma87

Senior Member
Jan 27, 2011
2,092
2,837
Kolkata
Hi guyz, I am adding t-mobile theme chooser to AOSP, I have got success in picking the required commits, solving conflicts and compiling the build but after everything I get force close on clicking the Theme-chooser. Mahdi advised me that its because of SElinux permission error, I found this commit and picked it https://github.com/CyanogenMod/andr...mmit/6048f74c242a936a76b87092fc9d2303b42ea137 but still the same error.

Here's it the main error

Code:
I/ActivityManager(  612): Start proc com.tmobile.themechooser for activity com.tmobile.themechooser/.ThemeChooser: pid=1764 uid=1000 gids={41000, 1028, 1015, 3002, 3001, 3003}
E/SELinux ( 1781): selinux_android_setcontext:  Error setting context for app with uid 1300, seinfo release: Success
E/dalvikvm( 1781): cannot set SELinux context: Success
E/dalvikvm( 1781): VM aborting
F/libc    ( 1781): Fatal signal 6 (SIGABRT) at 0x000006f5 (code=-6), thread 1781 (zygote)
I/ActivityManager(  612): Start proc com.tmobile.thememanager for content provider com.tmobile.thememanager/.provider.ThemesProvider: pid=1781 uid=1300 gids={41300, -1}

For complete log, refer to this link http://pastebin.com/raw.php?i=nmjbb6YT

I have also tried to set the SELinux mode to permissive but no help
 
Last edited: