[KERNEL][ATT][AOSP/TW/GE - 5.0/4.4/4.3/4.2][02/06/2015] KT-SGS4 - NAE - KTweaker

gorgy76

Senior Member
Nov 19, 2010
278
36
0
Im not sure if its the kernel tweaker app but after installing this kernel the tw version I'm getting a notification saying detection information this device has detected an application attempting unpermitted actions.to protect your device reboot, after reboot it keeps coming back? Any suggestions

Sent from my SAMSUNG-SGH-I337 using xda app-developers app
It has been mentioned here earlier in the thread. It has to do with the knox apk in the system app. Just delete the apk in the system and of course back it up first before deleting so that you can still have it if you want it back or just simply edit the apk name with file explorer with .bak at the end of the apk name. If you read it should be mentioned maybe at the 3rd or 4th page of this thread.
 
  • Like
Reactions: djmouse

jeboo

Recognized Developer
Apr 2, 2010
815
4,059
98
Im not sure if its the kernel tweaker app but after installing this kernel the tw version I'm getting a notification saying detection information this device has detected an application attempting unpermitted actions.to protect your device reboot, after reboot it keeps coming back? Any suggestions

Sent from my SAMSUNG-SGH-I337 using xda app-developers app
Here's the trivial smali mod to disable these notifications from KNOXAgent.apk. In NotificationBarAsyncManager.smali, find this and add the code in green:

Code:
.method public notifyTimaEventNotification(I)V
    .locals 21
    .parameter "eventIdx"

    .prologue
    
[COLOR="SeaGreen"]return-void[/COLOR]
	
	.line 402
    new-instance v11, Landroid/content/Intent;
Upload to /system/app and no more nags. I'm going to PM ktoonsez the APK if he wants to include it in next ver. :p
 
  • Like
Reactions: Aou

djmouse

Senior Member
Dec 12, 2012
2,179
550
0
atlantic city
Google "Samsung KNOX".
thanks for the help man dont know what we would do without guys like you

---------- Post added at 01:59 PM ---------- Previous post was at 01:58 PM ----------

Here's the trivial smali mod to disable these notifications from KNOXAgent.apk. In NotificationBarAsyncManager.smali, find this and add the code in green:

Code:
.method public notifyTimaEventNotification(I)V
    .locals 21
    .parameter "eventIdx"

    .prologue
    
[COLOR="SeaGreen"]return-void[/COLOR]
	
	.line 402
    new-instance v11, Landroid/content/Intent;
Upload to /system/app and no more nags. I'm going to PM ktoonsez the APK if he wants to include it in next ver. :p
i just copied the apk to my sd card then renamed the one in system .bak and seems to be fine now ohh will knox still run if you do it your way but just wont get the notifications?
 
  • Like
Reactions: evodon84

sstarre

Senior Member
Nov 15, 2010
270
81
0
Nevada
Nothing yet, I will put them in Post #3 once I get to stay on ktoonservativeq, been doing too much testing so havent gotten a chance to nail anything down.
Hey K...
Off topic..apology in advance..but is that a C6 giving a beemer a lesson on exit? :)

Sent from my SAMSUNG-SGH-I337 using xda premium
 

Scarchunk

Senior Member
Sep 14, 2008
244
98
0
Any reason the AOSP version wouldn't run with CM10.1? It hangs at the CM boot screen. Flashing the stock CM kernel got me back to running, but I thought it was odd. Anyone else tried it yet?

EDIT: Tried it with the 5/23 nightly. Haven't tried again on 5/24 yet.
 

ktoonsez

Inactive Recognized Developer
Nov 3, 2011
16,263
43,219
0
Tempe
Any reason the AOSP version wouldn't run with CM10.1? It hangs at the CM boot screen. Flashing the stock CM kernel got me back to running, but I thought it was odd. Anyone else tried it yet?

EDIT: Tried it with the 5/23 nightly. Haven't tried again on 5/24 yet.
Currently I have only ran it on AOKP that task and I built, AT&T still doesnt have a download on CM downloads, if you point me to what you downloaded I can analyze the ramdisk since that is gonna be the issue.