ZUK Z1 Bootloader and twrp using Mac - Zuk Z1 Q&A, Help & Troubleshooting

Hey Guys
I want to unlock the Bootloader of my ZUK Z1 and install twrp using Mac but I wonder if the commands are different from the commands wich are used in Windows apart from "./" at the beginnig

Try all in one toolkit software for pc
Sent from my ZUK Z1 using Tapatalk

Nizamani said:
Try all in one toolkit software for pc
Click to expand...
Click to collapse
Did you try it and does it work properly ?

Yes I unlocked my ZUK Z1's bootloader with it.
Sent from my ZUK Z1 using Tapatalk

Alright
Thank you

I unlocked my Zuk Z1 from the mac. Commands are the same, just setup adb and fastboot on your mac and you're good to go.

Related

Flashing cyanogenmod or any custom firmware with flashtool?

I remember flashing stock firmwares with the flashtool. These were in .ftf format. Isn't it possible to create a flashable .ftf cyanogen-firmware? I was always wondering, why this is not possible, I hope someone can help me out with that
Sent from my R800i using XDA
It's technically possible, yet pointless. The files wouldn't be officially signed so they wouldn't work on a locked bootloader regardless
What about people with unlocked boatloaders but can't fastboot anymore because of a broken computer (i.e. me)?
________________________
Sent from my Xperia Play
MilkyJoePD said:
What about people with unlocked boatloaders but can't fastboot anymore because of a broken computer (i.e. me)?
________________________
Sent from my Xperia Play
Click to expand...
Click to collapse
If your computer is broken, how would you use flashtool anyway
Leraeniesh said:
If your computer is broken, how would you use flashtool anyway
Click to expand...
Click to collapse
Everything works but fastboot. Here's my original (sadly unanswered) plea:
http://forum.xda-developers.com/showthread.php?p=24311670
________________________
Sent from my Xperia Play

Unlocking bootloader

I just got a nexus and can't seem to unlock the bootloader, I've had every nexus except the 5 and 6 but fastboot just gives me the list of commands whenever I put it fastboot flashing unlock and oem unlock doesn't work. It detects the phone fine. I've tried it on opensuse, Ubuntu, fedora and same results every time.
Any help would be appreciated.
Sent from my Nexus 6P using Tapatalk
CraneGuy said:
I just got a nexus and can't seem to unlock the bootloader, I've had every nexus except the 5 and 6 but fastboot just gives me the list of commands whenever I put it fastboot flashing unlock and oem unlock doesn't work. It detects the phone fine. I've tried it on opensuse, Ubuntu, fedora and same results every time.
Any help would be appreciated.
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
You must turn phone on, go into Settings -> About Phone -> click Build Number several times to unlock Developer Options in the main settings screen
Go to Developer Options. 5th option down, you need to toggle OEM unlocking.
Then you may proceed
That's not it because that's the first thing I did after getting the phone. I just double checked to make sure it's selected and it is. Had to do the same for my nexus 9. But it's as if it's not a command in fastboot
Sent from my Nexus 6P using Tapatalk
Got it working, had to build the newest version of Android tools myself since every distro I mentioned must have a old version in the repositories since it's working now.
Sent from my Nexus 6P using Tapatalk
CraneGuy said:
Got it working, had to build the newest version of Android tools myself since every distro I mentioned must have a old version in the repositories since it's working now.
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
You are right. I had the same experience when I unlocked it and then I downloaded the latest one and solved the problem.
Sent from my Nexus 6P using Tapatalk
CraneGuy said:
Got it working, had to build the newest version of Android tools myself since every distro I mentioned must have a old version in the repositories since it's working now.
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
It's all explained in this sticky thread:
http://forum.xda-developers.com/nexus-6p/general/guides-how-to-guides-beginners-t3206928

Want a LBL Lollipop root method for the Xperia Z? Keep reading.

Hi all!
I'm happy to say that, thanks to iovyroot, and with a lot of help from zxz0O0, we managed to create a new root tool for the Xperia M2, EagleRootTool, meaning we don't actually need to use Kingroot anymore to root LBL devices under latest Lollipop firmware :victory:
However, since this root binary is compatible with (probably) any kernel built before December 2015, I thought of making the tool compatible with some other devices, like your Z, since it's actually very similar to my device.
Unfortunately, since this tool's based on some kernel-specific addresses, to make it compatible with other devices like the Z, I need them from every single variant.
I'm going to take for reference all models and firmware build numbers from XperiFirm.
WHAT YOU NEED:
- An already rooted device in 10.7.A.0.228 (10.7.A.0.222 might be compatible too) (it doesn't matter if it was rooted by Kingroot, or via UBL methods).
- A little of Android general knowledge: Usage of ADB (mainly).
- Patience.
DEVICES:
- C6602
- C6603
- C6616
HOW TO DO IT?:
Just open an ADB prompt and run a shell in it. Then, run the following commands, replacing the *location with storage/sdcard1 if you want to use your SD Card, or with data/media/0 if you want to use the internal memory.
Code:
su
cat /proc/version > /[COLOR="Purple"]*[/COLOR][COLOR="red"]location[/COLOR]/version.txt
echo 1 > /proc/sys/kernel/kptr_restrict
cat /proc/kallsyms > /[COLOR="Purple"]*[/COLOR][COLOR="red"]location[/COLOR]/kallsyms.txt
(remember to hit enter after each line of the above :silly
Now upload those two files (version.txt & kallsyms.txt) wherever you want, or attach them in your comment, saying which model they're from, and I'll add the required offsets to support your device manually!
________________________
DISCLAIMER: This is NOT a placeholder NOR Spam thread. I just want to help this device users to get them supported in a common Lollipop Xperia rooting toolkit, since this device won't get Marshmallow, and has a compatible kernel. If you, moderator or user, decide to close/report this thread, I may understand it, but think it twice before doing it.
So if am getting it right,your tool will be able to root all xperia devices running lollipop provided you get the kernel information?
Sent from my Sony Xperia Z5 using XDA Labs
cdou2391 said:
So if am getting it right,your tool will be able to root all xperia devices running lollipop provided you get the kernel information?
Sent from my Sony Xperia Z5 using XDA Labs
Click to expand...
Click to collapse
Not all, but those who are compatible with the exploit.
Xperia Z should be one of those, so if anyone can provide the Kallsyms, I can check if it is, for sure.
I can't copy the files to my computer. I can open them on my phone but they are not recognized by my PC. I can't upload them to Google Drive or transfer it to my other phone. Everything fails.
Dreiundachzig said:
I can't copy the files to my computer. I can open them on my phone but they are not recognized by my PC. I can't upload them to Google Drive or transfer it to my other phone. Everything fails.
Click to expand...
Click to collapse
Try to upload them right from your phone, but there shouldn't be any problem...
If it's MTP related, rebooting the phone and the computer might solve it.
I finally managed to copy them to my PC. I had to set the right permissions.
Xperia Z C6603
Lollipop 5.1.1
Build 10.7.A.0.228
Dreiundachzig said:
I finally managed to copy them to my PC. I had to set the right permissions.
Xperia Z C6603
Lollipop 5.1.1
Build 10.7.A.0.228
Click to expand...
Click to collapse
Thanks.
Sadly, after all the device seems not to be compatible (ptmx_fops can't be found in the kallsyms). I will check it again later.

Tools required for unlocking bootloader on Zuk Z1

Hi..
I have downloaded the following files
1. Minimal Adb and fastboot v1.4
2. 15 second adb and fastboot v1.4.3(incase minimal Adb fails)
3. Twrp v3.0.2
4. Radioactive reborn kernel v2.23
5. Tool all in one v1.0.2.2
6. Supersu v2.76
7. Lenovo usb drivers for Zuk Z1 v1.0.12
Am I missing anything else...
Also, please look into my problem.
(a) Supersu zip installation is compulsory or not.
I mean, Is rooting via Supersu compulsory for installing twrp and kernel.
Also should I use Supersu or flashfire.
Please tell if I have downloaded any wrong version of tools or any thing else that I may have missed.
Any help is appreciated.
Thanks in advance.
Sent from my ZUK Z1 using XDA-Developers mobile app
You said, you did not have a pc? Why all in one tool???
BTW: You can install zuk drivers with all in one tool http://forum.xda-developers.com/zuk-z1/orig-development/tool-toolzukz1eng0-0-3-mauronofrio-t3332563
If you asked me, I also could provide the adb and zuk usb drivers: https://drive.google.com/folderview?id=0B4Zy8uoEfFKLRFlCNVJ6aGxlYVk
Sent from my Z1 using my hand
I still don't have a pc. Just downloading all necessary files.
After it will go to cybercafe and unlock phone and back. ?
Sent from my ZUK Z1 using XDA-Developers mobile app
Very very thanks for it. But I downloaded them already.
Will reply if I successfully unlock bootloader or brick it.
Sent from my ZUK Z1 using XDA-Developers mobile app
vikas966591 said:
Very very thanks for it. But I downloaded them already.
Will reply if I successfully unlock bootloader or brick it.
Sent from my ZUK Z1 using XDA-Developers mobile app
Click to expand...
Click to collapse
But you did not need any usb driver at all if you don't have a pc [emoji1]
Sent from my Z1 using my hand
Valid point. ? ?
But I am going to cybercafe and going to use thier computer. Hence, need one. ??
Sent from my ZUK Z1 using XDA-Developers mobile app
vikas966591 said:
Valid point. ? ?
But I am going to cybercafe and going to use thier computer. Hence, need one. ??
Sent from my ZUK Z1 using XDA-Developers mobile app
Click to expand...
Click to collapse
Yeah, that's crazy [emoji106] [emoji106] [emoji106] Good luck, hope it works!
Sent from my Z1 using my hand
Issues in unlocking Bootloader of Zuk Z1
hi guys,
I am trying to unlock Bootloader of my phone. After the first command given in your website, the response is ''Device <null> not found" or something like that. There was another link in comment section referring the same problem. That link said something about unlocking bootloader of 'untouched phone'. After the first command of that link, the response is '(waiting for device)' . There is no other response. Please help me root my phone. It is much appreciated if you guys give me step wise process (along with respective download links). I am a first timer.
Reahan1 said:
hi guys,
I am trying to unlock Bootloader of my phone. After the first command given in your website, the response is ''Device <null> not found" or something like that. There was another link in comment section referring the same problem. That link said something about unlocking bootloader of 'untouched phone'. After the first command of that link, the response is '(waiting for device)' . There is no other response. Please help me root my phone. It is much appreciated if you guys give me step wise process (along with respective download links). I am a first timer.
Click to expand...
Click to collapse
Use All in One Tool. It's easy with that.
strongst said:
Use All in One Tool. It's easy with that.
Click to expand...
Click to collapse
will i be able to root my phone with this or it is just for unlocking the bootloader?
If your answer in no, then how do i gain root access of my phone and flash MIUI 8?
I appreciate your help BTW
Reahan1 said:
will i be able to root my phone with this or it is just for unlocking the bootloader?
If your answer in no, then how do i gain root access of my phone and flash MIUI 8?
I appreciate your help BTW
Click to expand...
Click to collapse
If MIUI doesn't come pre rooted you can do it with supersu. The all in one tool isn't designed to root roms. It is for unlocking the bootloader and install custom recovery in first.
As you have already MIUI installed, then you have already unlocked your bootloader, installed a custom recovery and a custom rom.
Do you really know what "rooting" means? It's only giving more user privileges over the standard ones to obtain deeper access to the system to modify things for example.
strongst said:
Use All in One Tool. It's easy with that.
Click to expand...
Click to collapse
strongst said:
If MIUI doesn't come pre rooted you can do it with supersu. The all in one tool isn't designed to root roms. It is for unlocking the bootloader and install custom recovery in first.
As you have already MIUI installed, then you have already unlocked your bootloader, installed a custom recovery and a custom rom.
Do you really know what "rooting" means? It's only giving more user privileges over the standard ones to obtain deeper access to the system to modify things for example.
Click to expand...
Click to collapse
No I have't installed MIUI8 yet. Mine phone is running CyanogenMod 12.1. I have not changed anything yet. It is the same as when I bought it. Now I want to root it and be able to flash any custom ROM that I like.
so, after i unlock the bootloader, shall I follow the steps in this link? https://forum.xda-developers.com/zuk-z1/general/guide-how-to-unlock-root-install-twrp-t3394037
Reahan1 said:
No I have't installed MIUI8 yet. Mine phone is running CyanogenMod 12.1. I have not changed anything yet. It is the same as when I bought it. Now I want to root it and be able to flash any custom ROM that I like.
so, after i unlock the bootloader, shall I follow the steps in this link? https://forum.xda-developers.com/zuk-z1/general/guide-how-to-unlock-root-install-twrp-t3394037
Click to expand...
Click to collapse
1st before all: read again the pros and cons of unlocking bootloader and read the instructions twice before doing anything. Your alone responsible for your doing!
1st: you have Cyanogen OS 12.1 installed, that's not the same as cyanogenmod. That's just for information
2nd You don't understand what rooting means. Please read again.
3rd Yes you can follow the steps from the link until step 6. After that you can flash a custom rom which is in most cases rooted.

Nokia 6 rom

How to Unlock Bootloader Nokia 6
Model TA-1000
Some have Firmware any solution?
For this model
We need root and firmware for this device
same here waiting for root and unlock bootloader. already using Nokia 6
Sent from my TA-1000 using XDA-Developers Legacy app
I'm doing my own research too.
Hello there! Honestly I've been an xda user for years, but until now I've never been part of it. But this time we have in fron of us the first Nokia's model after so many years too (and the most important my gf bought her so I'll do everything possible to make it work in Mexico). So people! I have her phone here too, but I cannot root it... yet... I've been trying kingo root, and many other tools outside there I've even tried to install another CWM recovery inside but with no luck. Does anyone can help me a little about this? My goal is install Google Services, but MIUI instalelr doesn't work (I thought the Xaomi software could be useful, but nope) and installed everything by myself and nothing... I keep trying and will try everything possible so if you need to do something with this cellphone please tell me and I will helping in your work.
If you need everything just tell me, I'll have the phone for some days. Greetings!!!+
otherboy123 said:
How to Unlock Bootloader Nokia 6 Model TA-1000
Click to expand...
Click to collapse
fastboot devices
fastboot oem unlock
or
fastboot flashing unlock
crisis_trustee said:
fastboot devices
fastboot oem unlock
or
fastboot flashing unlock
Click to expand...
Click to collapse
Doesn't work..
Even though I enabled unlock bootloader in developer settings I'm getting the message: FAILED (remote: oem unlock is not allowed
already fail
Sent from my iPhone using Tapatalk Pro
where can i download stock ROm?
watusi said:
where can i download stock ROm?
Click to expand...
Click to collapse
No one publish yet
Sent from my iPhone using Tapatalk Pro
otherboy123 said:
No one publish yet
Click to expand...
Click to collapse
Bro i accidentally switch to usa band frequency i can't switch to anything else.
I have TA 1003
I want to know if u can help wuth rooting 7,1,1
And twrp or roms?
Hi can you make a copy of Nokia 6 TA-1000 rom please.. My Nokia stock on recovery tool
Is there available Resurrection Remix for Nokia 6? I love this rom and I don't like stock on Nokia 6...

Categories

Resources