Knox please help - Galaxy Note 3 Q&A, Help & Troubleshooting

Knox, why did I do this?
Just installed it, and now don't want it,I don't have root, the reason why I want to get rid of it is I'm sure it will use up something in the background, it's there a way of just having it like I had it before, not installed?I know it's on the phone,
Please help guys.
Thanks
Sent from my SM-N9005 using XDA Premium 4 mobile app

Knox is very simple to remove.
When in the Knox area, tap on the left capacitive 'menu' key, then select KNOX SETTINGS, then select ABOUT KNOX, then select UNINSTALL.
androidflea said:
Knox, why did I do this?
Just installed it, and now don't want it,I don't have root, the reason why I want to get rid of it is I'm sure it will use up something in the background, it's there a way of just having it like I had it before, not installed?I know it's on the phone,
Please help guys.
Thanks
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse

Thank you so much,I never look in the about section, thanks again
Sent from my SM-N9005 using XDA Premium 4 mobile app

Related

Help

I have the N9005 . Stock.no root. I downloaded a call block app. After testing it and not happy I noticed that the numbers I blocked even after I disabled the app and u installed are forever blocked. Can someone help.the screen shot of the app is attached..is there something I need to do besides factory reset.
Sent from my SM-N9005 using xda app-developers app
blacque said:
I have the N9005 . Stock.no root. I downloaded a call block app. After testing it and not happy I noticed that the numbers I blocked even after I disabled the app and u installed are forever blocked. Can someone help.the screen shot of the app is attached..is there something I need to do besides factory reset.
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
Reinstall it, go to Application manager, clear cache and data, force stop, then disable and uninstall. should fix it
I tried. .no luck.still calls get blocked ...is there a way I can find where data is stored..or do I need to do more
Sent from my SM-N9005 using xda app-developers app
Try to clean the system cache by using Clean master App.
Sent from my SM-N9005 using Tapatalk
May be you can check the Samsung Auto Reject Settings?
Go to Settings--> Device--> Call--> Auto Rejection to check if you have added any numbers.
I just tried installing the app you have shown but did not have the issue you have mentioned.
Thank you guys..I found what the issue was.i had installed another call block app.and u installed. .but it seems it still retained the data.so I reinstalled it and what do u know..It still had the numbers saved under block. So I deleted the numbers ..and now I get my calls..Thanks a lot everyone. ..I was panicking. ..almost did a reset.
Sent from my SM-N9005 using xda app-developers app
This is the app...For anyone else who might just have my issue
Sent from my SM-N9005 using xda app-developers app
blacque said:
This is the app...For anyone else who might just have my issue
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
Lol, you had two call blocking apps..
Might have been too close a call bro..
But glad that you figured it out..

Is there a way to hide the soft key without rooting my G2 while playing game ?

Sent from my LG-D800 using xda app-developers app
without root you can only hide with your finger
Lol. Well I try to root my G2 but it didn't work is for me is there way you can give me the right link thanks?
Sent from my LG-D800 using xda app-developers app
If you do a google search, you will find it. Guaranteed.
SwissCheeseHead said:
If you do a google search, you will find it. Guaranteed.
Click to expand...
Click to collapse
I have and I can't.
Perhaps you could find the time to enlighten us?
EDIT Ah, I guess you mean rooting not hiding the softkeys. http://forum.xda-developers.com/showthread.php?t=2448887

Black screen and freeze after exiting any app

Hello,
My Glaxy Note 3 is having hard times these days. I get black screen after exiting any application. And when the black screen appears, the phone is not responding for couple of seconds. Even the left and right sensor kes are not responding.. Also the home screen stops responding and crashes.
I can only say that everything started after i updated to kitkat.. Since hen my phone is slower..
Note 3 International
KitKat 4.4.2
Kernel version 3.4.0. - 340325
Please help me solve my problem because the performance of my note is ridiculous..
Thank you in advance!
Do a factory reset or reflash stock.
Sent from my SM-N9005 using XDA Premium 4 mobile app
Killberty said:
Do a factory reset or reflash stock.
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
What will happen after factory reset?
Do i need to backup files (books, pictures, music)
And do i need anti-virus app
Thanks
Back up your internal storage (connect to pc, crtl-c ctrl-v)
You can backup your app data with helium
I dont use one and i dont know many who do use them, if you have much sensile data, u might want to get one.
Imo a anti virus app is only useful if you are rooted, so the antivirus app has more rights than usual apps. If u r unrooted and the antivirus has same rights as maleware apps its kinda useless
Sent from my SM-N9005 using XDA Premium 4 mobile app
Killberty said:
Back up your internal storage (connect to pc, crtl-c ctrl-v)
You can backup your app data with helium
I dont use one and i dont know many who do use them, if you have much sensile data, u might want to get one.
Imo a anti virus app is only useful if you are rooted, so the antivirus app has more rights than usual apps. If u r unrooted and the antivirus has same rights as maleware apps its kinda useless
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank you very much
The device is not rooted, yet. Once i know the best way to root it, i will

[Q] Restart service after kill

Hi I want to start my service after it is killed by the user or the system.
I thought about creating a second app and monitor if the service is running and if not then start it.
The problem I have with that is
- I need two apps
- It drains more battery
I hope you can help me find the best solution for my problem
Yeah, I think if you override the onDestroy method on your service class, and then you can send a broadcast from there.
In your broadcast receiver you can start the service again.
Though i have never tried it myself, i think this should work.
Tell me how it goes
Happy coding!! :thumbup:
Sent from my GT-P3100 using XDA Free mobile app
hiphop12ism said:
Yeah, I think if you override the onDestroy method on your service class, and then you can send a broadcast from there.
In your broadcast receiver you can start the service again.
Though i have never tried it myself, i think this should work.
Tell me how it goes
Happy coding!! :thumbup:
Sent from my GT-P3100 using XDA Free mobile app
Click to expand...
Click to collapse
I thought about that too but unfortunately when the app is stopped by the user the onDestroy methode is not called...
Sent from my SM-N9005 using XDA Premium 4 mobile app
If yu are using android version less than 4.4.2 then returning start sticky should do it
Sent from my GT-P3100 using XDA Free mobile app
hiphop12ism said:
If yu are using android version less than 4.4.2 then returning start sticky should work
Sent from my GT-P3100 using XDA Free mobile app
Click to expand...
Click to collapse
That is only if the system stops the service not if the user does....
Sent from my SM-N9005 using XDA Premium 4 mobile app
Rick Clephas said:
That is only if the system stops the service not if the user does....
Click to expand...
Click to collapse
I believe there is no such way... otherwise android would be very insecure for malware that just does this . You can only restart your service once the user restarts your activity, there should not be another way (and START_STICKY for the system of course). And please don't do two apps which listen for each other, if the user willingly kills your service they usually have a reason and expect that your app is not working right until they restart it.
SimplicityApks said:
I believe there is no such way... otherwise android would be very insecure for malware that just does this . You can only restart your service once the user restarts your activity, there should not be another way (and START_STICKY for the system of course). And please don't do two apps which listen for each other, if the user willingly kills your service they usually have a reason and expect that your app is not working right until they restart it.
Click to expand...
Click to collapse
I have heard that a lot but does that mean that all the security apps available on the play store can be killed by the user? :what:
Sent from my SM-N9005 using XDA Premium 4 mobile app
Rick Clephas said:
I have heard that a lot but does that mean that all the security apps available on the play store can be killed by the user? :what:
Click to expand...
Click to collapse
Sure, why not? I could uninstall my firewall on my PC if I wasn't using Ubuntu and thus don't really need one
SimplicityApks said:
Sure, why not? I could uninstall my firewall on my PC if I wasn't using Ubuntu and thus don't really need one
Click to expand...
Click to collapse
Well that is a pitty. I really thought I had seen an app that could do that...
Sent from my SM-N9005 using XDA Premium 4 mobile app
Look this app says it can't be killed by task managers https://play.google.com/store/apps/details?id=com.domobile.applock
Sent from my SM-N9005 using XDA Premium 4 mobile app
Rick Clephas said:
Look this app says it can't be killed by task managers https://play.google.com/store/apps/details?id=com.domobile.applock
Click to expand...
Click to collapse
Just an idea, it might be possible when your app is a Device Admin with the APIs that you get with that. Though you have to read it yourself, I have no clue about how it works.
SimplicityApks said:
Just an idea, it might be possible when your app is a Device Admin with the APIs that you get with that. Though you have to read it yourself, I have no clue about how it works.
Click to expand...
Click to collapse
Thanks I will look at that. Most people have my app as Device Admin because that way it can't be uninstalled
Sent from my SM-N9005 using XDA Premium 4 mobile app
Well I found the solution.
When device admin is enabled the app can't be force-stopped or uninstalled. Then the user can only stop the service and then the onDestroy methode is called so then I can restart the service again. Tanks guys :thumbup:
Sent from my SM-N9005 using XDA Premium 4 mobile app

Encrypted Notepad APP ??

Hi guys
Does anyone know of a good notepad/memo app that actually encrypts the notes (probably with 256 aes)?
There's loads o play store that say they encrypt things but all they really do is either store them with unknown extension , just hide them, or store them and the passwords in plain text.
also the odd few i found that was meant to encrypt everything wouldn't run on lollipop.
So any recommendations ?
Keeper
Sent from my SM-G900F using XDA Free mobile app
trettet said:
Keeper
Sent from my SM-G900F using XDA Free mobile app
Click to expand...
Click to collapse
Thanks for the reply ; )
Keeper looked really good until I got to all the cloud and autofill passwords features (there's probably even a "forgot my password" option).
Also I think it's law that US companies need to put a back door to security software.
Any others?
Secure Memo
Sent from my SM-G900F using XDA Free mobile app
trettet said:
Secure Memo
Sent from my SM-G900F using XDA Free mobile app
Click to expand...
Click to collapse
thanks for the reply
If it's the app I'm thinking of, there was a few reviews that said that it actually stores the password in clear text that can be viewed with a file browser or by plugging the phone into a computer.
Inked_ said:
thanks for the reply
If it's the app I'm thinking of, there was a few reviews that said that it actually stores the password in clear text that can be viewed with a file browser or by plugging the phone into a computer.
Click to expand...
Click to collapse
I can guarantee you those reviews are false..
Sent from my SM-G900F using XDA Free mobile app
trettet said:
I can guarantee you those reviews are false..
Sent from my SM-G900F using XDA Free mobile app
Click to expand...
Click to collapse
ok ill look into it a bit more
Just to confirm, its this app your talking about:
https://play.google.com/store/apps/details?id=it.mm.android.securememo&hl=en_GB
Has anyone heard about safe notes:
https://play.google.com/store/apps/details?id=com.isbell.ben.safenotes&hl=en_GB
I just tried secure memo and I REALLY don't like the way that all the notes are on one page.
They should have a title that you click on to view the note.
Any other apps out there ?
Anyone else ?
Inked_ said:
Anyone else ?
Click to expand...
Click to collapse
Knox container's memo app, everything inside knox is 100% encrypted and fool proof as of this time.
Sent from my SM-G900F using XDA Free mobile app
---------- Post added at 09:41 PM ---------- Previous post was at 09:41 PM ----------
trettet said:
Knox container's memo app, everything inside knox is 100% encrypted and fool proof as of this time.
Sent from my SM-G900F using XDA Free mobile app
Click to expand...
Click to collapse
Look up my knox in the play store and install it on your s5
Sent from my SM-G900F using XDA Free mobile app
trettet said:
Knox container's memo app, everything inside knox is 100% encrypted and fool proof as of this time.
Sent from my SM-G900F using XDA Free mobile app
---------- Post added at 09:41 PM ---------- Previous post was at 09:41 PM ----------
Look up my knox in the play store and install it on your s5
Sent from my SM-G900F using XDA Free mobile app
Click to expand...
Click to collapse
Thanks for that
You know, I've been spending so much time trying to find away to root my s5 without tripping knox and I didn't even think of it being helpful to me...lol
Having said that, do you think I would still be able to use a knox container after I've rooted the phone.
In the meantime, if anyone know of any other apps then please let me know ;
Inked_ said:
Thanks for that
You know, I've been spending so much time trying to find away to root my s5 without tripping knox and I didn't even think of it being helpful to me...lol
Having said that, do you think I would still be able to use a knox container after I've rooted the phone.
In the meantime, if anyone know of any other apps then please let me know ;
Click to expand...
Click to collapse
Yes you can as long as you don't disable it and it hasn't been tripped..
Sent from my SM-G900F using XDA Free mobile app
trettet said:
Yes you can as long as you don't disable it and it hasn't been tripped..
Sent from my SM-G900F using XDA Free mobile app
Click to expand...
Click to collapse
Hmmm...
Maybe I should avoid using it then just in case I decide to root it and it trips Knox.
I really don't know why I'm finding it so hard to find a good encrypted notepad app
How secure do you think safe notes is:
https://play.google.com/store/apps/d...notes&hl=en_GB
Anyone

			
				
Inked_ said:
Hmmm...
Maybe I should avoid using it then just in case I decide to root it and it trips Knox.
I really don't know why I'm finding it so hard to find a good encrypted notepad app
Click to expand...
Click to collapse
It's so hard for you because first you are picky..second you are very skeptical..
Sent from my SM-G900F using XDA Free mobile app
trettet said:
It's so hard for you because first you are picky..second you are very skeptical..
Sent from my SM-G900F using XDA Free mobile app
Click to expand...
Click to collapse
Its not that im being picky or sceptical.
I just want a encrypted notepad that does what it says it does by actually encrypting the notes and not just hiding them.
And I don't want to have all the notes on one page as it just complicates things, its better to have all the notes separate so you can click the title of each one to view them.
I'm still looking for recommendations so if anyone has found a good app then please let me know
How about this one? https://play.google.com/store/apps/details?id=com.inno.securenote
Sent from my SM-G900A using Tapatalk

Categories

Resources