So uhh... how do you encrypt this phone? - ZTE Axon 7 Questions & Answers

I tried going through all the settings and couldn't find anything about encrypting the phone. Does it do this automatically or something?

Yes, the Axon 7 is automaticly encrypted from what i could gather on the forum.

runderekrun said:
I tried going through all the settings and couldn't find anything about encrypting the phone. Does it do this automatically or something?
Click to expand...
Click to collapse
djona12 said:
Yes, the Axon 7 is automaticly encrypted from what i could gather on the forum.
Click to expand...
Click to collapse
Yup, is Automatically encrypted....
That's one of the reasons why a lot of users having issues when they want to go back to UN-ROOT state.

Ok thanks for clarifying guys.
For some reason I thought that encrypting your phone locked it out of TWRP (unless you had a code). It doesn't seem to do this so I guess encrypting is kinda useless as long as I have a custom recovery on my device?

Related

[Q] Encrypt phone

Does the phone encryption (stock unrooted 4.2.1) slow down the phone at all? Does it decrypt the storage at startup or on-the-fly?
Is there any point in encrypting the device if the bootloader is locked as unlocking to install a third party recovery to try read the data would wipe it anyway? (I already use a PIN for the lock screen)
Just trying to figure out if it's worth bothering...
I think the point of an encrypted hard drive is if an attacker has physical access to it. Meaning, they pull it out of the device and then attempt to read it. Locked bootloader won't help here, encryption will.
I believe it decrypts on startup.
My last phone, when encrypted, did not slow down at all. That was on 4.0.4 but I don't see why JB on faster hardware would be any different.
Sent from my Nexus 4 using xda app-developers app
Great, thanks for the replies.
(and thanks to crachel for moving this to the correct forum)
How safe is encrypting you phone? Are there any hazards to encrypting your phone?
donec said:
How safe is encrypting you phone? Are there any hazards to encrypting your phone?
Click to expand...
Click to collapse
I just got my N4 and was curious about the encryption feature. I found this article to be informative and decided against encryption after reading it. Perhaps you may find it useful.
http://www.howtogeek.com/141953/how-to-encrypt-your-android-phone-and-why-you-might-want-to/
shobuddy said:
I just got my N4 and was curious about the encryption feature. I found this article to be informative and decided against encryption after reading it. Perhaps you may find it useful.
http://www.howtogeek.com/141953/how-to-encrypt-your-android-phone-and-why-you-might-want-to/
Click to expand...
Click to collapse
That was the kind of information I needed to decide against encrypting my whole phone.

Urgent help needed. Locked out of phone.

I was poking security options within my phone, and I accidentally locked it with a pattern that I cannot recall.
I tried looking for troubleshooting guides, but unfortunately Marshmallow no longer has a "forgot code?" option. Also, I tried Android Device Manager, but it tells me since my phone already has a lockscreen, I no longer need to add a password (which I intended to do, in order to know said password)
I would greatly appreciate any help, since I really don't want to factory reset, since I got lots of pics I don't want to lose.
xdmatt said:
I was poking security options within my phone, and I accidentally locked it with a pattern that I cannot recall.
I would greatly appreciate any help, since I really don't want to factory reset, since I got lots of pics I don't want to lose.
Click to expand...
Click to collapse
google is your friend http://www.addictivetips.com/android/how-to-bypass-disable-pattern-unlock-on-android-via-adb-commands/
edit: this does not work on marshmallow[tested]
i think this will help you http://forum.xda-developers.com/note-4/orig-development/bypass-lock-screen-pattern-password-pin-t2948336
bablu048 said:
google is your friend http://www.addictivetips.com/android/how-to-bypass-disable-pattern-unlock-on-android-via-adb-commands/
Click to expand...
Click to collapse
hopefully he enabled the usb debugging option
pijes said:
hopefully he enabled the usb debugging option
Click to expand...
Click to collapse
nope, this does not help. Just now i tried this on my device..if the device is locked adb doesn't recognize the device. this method does not work on marshmallow.
i don't know about lollipop. maybe it works.
pijes said:
hopefully he enabled the usb debugging option
Click to expand...
Click to collapse
bablu048 said:
nope, this does not help. Just now i tried this on my device..if the device is locked adb doesn't recognize the device. this method does not work on marshmallow.
i don't know about lollipop. maybe it works.
Click to expand...
Click to collapse
Unfortunately, my phone is stock and non rooted, but luckily I could guess the pattern.
I still would like to know for future reference, since Android Device Manager did a great job at getting my phone's location and making it ring... just not unlocking it!!
xdmatt said:
Unfortunately, my phone is stock and non rooted, but luckily I could guess the pattern.
I still would like to know for future reference, since Android Device Manager did a great job at getting my phone's location and making it ring... just not unlocking it!!
Click to expand...
Click to collapse
you don't need to be rooted to access recovery and install files.
for future reference see the 2nd link i posted. I haven't tried that yet, i'l report when i try.
bablu048 said:
you don't need to be rooted to access recovery and install files.
for future reference see the 2nd link i posted. I haven't tried that yet, i'l report when i try.
Click to expand...
Click to collapse
He wouldn't have been able to use it because you need a custom recovery to flash that file.
Well... I guess you know the system works? Probably not great for there to be an easy or sure-fire way to unlock a phone if you don't know the security details.
If it's just data you need, recovery mode should allow you to copy it off the device via USB (if you didnt encrypt the device). Getting into a phone you really locked yourself out of is probably not possible.
AtomicStryker said:
If it's just data you need, recovery mode should allow you to copy it off the device via USB (if you didnt encrypt the device). Getting into a phone you really locked yourself out of is probably not possible.
Click to expand...
Click to collapse
i want to know how to copy data from the device through recovery. do you know the process or where to find a guide?
edit: thanks for the idea. i hadn't thought that way.
xdmatt said:
Unfortunately, my phone is stock and non rooted, but luckily I could guess the pattern.
I still would like to know for future reference, since Android Device Manager did a great job at getting my phone's location and making it ring... just not unlocking it!!
Click to expand...
Click to collapse
For preventative measures, Tasker is your friend. Have a "Plan B" microSD with a special .txt file on it, and have Tasker detect SD inserted and scan that file. If the file matches, then Tasker should wipe /data/system/gesture.key and password.key, and sqlite3 into settings.db and "update system set value=0 where name='lock_pattern_autolock' " to unlock your device.
In the case of an aftermath, it is now (as of today) possible to recover files/photos from the lockscreen without root, ADB, or custom recovery. Just an internet connection, linked Google account, and access to the notification drawer. I just published my first app, Locked-out Phone Backup, that is similar to the old Screen Lock Bypass Pro for Gingerbread, but instead recovers files instead of disabling the screen lock, so no root is required!
Hope this answers your question!
Well, try some password remover.

Axon 7 Pre-Encrypted Data

Hey guys , Since I upgraded to Nougat, my phone is pre-encrypted and why can't I decrypt it? Why is it like this? I want to decrypt it so that my phone will be a little faster. So how can I decrypt it?
Unlock, install twrp and format data.
lafester said:
Unlock, install twrp and format data.
Click to expand...
Click to collapse
Can't I just do it without unlocking? I can encrypt and unencrypt the phone easily(factory rest) on all my other devices?And any clues why is it pre-encrypted?
I suppose you could try a factory reset in stock recovery.
lafester said:
I suppose you could try a factory reset in stock recovery.
Click to expand...
Click to collapse
I've reset factory a couple times but that option is not choosable and it is written encrypted.
I mean I haven't even encrypted my phone ever , so why is it encrypted?Is it done automatically? What about yours?Is it pre-encrypted too?
It was...
lafester said:
It was...
Click to expand...
Click to collapse
I guess you've got the G or U model?right?(mine is A2017)
Boot into TWRP and change the data partition type from f2s to EXT4.
Double tap screen awake
My phone double tap screen awake doesn't work since these updates what can I do.It's a axon 7 2016 model..
Paulkdixon96 said:
My phone double tap screen awake doesn't work since these updates what can I do.It's a axon 7 2016 model..
Click to expand...
Click to collapse
I think you are in the wrong thread.
Aj-jss said:
I mean I haven't even encrypted my phone ever , so why is it encrypted?Is it done automatically? What about yours?Is it pre-encrypted too?
Click to expand...
Click to collapse
Zte stock rom comes pre-encrypted on every new install. The only way to bypass it is to edl flash a stock rom with twrp. Boot right into twrp after the flash. Find a modded stock boot.img that has a modded fstab, flash it, then boot and your phone will be unencrypted with the stock rom.
Thank you all. I'll do as you said and unencrypt it.
DEAR ZTE CUSTOMER,
Pls describe clearly about the situation of your encrypted phone, because our developer confused about such encrypted issues. BTW, please provide your phone'IMEI.
Thank you!
William Guo said:
DEAR ZTE CUSTOMER,
Pls describe clearly about the situation of your encrypted phone, because our developer confused about such encrypted issues. BTW, please provide your phone'IMEI.
Thank you!
Click to expand...
Click to collapse
No issues. It is encrypted by default in stock ROM.
This guy seems to be spamming and looking for imei info.
Mine is encrypted. Brand new out of box, updated to B10 MM then to B04 Nougat 7.1.1
What are the implications of it being encrypted? Mine is remaining stock, not even TWRP recovery or root. I'm happy if it's secure as I have personal and work SIM in it and will be using a couple of apps that look for root. Kind of tired of modding phones, just want life to be simple and reliable, able to take updates when I like. The work Nexus 5X was a ****ty phone but I got used to it being updated. It's a rare one that doesn't bootloop and is on Oreo but I hate carrying two phones thus the reason for buying the Axon 7 for dual SIM.
RobboW said:
Mine is encrypted. Brand new out of box, updated to B10 MM then to Nougat.
What are the implications of it being encrypted? Mine is remaining stock, not even TWRP recovery or root. I'm happy if it's secure as I have personal and work SIM in it and will be using a couple of apps that look for root.
Click to expand...
Click to collapse
I don't believe you'll get more performance out of an unencrypted phone, or not enough to justify it for that matter. also, on some phones you need it not to be encrypted if you want to see the internal storage in TWRP, but on this phone it doesn't happen.
You can fix it in your settings--hand design(sort of, I guess),or you can update the latest version from ZTE office website. Good luck!

secure startup

hellozes,
if turned ON, can "secure startup" be switched back to its original state or back to OFF?
no root no firmware upgrade..... just a test.
thanks.
diehard2013 said:
hellozes,
if turned ON, can "secure startup" be switched back to its original state or back to OFF?
no root no firmware upgrade..... just a test.
thanks.
Click to expand...
Click to collapse
Take 2 seconds to try it and find out
wrong answer.
hi ya.
you can turn it on and off at will, it will just ask for a pin number to turn it on, then the same pin you chose at startup, once back in the phone, you can go back to secure startup and turn it off if you dont want to use it. takes a while to startup using secure startup but its extra protection.
cheers.
DANIELWHITT said:
hi ya.
you can turn it on and off at will, it will just ask for a pin number to turn it on, then the same pin you chose at startup, once back in the phone, you can go back to secure startup and turn it off if you dont want to use it. takes a while to startup using secure startup but its extra protection.
cheers.
Click to expand...
Click to collapse
my fear is with any potential irreversibility of the secure startup once initiated. I'd like to be able to fall back to default. IIRC, the LG G5 was one such case. Once encrypted, decryption was a NO.
thanks for your feedback!
diehard2013 said:
my fear is with any potential irreversibility of the secure startup once initiated. I'd like to be able to fall back to default. IIRC, the LG G5 was one such case. Once encrypted, decryption was a NO.
thanks for your feedback!
Click to expand...
Click to collapse
not to sound rude but, you clearly knew that answer before asking the question. So, why ask it then?
MrSteelX said:
not to sound rude but, you clearly knew that answer before asking the question. So, why ask it then?
Click to expand...
Click to collapse
you’re not sounding rude.
nothing is clear and, even if it is (unlike this case) then I like to double check once in a while, the “abundance of caution” thing.
diehard2013 said:
my fear is with any potential irreversibility of the secure startup once initiated. I'd like to be able to fall back to default. IIRC, the LG G5 was one such case. Once encrypted, decryption was a NO.
thanks for your feedback!
Click to expand...
Click to collapse
Your s8 is already encrypted, most phones on stock rom are.
If you format /Data/ in twrp, on the next boot there is a kernel flag that force the phone encryption.
nikexv2 said:
Your s8 is already encrypted, most phones on stock rom are.
If you format /Data/ in twrp, on the next boot there is a kernel flag that force the phone encryption.
Click to expand...
Click to collapse
So the "sec start" option does not encrypt anything or it encrypts encrypted data?
I
diehard2013 said:
So the "sec start" option does not encrypt anything or it encrypts encrypted data?
I
Click to expand...
Click to collapse
The phone is encrypted regardless of the option.
tommyg562000 said:
The phone is encrypted regardless of the option.
Click to expand...
Click to collapse
ok, things are clearer now.
if a phone has “sec startup” enabled and you decide to root it, simply disable the option first and proceeed.

get rid of <!> The bootloader is unlocked??

Hey, is it possible to get rid of this message when booting?
Would be nice
Sure, just re-lock your bootloader. Presto. ?
thedrizzle said:
Sure, just re-lock your bootloader. Presto. ?
Click to expand...
Click to collapse
Probably a stupid question but im rooted, will it still boot up?
Macblack1991 said:
Probably a stupid question but im rooted, will it still boot up?
Click to expand...
Click to collapse
No, it's likely that your device will brick. Please don't do so
veatesia said:
No, it's likely that your device will brick. Please don't do so
Click to expand...
Click to collapse
Okay thanks for the reply
Dead end thread, there have been many many many many many posts about that since oneplus introduced that a couple of years ago
THERE IS NO WAY TO GET RID OF THAT WHILE UNLOCKED
period
and there's a thread about it here. been following this from the start and apparently it's next to impossible to achieve.
https://forum.xda-developers.com/oneplus-6t/development/wip-dissecting-bootloader-aka-rid-t3878470
veatesia said:
No, it's likely that your device will brick. Please don't do so
Click to expand...
Click to collapse
I have experience doing that. Yes your device will definitely get BRICKED!!! Just ignore that boot screen, do not attempt to do anything to get rid of it. It just takes time to accept it. I use to think about getting rid of it as well when i was using my Oneplus 3. I re-locked the bootloader and got bricked. I couldn't do anything and had to send it back to Oneplus to fix it.
There have been other devices where they are able to replace the image with another, such as a blank image to hide the warning. I've also seen people load custom ROMs signed with their own signature so they can relock their bootloader after loading a custom OS. So there are things that can be done, but it's not something to just play around with, as mentioned, mess it up, and you'll brick something.
Thanks for the replies. Well I guess its just how it is, nit a big issue, was just wondering because most videos of custom roms I saw this part was cut out lol.

Categories

Resources