Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

XPrivacy caused the phone stop working when uninstalling on Note 3 SM-N900 #722

Closed
myly10 opened this issue Oct 12, 2013 · 59 comments
Closed
Labels

Comments

@myly10
Copy link

myly10 commented Oct 12, 2013

When I try to uninstall any apps, it finished uninstallation but the phone stopped working and then for a while it restarted.
When XPrivacy is disabled in the Xposed framwork, there is no problem uninstalling.
But with XPrivacy enabled, even its data cleared, there is still the same problem.
My phone is SM-N900 with stock TouchWiz rom, and rooted.

Hope you could fix it. Thank you.

The following is my logcat, and there seems no problem...
--------- beginning of /dev/log/main
I/dalvikvm(14357): Turning on JNI app bug workarounds for target SDK version 11...
I/XPrivacy(14357): Load fallback settings uid=10241 3 ms
I/XPrivacy(14357): get setting Log=false # 9 ms
E/Term (14357): onCreate
D/Term (14357): TermService started
I/TermService(14357): Activity called onBind()
I/Term (14357): Bound to TermService
I/TermService(14357): Activity binding to service
D/dalvikvm(14357): Trying to load lib /data/app-lib/jackpal.androidterm-1/libjackpal-androidterm4.so 0x437243f8
D/dalvikvm(14357): Added shared lib /data/app-lib/jackpal.androidterm-1/libjackpal-androidterm4.so 0x437243f8
I/libjackpal-androidterm(14357): JNI_OnLoad
I/Term (14357): waiting for: 14378
W/IInputConnectionWrapper(14357): showStatusIcon on inactive InputConnection
D/dalvikvm(14357): GC_CONCURRENT freed 1290K, 15% free 24991K/29300K, paused 7ms+2ms, total 30ms
W/IInputConnectionWrapper(14357): showStatusIcon on inactive InputConnection

@M66B
Copy link
Owner

M66B commented Oct 13, 2013

I guess this is caused by too strict restrictions.
Clear XPrivacy data as explained in the FAQ and try again please.

@myly10
Copy link
Author

myly10 commented Oct 14, 2013

No. That has no effect at all. I've tried that for 3 times.
On Oct 14, 2013 6:59 AM, "Marcel Bokhorst" notifications@github.com wrote:

I guess this is caused by too strict restrictions.
Clear XPrivacy data as explained in the FAQ and try again please.


Reply to this email directly or view it on GitHubhttps://github.com//issues/722#issuecomment-26229227
.

@M66B
Copy link
Owner

M66B commented Oct 14, 2013

I will try to help you when I am back home, but I need a more complete logcat. Enable XPrivacy logging and capture a log from your PC until the phone reboots (see the FAQ for how to).

Nobody else of 1000's of users has reported this problem, so this has not a very high priority for me (but more than feature requests).

@ejak
Copy link

ejak commented Oct 17, 2013

Exactly the same problem here with my GNote2 running under Android 4.3 Wanam Lite.

Anayway, very nice piece of work !

@yank555-lu
Copy link

I confirm the very same issue on the Note 3 (n9005)... I have logcat from just about when I hit "uninstall" until reboot, but I can't upload it here...

You can grab it from here : http://batcave.rasquin.co.uk/Temp/uninstalling_app_from_play_store.zip

I guess this is a problem that might be related to the fact that this device has SELinux in enforcing mode.

JP.

@myaslioglu
Copy link

I have the same issue. If you need last_kmsg here it is
https://db.tt/YLhO8Lbe

@Pharaoh2k
Copy link

Love your module! Thanks for your ongoing support! :)
I confirm the same issue on my N9005 (Note 3). I uninstalled XPrivacy and the problem is gone.
I am sure many many users have the same problem and don't know that XPrivacy is the cause, thus why not many reports here. This should be high priority bug...

@klau1
Copy link

klau1 commented Oct 23, 2013

Someone else also posted the issue with log elsewhere on xda.

[QUOTE=M66B;46615697]Several people have reported this problem, but nobody has provided a complete logcat so far as requested in the GitHub issue. I cannot do much without a complete logcat, so please put a logcat on pastebin or similar and add a link to it from the GitHub issue.[/QUOTE]

I also have this problem with uninstalls getting rebooted.

Here is s longer log someone submitted.

[QUOTE=nothotmail;46633562]I think I saw something similar to this problem I am having somewhere but I have been searching and unable to find again what (if anything) can be done to fix it. Thanks for any help.

It appeared in the last two days, and since I don't do a lot of uninstalls I am not 100% sure what change caused it.

The issue is that any time I go to uninstall an application from the playstore, the app DOES uninstall, but as soon as it completes the phone freezes. I can still turn the screen off and on with the power button but nothing else appears to have any response. I have to hold the power button to reboot to get it back.

The phone has been rooted with root de la vega, xposed framework installed, and xprivacy and wanam. I ran a logcat while causing a freeze and the error seems to be related to some sort of permission problem from the line below, and under that is a larger snippet of the logcat. Any suggestions as to how to fix this? I would rather not factory reset and start setup all over again.

Here is the specific error line I thing is the root of the problem:
java.lang.SecurityException: Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL

And the larger logcat:

D/InputReader( 852): Input event: value=0 when=11856945064000

I/InputReader( 852): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=11856945065000

I/InputDispatcher( 852): Delivering touch to: action: 0x1

E/DatabaseUtils( 852): Writing exception to parcel

E/DatabaseUtils( 852): java.lang.SecurityException: Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL

E/DatabaseUtils( 852): at com.android.server.am.ActivityManagerService.handleIncomingUser(ActivityManagerService.java:13076)

E/DatabaseUtils( 852): at android.app.ActivityManager.handleIncomingUser(ActivityManager.java:2021)

E/DatabaseUtils( 852): at com.android.providers.settings.SettingsProvider.callFromPackage(SettingsProvider.java:577)

E/DatabaseUtils( 852): at android.content.ContentProvider$Transport.call(ContentProvider.java:279)

E/DatabaseUtils( 852): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:273)

E/DatabaseUtils( 852): at android.os.Binder.execTransact(Binder.java:388)

E/DatabaseUtils( 852): at dalvik.system.NativeStart.run(Native Method)

W/ActivityManager( 852): Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL

W/LicenseLogService( 852): log() is called by non admin

D/ApplicationPolicy( 852): getApplicationUninstallationEnabled

D/ApplicationPolicy( 852): getApplicationUninstallationEnabled : enabled true

I/SpenGestureManager( 852): setFocusWindow21010

D/PointerIcon( 852): setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0

D/PointerIcon( 852): setHoveringSpenCustomIcon IconType is same.1

E/ViewRootImpl(16843): sendUserActionEvent() mView == null

E/EnterpriseContainerManager( 852): ContainerPolicy Service is not yet ready!!!

D/EnterpriseDeviceManager( 852): ContainerId: 0

W/LicenseLogService( 852): log() is called by non admin

W/PackageManager( 852): Couldn't delete native library directory /data/app-lib/com.mhill.irblasterdemo

W/InputMethodManagerService( 852): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@46a948e8 attribute=null, token = android.os.BinderProxy@4361f080

E/MP-Decision( 2097): Action to bring core 1 online

E/MP-Decision( 2097): Action to bring core 2 online

D/PackageManager( 852): Sending to user 0: act=android.intent.action.PACKAGE_REMOVED dat=package:com.mhill.irblasterdemo flg=0x8000000 Bundle[{android.intent.extra.REMOVED_FOR_ALL_USERS=true, android.intent.extra.DATA_REMOVED=true, android.intent.extra.user_handle=0, android.intent.extra.UID=10384}]

D/PackageManager( 852): java.lang.RuntimeException: It's not exception, just print call stack

D/PackageManager( 852): at com.android.server.pm.PackageManagerService.sendPackageBroadcast(PackageManagerService.java:7652)

D/PackageManager( 852): at com.android.server.pm.PackageManagerService$PackageRemovedInfo.sendBroadcast(PackageManagerService.java:11157)

D/PackageManager( 852): at com.android.server.pm.PackageManagerService.deletePackageX(PackageManagerService.java:11108)

D/PackageManager( 852): at com.android.server.pm.PackageManagerService.access$4000(PackageManagerService.java:218)

D/PackageManager( 852): at com.android.server.pm.PackageManagerService$8.run(PackageManagerService.java:11013)

D/PackageManager( 852): at android.os.Handler.handleCallback(Handler.java:730)

D/PackageManager( 852): at android.os.Handler.dispatchMessage(Handler.java:92)

D/PackageManager( 852): at android.os.Looper.loop(Looper.java:137)

D/PackageManager( 852): at android.os.HandlerThread.run(HandlerThread.java:61)

D/dalvikvm(17949): JIT code cache reset in 0 ms (4096 bytes 2/0)

D/dalvikvm(17949): GC_EXPLICIT freed 296K, 40% free 15538K/25484K, paused 2ms+5ms, total 41ms

E/MP-Decision( 2097): Action to bring core 3 online

I/SurfaceFlinger( 306): id=56 Removed BssetBrowse (4/6)

I/SurfaceFlinger( 306): id=56 Removed BssetBrowse (-2/6)[/QUOTE]

@M66B
Copy link
Owner

M66B commented Oct 23, 2013

Removed lowprio label

@M66B
Copy link
Owner

M66B commented Oct 23, 2013

Does the Note 3 has SELinux enabled?

@yank555-lu
Copy link

Yes, in "Enforcing" mode, not permissive.

@M66B
Copy link
Owner

M66B commented Oct 23, 2013

Could someone please capture a complete logcat from device startup until the problem occurs. This needs to be done from a PC using adb. Run the command 'adb logcat' before starting up the device.

I am asking this, because I want to make sure there are no other hidden problems.

@M66B
Copy link
Owner

M66B commented Oct 23, 2013

Please enable XPrivacy logging too.

@yank555-lu
Copy link

Unless someone else can do this any sooner, I will, but only when at home tonight (in about 6-7 hours from now).

JP.

@yank555-lu
Copy link

OK, here you go.

I've made 2 runs, because during the boot process at some point the adb logcat stops, and I may have taken me a few seconds to see that.

2nd run id complete, and I let it go ahead until after the device came back up after the hot reboot.

Hope this helps you. If you need anything further, just let me know.

JP.

http://batcave.rasquin.co.uk/Temp/Logcat.zip

@M66B
Copy link
Owner

M66B commented Oct 23, 2013

Thanks, JP.

I cannot download the zip file, so could you please link it from the issue?

Kind regards, Marcel

yank555-lu notifications@github.com schreef:

OK, here you go.

I've made 2 runs, because during the boot process at some point the adb
logcat stops, and I may have taken me a few seconds to see that.

2nd run id complete, and I let it go ahead until after the device came
back up after the hot reboot.

Hope this helps you. If you need anything further, just let me know.

JP.

http://batcave.rasquin.co.uk/Temp/Logcat.zip


Reply to this email directly or view it on GitHub:
#722 (comment)

@yank555-lu
Copy link

Unfortunately, I can't, that's the reason my first logcat a few days back was also just pointed to through the URL, I get this error message when trying to attach it here :

"Unfortunately we don't support that file type yet. Please use PNG, GIF, or JPG."

None of which are really suitable. I could change the file extension to fool this, though ;)

JP.

@klau1
Copy link

klau1 commented Oct 23, 2013

What if you change the extension?
On Oct 23, 2013 3:23 PM, "yank555-lu" notifications@github.com wrote:

Unfortunately, I can't, that's the reason my first logcat a few days back
was also just pointed to through the URL, I get this error message when
trying to attach it here :

"Unfortunately we don't support that file type yet. Please use PNG, GIF,
or JPG."

JP.


Reply to this email directly or view it on GitHubhttps://github.com//issues/722#issuecomment-26937526
.

@yank555-lu
Copy link

Here you go :

logcat zip

@yank555-lu
Copy link

Could you find something usefull in the logcat ?

@M66B
Copy link
Owner

M66B commented Oct 24, 2013

I am travelling in Peru and have only a very small phone with me, so I am currently not able to look into it. I will when I have returned home the second week of November.

@klau1
Copy link

klau1 commented Oct 24, 2013

Have a great vacation!
On 2013-10-24 12:20 PM, "Marcel Bokhorst" notifications@github.com wrote:

I am travelling in Peru and have only a very small phone with me, so I am
currently not able to look into it. I will when I have returned home the
second week of November.


Reply to this email directly or view it on GitHubhttps://github.com//issues/722#issuecomment-27006928
.

@M66B
Copy link
Owner

M66B commented Oct 24, 2013

Could someone please post the output of

ls -Ral /data/data/biz.bbokhorst.xprivacy

@yank555-lu
Copy link

su:/mnt/extSdCard>cd /data/data/biz.bokhorst.xprivacy
su:/data/data/biz.bokhorst.xprivacy>ls -Ral
.:
total 60
drwxr-x--x 4 10267 10267 4096 Oct 24 13:22 .
drwxrwx--x 482 1000 1000 20480 Oct 24 13:24 ..
drwxrwx--x 2 10267 10267 4096 Oct 23 10:40 cache
lrwxrwxrwx 1 1012 1012 37 Oct 24 13:22 lib -> /data/app-lib/biz.bokhorst.xprivacy-1
-rwxr--r-- 1 10267 10267 17218 Oct 24 18:18 meta.xml
drwxrwxr-x 2 10267 10267 12288 Oct 24 20:20 shared_prefs

./cache:
total 20
drwxrwx--x 2 10267 10267 4096 Oct 23 10:40 .
drwxr-x--x 4 10267 10267 4096 Oct 24 13:22 ..
-r-------- 1 10267 10267 8876 Oct 23 10:40 com.android.opengl.shaders_cache

./shared_prefs:
total 852
drwxrwxr-x 2 10267 10267 12288 Oct 24 20:20 .
drwxr-x--x 4 10267 10267 4096 Oct 24 13:22 ..
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:31 biz.bokhorst.xprivacy.provider.10208.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:44 biz.bokhorst.xprivacy.provider.10209.xml
-rwxrw-r-- 1 10267 10267 1467 Oct 19 12:38 biz.bokhorst.xprivacy.provider.10210.xml
-rwxrw-r-- 1 10267 10267 1582 Oct 19 13:21 biz.bokhorst.xprivacy.provider.10211.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:31 biz.bokhorst.xprivacy.provider.10212.xml
-rwxrw-r-- 1 10267 10267 1243 Oct 19 13:14 biz.bokhorst.xprivacy.provider.10213.xml
-rwxrw-r-- 1 10267 10267 1799 Oct 19 01:15 biz.bokhorst.xprivacy.provider.10215.xml
-rwxrw-r-- 1 10267 10267 1799 Oct 19 13:41 biz.bokhorst.xprivacy.provider.10216.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:45 biz.bokhorst.xprivacy.provider.10217.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:08 biz.bokhorst.xprivacy.provider.10218.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:15 biz.bokhorst.xprivacy.provider.10219.xml
-rwxrw-r-- 1 10267 10267 1799 Oct 19 13:22 biz.bokhorst.xprivacy.provider.10220.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:45 biz.bokhorst.xprivacy.provider.10221.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:22 biz.bokhorst.xprivacy.provider.10222.xml
-rwxrw-r-- 1 10267 10267 1101 Oct 19 12:38 biz.bokhorst.xprivacy.provider.10223.xml
-rwxrw-r-- 1 10267 10267 1802 Oct 19 13:34 biz.bokhorst.xprivacy.provider.10225.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:25 biz.bokhorst.xprivacy.provider.10226.xml
-rwxrw-r-- 1 10267 10267 1806 Oct 19 13:10 biz.bokhorst.xprivacy.provider.10227.xml
-rwxrw-r-- 1 10267 10267 971 Oct 19 13:09 biz.bokhorst.xprivacy.provider.10228.xml
-rwxrw-r-- 1 10267 10267 1799 Oct 19 13:10 biz.bokhorst.xprivacy.provider.10229.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:50 biz.bokhorst.xprivacy.provider.10230.xml
-rwxrw-r-- 1 10267 10267 1691 Oct 19 13:02 biz.bokhorst.xprivacy.provider.10231.xml
-rwxrw-r-- 1 10267 10267 1805 Oct 19 13:45 biz.bokhorst.xprivacy.provider.10232.xml
-rwxrw-r-- 1 10267 10267 1803 Oct 19 13:18 biz.bokhorst.xprivacy.provider.10233.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 12:23 biz.bokhorst.xprivacy.provider.10234.xml
-rwxrw-r-- 1 10267 10267 1579 Oct 19 12:52 biz.bokhorst.xprivacy.provider.10235.xml
-rwxrw-r-- 1 10267 10267 1321 Oct 19 12:59 biz.bokhorst.xprivacy.provider.10236.xml
-rwxrw-r-- 1 10267 10267 1802 Oct 19 13:55 biz.bokhorst.xprivacy.provider.10237.xml
-rwxrw-r-- 1 10267 10267 1691 Oct 19 13:04 biz.bokhorst.xprivacy.provider.10238.xml
-rwxrw-r-- 1 10267 10267 1651 Oct 19 12:40 biz.bokhorst.xprivacy.provider.10239.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:22 biz.bokhorst.xprivacy.provider.10240.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:44 biz.bokhorst.xprivacy.provider.10241.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:26 biz.bokhorst.xprivacy.provider.10242.xml
-rwxrw-r-- 1 10267 10267 1799 Oct 19 13:41 biz.bokhorst.xprivacy.provider.10243.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:28 biz.bokhorst.xprivacy.provider.10244.xml
-rwxrw-r-- 1 10267 10267 1579 Oct 19 12:52 biz.bokhorst.xprivacy.provider.10245.xml
-rwxrw-r-- 1 10267 10267 1799 Oct 19 13:53 biz.bokhorst.xprivacy.provider.10246.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:53 biz.bokhorst.xprivacy.provider.10247.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:13 biz.bokhorst.xprivacy.provider.10248.xml
-rwxrw-r-- 1 10267 10267 1802 Oct 19 13:33 biz.bokhorst.xprivacy.provider.10249.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 12:22 biz.bokhorst.xprivacy.provider.10250.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:21 biz.bokhorst.xprivacy.provider.10251.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:51 biz.bokhorst.xprivacy.provider.10252.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:42 biz.bokhorst.xprivacy.provider.10254.xml
-rwxrw-r-- 1 10267 10267 1748 Oct 19 12:46 biz.bokhorst.xprivacy.provider.10255.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:20 biz.bokhorst.xprivacy.provider.10256.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:45 biz.bokhorst.xprivacy.provider.10259.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:54 biz.bokhorst.xprivacy.provider.10260.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:25 biz.bokhorst.xprivacy.provider.10261.xml
-rwxrw-r-- 1 10267 10267 1747 Oct 19 12:47 biz.bokhorst.xprivacy.provider.10263.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:25 biz.bokhorst.xprivacy.provider.10264.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:22 biz.bokhorst.xprivacy.provider.10265.xml
-rwxr--r-- 1 10267 10267 1749 Oct 19 16:14 biz.bokhorst.xprivacy.provider.10266.xml
-rwxrw-r-- 1 10267 10267 65 Oct 19 15:14 biz.bokhorst.xprivacy.provider.10268.xml
-rwxrw-r-- 1 10267 10267 1799 Oct 19 13:14 biz.bokhorst.xprivacy.provider.10269.xml
-rwxrw-r-- 1 10267 10267 1301 Oct 19 13:14 biz.bokhorst.xprivacy.provider.10270.xml
-rw-rw-r-- 1 10267 10267 1747 Oct 22 21:18 biz.bokhorst.xprivacy.provider.10271.xml
-rwxrw-r-- 1 10267 10267 1802 Oct 18 23:39 biz.bokhorst.xprivacy.provider.10272.xml
-rwxrw-r-- 1 10267 10267 1524 Oct 18 23:38 biz.bokhorst.xprivacy.provider.10273.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:18 biz.bokhorst.xprivacy.provider.10274.xml
-rwxrw-r-- 1 10267 10267 1747 Oct 19 01:04 biz.bokhorst.xprivacy.provider.10275.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 01:05 biz.bokhorst.xprivacy.provider.10276.xml
-rwxrw-r-- 1 10267 10267 1802 Oct 19 12:24 biz.bokhorst.xprivacy.provider.10277.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 01:07 biz.bokhorst.xprivacy.provider.10278.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 01:22 biz.bokhorst.xprivacy.provider.10279.xml
-rwxrw-r-- 1 10267 10267 1802 Oct 19 12:37 biz.bokhorst.xprivacy.provider.10280.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 01:10 biz.bokhorst.xprivacy.provider.10281.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:39 biz.bokhorst.xprivacy.provider.10282.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:39 biz.bokhorst.xprivacy.provider.10283.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:39 biz.bokhorst.xprivacy.provider.10284.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:39 biz.bokhorst.xprivacy.provider.10285.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:40 biz.bokhorst.xprivacy.provider.10286.xml
-rwxrw-r-- 1 10267 10267 2058 Oct 19 12:40 biz.bokhorst.xprivacy.provider.10287.xml
-rwxrw-r-- 1 10267 10267 2106 Oct 19 12:40 biz.bokhorst.xprivacy.provider.10288.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:41 biz.bokhorst.xprivacy.provider.10289.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 12:41 biz.bokhorst.xprivacy.provider.10290.xml
-rwxrw-r-- 1 10267 10267 1799 Oct 19 00:14 biz.bokhorst.xprivacy.provider.10291.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 12:41 biz.bokhorst.xprivacy.provider.10292.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:43 biz.bokhorst.xprivacy.provider.10293.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:43 biz.bokhorst.xprivacy.provider.10294.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:43 biz.bokhorst.xprivacy.provider.10295.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:44 biz.bokhorst.xprivacy.provider.10296.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:45 biz.bokhorst.xprivacy.provider.10297.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:45 biz.bokhorst.xprivacy.provider.10298.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:46 biz.bokhorst.xprivacy.provider.10299.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:46 biz.bokhorst.xprivacy.provider.10300.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:46 biz.bokhorst.xprivacy.provider.10301.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:47 biz.bokhorst.xprivacy.provider.10302.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:47 biz.bokhorst.xprivacy.provider.10303.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:47 biz.bokhorst.xprivacy.provider.10304.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 12:48 biz.bokhorst.xprivacy.provider.10305.xml
-rwxrw-r-- 1 10267 10267 1747 Oct 20 21:02 biz.bokhorst.xprivacy.provider.10306.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 12:58 biz.bokhorst.xprivacy.provider.10307.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:01 biz.bokhorst.xprivacy.provider.10308.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 21 05:45 biz.bokhorst.xprivacy.provider.10309.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:05 biz.bokhorst.xprivacy.provider.10310.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:07 biz.bokhorst.xprivacy.provider.10311.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:07 biz.bokhorst.xprivacy.provider.10312.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:08 biz.bokhorst.xprivacy.provider.10313.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:08 biz.bokhorst.xprivacy.provider.10314.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:09 biz.bokhorst.xprivacy.provider.10315.xml
-rw-rw-r-- 1 10267 10267 1801 Oct 23 10:40 biz.bokhorst.xprivacy.provider.10316.xml
-rwxrw-r-- 1 10267 10267 1799 Oct 19 00:24 biz.bokhorst.xprivacy.provider.10317.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:17 biz.bokhorst.xprivacy.provider.10318.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:17 biz.bokhorst.xprivacy.provider.10319.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:18 biz.bokhorst.xprivacy.provider.10320.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:18 biz.bokhorst.xprivacy.provider.10321.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:19 biz.bokhorst.xprivacy.provider.10322.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:19 biz.bokhorst.xprivacy.provider.10323.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:19 biz.bokhorst.xprivacy.provider.10324.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:21 biz.bokhorst.xprivacy.provider.10325.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:21 biz.bokhorst.xprivacy.provider.10326.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:21 biz.bokhorst.xprivacy.provider.10327.xml
-rwxrw-r-- 1 10267 10267 65 Oct 19 01:24 biz.bokhorst.xprivacy.provider.10328.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:21 biz.bokhorst.xprivacy.provider.10329.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:21 biz.bokhorst.xprivacy.provider.10330.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:22 biz.bokhorst.xprivacy.provider.10331.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:22 biz.bokhorst.xprivacy.provider.10332.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:23 biz.bokhorst.xprivacy.provider.10333.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:23 biz.bokhorst.xprivacy.provider.10334.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:24 biz.bokhorst.xprivacy.provider.10335.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:24 biz.bokhorst.xprivacy.provider.10336.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:25 biz.bokhorst.xprivacy.provider.10337.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:25 biz.bokhorst.xprivacy.provider.10338.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:26 biz.bokhorst.xprivacy.provider.10339.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:26 biz.bokhorst.xprivacy.provider.10340.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:26 biz.bokhorst.xprivacy.provider.10341.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:27 biz.bokhorst.xprivacy.provider.10342.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:27 biz.bokhorst.xprivacy.provider.10343.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:27 biz.bokhorst.xprivacy.provider.10344.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:27 biz.bokhorst.xprivacy.provider.10345.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:28 biz.bokhorst.xprivacy.provider.10346.xml
-rwxrw-r-- 1 10267 10267 1799 Oct 19 00:32 biz.bokhorst.xprivacy.provider.10347.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:31 biz.bokhorst.xprivacy.provider.10348.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:31 biz.bokhorst.xprivacy.provider.10349.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:32 biz.bokhorst.xprivacy.provider.10350.xml
-rwxrw-r-- 1 10267 10267 1803 Oct 19 13:32 biz.bokhorst.xprivacy.provider.10351.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:33 biz.bokhorst.xprivacy.provider.10352.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:34 biz.bokhorst.xprivacy.provider.10353.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:39 biz.bokhorst.xprivacy.provider.10354.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:39 biz.bokhorst.xprivacy.provider.10355.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:39 biz.bokhorst.xprivacy.provider.10356.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:42 biz.bokhorst.xprivacy.provider.10357.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:44 biz.bokhorst.xprivacy.provider.10358.xml
-rwxr--r-- 1 10267 10267 1801 Oct 19 13:44 biz.bokhorst.xprivacy.provider.10359.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:44 biz.bokhorst.xprivacy.provider.10360.xml
-rwxrw-r-- 1 10267 10267 1799 Oct 19 00:36 biz.bokhorst.xprivacy.provider.10361.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:46 biz.bokhorst.xprivacy.provider.10362.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:46 biz.bokhorst.xprivacy.provider.10363.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 13:46 biz.bokhorst.xprivacy.provider.10364.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:46 biz.bokhorst.xprivacy.provider.10365.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:52 biz.bokhorst.xprivacy.provider.10366.xml
-rwxrw-r-- 1 10267 10267 1799 Oct 19 00:38 biz.bokhorst.xprivacy.provider.10367.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:52 biz.bokhorst.xprivacy.provider.10368.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 19 12:22 biz.bokhorst.xprivacy.provider.10369.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:53 biz.bokhorst.xprivacy.provider.10370.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:53 biz.bokhorst.xprivacy.provider.10371.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:53 biz.bokhorst.xprivacy.provider.10372.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:54 biz.bokhorst.xprivacy.provider.10373.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:54 biz.bokhorst.xprivacy.provider.10374.xml
-rwxrw-r-- 1 10267 10267 1800 Oct 19 13:54 biz.bokhorst.xprivacy.provider.10375.xml
-rwxrw-r-- 1 10267 10267 1801 Oct 20 21:28 biz.bokhorst.xprivacy.provider.10376.xml
-rw-rw-r-- 1 10267 10267 1747 Oct 23 08:36 biz.bokhorst.xprivacy.provider.10377.xml
-rw-rw-r-- 1 10267 10267 1747 Oct 23 21:25 biz.bokhorst.xprivacy.provider.10378.xml
-rw-rw-r-- 1 10267 10267 1747 Oct 23 21:29 biz.bokhorst.xprivacy.provider.10380.xml
-rw-rw-r-- 1 10267 10267 1215 Oct 23 18:46 biz.bokhorst.xprivacy.provider.settings.xml
-rw-rw---- 1 10267 10267 7834 Oct 24 20:20 biz.bokhorst.xprivacy.provider.usage.accounts.xml
-rwxrw---- 1 10267 10267 65 Oct 19 12:12 biz.bokhorst.xprivacy.provider.usage.browser.xml
-rw-rw---- 1 10267 10267 455 Oct 24 20:12 biz.bokhorst.xprivacy.provider.usage.calendar.xml
-rw-rw---- 1 10267 10267 400 Oct 24 18:53 biz.bokhorst.xprivacy.provider.usage.calling.xml
-rw-rw---- 1 10267 10267 377 Oct 22 21:04 biz.bokhorst.xprivacy.provider.usage.clipboard.xml
-rw-rw---- 1 10267 10267 2901 Oct 24 20:20 biz.bokhorst.xprivacy.provider.usage.contacts.xml
-rw-rw---- 1 10267 10267 144 Oct 24 13:24 biz.bokhorst.xprivacy.provider.usage.dictionary.xml
-rw-rw---- 1 10267 10267 216 Oct 24 20:18 biz.bokhorst.xprivacy.provider.usage.email.xml
-rw-rw---- 1 10267 10267 17351 Oct 24 20:20 biz.bokhorst.xprivacy.provider.usage.identification.xml
-rw-rw---- 1 10267 10267 23087 Oct 24 20:20 biz.bokhorst.xprivacy.provider.usage.internet.xml
-rw-rw---- 1 10267 10267 3328 Oct 24 20:19 biz.bokhorst.xprivacy.provider.usage.location.xml
-rw-rw---- 1 10267 10267 614 Oct 24 19:30 biz.bokhorst.xprivacy.provider.usage.media.xml
-rw-rw---- 1 10267 10267 859 Oct 24 20:11 biz.bokhorst.xprivacy.provider.usage.messages.xml
-rw-rw---- 1 10267 10267 3870 Oct 24 20:20 biz.bokhorst.xprivacy.provider.usage.network.xml
-rw-rw---- 1 10267 10267 1159 Oct 24 20:19 biz.bokhorst.xprivacy.provider.usage.nfc.xml
-rw-rw---- 1 10267 10267 1183 Oct 24 20:20 biz.bokhorst.xprivacy.provider.usage.notifications.xml
-rw-rw---- 1 10267 10267 17503 Oct 24 20:20 biz.bokhorst.xprivacy.provider.usage.phone.xml
-rw-rw---- 1 10267 10267 5417 Oct 24 20:20 biz.bokhorst.xprivacy.provider.usage.shell.xml
-rw-rw---- 1 10267 10267 3886 Oct 24 20:20 biz.bokhorst.xprivacy.provider.usage.storage.xml
-rw-rw---- 1 10267 10267 27598 Oct 24 20:20 biz.bokhorst.xprivacy.provider.usage.system.xml
-rw-rw---- 1 10267 10267 6160 Oct 24 20:19 biz.bokhorst.xprivacy.provider.usage.view.xml

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

Could someone please try if this version still crashes the device: http://d-h.st/gXT
Note that this is not a real solution.
I like to see a logcat with XPrivacy logging enabled at the moment an application is uninstalled.
Please keep the logcat as small as possible.

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

I have looked to the provided logcats extensively, but I cannot relate the problem to XPrivacy.

For example this seems to have nothing to do with XPrivacy.

E/DatabaseUtils( 852): java.lang.SecurityException: Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL

This could be caused by using an outdated root method.

Also the reports are not consistent, some say the phone stops working and some say the phone reboots.
I found a reboot in one of the provided logcats, but the cause was the watchdog killing the system process.

Please provide an accurate as possible problem description.
Please provide a short as possible logcat while the problem occurs (don't forget to enable XPrivacy logging)
Please make sure you are using a recent root version (the latest SuperSU seems to be okay for the Note III).

@yank555-lu
Copy link

Download link is not working for me...

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

Please try again: http://d-h.st/Ts8

@klau1
Copy link

klau1 commented Nov 7, 2013

In response to clarify the unexpected behavior that happens, The phone freezes for a while ~ 1 minute before automatically resetting. (some people may manually reset before the phone automatically resets thus never realize that it would have happened automatically anyways)

@klau1
Copy link

klau1 commented Nov 7, 2013

Seems to still be freezing upon uninstall.

@klau1
Copy link

klau1 commented Nov 7, 2013

E/DatabaseUtils( 14084): java.lang.SecurityException: Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL

If this is caused by an outdated root method, there's no higher version of supersu.

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

@klau1 please provide a logcat from the moment you uninstall an application with the latest test version (but do not include the loglines of the restart).

@klau1
Copy link

klau1 commented Nov 7, 2013

Which log level should be used? What log entry is written upon app uninstall and also system restart? (So I know where to cut the log)

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

Just start the log just before you are going to remove an application and stop the log when your device restarts.

@klau1
Copy link

klau1 commented Nov 7, 2013

Any specific log level verbose debug...

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

Since I have no idea what is causing this issue, include as much as possible detail in the logcat,

@klau1
Copy link

klau1 commented Nov 7, 2013

2013-11-07-13-25-10 txt
LogCat recorded upon uninstall of Application with Xprivacy module 1.10.1. Please remove .png extension. It is a txt.

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

Please capture the log again, but enable XPrivacy logging in the settings first.

@klau1
Copy link

klau1 commented Nov 7, 2013

I have no idea why it's not freezing now that xPrivacy Debugging is ON.

I've successfully uninstalled two apps without any freezing. Why is this?

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

Interesting, but it is not likely that enabling logging solves this problem.

@klau1
Copy link

klau1 commented Nov 7, 2013

Finally, got it to freeze. Log coming up. I wonder if it only freezes once some app permissions have been used.

@klau1
Copy link

klau1 commented Nov 7, 2013

2013-11-07-14-36-30 txt
LogCat recorded upon uninstall of Application with Xprivacy module 1.10.1. Please remove .png extension. It is a txt.

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

@klau1 thanks for the logcat with XPrivacy logging enabled.
Is this with the latest test version?
I am asking, because I don't see the logging I have added appearing in the logcat.
This could be because you didn't install the latest test version or because package removed within XPrivacy wasn't executed (if so, then I have been searching in the wrong place).

@klau1
Copy link

klau1 commented Nov 7, 2013

No problem, thanks for your efforts and support!

1.10.1(168) <--- Is this the latest beta?

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

I am not sure, because I do not always increase version numbers for test releases.
The latest test version is linked above.

@klau1
Copy link

klau1 commented Nov 7, 2013

Yep, I'm sure it is the one from

"Please try again: http://d-h.st/Ts8"

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

@klau1 could you please install this version: http://d-h.st/578
and capture a new logcat?
I want to be sure I am looking at the right things.

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

This is a new test version: http://d-h.st/QGy
Please let me know if it fixes this problem or not.

M66B pushed a commit that referenced this issue Nov 7, 2013
@klau1
Copy link

klau1 commented Nov 7, 2013

I can confirm based my reinstalling and uninstalling Apps that previously crashed during uninstallation, that the new version 1.10.30(170) seems to no longer exhibit the same behavior.

Problem solved.

Thanks again! Early Holiday Gift!

@klau1
Copy link

klau1 commented Nov 7, 2013

Let me know if you still need the logcat.

@M66B
Copy link
Owner

M66B commented Nov 7, 2013

@klau1 If it works, then I don't need a logcat anymore. Thanks for all the tests and logcats!

@M66B
Copy link
Owner

M66B commented Nov 8, 2013

Several people confirmed this issue has been solved in the test release.
I will close this issue.
There will be a beta release soon with the required changes,

@M66B M66B closed this as completed Nov 8, 2013
@MAL0W
Copy link

MAL0W commented Nov 9, 2013

I also freezes and restarts on my Galaxy Note 2 with android 4.3.

Sorry I could not get the logcat by my tower PC ADB drivers, I'll try from the laptop.

@M66B
Copy link
Owner

M66B commented Nov 9, 2013

@MAL0W are you running the latest XPrivacy version (beta 1.10.4) ?

@MAL0W
Copy link

MAL0W commented Nov 9, 2013

Ouch! My version it's 1.10.

I just tested the version 1.10.4 and now is ok.

Sorry to bother you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

8 participants