[Q] backup before htcdev? - HTC One X

hello everyone, i finally decided to unlock bootloader of my HOX and here it is first question: what will be wiped with unlocking? will my files, photos, music etc.. stay there where i leaved them or will erase all?

Your sd partition was untouched, u don't need to worry. The unlocking process will only reset the phone to factory state. After unlocking, flash the recovery and take a back up of ur stock rom.
Sent from my HTC One X using Tapatalk 2

glukosio said:
hello everyone, i finally decided to unlock bootloader of my HOX and here it is first question: what will be wiped with unlocking? will my files, photos, music etc.. stay there where i leaved them or will erase all?
Click to expand...
Click to collapse
If you want to keep your apps and their data, I would suggest titanium backup as well.
Sent from my HTC One X

but i need root to use titanium backup i think... and i must be unlocked to root...
what about loosing warranty? i know it won't loose at all, but a part of it... which part?

Use ICS Back-up ability
Follow this guide:
tbriden said:
If, like me, you're moving over to the One X from another ICS phone but don't want to root until it doesn't require htcdev.com, you can still backup/restore all your user apps and data from your old device to the One X without Titanium (which needs root) or MyBackup Pro (which costs money).
Firstly, you'll need to install the android sdk to get adb (Edit: And HTC Sync for the drivers). Once you have that, open a command prompt and cd to the adb folder, eg
Code:
cd c:\android-sdk\platform-tools
Then run the following command
Code:
adb backup -apk -all -nosystem -f c:\backup.ab
(where -all is every app, -apk means to also include the apks and -nosystem ignores the system apps and data)
You'll need to confirm the backup on the device itself for it to start and, optionally, set an encryption password for the backup.
Once it's finished, plug the One X in, enable 'USB Debugging' in Settings -> Developer Options and then run
Code:
adb restore c:\backup.ab
...then, on the One X, enter your encryption password (if specified during backup) and confirm. Once it's finished, all the apps and data from your old phone will now be restored on the One X
Note: this feature of adb only works on ICS so you can't backup from previous android versions (although i haven't actually tried).
If the backup option doesn't exist in your adb, make sure you have the latest Android SDK
Click to expand...
Click to collapse
You can only use Titanium Back-Up if r00ted
eyosen said:
If you want to keep your apps and their data, I would suggest titanium backup as well.
Sent from my HTC One X
Click to expand...
Click to collapse

The-Last-Hylian said:
Follow this guide:
You can only use Titanium Back-Up if r00ted
Click to expand...
Click to collapse
yes i already know this guide, i tried it one time with debian but it stucks on com.android.sharedstoragebackup.
and now from windows it write me:
Code:
adb: unable to open file ./backup.ab
.

glukosio said:
yes i already know this guide, i tried it one time with debian but it stucks on com.android.sharedstoragebackup.
and now from windows it write me:
Code:
adb: unable to open file ./backup.ab
.
Click to expand...
Click to collapse
Oh I see, try reading this, this person had the same issue:
http://forum.xda-developers.com/showthread.php?t=1420351&page=4
I'm not great with the adb so I can't really help more than this. Sorry.
---------- Post added at 12:18 PM ---------- Previous post was at 12:15 PM ----------
If you get an error such as "adb: cannot open file ./backup.ab", use:
Code:
adb backup -all -f C:\backup.ab
Also, silly question but have you enabled USB Debugging? Double Check you have.
---------- Post added at 12:55 PM ---------- Previous post was at 12:18 PM ----------
Any Luck?

The-Last-Hylian said:
Oh I see, try reading this, this person had the same issue:
http://forum.xda-developers.com/showthread.php?t=1420351&page=4
I'm not great with the adb so I can't really help more than this. Sorry.
---------- Post added at 12:18 PM ---------- Previous post was at 12:15 PM ----------
If you get an error such as "adb: cannot open file ./backup.ab", use:
Code:
adb backup -all -f C:\backup.ab
Also, silly question but have you enabled USB Debugging? Double Check you have.
---------- Post added at 12:55 PM ---------- Previous post was at 12:18 PM ----------
Any Luck?
Click to expand...
Click to collapse
yes thanks, i updated adb and now it works i think... i hope it will not stucks again on the same place, if so, doesn't matter i'll save some files by myself

Excellent, good stuff

The-Last-Hylian said:
Excellent, good stuff
Click to expand...
Click to collapse
it stuck on temple run -.-
i'm doing again without apk and it is fast for now... is this backup saving savegames too?
EDIT: it seems to be finished, thank you again

glukosio said:
it stuck on temple run -.-
i'm doing again without apk and it is fast for now... is this backup saving savegames too?
Click to expand...
Click to collapse
I believe so yes

eyosen said:
If you want to keep your apps and their data, I would suggest titanium backup as well.
Sent from my HTC One X
Click to expand...
Click to collapse
I just moved to Cynogenmod 10 (preview 4) and since we cannot use Titanium until I root, Most of the apps I use (gentle alarm, apex, llama) had their own internal application backups. I used those and restored it after reinstalling the application in Cynogenmod 10. Hope it helps

Related

[root] rooted uRamdisk for 1.1 update

For those who prefer manually rooting their NST with the NookDevs method, here's a modified uRamdisk based on the 1.1 update:
WiFi version:
uRamdisk_1_1_rooted_wifi
USB version:
uRamdisk_1_1_rooted_usb
As always, take your time to do a proper backup first!
ros87 said:
For those who prefer manually rooting their NST with the NookDevs method, here's a modified uRamdisk based on the 1.1 update:
uRamdisk_1_1_rooted
As always, take your time to do a proper backup first!
Click to expand...
Click to collapse
This USB access or Wifi access? If it's USB access I can add it to TouchNooter instead of repacking my own version of uRamdisk
GabrialDestruir said:
This USB access or Wifi access? If it's USB access I can add it to TouchNooter instead of repacking my own version of uRamdisk
Click to expand...
Click to collapse
Added both wifi and usb-only version to OP.
If I use this method can I add nook color tools back to my touch?
ryanpl said:
If I use this method can I add nook color tools back to my touch?
Click to expand...
Click to collapse
root is root, you can adb install / push whatever you want
If you're unsure about doing things manually you should probably wait for GabrialDestruir to release a updated version of TouchNooter.
How is the adb over usb supposed to work? I replaced the uRamdisk with the one with usb for 1.1 after booting with noogie, but when i hook the nook up to my computer with usb and do "adb devices" i don't see anything.
check adb links from http://forum.xda-developers.com/showthread.php?t=1138564
In short: on linux dbus rules (tested, working). on windows you need drivers,
cceerrtt said:
check adb links from http://forum.xda-developers.com/showthread.php?t=1138564
In short: on linux dbus rules (tested, working). on windows you need drivers,
Click to expand...
Click to collapse
Ahha, thank you! Will try with the windows drivers.
nickveldrin said:
Ahha, thank you! Will try with the windows drivers.
Click to expand...
Click to collapse
The usb ramdisk works just fine.
Getting the drivers installed on windows can be a bit of a pain
Yeah, the xboxexpert drivers I installed for ADB over USB just mucked things up for me. Gonna stick to wifi for now, I suppose...
-e
P.S. Yay I can finally post here!
---------- Post added at 07:09 PM ---------- Previous post was at 06:36 PM ----------
A big thank you to ros for this. With the ADB over WiFi uRamdisk, WiFi works again! (As does adb, doy)
-e
hmm...
I have had some amount of success with this, but it doesn't seem to be complete. Followed instructions and copied uRamdisk wifi over, and can get adb to work over wireless, but for some reason superuser is borked. I don't think I actually have root, although when I login through adb shell, it displays the #. Gonna try to do it again.
LastSilmaril said:
Yeah, the xboxexpert drivers I installed for ADB over USB just mucked things up for me. Gonna stick to wifi for now, I suppose...
-e
P.S. Yay I can finally post here!
---------- Post added at 07:09 PM ---------- Previous post was at 06:36 PM ----------
A big thank you to ros for this. With the ADB over WiFi uRamdisk, WiFi works again! (As does adb, doy)
-e
Click to expand...
Click to collapse
vatoamigo said:
I have had some amount of success with this, but it doesn't seem to be complete. Followed instructions and copied uRamdisk wifi over, and can get adb to work over wireless, but for some reason superuser is borked. I don't think I actually have root, although when I login through adb shell, it displays the #. Gonna try to do it again.
Click to expand...
Click to collapse
Not entirely sure what your mean?
If you got adb access with root prompt (#), then the uRamdisk is doing exactly what it should
If you need su and Superuser, then you have to add them to your system manually, this is not related to the uRamdisk.
ah
Yeah, I suppose you're right, that's the problem. I guess I need to upload su and superuser manually. Do you have a link that shows me how to do that? I looked everywhere for a superuser.apk, but can't get market working.
Everywhere? I guess you should try google at the first place. It took me 10 second to find this link.
http://nookdevs.com/NookColor_Installing_su_and_the_Superuser_app
It is actually the same howto I used some time ago.
the secrets of google...
cceerrtt said:
Everywhere? I guess you should try google at the first place. It took me 10 second to find this link.
http://nookdevs.com/NookColor_Installing_su_and_the_Superuser_app
It is actually the same howto I used some time ago.
Click to expand...
Click to collapse
I appreciate the link. I actually did try google, but apparently wasn't successful. Thanks.
Hi, BIG thanks for the file, works like a charm.
Edit (don't want to add meaningless message to this tread)
Thanks for your kindness.
UomoNero said:
I have a strange problem with superuser, apparently installing su mess with my nook; my nook think that the battery is 0% but when i uninstall su and superuser package works fine.
I'm the only one with this problem? Is somehow related to 1.1 update?
Thanks for your kindness
Click to expand...
Click to collapse
That question is better asked in a new thread as it's not related to uRamdisk
fwiw, I pulled su from TouchNooter and Superuser.apk from my phone and it works without problems on 1.1.0.
In your case I'd try Settings->Device Info->Erase and Deregister Device
This will force cache and databases to be rebuilt which often solves strange problems like that.
Can't get this to work... I've installed a fresh 1.1.0 update, changed ramdisk to support adb through usb, changed both adb_usb and android_winusb. After installing drivers when i connect my nook it shows as "Android ADB interface", but adb devices shows nothing
EDIT: Solved! Had to modify android_winusb a little bit more...
ros87 said:
For those who prefer manually rooting their NST with the NookDevs method, here's a modified uRamdisk based on the 1.1 update:
WiFi version:
uRamdisk_1_1_rooted_wifi
USB version:
uRamdisk_1_1_rooted_usb
As always, take your time to do a proper backup first!
Click to expand...
Click to collapse
Multiupload is down...
Googie2149 said:
Multiupload is down...
Click to expand...
Click to collapse
And still is.
Sorry for the necromancy, but can somebody please re-upload those IMG files? thanks!

[Q] URGENT: Lock Screen stuck with Game Keyboard

Hi all,
I have gotten myself into a bit of a dilemma here - I was playing GTA III with the input method set to "Game Keyboard", and then accidentally pressed the power button on my HOX. Now my phone is stuck with a lock screen (with pin code to unlock), but I cannot enter the pin as the damn game keyboard is set as the input method.
Is there any way to uninstall the game keyboard app from recovery, or a way to change the input method before the unlock screen.
I am running out of ideas, and my last resort is to restore a nandroid backup from a week ago ( I really dont want to do this as this means losing all changes since a week ago).
Any urgent help appreciated.
HTC One X
ARHD 21.0
CWM touch recovery
When you reboot it's still there? Try wiping the dalvik in recovery
Try this...
Code:
adb remount
adb shell
rm /data/app/xxxx.apk
XXX=name of app.apk
is there a way to list the contents of /data/app is adb as I dont know what the name of the apk is
carbon5000 said:
is there a way to list the contents of /data/app is adb as I dont know what the name of the apk is
Click to expand...
Click to collapse
I don't remember the command to mount it to PC via recovery... may b someone else can help you with it... Tried remembering, can't recollect...
Or you can give me the link of the app your using? I can install it and tell you the apk file name! :good:
---------- Post added at 02:38 PM ---------- Previous post was at 02:36 PM ----------
Or you can flash this recovery: http://d-h.st/HiV
It has aroma file manager by which you can take a look...
vin4yak said:
I don't remember the command to mount it to PC via recovery... may b someone else can help you with it... Tried remembering, can't recollect...
Or you can give me the link of the app your using? I can install it and tell you the apk file name! :good:
---------- Post added at 02:38 PM ---------- Previous post was at 02:36 PM ----------
Or you can flash this recovery: http://d-h.st/HiV
It has aroma file manager by which you can take a look...
Click to expand...
Click to collapse
Just realised I have the app installed on my tablet as well, so got the apk name from that - but after running the commands you suggested, I got the following error:
C:\Android\SDK\platform-tools>adb devices
List of devices attached
HT266W104018 recovery
C:\Android\SDK\platform-tools>adb remount
remount failed: Success
C:\Android\SDK\platform-tools>adb shell
~ # rm /data/app/com.locnet.gamekeyboard-1.apk
rm: can't remove '/data/app/com.locnet.gamekeyboard-1.apk': No such file or directory
~ #
am i missing something?
carbon5000 said:
Just realised I have the app installed on my tablet as well, so got the apk name from that - but after running the commands you suggested, I got the following error:
C:\Android\SDK\platform-tools>adb devices
List of devices attached
HT266W104018 recovery
C:\Android\SDK\platform-tools>adb remount
remount failed: Success
C:\Android\SDK\platform-tools>adb shell
~ # rm /data/app/com.locnet.gamekeyboard-1.apk
rm: can't remove '/data/app/com.locnet.gamekeyboard-1.apk': No such file or directory
~ #
am i missing something?
Click to expand...
Click to collapse
Everything seems OK...
Maybe try from the recovery....
Sent from my HTC One X using xda app-developers app
Is it a system app? if so then use this directory:
/system/apps
Also if it doesn't work then put a -r after rm... mostly it's in /data/app
SOLVED: just needed to mount the partitions in recovery before doing the adb commands.
Thanks for your help!!!!

can can the oneplus 3 imei or efs become corrupted

can the oneplus 3 imei or efs become corrupted on the OnePlus 3 or no
darkberry19 said:
can the oneplus 3 imei or efs become corrupted on the OnePlus 3 or no
Click to expand...
Click to collapse
In every device the imei could be corrupted or lost during Modding process. OP3 included.
How could I back this up
Will the efs back up in twrp do it?
darkberry19 said:
Will the efs back up in twrp do it?
Click to expand...
Click to collapse
Open up Terminal Emulator on your phone
Code:
su
If this is the first time you've used Terminal Emulator a Superuser or SuperSU popup will appear, make sure you grant root access.
Now enter these two commands:
Code:
dd if=/dev/block/sdf1 of=/sdcard/modemst1.bin bs=512
Code:
dd if=/dev/block/sdf2 of=/sdcard/modemst2.bin bs=512
This will place two files (modemst1.bin & modemst2.bin) on your internal storage. Make sure you copy them to your PC and other Clouds immediately so that you have a backup there to use if you need to restore it in future.
razzorchile said:
Open up Terminal Emulator on your phone
If this is the first time you've used Terminal Emulator a Superuser or SuperSU popup will appear, make sure you grant root access.
Now enter these two commands:
This will place two files (modemst1.bin & modemst2.bin) on your internal storage. Make sure you copy them to your PC and other Clouds immediately so that you have a backup there to use if you need to restore it in future.
Click to expand...
Click to collapse
Okay where will I find the file and how will I restore iy
razzorchile said:
Open up Terminal Emulator on your phone
If this is the first time you've used Terminal Emulator a Superuser or SuperSU popup will appear, make sure you grant root access.
Now enter these two commands:
This will place two files (modemst1.bin & modemst2.bin) on your internal storage. Make sure you copy them to your PC and other Clouds immediately so that you have a backup there to use if you need to restore it in future.
Click to expand...
Click to collapse
How would I restore it ?
Also the code isn't working it's keeps saying DD not found or some other error
try
adb shell dd if=/dev/block/sdf1 of=/sdcard/modemst1.bin bs=512
adb shell dd if=/dev/block/sdf2 of=/sdcard/modemst2.bin bs=512
---------- Post added at 04:40 AM ---------- Previous post was at 04:38 AM ----------
darkberry19 said:
Okay where will I find the file and how will I restore iy
Click to expand...
Click to collapse
it will be in the root of ur sdcard, not the phone
to restore u should be able to use fastboot
I HAVE NOT TEST: fastboot flash modem modemst1.bin
same with 2nd
Hey
Pls try this http://forum.xda-developers.com/oneplus-3/development/tool-backup-restore-efs-oneplus
Restore commands can be found in the last site.
Bradl79 said:
try
adb shell dd if=/dev/block/sdf1 of=/sdcard/modemst1.bin bs=512
adb shell dd if=/dev/block/sdf2 of=/sdcard/modemst2.bin bs=512
---------- Post added at 04:40 AM ---------- Previous post was at 04:38 AM ----------
it will be in the root of ur sdcard, not the phone
to restore u should be able to use fastboot
I HAVE NOT TEST: fastboot flash modem modemst1.bin
same with 2nd
Click to expand...
Click to collapse
Thank you I found why it wasnt working I was using l not 1 and Dd
panther124 said:
Hey
Pls try this http://forum.xda-developers.com/oneplus-3/development/tool-backup-restore-efs-oneplus
Restore commands can be found in the last site.
Click to expand...
Click to collapse
The link only brought me to the one plus 3 page
TWRP recovery makes this very simply, backup and restore as you would do for the Rom. And keep a copy of the files on various places / clouds.
So I just pick the efs backup in twrp or flash it through twrp
Striatum_bdr said:
TWRP recovery makes this very simply, backup and restore as you would do for the Rom. And keep a copy of the files on various places / clouds.
Click to expand...
Click to collapse
So I can back the efs up with twrp or flash it through twrp
darkberry19 said:
So I can back the efs up with twrp or flash it through twrp
Click to expand...
Click to collapse
... Like roms. Both.
Okay so I can back the imei in twrp
one imp note to all user -
Don't restore efs backup untill there is valid reason.
Because for some user restoring efs backup caused device to hard brick.
For example recently official Team working on development of TWRP warned Nexus user ( forgot which device ) to not restore efs backup cause its bricking there devices. And such issues also occurred in past for different devices.
So I strongly recommend to NOT to restore backup untill there is valid reason
---------- Post added at 11:05 AM ---------- Previous post was at 11:04 AM ----------
darkberry19 said:
Okay so I can back the imei in twrp
Click to expand...
Click to collapse
Yes, you can but only in official TWRP
---------- Post added at 11:07 AM ---------- Previous post was at 11:05 AM ----------
darkberry19 said:
So I can back the efs up with twrp or flash it through twrp
Click to expand...
Click to collapse
Yes you can backup/restore efs backup via TWRP but read my above response before flashing backup
JumboMan said:
one imp note to all user -
Don't restore efs backup untill there is valid reason.
Because for some user restoring efs backup caused device to hard brick.
For example recently official Team working on development of TWRP warned Nexus user ( forgot which device ) to not restore efs backup cause its bricking there devices. And such issues also occurred in past for different devices.
So I strongly recommend to NOT to restore backup untill there is valid reason
---------- Post added at 11:05 AM ---------- Previous post was at 11:04 AM ----------
Yes, you can but only in official TWRP
---------- Post added at 11:07 AM ---------- Previous post was at 11:05 AM ----------
Yes you can backup/restore efs backup via TWRP but read my above response before flashing backup
Click to expand...
Click to collapse
only reason i sked was for those extreme cases that it could happen thank you

Tutorial: Moto E4 Plus (XT1776) FRP BYPASS

Ok first of all , i don't know if frp bypass stuff is allowed on xda anymore , because too much changed here and it's not same as it was before , but anyway ..
Tutorial is based on this video https://www.youtube.com/watch?v=gjU9C6xb_ps
but it only worked partially for me , so if you have trouble with unlocking that way , here is little bit more steps which will help you
Here is link to downloads : https://drive.google.com/drive/u/1/folders/12vVeqaEsuPEj2dPgIugA_Z4I-3AkPPhE
You'll need to install drivers first , then use that program
1) Reboot to bootloader mode
Turn OFF device, push vol down and then power button . after 2-3 sec release power button and you'll be in bootloader mode
2) start that Motorola_FRP
3) wait until 3rd or 4th restart when it asks for ADB Access.
4) First close that program and ONLY AFTER THAT Click OK on screen of phone
5) Go to your ADB folder , Open CMD( Just click on folder name and write cmd there ,then click enter)
Then use this command:
adb shell content insert --uri content://settings/secure --bind name:s:user_setup_complete --bind value:s:1
"If Above Command not Working Then Try This Command:
adb shell am start -n com.google.android.gsf.login/
If Above Command not Working Then Try This Command:
adb shell am start -n com.google.android.gsf.login.LoginActivity"
Then just reboot your device and you're good to go
I'm quite sure this will work with many other variants too, but i've tested this on my XT1776 , so ...
fastboot erase frp
thats it
Francesco Franz said:
fastboot erase frp
thats it
Click to expand...
Click to collapse
Really?
fastboot erase frp is even command?
I don't know if that's how it works on mediatek chipset , but i'm quite sure that won't work on qualcomm? maybe i'm wrong ...
jkjambo said:
Really?
fastboot erase frp is even command?
I don't know if that's how it works on mediatek chipset , but i'm quite sure that won't work on qualcomm? maybe i'm wrong ...
Click to expand...
Click to collapse
it will work if qualcomm variant has frp partition.
mtk variant already have one.
Francesco Franz said:
it will work if qualcomm variant has frp partition.
mtk variant already have one.
Click to expand...
Click to collapse
I didn't know that .
Don't really have time to test it right now , but i'm interested if qualcomm variant also can be reseted that way , i'm 90% sure it won't work , but still there is chance
jkjambo said:
Really?
fastboot erase frp is even command?
Click to expand...
Click to collapse
Yes. Its a commands. It depend on the type of partitions in your device. There are several threads floating around there in moto e4 dev. section related to this topic.
---------- Post added at 01:36 PM ---------- Previous post was at 01:35 PM ----------
jkjambo said:
I didn't know that .
Don't really have time to test it right now , but i'm interested if qualcomm variant also can be reseted that way , i'm 90% sure it won't work , but still there is chance
Click to expand...
Click to collapse
i owns a mediatek variant of E4 and it worked for me.
Francesco Franz said:
Yes. Its a commands. It depend on the type of partitions in your device. There are several threads floating around there in moto e4 dev. section related to this topic.
---------- Post added at 01:36 PM ---------- Previous post was at 01:35 PM ----------
i owns a mediatek variant of E4 and it worked for me.
Click to expand...
Click to collapse
We are running Qualcomm Owens and "erase" is not a terminal or fastboot command, I tried yesterday after a boo-boo.. ? When I used "fastboot rm -rf frp" cmd, it didn't protest.
bcrichster said:
We are running Qualcomm Owens and "erase" is not a terminal or fastboot command, I tried yesterday after a boo-boo.. When I used "fastboot rm -rf frp" cmd, it didn't protest.
Click to expand...
Click to collapse
fastboot erase partition_name
fastboot flash partition_name file_name.img
Hope you familiar with this.
---------- Post added at 06:58 PM ---------- Previous post was at 06:55 PM ----------
bcrichster said:
We are running Qualcomm Owens and "erase" is not a terminal or fastboot command, I tried yesterday after a boo-boo.. When I used "fastboot rm -rf frp" cmd, it didn't protest.
Click to expand...
Click to collapse
There's nothing like this *rm -rf* in fastboot.
Its a basic shell command to remove files.
If it didn't work than do this.
fastboot erase system
and then try to boot into system. you will get it.
Francesco Franz said:
fastboot erase partition_name
fastboot flash partition_name file_name.img
Hope you familiar with this.
Click to expand...
Click to collapse
You are absolutely correct, not that ya point that out [emoji23] I must've typo'd when I tried. Looks like I did it the hard work way outta frustration. [emoji28]
Running an Xp3r!meπt with my XT1776
Moto E4 Plus XT1776
My device hard brick Qualcomm please need blank flash file for Moto e4 plus xt1776 ????
Frp bypass March 1 2018-no PC needed just WiFi
Just did a bypass on the March 1 2018 security patch.sorry if there's no new information as I do these as a hobby and purposely don't look for answers on the web.
I do a lot of redundant things and useless steps in case I go down that rout. Like setting up Microsoft accounts in Gmail or turning the font size down, is for personal preferance.
If you would like a compleat list of steps in chronological order your sol. I do these once and done. I can only roughly give a Quinton Terintino style retelling of what happened.
(Skip all setup related screens that have a "skip" or "later" button)
basicly; from a freash factory reset! Talkback settings
Help&feedback
YouTube video share arrow
YouTube home page on YouTube app
YouTube settings
Google privacy policy
Google home page in Chrome app
FRP.f0il. C o m -best website ever
Link #1 (we'll come back for link #2)
*Sometimes you have to long press link1 and select gmail
Gmail set up skip but sometimes I've used a method you'd login with a Microsoft account oddly enough I use my Xbox 360 account info and it works (@yahoo.com lol)
in Gmail top right three dot menu -account management settings
youre probably in the system settings by now
Security settings
enable unknown sources
dissable all administration apps
(Useless here but most other times nessisary)
apps- show system- clear data and/or dissable all wizzards and/or things that say setup
(Do not press home button if it appears to light up at any time)
(End of useless crap)
carefully press back button until we reach FRP.f0il again
download link #2 and install the app
(The money shot)
the e4 is the only fone I've ever seen this on.
Ims settings (screen shot added)
provision phone - turn switch on (screen shot added)
change underwear
pull down notification settings
press the gear for system settings
goto backup&restore
FACTORY RESET
ERASE EVERYTHING
spike fone on ground
*not liable for broken device
your FRP has now been bypassed
good day to yous :itallianfingerpinch:
whats password for moto all frp then please

.qcn or .xqcn file for zs570kl none pro.

anyone there who can spare me a .qcn or .xqcn file for asus zenfone 3 deluxe pls?
I'll try to make a backup right now
---------- Post added at 08:47 PM ---------- Previous post was at 08:00 PM ----------
I tried but i cant get my phone into diagnostic modd which is need to make the backup if you can provide some information on how to do so i will totally get it done for you
dcraffam said:
I'll try to make a backup right now
---------- Post added at 08:47 PM ---------- Previous post was at 08:00 PM ----------
I tried but i cant get my phone into diagnostic modd which is need to make the backup if you can provide some information on how to do so i will totally get it done for you
Click to expand...
Click to collapse
thank you so much man! :good:
dcraffam said:
I'll try to make a backup right now
---------- Post added at 08:47 PM ---------- Previous post was at 08:00 PM ----------
I tried but i cant get my phone into diagnostic modd which is need to make the backup if you can provide some information on how to do so i will totally get it done for you
Click to expand...
Click to collapse
plug your phone to computer then turn on adb mode. when youre on adb type adb shell then su, then type this
setprop sys.usb.config diag,adb
there should be a adb msg again on your phone asking you to press ok. then let your pc or laptop install the driver for diagnostic. then open QPST go to software download. there's those stuffs in there telling you to back up or restore your QCN. back it up for me pls in the format of .qcn and .xqcn and don't rename the extension file cuz it will give me an error. thank you man!
geezazkrays said:
plug your phone to computer then turn on adb mode. when youre on adb type adb shell then su, then type this
setprop sys.usb.config diag,adb
there should be a adb msg again on your phone asking you to press ok. then let your pc or laptop install the driver for diagnostic. then open QPST go to software download. there's those stuffs in there telling you to back up or restore your QCN. back it up for me pls in the format of .qcn and .xqcn and don't rename the extension file cuz it will give me an error. thank you man!
Click to expand...
Click to collapse
Im not shure if asus has it blocked or what but i am rooted running magisk and i already tried that befor i made that last post also i read somewhere type in *#*#7717117#*#* or something like that Nd it also did not work but i will try it with terminal emulator on my phone for the sake of it
dcraffam said:
Im not shure if asus has it blocked or what but i am rooted running magisk and i already tried that befor i made that last post also i read somewhere type in *#*#7717117#*#* or something like that Nd it also did not work but i will try it with terminal emulator on my phone for the sake of it
Click to expand...
Click to collapse
you didn't lock your bootloader right? if yes. asus had just shipped out their unlocker tool for 8.0 its on their official website. but you said your using magisk. anyway try to disable your selinux to permissive?
dcraffam said:
Im not shure if asus has it blocked or what but i am rooted running magisk and i already tried that befor i made that last post also i read somewhere type in *#*#7717117#*#* or something like that Nd it also did not work but i will try it with terminal emulator on my phone for the sake of it
Click to expand...
Click to collapse
or try to go to smmi. open your calculator and type .12345+=
dcraffam said:
Im not shure if asus has it blocked or what but i am rooted running magisk and i already tried that befor i made that last post also i read somewhere type in *#*#7717117#*#* or something like that Nd it also did not work but i will try it with terminal emulator on my phone for the sake of it
Click to expand...
Click to collapse
dude i forgot that you can back up your qcn using qfil. put your phone in diagnostic mode then open qfil then tools. its there i even tried it. but eventhough how many times im goin to flash a firmware i still going to get same result. cuz even my radio got messed up.

Categories

Resources