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

Restricting Clipboard does nothing #857

Closed
kaizokan opened this issue Dec 1, 2013 · 31 comments
Closed

Restricting Clipboard does nothing #857

kaizokan opened this issue Dec 1, 2013 · 31 comments

Comments

@kaizokan
Copy link

kaizokan commented Dec 1, 2013

Restricting clipboard permission does nothing not even show up in the "Usage data" screen. This does not apply for everyone it maybe is because of the Device or Rom

Tested and Confirmed NOT working on:
Samsung Galaxy S2 - NeatRom (4.1.2) confirmed by me
Samsung Galaxy S3 (Sprint) - The people's rom (4.1.x?) confirmed by vibes340
both STOCK samsung based roms and from S series

Tested and confirmed working on:
Samsung Galaxy Note 2 - SlimRom (4.3.1) confirmed by an0n981
based on AOSP

I/InputReader( 2203): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
I/InputDispatcher( 2203): Delivering touch to current input target: action: 0x1
I/InputDispatcher( 2203): Delivering touch to current input target: action: 0x1
I/InputDispatcher( 2203): Delivering touch to current input target: action: 0x1
I/XPrivacy/XContextWrapper( 3303): Sending usage data=1000/shell/load=false size=0
I/XPrivacy( 4137): Update usage data 1000/shell/load=false
I/InputReader( 2203): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.79 ]
I/InputDispatcher( 2203): Delivering touch to current input target: action: 0x0
I/InputDispatcher( 2203): Delivering touch to current input target: action: 0x0
I/InputDispatcher( 2203): Delivering touch to current input target: action: 0x0
I/InputReader( 2203): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
I/InputDispatcher( 2203): Delivering touch to current input target: action: 0x1
I/InputDispatcher( 2203): Delivering touch to current input target: action: 0x1
I/InputDispatcher( 2203): Delivering touch to current input target: action: 0x1
I/XPrivacy( 4189): get setting ExtraUsage=true (file)
I/XPrivacy( 4189): get setting ExtraUsage=true (file)
I/ClipboardServiceEx( 2203): getItem id : 2, input id : 2
I/ClipboardServiceEx( 2203): text write to parcel
I/XPrivacy( 4189): get setting ExtraUsage=true (file)
I/XPrivacy( 4189): get setting ExtraUsage=true (file)
I/ClipboardServiceEx( 2203): getItem id : 2, input id : 2
I/ClipboardServiceEx( 2203): text write to parcel
I/ClipboardServiceEx( 2203): getItem id : 2, input id : 2
I/ClipboardServiceEx( 2203): text write to parcel
I/XPrivacy( 4189): get setting ExtraUsage=true (file)
D/KeyguardViewMediator( 2203): setHidden false
D/KeyguardViewMediator( 2203): setHidden false
I/XPrivacy( 4189): get setting ExtraUsage=true (file)
D/KeyguardViewMediator( 2203): setHidden false
I/SurfaceFlinger( 1848): id=64 Removed QopupWindow idx=6 MapSz=5
I/SurfaceFlinger( 1848): id=64 Removed QopupWindow idx=-2 MapSz=5
D/KeyguardViewMediator( 2203): setHidden false
D/KeyguardViewMediator( 2203): setHidden false
I/SurfaceFlinger( 1848): id=63 Removed QopupWindow idx=5 MapSz=4
I/SurfaceFlinger( 1848): id=63 Removed QopupWindow idx=-2 MapSz=4
D/KeyguardViewMediator( 2203): setHidden false
D/KeyguardViewMediator( 2203): setHidden false
W/ProcessStats( 2203): Skipping unknown process pid 5153
W/PowerManagerService( 2203): Timer 0x3->0x3|0x0
D/InputReader( 2203): Input event: value=1
D/RestrictionPolicy( 2203): isHomeKeyEnabled :true
D/RestrictionPolicy( 2203): isHomeKeyEnabled :true
D/KeyguardViewMediator( 2203): setHidden false
I/XPrivacy/XActivityManager( 2466): get 1000/getRecentTasks system=!restricted (cached) 6 ms
I/XPrivacy/XActivityManager( 2466): get 1000/getRunningTasks system=!restricted (cached) 2 ms
I/XPrivacy/XActivityManager( 2466): get 1000/getRunningTasks system=!restricted (cached) 2 ms
D/dalvikvm( 2466): GC_FOR_ALLOC freed 1080K, 28% free 17295K/23879K, paused 35ms, total 35ms
D/RestrictionPolicy( 2203): isHomeKeyEnabled :true
D/RestrictionPolicy( 2203): isHomeKeyEnabled :true
D/RestrictionPolicy( 2203): isHomeKeyEnabled :true
D/RestrictionPolicy( 2203): isHomeKeyEnabled :true
W/WindowManager( 2203): interceptKeyBeforeDispatching with IVoIPInterface 
D/VoIPInterfaceManager( 2203): isVoIPRinging()...
D/VoIPInterfaceManager( 2203):     Not exist call session
D/AlarmManagerService( 2203): Kernel timezone updated to -60 minutes west of GMT
D/RestrictionPolicy( 2203): isHomeKeyEnabled :true
D/RestrictionPolicy( 2203): isHomeKeyEnabled :true
I/SurfaceFlinger( 1848): id=65(9) createSurf 0x41dbf034 (480x800),1 flag=0, SecentsPane
D/WindowManager( 2203): PhoneWindowManager: focusChangedLw
D/KeyguardViewMediator( 2203): setHidden false
@M66B
Copy link
Owner

M66B commented Dec 1, 2013

I/ClipboardServiceEx( 2203): getItem id : 2, input id : 2
I/ClipboardServiceEx( 2203): text write to parcel
I/XPrivacy( 4189): get setting ExtraUsage=true (file)
I/XPrivacy( 4189): get setting ExtraUsage=true (file)
I/ClipboardServiceEx( 2203): getItem id : 2, input id : 2
I/ClipboardServiceEx( 2203): text write to parcel
I/ClipboardServiceEx( 2203): getItem id : 2, input id : 2
I/ClipboardServiceEx( 2203): text write to parcel

It seems that the stock (based) Samsung ROMs don't use the standard Android clipboard manager.
This will be difficult to fix without source code of the ROM.

M66B pushed a commit that referenced this issue Dec 1, 2013
@M66B
Copy link
Owner

M66B commented Dec 1, 2013

@kaizokan can you please capture a logcat with the just released test version 1.10.34 and post it here?

@M66B
Copy link
Owner

M66B commented Dec 1, 2013

@kaizokan
Copy link
Author

kaizokan commented Dec 1, 2013

12-01 17:12:51.255 I/ClipboardServiceEx(2202): Send intent for dismiss clipboard dialog inside hideCurrentInputLocked() !
12-01 17:12:51.260 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:51.265 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:51.280 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:51.420 D/dalvikvm(6759): GC_CONCURRENT freed 518K, 39% free 10593K/17287K, paused 16ms+18ms, total 86ms
12-01 17:12:51.490 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:51.675 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:51.680 I/SurfaceFlinger(1849): id=147 Removed MogcatActiv idx=4 MapSz=4
12-01 17:12:51.680 I/SurfaceFlinger(1849): id=147 Removed MogcatActiv idx=-2 MapSz=4
12-01 17:12:51.680 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:51.695 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:51.825 D/dalvikvm(6759): GC_CONCURRENT freed 325K, 39% free 10663K/17287K, paused 12ms+15ms, total 48ms
12-01 17:12:51.870 I/XPrivacy(2342): get setting AndroidUsage=true (file)
12-01 17:12:51.870 I/XPrivacy(2342): get setting ExtraUsage=true (file)
12-01 17:12:51.870 I/XPrivacy/XContextWrapper(2342): No usage data queued uid=1000
12-01 17:12:51.870 I/XPrivacy/XContextWrapper(2342): getSystemService power=android.os.PowerManager
12-01 17:12:51.870 I/XPrivacy/XContextWrapper(2342): getSystemService power=android.os.PowerManager
12-01 17:12:51.870 I/XPrivacy/XContextWrapper(2342): getSystemService CustomFrequencyManagerService=android.os.CustomFrequencyManager
12-01 17:12:51.870 I/XPrivacy/XContextWrapper(2342): getSystemService CustomFrequencyManagerService=android.os.CustomFrequencyManager
12-01 17:12:52.065 I/ApplicationUsage(2202): Done Updating Usage Statistics in DB @ 1385914372068
12-01 17:12:52.445 W/PowerManagerService(2202): Timer 0x3->0x3|0x3
12-01 17:12:52.600 I/InputReader(2202): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.168 ]
12-01 17:12:52.600 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:52.600 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:52.600 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:52.600 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:52.600 I/NotificationService(2202): cancelToast pkg=com.nolanlawson.logcat callback=android.app.ITransientNotification$Stub$Proxy@425f91a0
12-01 17:12:52.600 D/STATUSBAR-NotificationService(2202): cancelToast()
12-01 17:12:52.605 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:52.625 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:52.640 I/XPrivacy(2342): get setting AndroidUsage=true (file)
12-01 17:12:52.640 I/XPrivacy(2342): get setting ExtraUsage=true (file)
12-01 17:12:52.640 I/XPrivacy/XContextWrapper(2342): No usage data queued uid=1000
12-01 17:12:52.640 I/XPrivacy/XContextWrapper(2342): getSystemService power=android.os.PowerManager
12-01 17:12:52.640 I/XPrivacy/XContextWrapper(2342): getSystemService power=android.os.PowerManager
12-01 17:12:52.640 I/XPrivacy/XContextWrapper(2342): getSystemService CustomFrequencyManagerService=android.os.CustomFrequencyManager
12-01 17:12:52.640 I/XPrivacy/XContextWrapper(2342): getSystemService CustomFrequencyManagerService=android.os.CustomFrequencyManager
12-01 17:12:52.640 I/TwDVFSBroadcastReceiver(2342): onLauncherIntent
12-01 17:12:52.640 D/PowerManager(2342): DVFSLock :  acquire : timeout : 1000
12-01 17:12:52.645 I/power   (2202): *** acquire_dvfs_lock : lockType : 1  freq : 1200000 
12-01 17:12:52.645 D/PowerManagerService(2202): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1200000  uid : 1000  pid : 2342  tag : TwDVFSBroadcastReceiver
12-01 17:12:52.690 I/InputReader(2202): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
12-01 17:12:52.690 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:52.690 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:52.690 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:52.690 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:52.695 D/Launcher.Workspace(2546): exitWidgetResizeMode State: NORMAL, newDragStarted: false
12-01 17:12:52.745 E/SpannableStringBuilder(2546): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
12-01 17:12:52.745 E/SpannableStringBuilder(2546): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
12-01 17:12:53.145 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:53.150 I/SurfaceFlinger(1849): id=154 Removed Uoast idx=5 MapSz=3
12-01 17:12:53.150 I/SurfaceFlinger(1849): id=154 Removed Uoast idx=-2 MapSz=3
12-01 17:12:53.155 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:53.155 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:53.155 D/PowerManagerService(2202): releaseWakeLockLocked : ON_AFTER_RELEASE
12-01 17:12:53.155 D/PowerManagerService(2202): releaseWakeLockLocked flags=0x0 tag=KEEP_SCREEN_ON_FLAG
12-01 17:12:53.650 I/power   (2202): *** release_dvfs_lock : lockType : 1 
12-01 17:12:53.650 D/PowerManagerService(2202): releaseDVFSLockLocked : all DVFS_MIN_LIMIT are released 
12-01 17:12:53.735 I/InputReader(2202): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.169 ]
12-01 17:12:53.735 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:53.735 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:53.735 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:53.735 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:53.755 I/XPrivacy(2342): get setting AndroidUsage=true (file)
12-01 17:12:53.755 I/XPrivacy(2342): get setting ExtraUsage=true (file)
12-01 17:12:53.755 I/XPrivacy/XContextWrapper(2342): No usage data queued uid=1000
12-01 17:12:53.755 I/XPrivacy/XContextWrapper(2342): getSystemService power=android.os.PowerManager
12-01 17:12:53.760 I/XPrivacy/XContextWrapper(2342): getSystemService power=android.os.PowerManager
12-01 17:12:53.760 I/XPrivacy/XContextWrapper(2342): getSystemService CustomFrequencyManagerService=android.os.CustomFrequencyManager
12-01 17:12:53.760 I/XPrivacy/XContextWrapper(2342): getSystemService CustomFrequencyManagerService=android.os.CustomFrequencyManager
12-01 17:12:53.760 I/TwDVFSBroadcastReceiver(2342): onLauncherIntent
12-01 17:12:53.760 D/PowerManager(2342): DVFSLock :  acquire : timeout : 1000
12-01 17:12:53.760 I/power   (2202): *** acquire_dvfs_lock : lockType : 1  freq : 1200000 
12-01 17:12:53.760 D/PowerManagerService(2202): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1200000  uid : 1000  pid : 2342  tag : TwDVFSBroadcastReceiver
12-01 17:12:53.795 I/InputReader(2202): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
12-01 17:12:53.795 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:53.795 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:53.795 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:53.795 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:53.800 D/PowerManagerService(2202): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1000000  uid : 1000  pid : 2202  tag : ActivityManager
12-01 17:12:53.800 W/ActivityManager(2202): mDVFSLock.acquire()
12-01 17:12:53.805 I/ApplicationUsage(2202): handleMessage : MSG_UPDATE_USAGE_DB
12-01 17:12:53.805 I/ApplicationUsage(2202): Updating Usage Statistics in DB @ 1385914373807
12-01 17:12:53.805 D/Launcher.HomeFragment(2546): onPause
12-01 17:12:53.805 D/Launcher(2546): onPause, Launcher: 1104494832
12-01 17:12:53.805 I/XPrivacy/XActivity(2546): No usage data queued uid=10051
12-01 17:12:53.805 W/UsageStats(2202): Failed writing stats to file:/data/system/usagestats/usage-20131201
12-01 17:12:53.805 V/WindowManager(2202): rotationForOrientationLw(orient=-1, last=0); user=0  mLidState=-1 mDockMode=0 mHdmiPlugged=false mAccelerometerDefault=false sensorRotation=0
12-01 17:12:53.830 I/XPrivacy(4151): Reload fallback settings uid=10064 1 ms
12-01 17:12:53.830 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.830 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.830 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.830 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.830 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.830 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.830 D/WindowManager(2202): PhoneWindowManager: focusChangedLw
12-01 17:12:53.830 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:53.830 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:53.835 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:53.835 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:53.835 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:53.840 I/XPrivacy(2342): get setting AndroidUsage=true (file)
12-01 17:12:53.840 I/XPrivacy(2342): get setting ExtraUsage=true (file)
12-01 17:12:53.840 I/XPrivacy/XContextWrapper(2342): No usage data queued uid=1000
12-01 17:12:53.845 I/XPrivacy/XContextWrapper(2342): getSystemService power=android.os.PowerManager
12-01 17:12:53.845 I/XPrivacy/XContextWrapper(2342): getSystemService power=android.os.PowerManager
12-01 17:12:53.845 I/XPrivacy/XContextWrapper(2342): getSystemService CustomFrequencyManagerService=android.os.CustomFrequencyManager
12-01 17:12:53.845 I/XPrivacy/XContextWrapper(2342): getSystemService CustomFrequencyManagerService=android.os.CustomFrequencyManager
12-01 17:12:53.850 I/SurfaceFlinger(1849): id=156(21) createSurf 0x40083cc4 (1x1),1 flag=400, vfirewall
12-01 17:12:53.850 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:53.875 D/dalvikvm(4151): GC_FOR_ALLOC freed 285K, 15% free 10817K/12679K, paused 26ms, total 26ms
12-01 17:12:53.875 I/dalvikvm-heap(4151): Grow heap (frag case) to 11.925MB for 65552-byte allocation
12-01 17:12:53.875 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:53.875 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:53.925 D/dalvikvm(4151): GC_FOR_ALLOC freed 2K, 16% free 10878K/12807K, paused 51ms, total 51ms
12-01 17:12:53.925 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.925 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.925 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:53.930 D/AbsListView(4151): [unregisterDoubleTapMotionListener]
12-01 17:12:53.935 I/MotionRecognitionManager(4151):   .unregisterListener : / listener count = 0->0, ubvf 9budiwrd5ordgfl5BakTrklMrfo$,@,*d(/+:(
12-01 17:12:53.935 D/AbsListView(4151): [unregisterDoubleTapMotionListener]
12-01 17:12:53.935 I/MotionRecognitionManager(4151):   .unregisterListener : / listener count = 0->0, ubvf 9budiwrd5ordgfl5BakTrklMrfo$,@,*d)e)(8
12-01 17:12:53.940 D/dalvikvm(2202): GC_CONCURRENT freed 1902K, 30% free 19553K/27847K, paused 24ms+12ms, total 128ms
12-01 17:12:53.940 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:53.940 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:53.940 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:53.940 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:53.940 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:53.940 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:53.940 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:53.945 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.945 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.950 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:53.950 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:53.960 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.960 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.965 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.965 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.970 D/AbsListView(4151): Get MotionRecognitionManager
12-01 17:12:53.970 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.970 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.970 D/MotionRecognitionService(2202):  ssp status : false
12-01 17:12:53.990 D/AbsListView(4151): Get MotionRecognitionManager
12-01 17:12:53.990 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.990 D/Launcher(2546): onTrimMemory. Level: 20
12-01 17:12:53.990 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.990 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.990 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.990 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.990 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.995 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.995 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.995 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.995 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.995 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.995 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.995 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.995 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.995 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.995 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:53.995 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:53.995 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:54.000 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:54.000 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:54.005 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:54.020 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.020 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:54.020 D/WindowManager(2202): mInputFocus is not null.
12-01 17:12:54.055 D/dalvikvm(4588): GC_FOR_ALLOC freed 274K, 16% free 10631K/12551K, paused 25ms, total 25ms
12-01 17:12:54.055 I/XPrivacy/XApplicationPackageManager(4151): No usage data queued uid=10064
12-01 17:12:54.055 I/XPrivacy/XApplicationPackageManager(4151): get 10064/getInstalledApplications system=!restricted 32 ms
12-01 17:12:54.105 D/dalvikvm(4151): GC_CONCURRENT freed 567K, 17% free 10739K/12807K, paused 10ms+12ms, total 44ms
12-01 17:12:54.110 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:54.110 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:54.110 D/WindowManager(2202): PhoneWindowManager: focusChangedLw
12-01 17:12:54.115 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:54.115 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:54.115 D/STATUSBAR-StatusBarManagerService(2202): setSystemUiVisibility(0x0)
12-01 17:12:54.115 D/STATUSBAR-StatusBarManagerService(2202): manageDisableList what=0x0 pkg=WindowManager.LayoutParams
12-01 17:12:54.145 I/SurfaceFlinger(1849): id=157(12) createSurf 0x418397e4 (480x800),1 flag=400, NainActivit
12-01 17:12:54.145 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.265 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.270 I/SurfaceFlinger(1849): id=155 Removed Mauncher idx=1 MapSz=4
12-01 17:12:54.270 I/SurfaceFlinger(1849): id=155 Removed Mauncher idx=-2 MapSz=4
12-01 17:12:54.270 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.270 I/SurfaceFlinger(1849): id=158(13) createSurf 0x4140113c (1x1),1 flag=0, NainActivit
12-01 17:12:54.270 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.295 D/WindowManager(2202): PhoneWindowManager: focusChangedLw
12-01 17:12:54.295 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.295 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:54.295 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:54.295 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:54.295 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:54.300 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.300 I/SurfaceFlinger(1849): id=158 Removed NainActivit idx=4 MapSz=4
12-01 17:12:54.300 I/SurfaceFlinger(1849): id=158 Removed NainActivit idx=-2 MapSz=4
12-01 17:12:54.300 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.365 D/dalvikvm(4151): GC_CONCURRENT freed 167K, 15% free 10995K/12807K, paused 11ms+13ms, total 56ms
12-01 17:12:54.385 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.410 I/ClipboardServiceEx(2202): Send intent for dismiss clipboard dialog inside hideCurrentInputLocked() !
12-01 17:12:54.410 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.410 W/ActivityManager(2202): mDVFSLock.release()
12-01 17:12:54.415 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.415 W/UsageStats(2202): Failed writing stats to file:/data/system/usagestats/usage-20131201
12-01 17:12:54.445 D/Launcher.HomeFragment(2546): onStop
12-01 17:12:54.445 D/Launcher(2546): onStop, Launcher: 1104494832
12-01 17:12:54.465 I/XPrivacy(2342): get setting AndroidUsage=true (file)
12-01 17:12:54.465 I/XPrivacy(2342): get setting ExtraUsage=true (file)
12-01 17:12:54.465 I/XPrivacy/XContextWrapper(2342): No usage data queued uid=1000
12-01 17:12:54.465 I/XPrivacy/XContextWrapper(2342): getSystemService power=android.os.PowerManager
12-01 17:12:54.465 I/XPrivacy/XContextWrapper(2342): getSystemService power=android.os.PowerManager
12-01 17:12:54.465 I/XPrivacy/XContextWrapper(2342): getSystemService CustomFrequencyManagerService=android.os.CustomFrequencyManager
12-01 17:12:54.470 I/XPrivacy/XContextWrapper(2342): getSystemService CustomFrequencyManagerService=android.os.CustomFrequencyManager
12-01 17:12:54.550 I/ApplicationUsage(2202): Done Updating Usage Statistics in DB @ 1385914374554
12-01 17:12:54.550 I/ApplicationUsage(2202): handleMessage : MSG_UPDATE_USAGE_DB
12-01 17:12:54.550 I/ApplicationUsage(2202): Updating Usage Statistics in DB @ 1385914374554
12-01 17:12:54.600 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.600 I/SurfaceFlinger(1849): id=156 Removed vfirewall idx=4 MapSz=3
12-01 17:12:54.600 I/SurfaceFlinger(1849): id=156 Removed vfirewall idx=-2 MapSz=3
12-01 17:12:54.600 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.605 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:54.640 D/dalvikvm(6759): GC_CONCURRENT freed 293K, 38% free 10758K/17287K, paused 11ms+3ms, total 38ms
12-01 17:12:54.765 I/power   (2202): *** release_dvfs_lock : lockType : 1 
12-01 17:12:54.765 D/PowerManagerService(2202): releaseDVFSLockLocked : all DVFS_MIN_LIMIT are released 
12-01 17:12:54.975 I/ApplicationUsage(2202): Done Updating Usage Statistics in DB @ 1385914374977
12-01 17:12:55.000 I/InputReader(2202): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.170 ]
12-01 17:12:55.000 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:55.000 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:55.000 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:55.095 I/InputReader(2202): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
12-01 17:12:55.095 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:55.095 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:55.095 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:55.095 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:55.095 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:55.100 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:55.100 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:55.105 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:55.105 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:55.110 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:55.110 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:55.115 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:55.115 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:55.255 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:55.255 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:55.260 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:55.260 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:55.290 E/SpannableStringBuilder(4151): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
12-01 17:12:55.290 E/SpannableStringBuilder(4151): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
12-01 17:12:55.295 I/XPrivacy/XContextWrapper(2457): getSystemService input_method=android.view.inputmethod.InputMethodManager
12-01 17:12:55.295 I/XPrivacy/XContextWrapper(2457): getSystemService input_method=android.view.inputmethod.InputMethodManager
12-01 17:12:55.305 I/XPrivacy/XContextWrapper(2457): getSystemService layout_inflater=com.android.internal.policy.impl.PhoneLayoutInflater
12-01 17:12:55.305 I/XPrivacy/XContextWrapper(2457): getSystemService window=android.view.WindowManagerImpl$CompatModeWrapper
12-01 17:12:55.310 I/XPrivacy/XContextWrapper(2457): getSystemService window=android.view.WindowManagerImpl$CompatModeWrapper
12-01 17:12:55.310 I/XPrivacy/XContextWrapper(2457): getSystemService audio=android.media.AudioManager
12-01 17:12:55.310 I/XPrivacy/XContextWrapper(2457): getSystemService window=android.view.WindowManagerImpl$CompatModeWrapper
12-01 17:12:55.310 I/XPrivacy/XContextWrapper(2457): getSystemService window=android.view.WindowManagerImpl$CompatModeWrapper
12-01 17:12:55.315 I/XPrivacy/XContextWrapper(2457): getSystemService window=android.view.WindowManagerImpl$CompatModeWrapper
12-01 17:12:55.315 I/XPrivacy/XContextWrapper(2457): getSystemService accessibility=android.view.accessibility.AccessibilityManager
12-01 17:12:55.360 D/KJH     (2457): [KeyboardView-init] mGuestureTraceKeyboardGapForXt9_9 : 0
12-01 17:12:55.365 I/XPrivacy(2457): get setting AndroidUsage=true (file)
12-01 17:12:55.365 I/XPrivacy(2457): get setting ExtraUsage=true (file)
12-01 17:12:55.365 I/XPrivacy/XContextWrapper(2457): No usage data queued uid=1000
12-01 17:12:55.395 I/XPrivacy(2457): get setting AndroidUsage=true (file)
12-01 17:12:55.395 I/XPrivacy(2457): get setting ExtraUsage=true (file)
12-01 17:12:55.400 I/XPrivacy/XContextWrapper(2457): No usage data queued uid=1000
12-01 17:12:55.465 I/XPrivacy/XContextWrapper(2457): getSystemService input_method=android.view.inputmethod.InputMethodManager
12-01 17:12:55.470 D/ApplicationPolicy(2202): isStatusBarNotificationAllowed: packageName = android
12-01 17:12:55.475 I/XPrivacy/XContextWrapper(2323): getSystemService layout_inflater=com.android.internal.policy.impl.PhoneLayoutInflater
12-01 17:12:55.475 D/ApplicationPolicy(2202): isStatusBarNotificationAllowed: packageName = android
12-01 17:12:55.475 D/PhoneStatusBar(2323): addNotification score=0
12-01 17:12:55.475 D/STATUSBAR-NotificationService(2202): Noti Alert - mSystemReady:true, AlertEnabled:true
12-01 17:12:55.475 D/PowerManagerService(2202): mIsSipVisible : true
12-01 17:12:55.480 I/SurfaceFlinger(1849): id=159(19) createSurf 0x4183655c (480x356),1 flag=0, JnputMethod
12-01 17:12:55.480 D/STATUSBAR-NotificationService(2202): Noti Alert - mSystemReady:true, AlertEnabled:true
12-01 17:12:55.485 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:55.490 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:55.495 D/StatusBar(2323): expanding top notification at 0entry.userCollapsed() = false
12-01 17:12:55.495 D/StatusBar(2323): expanding top notification at 0entry.userCollapsed() = false
12-01 17:12:55.515 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:55.545 D/dalvikvm(2457): GC_FOR_ALLOC freed 1207K, 20% free 11751K/14599K, paused 30ms, total 30ms
12-01 17:12:55.600 D/dalvikvm(2457): GC_CONCURRENT freed 126K, 17% free 12226K/14599K, paused 12ms+3ms, total 45ms
12-01 17:12:55.605 I/dalvikvm(4151): Jit: resizing JitTable from 4096 to 8192
12-01 17:12:55.610 I/XPrivacy/XContextWrapper(2457): getSystemService input_method=android.view.inputmethod.InputMethodManager
12-01 17:12:55.615 I/XPrivacy/XContextWrapper(2457): getSystemService input_method=android.view.inputmethod.InputMethodManager
12-01 17:12:55.615 I/XPrivacy/XContextWrapper(2457): getSystemService input_method=android.view.inputmethod.InputMethodManager
12-01 17:12:55.635 I/XPrivacy/XContextWrapper(2457): getSystemService input_method=android.view.inputmethod.InputMethodManager
12-01 17:12:55.640 I/XPrivacy/XContextWrapper(2457): getSystemService input_method=android.view.inputmethod.InputMethodManager
12-01 17:12:55.655 I/InputReader(2202): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.171 ]
12-01 17:12:55.655 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:55.655 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:55.655 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:55.655 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:55.890 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:55.890 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:55.970 I/XPrivacy/XContextWrapper(2457): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager
12-01 17:12:56.165 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:56.165 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:56.165 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:56.165 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:56.170 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:56.170 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:56.175 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:56.180 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:56.185 I/ClipboardServiceEx(2202): getItem id : 2, input id : 2
12-01 17:12:56.185 I/ClipboardServiceEx(2202): text write to parcel
12-01 17:12:56.185 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:56.185 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:56.190 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:56.190 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:56.225 I/SurfaceFlinger(1849): id=160(14) createSurf 0x40007474 (1x1),1 flag=0, QopupWindow
12-01 17:12:56.225 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:56.265 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:56.270 D/dalvikvm(4151): GC_CONCURRENT freed 155K, 13% free 11259K/12807K, paused 14ms+9ms, total 78ms
12-01 17:12:56.280 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:56.280 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:56.280 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:56.295 I/SurfaceFlinger(1849): id=161(15) createSurf 0x41146c7c (1x1),1 flag=0, QopupWindow
12-01 17:12:56.295 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:56.325 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:56.340 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:56.390 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:56.455 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:56.460 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:56.470 I/InputReader(2202): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
12-01 17:12:56.470 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:56.470 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:56.470 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:56.930 I/InputReader(2202): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.172 ]
12-01 17:12:56.930 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:56.930 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:56.930 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:12:57.005 I/InputReader(2202): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
12-01 17:12:57.005 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:57.005 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:57.005 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:12:57.010 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:57.010 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:57.010 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:57.010 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:57.015 I/ClipboardServiceEx(2202): getItem id : 2, input id : 2
12-01 17:12:57.015 I/ClipboardServiceEx(2202): text write to parcel
12-01 17:12:57.015 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:57.015 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:57.015 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:57.020 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:57.020 I/ClipboardServiceEx(2202): getItem id : 2, input id : 2
12-01 17:12:57.020 I/ClipboardServiceEx(2202): text write to parcel
12-01 17:12:57.025 I/ClipboardServiceEx(2202): getItem id : 2, input id : 2
12-01 17:12:57.025 I/ClipboardServiceEx(2202): text write to parcel
12-01 17:12:57.030 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:57.030 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:57.045 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:57.050 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:57.060 I/XPrivacy(4151): get setting ExtraUsage=true (file)
12-01 17:12:57.060 I/XPrivacy/XContextWrapper(4151): No usage data queued uid=10064
12-01 17:12:57.100 I/XPrivacy/XContextWrapper(2457): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager
12-01 17:12:57.225 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:57.225 I/SurfaceFlinger(1849): id=160 Removed QopupWindow idx=5 MapSz=5
12-01 17:12:57.225 I/SurfaceFlinger(1849): id=160 Removed QopupWindow idx=-2 MapSz=5
12-01 17:12:57.225 I/SurfaceFlinger(1849): id=161 Removed QopupWindow idx=5 MapSz=4
12-01 17:12:57.225 I/SurfaceFlinger(1849): id=161 Removed QopupWindow idx=-2 MapSz=4
12-01 17:12:57.230 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:57.230 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:58.340 D/InputReader(2202): Input event: value=1
12-01 17:12:58.340 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:58.490 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:58.840 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:58.890 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:59.020 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:59.020 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:59.020 W/WindowManager(2202): interceptKeyBeforeDispatching with IVoIPInterface 
12-01 17:12:59.020 D/VoIPInterfaceManager(2202): isVoIPRinging()...
12-01 17:12:59.020 D/VoIPInterfaceManager(2202):     Not exist call session
12-01 17:12:59.040 I/XPrivacy/XContextWrapper(2323): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager
12-01 17:12:59.055 I/XPrivacy/XContextWrapper(2323): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager
12-01 17:12:59.060 I/XPrivacy/XContextWrapper(2323): getSystemService activity=android.app.ActivityManager
12-01 17:12:59.070 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:59.105 I/XPrivacy(2323): Reload fallback settings uid=1000 29 ms
12-01 17:12:59.110 I/XPrivacy(2323): get setting AndroidUsage=true (file) 32 ms
12-01 17:12:59.120 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:59.140 I/XPrivacy/XActivityManager(2323): No usage data queued uid=1000
12-01 17:12:59.140 I/XPrivacy/XActivityManager(2323): get 1000/getRecentTasks system=!restricted 66 ms
12-01 17:12:59.145 I/XPrivacy(2323): get setting AndroidUsage=true (file)
12-01 17:12:59.170 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:59.175 I/XPrivacy/XActivityManager(2323): No usage data queued uid=1000
12-01 17:12:59.175 I/XPrivacy/XActivityManager(2323): get 1000/getRunningTasks system=!restricted 29 ms
12-01 17:12:59.180 I/XPrivacy/XActivityManager(2323): get 1000/getRunningTasks system=!restricted (cached) 5 ms
12-01 17:12:59.195 I/XPrivacy/XContextWrapper(2323): getSystemService device_policy=android.app.admin.DevicePolicyManager
12-01 17:12:59.215 I/XPrivacy/XContextWrapper(2323): getSystemService device_policy=android.app.admin.DevicePolicyManager
12-01 17:12:59.215 I/XPrivacy/XContextWrapper(2323): getSystemService activity=android.app.ActivityManager
12-01 17:12:59.220 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:59.225 I/XPrivacy/XContextWrapper(2323): getSystemService device_policy=android.app.admin.DevicePolicyManager
12-01 17:12:59.230 I/XPrivacy/XContextWrapper(2323): getSystemService activity=android.app.ActivityManager
12-01 17:12:59.270 D/dalvikvm(2323): GC_FOR_ALLOC freed 3524K, 33% free 17150K/25415K, paused 37ms, total 37ms
12-01 17:12:59.275 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:59.290 I/XPrivacy/XContextWrapper(2323): getSystemService device_policy=android.app.admin.DevicePolicyManager
12-01 17:12:59.290 I/XPrivacy/XContextWrapper(2323): getSystemService activity=android.app.ActivityManager
12-01 17:12:59.325 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:59.335 D/dalvikvm(2323): GC_FOR_ALLOC freed 196K, 33% free 17225K/25415K, paused 37ms, total 40ms
12-01 17:12:59.335 I/dalvikvm-heap(2323): Grow heap (frag case) to 18.327MB for 214528-byte allocation
12-01 17:12:59.360 D/InputReader(2202): Input event: value=0
12-01 17:12:59.360 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-01 17:12:59.365 D/dalvikvm(2323): GC_FOR_ALLOC freed 1K, 33% free 17433K/25671K, paused 28ms, total 29ms
12-01 17:12:59.365 I/XPrivacy/XContextWrapper(2323): getSystemService device_policy=android.app.admin.DevicePolicyManager
12-01 17:12:59.390 I/SurfaceFlinger(1849): id=162(3) createSurf 0x4114799c (480x800),1 flag=0, SecentsPane
12-01 17:12:59.390 D/WindowManager(2202): PhoneWindowManager: focusChangedLw
12-01 17:12:59.390 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:59.390 D/STATUSBAR-StatusBarManagerService(2202): setSystemUiVisibility(0x0)
12-01 17:12:59.390 D/STATUSBAR-StatusBarManagerService(2202): manageDisableList what=0x0 pkg=WindowManager.LayoutParams
12-01 17:12:59.410 I/XPrivacy/XContextWrapper(2323): getSystemService activity=android.app.ActivityManager
12-01 17:12:59.435 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:59.440 I/XPrivacy/XContextWrapper(2323): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager
12-01 17:12:59.470 I/XPrivacy/XContextWrapper(2323): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager
12-01 17:12:59.505 D/dalvikvm(2323): GC_FOR_ALLOC freed 51K, 32% free 17488K/25671K, paused 32ms, total 35ms
12-01 17:12:59.505 I/dalvikvm-heap(2323): Grow heap (frag case) to 18.583MB for 214528-byte allocation
12-01 17:12:59.540 D/dalvikvm(2323): GC_FOR_ALLOC freed 7K, 32% free 17690K/25927K, paused 31ms, total 32ms
12-01 17:12:59.550 I/XPrivacy/XContextWrapper(2323): getSystemService device_policy=android.app.admin.DevicePolicyManager
12-01 17:12:59.560 I/XPrivacy/XContextWrapper(2323): getSystemService activity=android.app.ActivityManager
12-01 17:12:59.595 D/dalvikvm(2323): GC_FOR_ALLOC freed 36K, 32% free 17716K/25927K, paused 32ms, total 32ms
12-01 17:12:59.595 I/dalvikvm-heap(2323): Grow heap (frag case) to 18.806MB for 214528-byte allocation
12-01 17:12:59.615 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:59.615 D/KeyguardViewMediator(2202): setHidden false
12-01 17:12:59.630 D/dalvikvm(2323): GC_FOR_ALLOC freed <1K, 32% free 17925K/26183K, paused 36ms, total 36ms
12-01 17:12:59.650 I/XPrivacy/XContextWrapper(2323): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager
12-01 17:12:59.660 I/XPrivacy/XContextWrapper(2323): getSystemService device_policy=android.app.admin.DevicePolicyManager
12-01 17:12:59.670 I/XPrivacy/XContextWrapper(2323): getSystemService activity=android.app.ActivityManager
12-01 17:12:59.700 D/dalvikvm(2323): GC_FOR_ALLOC freed 38K, 32% free 17949K/26183K, paused 26ms, total 28ms
12-01 17:12:59.700 I/dalvikvm-heap(2323): Grow heap (frag case) to 19.034MB for 214528-byte allocation
12-01 17:12:59.735 D/dalvikvm(2323): GC_FOR_ALLOC freed 2K, 32% free 18156K/26439K, paused 36ms, total 36ms
12-01 17:12:59.765 I/XPrivacy/XContextWrapper(2323): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager
12-01 17:12:59.785 I/XPrivacy/XContextWrapper(2323): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager
12-01 17:12:59.915 I/XPrivacy/XContextWrapper(2323): getSystemService device_policy=android.app.admin.DevicePolicyManager
12-01 17:12:59.945 I/XPrivacy/XContextWrapper(2323): getSystemService activity=android.app.ActivityManager
12-01 17:12:59.960 I/XPrivacy/XContextWrapper(2323): getSystemService device_policy=android.app.admin.DevicePolicyManager
12-01 17:12:59.965 I/XPrivacy/XContextWrapper(2323): getSystemService activity=android.app.ActivityManager
12-01 17:12:59.995 D/dalvikvm(2323): GC_FOR_ALLOC freed 52K, 31% free 18413K/26439K, paused 27ms, total 27ms
12-01 17:12:59.995 I/dalvikvm-heap(2323): Grow heap (frag case) to 19.487MB for 214528-byte allocation
12-01 17:12:59.995 V/AlarmManager(2202): waitForAlarm result :8
12-01 17:13:00.000 V/AlarmManager(2202): ClockReceiver onReceive() ACTION_TIME_TICK
12-01 17:13:00.000 W/AlarmManager(2202): FACTORY_ON= 0
12-01 17:13:00.030 D/dalvikvm(2323): GC_FOR_ALLOC freed <1K, 31% free 18622K/26695K, paused 35ms, total 35ms
12-01 17:13:00.030 I/XPrivacy/XContextWrapper(2323): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager
12-01 17:13:00.045 D/dalvikvm(6759): GC_CONCURRENT freed 365K, 38% free 10783K/17287K, paused 2ms+9ms, total 33ms
12-01 17:13:00.045 I/XPrivacy/XContextWrapper(2323): getSystemService device_policy=android.app.admin.DevicePolicyManager
12-01 17:13:00.055 I/XPrivacy/XContextWrapper(2323): getSystemService activity=android.app.ActivityManager
12-01 17:13:00.085 D/dalvikvm(2323): GC_FOR_ALLOC freed 49K, 31% free 18641K/26695K, paused 26ms, total 26ms
12-01 17:13:00.085 I/dalvikvm-heap(2323): Grow heap (frag case) to 19.710MB for 214528-byte allocation
12-01 17:13:00.120 D/dalvikvm(2323): GC_FOR_ALLOC freed <1K, 31% free 18851K/26951K, paused 35ms, total 35ms
12-01 17:13:00.205 I/XPrivacy/XContextWrapper(5935): getSystemService window=android.view.WindowManagerImpl$CompatModeWrapper
12-01 17:13:00.205 I/XPrivacy/XContextWrapper(2323): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager
12-01 17:13:00.300 I/InputReader(2202): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.173 ]
12-01 17:13:00.300 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:13:00.300 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:13:00.300 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-01 17:13:00.365 I/InputReader(2202): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
12-01 17:13:00.365 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:13:00.365 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:13:00.365 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-01 17:13:00.370 I/XPrivacy/XContextWrapper(2323): getSystemService audio=android.media.AudioManager
12-01 17:13:00.375 I/XPrivacy/XContextWrapper(2323): getSystemService activity=android.app.ActivityManager
12-01 17:13:00.460 D/KeyguardViewMediator(2202): setHidden false
12-01 17:13:00.475 I/XPrivacy/XActivity(4151): No usage data queued uid=10064

@M66B
Copy link
Owner

M66B commented Dec 1, 2013

For some reason Samsung uses a custom clipboard manager:

getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager

@kaizokan
Copy link
Author

kaizokan commented Dec 1, 2013

I see. If eventually cannot be fixed is it possible to let XPrivacy recognize rom type and grey out the clipboard permission or something else to let the user know.

@M66B
Copy link
Owner

M66B commented Dec 1, 2013

Don't worry, I will fix this :-)

M66B pushed a commit that referenced this issue Dec 2, 2013
M66B pushed a commit that referenced this issue Dec 2, 2013
M66B pushed a commit that referenced this issue Dec 2, 2013
@M66B
Copy link
Owner

M66B commented Dec 2, 2013

@kaizokan could you please try if this version fixes your problem: http://d-h.st/4Wc

Please capture a log (whether it works or not).

@M66B
Copy link
Owner

M66B commented Dec 2, 2013

Please try this newer version: http://d-h.st/IIe

@kaizokan
Copy link
Author

kaizokan commented Dec 2, 2013

Still nothing.

12-02 20:22:30.633 I/XPrivacy/XContextImpl(2439): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=1000
12-02 20:22:30.853 I/InputReader(2203): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.142 ]
12-02 20:22:30.858 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x0
12-02 20:22:30.858 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x0
12-02 20:22:30.858 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x0
12-02 20:22:31.368 I/XPrivacy/XActivity(3724): getSystemService window=android.view.Window$LocalWindowManager uid=10064
12-02 20:22:31.373 I/XPrivacy/XActivity(3724): getSystemService window=android.view.Window$LocalWindowManager uid=10064
12-02 20:22:31.373 I/XPrivacy/XActivity(3724): getSystemService layout_inflater=com.android.internal.policy.impl.PhoneLayoutInflater uid=10064
12-02 20:22:31.383 I/XPrivacy/XContextImpl(3724): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 20:22:31.383 I/XPrivacy/XActivity(3724): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 20:22:31.388 I/ClipboardServiceEx(2203): getItem id : 2, input id : 2
12-02 20:22:31.388 I/ClipboardServiceEx(2203): text write to parcel
12-02 20:22:31.388 I/XPrivacy/XContextImpl(3724): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 20:22:31.388 I/XPrivacy/XActivity(3724): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 20:22:31.393 I/XPrivacy/XContextImpl(3724): getSystemService power=android.os.PowerManager uid=10064
12-02 20:22:31.393 I/XPrivacy/XActivity(3724): getSystemService power=android.os.PowerManager uid=10064
12-02 20:22:31.408 I/SurfaceFlinger(1849): id=140(16) createSurf 0x40ff9bac (1x1),1 flag=0, QopupWindow
12-02 20:22:31.408 D/KeyguardViewMediator(2203): setHidden false
12-02 20:22:31.443 D/KeyguardViewMediator(2203): setHidden false
12-02 20:22:31.463 D/KeyguardViewMediator(2203): setHidden false
12-02 20:22:31.508 I/XPrivacy/XContextImpl(3724): getSystemService power=android.os.PowerManager uid=10064
12-02 20:22:31.508 I/XPrivacy/XActivity(3724): getSystemService power=android.os.PowerManager uid=10064
12-02 20:22:31.523 I/SurfaceFlinger(1849): id=141(17) createSurf 0x40ff9cec (1x1),1 flag=0, QopupWindow
12-02 20:22:31.528 D/KeyguardViewMediator(2203): setHidden false
12-02 20:22:31.558 I/InputReader(2203): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
12-02 20:22:31.558 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x1
12-02 20:22:31.558 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x1
12-02 20:22:31.558 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x1
12-02 20:22:31.563 D/KeyguardViewMediator(2203): setHidden false
12-02 20:22:31.573 D/KeyguardViewMediator(2203): setHidden false
12-02 20:22:31.688 D/KeyguardViewMediator(2203): setHidden false
12-02 20:22:31.698 D/KeyguardViewMediator(2203): setHidden false
12-02 20:22:32.103 I/InputReader(2203): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.143 ]
12-02 20:22:32.108 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x0
12-02 20:22:32.108 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x0
12-02 20:22:32.108 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x0
12-02 20:22:32.168 I/InputReader(2203): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
12-02 20:22:32.168 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x1
12-02 20:22:32.168 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x1
12-02 20:22:32.168 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x1
12-02 20:22:32.168 I/XPrivacy/XContextImpl(3724): getSystemService audio=android.media.AudioManager uid=10064
12-02 20:22:32.168 I/XPrivacy/XActivity(3724): getSystemService audio=android.media.AudioManager uid=10064
12-02 20:22:32.168 I/XPrivacy/XContextImpl(3724): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 20:22:32.168 I/XPrivacy/XActivity(3724): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 20:22:32.178 I/ClipboardServiceEx(2203): getItem id : 2, input id : 2
12-02 20:22:32.178 I/ClipboardServiceEx(2203): text write to parcel
12-02 20:22:32.178 I/XPrivacy/XContextImpl(3724): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 20:22:32.178 I/XPrivacy/XActivity(3724): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 20:22:32.178 I/XPrivacy/XContextImpl(3724): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 20:22:32.178 I/XPrivacy/XActivity(3724): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 20:22:32.188 I/ClipboardServiceEx(2203): getItem id : 2, input id : 2
12-02 20:22:32.188 I/ClipboardServiceEx(2203): text write to parcel
12-02 20:22:32.193 I/ClipboardServiceEx(2203): getItem id : 2, input id : 2
12-02 20:22:32.193 I/ClipboardServiceEx(2203): text write to parcel
12-02 20:22:32.208 I/XPrivacy/XActivity(3724): getSystemService layout_inflater=com.android.internal.policy.impl.PhoneLayoutInflater uid=10064
12-02 20:22:32.233 D/KeyguardViewMediator(2203): setHidden false
12-02 20:22:32.248 D/KeyguardViewMediator(2203): setHidden false
12-02 20:22:32.263 I/XPrivacy/XActivity(3724): getSystemService layout_inflater=com.android.internal.policy.impl.PhoneLayoutInflater uid=10064
12-02 20:22:32.373 I/XPrivacy/XContextImpl(2439): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=1000

@M66B
Copy link
Owner

M66B commented Dec 2, 2013

Samsung even invented an own service name: clipboardEx.
But now we know ... ;-)

@M66B
Copy link
Owner

M66B commented Dec 2, 2013

Can you please try this version: http://d-h.st/cDk

@kaizokan
Copy link
Author

kaizokan commented Dec 2, 2013

Good for Samsung! 😆
And now for XPrivacy too 😉

@M66B
Copy link
Owner

M66B commented Dec 2, 2013

So it does work now?
I like to see a logcat to see if there are no side effects.

@kaizokan
Copy link
Author

kaizokan commented Dec 2, 2013

nooo not yet, i don't know yet

but isn't that 1.10.35?? the same?
ah never mind i see change in size already

@kaizokan
Copy link
Author

kaizokan commented Dec 2, 2013

not working

12-02 21:07:51.628 I/XPrivacy/XContextImpl(2437): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=1000
12-02 21:07:51.693 I/InputReader(2202): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.60 ]
12-02 21:07:51.693 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-02 21:07:51.693 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-02 21:07:51.693 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-02 21:07:51.743 D/dalvikvm(5139): GC_CONCURRENT freed 394K, 37% free 10613K/16647K, paused 3ms+7ms, total 45ms
12-02 21:07:52.203 I/XPrivacy/XContextImpl(4155): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 21:07:52.203 I/XPrivacy/XActivity(4155): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 21:07:52.208 I/ClipboardServiceEx(2202): getItem id : 2, input id : 2
12-02 21:07:52.208 I/ClipboardServiceEx(2202): text write to parcel
12-02 21:07:52.208 I/XPrivacy/XContextImpl(4155): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 21:07:52.208 I/XPrivacy/XActivity(4155): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 21:07:52.208 I/XPrivacy/XContextImpl(4155): getSystemService power=android.os.PowerManager uid=10064
12-02 21:07:52.208 I/XPrivacy/XActivity(4155): getSystemService power=android.os.PowerManager uid=10064
12-02 21:07:52.218 I/SurfaceFlinger(1855): id=101(17) createSurf 0x41bfcb5c (1x1),1 flag=0, QopupWindow
12-02 21:07:52.223 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:52.258 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:52.273 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:52.388 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:52.388 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:52.428 I/InputReader(2202): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
12-02 21:07:52.428 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-02 21:07:52.428 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-02 21:07:52.428 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-02 21:07:52.558 I/XPrivacy/XContextImpl(4155): getSystemService power=android.os.PowerManager uid=10064
12-02 21:07:52.558 I/XPrivacy/XActivity(4155): getSystemService power=android.os.PowerManager uid=10064
12-02 21:07:52.583 I/SurfaceFlinger(1855): id=102(18) createSurf 0x41efa744 (1x1),1 flag=0, QopupWindow
12-02 21:07:52.588 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:52.643 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:52.658 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:52.773 I/InputReader(2202): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.61 ]
12-02 21:07:52.773 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-02 21:07:52.773 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-02 21:07:52.773 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-02 21:07:52.778 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:52.783 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:52.848 I/InputReader(2202): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
12-02 21:07:52.848 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-02 21:07:52.848 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-02 21:07:52.848 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-02 21:07:52.848 I/XPrivacy/XContextImpl(4155): getSystemService audio=android.media.AudioManager uid=10064
12-02 21:07:52.848 I/XPrivacy/XActivity(4155): getSystemService audio=android.media.AudioManager uid=10064
12-02 21:07:52.853 I/XPrivacy/XContextImpl(4155): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 21:07:52.853 I/XPrivacy/XActivity(4155): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 21:07:52.863 I/ClipboardServiceEx(2202): getItem id : 2, input id : 2
12-02 21:07:52.863 I/ClipboardServiceEx(2202): text write to parcel
12-02 21:07:52.863 I/XPrivacy/XContextImpl(4155): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 21:07:52.863 I/XPrivacy/XActivity(4155): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 21:07:52.863 I/XPrivacy/XContextImpl(4155): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 21:07:52.868 I/XPrivacy/XActivity(4155): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10064
12-02 21:07:52.873 I/ClipboardServiceEx(2202): getItem id : 2, input id : 2
12-02 21:07:52.873 I/ClipboardServiceEx(2202): text write to parcel
12-02 21:07:52.878 I/ClipboardServiceEx(2202): getItem id : 2, input id : 2
12-02 21:07:52.878 I/ClipboardServiceEx(2202): text write to parcel
12-02 21:07:52.888 I/XPrivacy/XContextImpl(4189): getSystemService connectivity=android.net.ConnectivityManager uid=10079
12-02 21:07:52.898 I/XPrivacy/XActivity(4155): getSystemService layout_inflater=com.android.internal.policy.impl.PhoneLayoutInflater uid=10064
12-02 21:07:52.913 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:52.918 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:52.923 I/XPrivacy/XActivity(4155): getSystemService layout_inflater=com.android.internal.policy.impl.PhoneLayoutInflater uid=10064
12-02 21:07:52.948 I/XPrivacy/XContextImpl(2437): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=1000
12-02 21:07:53.088 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:53.088 I/SurfaceFlinger(1855): id=101 Removed QopupWindow idx=5 MapSz=5
12-02 21:07:53.088 I/SurfaceFlinger(1855): id=101 Removed QopupWindow idx=-2 MapSz=5
12-02 21:07:53.088 I/SurfaceFlinger(1855): id=102 Removed QopupWindow idx=5 MapSz=4
12-02 21:07:53.093 I/SurfaceFlinger(1855): id=102 Removed QopupWindow idx=-2 MapSz=4
12-02 21:07:53.093 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:53.093 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:53.638 D/InputReader(2202): Input event: value=1
12-02 21:07:53.638 I/XPrivacy/XContextImpl(2202): getSystemService keyguard=android.app.KeyguardManager uid=1000
12-02 21:07:53.638 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-02 21:07:53.788 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-02 21:07:53.788 I/XPrivacy/XContextImpl(2321): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager uid=1000
12-02 21:07:53.793 I/XPrivacy/XContextImpl(2321): getSystemService activity=android.app.ActivityManager uid=1000
12-02 21:07:53.808 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:53.838 I/XPrivacy/XActivityManager(2321): get 1000/getRecentTasks system=!restricted (cached) 4 ms
12-02 21:07:53.858 I/XPrivacy/XActivityManager(2321): get 1000/getRunningTasks system=!restricted (cached)
12-02 21:07:53.868 I/XPrivacy/XActivityManager(2321): get 1000/getRunningTasks system=!restricted (cached) 2 ms
12-02 21:07:53.873 I/XPrivacy/XContextImpl(2321): getSystemService device_policy=android.app.admin.DevicePolicyManager uid=1000
12-02 21:07:53.898 I/XPrivacy/XContextImpl(2321): getSystemService device_policy=android.app.admin.DevicePolicyManager uid=1000
12-02 21:07:53.913 I/XPrivacy/XContextImpl(2321): getSystemService activity=android.app.ActivityManager uid=1000
12-02 21:07:53.923 I/XPrivacy/XContextImpl(2321): getSystemService device_policy=android.app.admin.DevicePolicyManager uid=1000
12-02 21:07:53.928 I/XPrivacy/XContextImpl(2321): getSystemService activity=android.app.ActivityManager uid=1000
12-02 21:07:53.943 W/SignalStrength(2202): getGsmLevel=2
12-02 21:07:53.943 W/SignalStrength(2202): getLevel=2 (SignalStrength: 4 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 2)
12-02 21:07:53.943 W/SignalStrength(2202): getGsmDbm=-105
12-02 21:07:53.943 W/SignalStrength(2202): getDbm=-105
12-02 21:07:53.943 W/SignalStrength(2202): getGsmAsuLevel=4
12-02 21:07:53.943 W/SignalStrength(2202): getAsuLevel=4
12-02 21:07:53.953 W/SignalStrength(2321): getGsmLevel=2
12-02 21:07:53.953 W/SignalStrength(2321): getLevel=2 (SignalStrength: 4 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 2)
12-02 21:07:53.953 W/SignalStrength(2321): getGsmLevel=2
12-02 21:07:53.953 W/SignalStrength(2321): getLevel=2 (SignalStrength: 4 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 2)
12-02 21:07:53.953 D/STATUSBAR-NetworkController(2321): onSignalStrengthsChanged signalStrength=SignalStrength: 4 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 gsm|lte 2 level=2
12-02 21:07:53.953 D/STATUSBAR-NetworkController(2321): refreshSignalCluster: data=-1 bt=false
12-02 21:07:54.138 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-02 21:07:54.188 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-02 21:07:54.238 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-02 21:07:54.288 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-02 21:07:54.298 W/WindowManager(2202): interceptKeyBeforeDispatching with IVoIPInterface 
12-02 21:07:54.298 D/VoIPInterfaceManager(2202): isVoIPRinging()...
12-02 21:07:54.298 D/VoIPInterfaceManager(2202):     Not exist call session
12-02 21:07:54.313 I/XPrivacy/XContextImpl(2321): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager uid=1000
12-02 21:07:54.338 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-02 21:07:54.343 I/XPrivacy/XContextImpl(2321): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager uid=1000
12-02 21:07:54.358 I/SurfaceFlinger(1855): id=103(10) createSurf 0x40043bdc (480x800),1 flag=0, SecentsPane
12-02 21:07:54.363 D/WindowManager(2202): PhoneWindowManager: focusChangedLw
12-02 21:07:54.363 I/XPrivacy/XContextImpl(2202): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager uid=1000
12-02 21:07:54.363 D/STATUSBAR-StatusBarManagerService(2202): setSystemUiVisibility(0x0)
12-02 21:07:54.363 D/STATUSBAR-StatusBarManagerService(2202): manageDisableList what=0x0 pkg=WindowManager.LayoutParams
12-02 21:07:54.378 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:54.393 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-02 21:07:54.443 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-02 21:07:54.448 I/XPrivacy/XContextImpl(2321): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager uid=1000
12-02 21:07:54.468 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:54.493 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-02 21:07:54.543 D/InputReader(2202): Input event: value=0
12-02 21:07:54.543 I/XPrivacy/XContextImpl(2202): getSystemService keyguard=android.app.KeyguardManager uid=1000
12-02 21:07:54.543 D/RestrictionPolicy(2202): isHomeKeyEnabled :true
12-02 21:07:54.643 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:54.648 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:55.243 I/InputReader(2202): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.62 ]
12-02 21:07:55.243 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-02 21:07:55.243 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-02 21:07:55.243 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x0
12-02 21:07:55.298 I/InputReader(2202): Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=]
12-02 21:07:55.298 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-02 21:07:55.298 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-02 21:07:55.298 I/InputDispatcher(2202): Delivering touch to current input target: action: 0x1
12-02 21:07:55.328 I/XPrivacy/XContextImpl(2321): getSystemService activity=android.app.ActivityManager uid=1000
12-02 21:07:55.348 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:55.383 I/XPrivacy/XActivity(4155): No usage data queued uid=10064
12-02 21:07:55.388 I/power   (2202): *** acquire_dvfs_lock : lockType : 1  freq : 1000000 
12-02 21:07:55.388 D/PowerManagerService(2202): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1000000  uid : 1000  pid : 2202  tag : ActivityManager
12-02 21:07:55.388 W/ActivityManager(2202): mDVFSLock.acquire()
12-02 21:07:55.408 I/XPrivacy/XContextImpl(2321): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager uid=1000
12-02 21:07:55.413 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:55.433 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:55.448 I/XPrivacy/XContextImpl(2338): getSystemService power=android.os.PowerManager uid=1000
12-02 21:07:55.448 I/XPrivacy/XContextImpl(2338): getSystemService CustomFrequencyManagerService=android.os.CustomFrequencyManager uid=1000
12-02 21:07:55.453 I/SurfaceFlinger(1855): id=104(3) createSurf 0x4122a7e4 (480x800),2 flag=400, MogcatActiv
12-02 21:07:55.453 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:55.558 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:55.563 I/SurfaceFlinger(1855): id=105(18) createSurf 0x410a6fb4 (246x218),1 flag=4, uhumbnail a
12-02 21:07:55.568 W/PlayEventLogger(4619): No account for auth token provided
12-02 21:07:55.598 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:55.603 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:55.618 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:55.673 D/WindowManager(2202): PhoneWindowManager: focusChangedLw
12-02 21:07:55.673 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:55.673 I/XPrivacy/XContextImpl(2202): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager uid=1000
12-02 21:07:55.673 D/STATUSBAR-StatusBarManagerService(2202): setSystemUiVisibility(0x0)
12-02 21:07:55.673 D/STATUSBAR-StatusBarManagerService(2202): manageDisableList what=0x0 pkg=WindowManager.LayoutParams
12-02 21:07:55.678 V/PhoneStatusBar(2321): setLightsOn(true)
12-02 21:07:55.703 D/dalvikvm(5139): GC_CONCURRENT freed 360K, 36% free 10687K/16647K, paused 14ms+10ms, total 86ms
12-02 21:07:55.738 D/STATUSBAR-NotificationService(2202): updateLightsLocked() : Turn off notification light
12-02 21:07:55.743 D/PowerManagerService(2202): mIsSipVisible : false
12-02 21:07:55.753 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:55.763 D/KeyguardViewMediator(2202): setHidden false
12-02 21:07:55.763 I/SurfaceFlinger(1855): id=97 Removed NainActivit idx=2 MapSz=6
12-02 21:07:55.763 I/SurfaceFlinger(1855): id=97 Removed NainActivit idx=-2 MapSz=6
12-02 21:07:55.763 I/XPrivacy/XContextImpl(2321): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager uid=1000
12-02 21:07:55.763 I/XPrivacy/XContextImpl(2321): getSystemService enterprise_policy=android.app.enterprise.EnterpriseDeviceManager uid=1000
12-02 21:07:55.778 I/ClipboardServiceEx(2202): Send intent for dismiss clipboard dialog inside hideCurrentInputLocked() !

@M66B
Copy link
Owner

M66B commented Dec 2, 2013

:-(

I like to see the lines after the first ever '... getSystemService clipboardEx= ...'.
XPrivacy tries to hook the clipboard manager only one time, maybe it fials.

@M66B
Copy link
Owner

M66B commented Dec 2, 2013

You can try with an application you didn't start after the last boot yet.

@kaizokan
Copy link
Author

kaizokan commented Dec 2, 2013

This part?:
I will try again with reboot

12-02 21:19:47.418 I/XPrivacy/XContextImpl(2321): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=1000
12-02 21:19:47.423 W/XPrivacy/XClipboardManager(2321): com.android.systemui: method not found: android.sec.clipboard.ClipboardExManager.addPrimaryClipChangedListener
12-02 21:19:47.423 W/XPrivacy/XClipboardManager(2321): com.android.systemui: method not found: android.sec.clipboard.ClipboardExManager.getPrimaryClip
12-02 21:19:47.428 W/XPrivacy/XClipboardManager(2321): com.android.systemui: method not found: android.sec.clipboard.ClipboardExManager.getPrimaryClipDescription
12-02 21:19:47.428 W/XPrivacy/XClipboardManager(2321): com.android.systemui: method not found: android.sec.clipboard.ClipboardExManager.getText
12-02 21:19:47.433 W/XPrivacy/XClipboardManager(2321): com.android.systemui: method not found: android.sec.clipboard.ClipboardExManager.hasPrimaryClip
12-02 21:19:47.433 W/XPrivacy/XClipboardManager(2321): com.android.systemui: method not found: android.sec.clipboard.ClipboardExManager.hasText
12-02 21:19:47.433 W/XPrivacy/XClipboardManager(2321): com.android.systemui: method not found: android.sec.clipboard.ClipboardExManager.removePrimaryClipChangedListener
12-02 21:19:47.433 I/XPrivacy/XActivity(2321): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=1000
12-02 21:19:47.468 I/XPrivacy/XActivity(2321): No usage data queued uid=1000

@M66B
Copy link
Owner

M66B commented Dec 2, 2013

Yes, that part.
I see hooking the custom clipboard manager failed ...
I am out of idea about how to solve this.

@kaizokan
Copy link
Author

kaizokan commented Dec 2, 2013

these are the first lines after reboot and opening a app for first time after reboot.
I took a couple lines with "getSystemService clipboardEx=" just in case.
Maybe another time a bright yellow light will shine above your head and it will be fixed ;)

12-02 21:30:01.580 I/XPrivacy/XContextImpl(3546): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10052
12-02 21:30:01.580 I/XPrivacy/XContextImpl(3546): getSystemService window=android.view.WindowManagerImpl$CompatModeWrapper uid=10052
12-02 21:30:02.975 I/XPrivacy/XContextImpl(3546): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10052
12-02 21:30:02.990 I/InputReader(2203): Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.3 ]
12-02 21:30:02.990 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x0
12-02 21:30:02.990 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x0
12-02 21:30:02.990 I/InputDispatcher(2203): Delivering touch to current input target: action: 0x0
12-02 21:30:08.505 I/XPrivacy/XContextImpl(4089): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10068
12-02 21:30:08.510 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0x0 a=-1}
12-02 21:30:08.515 D/dalvikvm(2436): GC_FOR_ALLOC freed 62K, 10% free 10914K/12103K, paused 47ms, total 47ms
12-02 21:30:08.520 I/XPrivacy/XContextImpl(4089): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10068
12-02 21:30:08.520 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0x0 a=-1}
12-02 21:30:08.520 I/dalvikvm-heap(2436): Grow heap (frag case) to 12.045MB for 568336-byte allocation
12-02 21:30:08.520 I/XPrivacy/XContextImpl(4089): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10068
12-02 21:30:08.520 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0x0 a=-1}
12-02 21:30:08.525 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0xf a=-1}
12-02 21:30:08.525 I/XPrivacy/XContextImpl(4089): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10068
12-02 21:30:08.530 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0x80 a=-1}
12-02 21:30:08.530 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0x80 a=-1}
12-02 21:30:08.530 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0x3 a=-1}
12-02 21:30:08.530 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0x3 a=-1}
12-02 21:30:08.545 I/XPrivacy/XContextImpl(4089): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10068
12-02 21:30:08.545 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0x20 a=-1}
12-02 21:30:08.545 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0x20 a=-1}
12-02 21:30:08.550 I/XPrivacy/XContextImpl(4089): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10068
12-02 21:30:08.550 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0x1 a=-1}
12-02 21:30:08.565 D/dalvikvm(2436): GC_CONCURRENT freed 1K, 10% free 11467K/12679K, paused 11ms+2ms, total 43ms
12-02 21:30:08.565 D/dalvikvm(2436): WAIT_FOR_CONCURRENT_GC blocked 28ms
12-02 21:30:08.565 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0x3 a=-1}
12-02 21:30:08.565 W/Resources(4089): Converting to string: TypedValue{t=0x10/d=0x3 a=-1}

@kaizokan kaizokan closed this as completed Dec 2, 2013
@kaizokan kaizokan reopened this Dec 2, 2013
@kaizokan
Copy link
Author

kaizokan commented Dec 2, 2013

i accidentally closed... but now it's open again

@vibes340
Copy link

vibes340 commented Dec 5, 2013

(This default browser, which works) 12-05 17:13:02.384 I/XPrivacy/XClipboardManager(21748): get 10069/hasPrimaryClip clipboard=restricted (cached)

(This is app that doesn't work) 12-05 17:23:20.776 I/XPrivacy/XContextImpl(22228): getSystemService clipboardEx=android.sec.clipboard.ClipboardExManager uid=10138

Your right, any app using (android.sec.clipboard.ClipboardExManager) don't block clipboard.

@ghost
Copy link

ghost commented Dec 27, 2013

I think there already is an XPosed module do the trick? Maybe you can take a look?

@M66B
Copy link
Owner

M66B commented Dec 30, 2013

@jokies point me to a module that has this working and I will take a look.

@ghost
Copy link

ghost commented Dec 30, 2013

It was called Secure Samsung Clipboard by Tungstwenty, provided within the XPosed installer.
Source: https://github.com/Tungstwenty/SecureSamsungClipboard
Samsung simply store clipboard items inside /data/clipboard so restrict access of this folder or fake the path will achieve the goal?

@M66B
Copy link
Owner

M66B commented Dec 30, 2013

@M66B
Copy link
Owner

M66B commented Dec 30, 2013

More sources: http://d-h.st/4lk
Thanks @Tungstwenty !

@vavavr00m
Copy link

XPrivacy shows it restricted getPrimaryClip yet pastes the item from clipboard:

https://www.dropbox.com/s/hcv7tp6pgokl6jq/Screenshots_2014-03-02-23-35-45.png

@M66B M66B closed this as completed Mar 8, 2014
@E3V3A
Copy link

E3V3A commented Oct 26, 2014

Not sure why this issue was closed, since its still present under Limitations on main wiki. Also, my own tests show that Samsung made their own clipboard, so that multiple clips are remembered. However, there are hidden files in that directory AND even if you erase them, the clips are retained in memory and seem to get rewritten, just before device shutdown/reset, to be reloaded at startup.

@M66B
Copy link
Owner

M66B commented Oct 26, 2014

The issue was closed because it can't be fixed. Moreover it is less relevant, because the clipboard restrictions will work in AOSP mode.

@M66B M66B added the cantfix label Oct 26, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants