Root nexus 6.0.1 - Nexus 7 (2013) Q&A

Hi all,
I´m trying to root my nexus, but I´m finding it extremely difficult!
I was used to flash my devices very often in the past, and it was extremely easy. Can you please give me some information on how to root the nexus 7 (flo) running android 6.0.1?
Thanks in advance

er_arbe said:
Hi all,
I´m trying to root my nexus, but I´m finding it extremely difficult!
I was used to flash my devices very often in the past, and it was extremely easy. Can you please give me some information on how to root the nexus 7 (flo) running android 6.0.1?
Thanks in advance
Click to expand...
Click to collapse
Flash TWRP, boot it and install SuperSU...zip
Alternatively, use NRT to root N7.

Thank you very much k23m
k23m said:
Flash TWRP, boot it and install SuperSU...zip
Alternatively, use NRT to root N7.
Click to expand...
Click to collapse

Help
Hey guys,
Do you have a linux (ubuntu) step by step for dummies?
I'm new to this rooting thing and I feel like I need some help here. I've taken a look into the NRT tool, but it looks like it is windows only. Also, to flash TWRP it requires the tablet to be rooted. Kinda recursive..
Any help will be strongly appreciated

fbrubbo said:
Hey guys,
Do you have a linux (ubuntu) step by step for dummies?
... to flash TWRP it requires the tablet to be rooted. Kinda recursive..
Click to expand...
Click to collapse
I posted live Linux info before.
TWRP root req is only one of the options.
In fastboot mode (when off press power+vol.dn) do...
Download the correct image file and copy the file into the same folder as your adb and fastboot binaries. Rename the image to twrp.img and type:
fastboot flash recovery twrp.img
fastboot reboot
Note many devices will replace your custom recovery automatically during first boot. To prevent this, use Google to find the proper key combo to enter recovery. After typing fastboot reboot, hold the key combo and boot to TWRP. Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP. If you don't follow this step, you will have to repeat the install.
Click to expand...
Click to collapse
Then boot TWRP and install SuperSU...zip

Thanks man, but it didn't seem to work. I was able to flash TWRP after unloking the bootloader. The problema is that it gets restarting because it says "could not mount /data folder [...]" and many other red lines.
It is late here, I'll be trying a bit more tomorrow. If you have any more guidance, I will strongly appreciate.
Thanks a lot for your help

fbrubbo said:
Thanks man, but it didn't seem to work. I was able to flash TWRP after unloking the bootloader. The problema is that it gets restarting because it says "could not mount /data folder [...]" and many other red lines.
Click to expand...
Click to collapse
I think you were also flashing a ROM/OS at the same time. The following should fix it...
Code:
fastboot format cache
fastboot format userdata
Note, your data after unlocking is gone already, so do not worry about formatting the partition now.

Thanks dude. It works smoothly as it should be. Thanks to you. You saved some hours of my life for sure.
I was able to flash android 7.1 on my tablet. Right now I stuck on gapps because it says it does not enough storage. But when I start android and check the storage it says I'm using 5GB of 29GB.
Anyway, going to work. Will finish it tonight
---------- Post added at 10:51 AM ---------- Previous post was at 10:27 AM ----------
Just FYI.
I was able to install it following using MicroGApps option
Again.. thanks a lot for your help

Can we use an app like kingoroot to root?I am using Kingoroot and when I click the root button but everytime when it is 90%, the app automatically closed and when I reopened the app, it told me the device is not rooted.
---------- Post added at 05:19 AM ---------- Previous post was at 05:19 AM ----------
And my device is nexus 7.
---------- Post added at 05:20 AM ---------- Previous post was at 05:19 AM ----------
2013 version

I am having troubles rooting Nexus 7 (flo) running 6.0.1 with a dead USB port (apk only). Tried Kingroot and towelroot (v3), both would not work. I tried downloading an earlier version of towelroot (v1) but the app updates to v3 automatically (yes v3 uninstalled and cache cleared with restart). Love some solutions as I am totally lost. Thanks.

Related

HTC One X : The Disaster Fix

Hye XDAs members..I want to share my experience with you..
I have been through with a lot of trouble since I made something, kinda stupid with my phone..
The 'disaster', than I mention on the title is, when:
1. I have made full wipe
2. No ROM on sdcard (forgot to place it!)
3. I can't restore my nandroid backup due to md5 mismatch error!
4. Bootloop
So with that problem, means that I can't open my sdcard to place any ROM in it. Bootloop is not a big issue here, but the real deal was I can't have the access to my sdcard. Then the trouble begin when I can't boot, and stuck on HTC boot screen.
This was what I have done, to recover my phone. Hope I can help someone out there that having the same problem as I am. I have access to fastboot, so:
1. I flash a custom recovery, in my case I chose ClockwordMod Touch Recovery:
http://forum.xda-developers.com/showthread.php?t=1594819
fastboot boot recovery-clockwork-touch-5.8.4.0-endeavoru.img
2. After that, I put in these command to made my sdcard opened:
adb devices
adb shell
echo /dev/block/mmcblk0p14 > /sys/devices/platform/fsl-tegra-udc/gadget/lun0/file
3. The sdcard was opened successfully! I copied my choice of custom ROM, which was Charmeleon v5.0.0, to the sdcard. I also copied Super Wipe script from here: http://forum.xda-developers.com/showthread.php?t=1562603
4. After that I go to fastboot, flash the kernel, and went back straight to the recovery. I flashed the Super Wipe script, and then I flashed the ROM, reboot.
5. Finally I have my phone fully functioning again!
This tutorial was done in Windows 7. I have tried this on Windows 8 but unfortunately Windows 8 failed to recognize the commands due to lack of HTC drivers support. I haven't tried it on Ubuntu, yet.
Before you make everything, make sure you have charge you battery fully!
So I hope this thread here will be able to help somebody. Finally thanks to everybody here. Have a good day mates!
Referrals:
1. http://forum.xda-developers.com/archive/index.php/t-1609660.html
2. http://forum.xda-developers.com/showthread.php?t=1609190
3. http://forum.xda-developers.com/showthread.php?t=1605720&page=3
If you thought this was usefull, please hit 'Thanks' button for me..
Why would anybody use the adb commands to copy anything to the SD card, it is already included/enabled (mount -->mount USB memory-->done) in the new recovery
muamers said:
Why would anybody use the adb commands to copy anything to the SD card, it is already included/enabled (mount -->mount USB memory-->done) in the new recovery
Click to expand...
Click to collapse
I will definitely DO THAT, if I can..in my case, I CAN'T..
That is why I wrote this, for those who can't..I don't know what is wrong with cwm, but because of that error, I have to do all of that command..
Freddy1X said:
I will definitely DO THAT, if I can..in my case, I CAN'T..
That is why I wrote this, for those who can't..I don't know what is wrong with cwm, but because of that error, I have to do all of that command..
Click to expand...
Click to collapse
What can cause that:
1. You didnt instal the latest CWM
2. You didnt mount the right thing ...
3. You have bad drivers ...
But it is most probably the first one...
Sent from my HTC One X using XDA
muamers said:
What can cause that:
1. You didnt instal the latest CWM
2. You didnt mount the right thing ...
3. You have bad drivers ...
But it is most probably the first one...
Sent from my HTC One X using XDA
Click to expand...
Click to collapse
I have install the latest CWM..I think it was caused by the Windows 8, that didn't support HTC drivers..I tried this on my wife laptop which is powered by Windows 7, and wal-lah, the drivers installed successfully..Windows 8 Release Preview still need some final touch before it goes to the market..I love Windows 8, but have to stick with Windows 7 after this case happened to me..
I don't really care if I haven't flash the latest CMW, what I do care is about people out there who have the same problem as I am..I just wanted to help them, and myself..
muamers said:
Why would anybody use the adb commands to copy anything to the SD card, it is already included/enabled (mount -->mount USB memory-->done) in the new recovery
Click to expand...
Click to collapse
My thoughts exactly.
That supports the theory above that the incorrect CWM was installed.
The previous versions couldn't mount the USB Storage, but as of the latest CWM, you can.
While that was a cool trick, I think installing the lastest CWM recovery image would have solved a lot of these issues from the get-go
Quiksilver78 said:
My thoughts exactly.
That supports the theory above that the incorrect CWM was installed.
The previous versions couldn't mount the USB Storage, but as of the latest CWM, you can.
While that was a cool trick, I think installing the lastest CWM recovery image would have solved a lot of these issues from the get-go
Click to expand...
Click to collapse
Thanks..I will definitely try it again.. :good:
Recovery
Hello,
After the fastboot command did you then reboot into recovery?
Once in recovery, my windows XP does not see any device attached. Should I see a device attached while in recovery?
If I should, where can I get this driver? I tried installing PDA.net to get this, but still there is no device found, and so no way to use ADB.
I'm stuck because I have to send system modules after sending a boot.img, but there is no way.
Edit: Ahh I fixed this by updating my CWM from 5.8.3.1 to 5.8.4.0!
md5 mismatch error
greetings...
first off i m very new (noob) in these rooting, ROMing etc of the HOX
i have a question on the mismatch error
recently i tried the JB ROM, got bootloop
then i tried to restore my backup with CWM 5.8.2.7
i got 2 backups, the stock rom and revolution hd rom
both backups return md5 mismatch error when i tried to restore
what actually gone wrong
need help... :crying:
zool80me said:
both backups return md5 mismatch error when i tried to restore
what actually gone wrong
need help... :crying:
Click to expand...
Click to collapse
You renamed them.
BenPope said:
You renamed them.
Click to expand...
Click to collapse
ooo cant renamed the folder eh?
thanks will try it now...
---------- Post added at 10:32 PM ---------- Previous post was at 10:17 PM ----------
BenPope said:
You renamed them.
Click to expand...
Click to collapse
halfway worked, manage to restore but still got the boot loop :crying:
zool80me said:
ooo cant renamed the folder eh?
thanks will try it now...
---------- Post added at 10:32 PM ---------- Previous post was at 10:17 PM ----------
halfway worked, manage to restore but still got the boot loop :crying:
Click to expand...
Click to collapse
You need to push the correct boot.IMG via fastboot before you flash the Rom that's usually cause of bootloop plus not clearing cache
sent from a powerhouse HTC one X quad core nvidia beast
grinder19 said:
You need to push the correct boot.IMG via fastboot before you flash the Rom that's usually cause of bootloop plus not clearing cache
sent from a powerhouse HTC one X quad core nvidia beast
Click to expand...
Click to collapse
will redo everthings agains, thanks
zool80me said:
ooo cant renamed the folder eh?
thanks will try it now...
---------- Post added at 10:32 PM ---------- Previous post was at 10:17 PM ----------
halfway worked, manage to restore but still got the boot loop :crying:
Click to expand...
Click to collapse
You have to flash the kernel of your ROM from bootloader..
fastboot flash boot boot.img
fastboot erase cache
Then try to restore your backup..

[Q] [HELP] Trying to flash TWRP on V50020b

Im trying to flash TWRP on my v50020b but cannot seem to do it. Its currently on the stock 4.4.2 GB rom. Please can someone advise me how to do this.
Thank You.
You can use dd to write the aboot.img of 4.2.2 back. This will allow the old Loki flash method.
Sent from my LG-V500 using Tapatalk
---------- Post added at 01:25 AM ---------- Previous post was at 01:07 AM ----------
http://forum.xda-developers.com/showthread.php?t=2698267 Step 3
Sent from my LG-V500 using Tapatalk
bloommax said:
You can use dd to write the aboot.img of 4.2.2 back. This will allow the old Loki flash method.
Sent from my LG-V500 using Tapatalk
---------- Post added at 01:25 AM ---------- Previous post was at 01:07 AM ----------
http://forum.xda-developers.com/showthread.php?t=2698267 Step 3
Sent from my LG-V500 using Tapatalk
Click to expand...
Click to collapse
i tried doing this couldn't get it to work.. i have of done it wrong?
could you post the steps in noob style?
or does anyone know of a guide on how to install a custom recovery on a V50020b running stock 4.4.2 (i managed to root just need recovery)
gklute said:
i tried doing this couldn't get it to work.. i have of done it wrong?
could you post the steps in noob style?
or does anyone know of a guide on how to install a custom recovery on a V50020b running stock 4.4.2 (i managed to root just need recovery)
Click to expand...
Click to collapse
I had the same problem until I ran across this post: http://forum.xda-developers.com/showthread.php?t=2698267 {Acually the same you quoted}
If you'll go down to the download Step #3 and copy that zip file to your computer and unzip it and run the bat file it will install TWRP v2.7. Of course you'll have to install the LG USB drivers and install from your computer. (Won't work otherwise) Also be sure and use the second down connection for USB on your tablet - M-something, but not the charging one.
Also - get a good reboot app so you won't have to hold the buttons.
ruhelking1 said:
Im trying to flash TWRP on my v50020b but cannot seem to do it. Its currently on the stock 4.4.2 GB rom. Please can someone advise me how to do this.
Click to expand...
Click to collapse
You're being vague! Which TWRP?
Cal said:
I had the same problem until I ran across this post: http://forum.xda-developers.com/showthread.php?t=2698267 {Acually the same you quoted}
If you'll go down to the download Step #3 and copy that zip file to your computer and unzip it and run the bat file it will install TWRP v2.7. Of course you'll have to install the LG USB drivers and install from your computer. (Won't work otherwise) Also be sure and use the second down connection for USB on your tablet - M-something, but not the charging one.
Also - get a good reboot app so you won't have to hold the buttons.
Click to expand...
Click to collapse
I also have this version V50020b and this method didn't work.
When boot to recovery there's still the android recovery!!
What am I doing wrong?
Thanks in advance.
luisbraz said:
I also have this version V50020b and this method didn't work.
When boot to recovery there's still the android recovery!!
What am I doing wrong?
Thanks in advance.
Click to expand...
Click to collapse
You're quoting an old post (way back in April 2014).
1st - Do you have a recovery installed?
2nd - If so, you should update to at least TWRP 2.800
I may be confused about exactly what you are doing...now if you're only booting with the buttons (power-sound down, sound up) that is the message you get and you have to push 'power' 2 times to enter recovery. Are you doing that when you see the display of android recovery after using the cold boot, then the volume and power buttons?? And you are expecting to see TWRP opening, but instead of going straight to TWRP recovery - you're getting what you say 'Android Recovery', or Factory Reset?
Post back so we will understand please. Hope I'm not being confusing in my answers...
Cal said:
You're quoting an old post (way back in April 2014).
1st - Do you have a recovery installed?
2nd - If so, you should update to at least TWRP 2.800
I may be confused about exactly what you are doing...now if you're only booting with the buttons (power-sound down, sound up) that is the message you get and you have to push 'power' 2 times to enter recovery. Are you doing that when you see the display of android recovery after using the cold boot, then the volume and power buttons?? And you are expecting to see TWRP opening, but instead of going straight to TWRP recovery - you're getting what you say 'Android Recovery', or Factory Reset?
Post back so we will understand please. Hope I'm not being confusing in my answers...
Click to expand...
Click to collapse
I know that is an old post. I was trying to flash the TWRP recovery without any downgrade of the software, since this method was suposed to work with the software version V50020b.
I simply want to flash TWRP recovery, the tablet is all stock with root (TowelRoot), but I just realised that I have to downgrade the software (http://forum.xda-developers.com/showpost.php?p=58198471&postcount=44), and wanted to avoid this! I already softbricked the tablet with only 3h of usage, and now I'm a little afraid! lol
Do you now any method that works without the downgrade trick?
Thanks.
Flash TWRP with flashify (root) - (from Play Store).
This *should* work & if not I think no harm will come ... Flashify.app just won't 'work' if things are not correct.
Good luck!
Cal said:
Flash TWRP with flashify (root) - (from Play Store).
This *should* work & if not I think no harm will come ... Flashify.app just won't 'work' if things are not correct.
Good luck!
Click to expand...
Click to collapse
I did that. That's what softbricked the tablet!
luisbraz said:
I did that. That's what softbricked the tablet!
Click to expand...
Click to collapse
I would shut the tablet completely down.
You should be able to use the 'buttons' to get to 'Factory Reset'. Do what you know: Power/+down then all 3. If you can't get to TWRP, it must not be installed.
Check with a command window. Be sure & use 'su'. Ask a guru 'how'...I may not be 'expert' enough!
ruhelking1 said:
Im trying to flash TWRP on my v50020b but cannot seem to do it. Its currently on the stock 4.4.2 GB rom. Please can someone advise me how to do this.
Thank You.
Click to expand...
Click to collapse
Hi, i had the same problem as yours with v50020d 4.4.2
first i rooted with ioroot http://forum.xda-developers.com/showthread.php?t=2776198
second install step 3 http://forum.xda-developers.com/show....php?t=2698267
you have to run "runme.bat" from the zip. If did not install here is a post that helped me http://forum.xda-developers.com/showpost.php?p=54027265&postcount=9
then flash witch recovery you want with flashify or twrp app
if you have any questions message me.
good luck

[Q] P6 stuck on Logo and there is no OS

Hi Everyone,
my p6 stuck on the logo (Huawei Logo).
I already installed TWRP v2.6.3.7
When I go to TWRP, reboot into System ...it said "No OS Installed!"
how can i do it?
Please help me..
Thanks
notwo said:
Hi Everyone,
my p6 stuck on the logo (Huawei Logo).
I already installed TWRP v2.6.3.7
When I go to TWRP, reboot into System ...it said "No OS Installed!"
how can i do it?
Please help me..
Thanks
Click to expand...
Click to collapse
Try following these instructions to reintall android http://forum.xda-developers.com/showpost.php?p=54717666&postcount=8
digijedi007 said:
Try following these instructions to reintall android http://forum.xda-developers.com/showpost.php?p=54717666&postcount=8
Click to expand...
Click to collapse
Thanks for help.
if u dun mind, can u upload these to dropbox? (in my area, mediafire is blocked )
http://www.mediafire.com/download/q0..._Stock.1.4.zip
http://www.mediafire.)com/download/z...g_Version).zip
I can't revert to stock recovery .. it stuck in waiting device (cuz i think usb debugging is not on)
My room is already on B510.
I think the problem (stuck on huawei logo and there is no os) occurs bcoz I accidentally wipe all data (Dalvik Cache, System, Cache, Custom Storage, Data, Internal Storage) via TWRP.
What can I do to install OS?
download this stock recovery first
http://www.androidfilehost.com/?fid=23252070760973625
^ after you download extract and rename it's file to recovery.img
then
If you can still access your twrp try rebooting in bootloader mode then>
use your adb /fastboot on pc
fastboot flash recovery recovery.img
then follow the instructions above for how to reinstall your android os
also to download those mediafire files try using http://onlineproxyfree.com/
also in the future when using twrp never format internal or external memory..
---------- Post added at 09:18 AM ---------- Previous post was at 09:08 AM ----------
also make sure you have adb drivers loaded? try this maybe http://adbdriver.com/upload/AdbDriverInstaller.exe
digijedi007 said:
download this stock recovery first
http://www.androidfilehost.com/?fid=23252070760973625
^ after you download extract and rename it's file to recovery.img
then
If you can still access your twrp try rebooting in bootloader mode then>
use your adb /fastboot on pc
fastboot flash recovery recovery.img
then follow the instructions above for how to reinstall your android os
also to download those mediafire files try using http://onlineproxyfree.com/
also in the future when using twrp never format internal or external memory..
---------- Post added at 09:18 AM ---------- Previous post was at 09:08 AM ----------
also make sure you have adb drivers loaded? try this maybe http://adbdriver.com/upload/AdbDriverInstaller.exe
Click to expand...
Click to collapse
Hello,
Thanks again bro. but i still have problems.
in CMD, when i typed "fastboot flash recovery recovery.img", it's still in waiting for device.
For "onlineproxyfree(dot)com", it's also blocked by FortiGuard Web Filtering.
Yeah.. I won't format internal / ext again
I already installed adb drivers to my laptop.
hmm try rebooting your phone directly into fastboot> hold vol- and power continuously till it boots in fastboot>plug phone back in> then try flashing the recovery again
also make sure to replace your drivers with the ones in the software i provided the link for, also remove any huawei pc sync or whatever the name of the pc software was, it sometimes clashes with adb
maybe try using tor for downloading from mediafire.
digijedi007 said:
hmm try rebooting your phone directly into fastboot> hold vol- and power continuously till it boots in fastboot>plug phone back in> then try flashing the recovery again
also make sure to replace your drivers with the ones in the software i provided the link for, also remove any huawei pc sync or whatever the name of the pc software was, it sometimes clashes with adb
maybe try using tor for downloading from mediafire.
Click to expand...
Click to collapse
still stuck in "waiting for device"
hmm i faced that issue too once, give me a few min let me check something
---------- Post added at 10:38 AM ---------- Previous post was at 10:35 AM ----------
Can you send me a screenshot of your device manager screen? ie goto control panel>admin tools>Computer management>Device manager, also are you using adb in your cmd command or are you using fastboot? Try adb devices and see if it shows a serial number,
also maybe try replacing your adb/device/fastboot (whatever device manager is picking your phone up as) with this driver http://download.clockworkmod.com/test/UniversalAdbDriverSetup6.msi
---------- Post added at 11:12 AM ---------- Previous post was at 10:38 AM ----------
If you are still stuck maybe try reviewing steps here http://forum.xda-developers.com/ascend-p6/development/diy-rom-b510-based-add-want-t2843511
digijedi007 said:
hmm i faced that issue too once, give me a few min let me check something
---------- Post added at 10:38 AM ---------- Previous post was at 10:35 AM ----------
Can you send me a screenshot of your device manager screen? ie goto control panel>admin tools>Computer management>Device manager, also are you using adb in your cmd command or are you using fastboot? Try adb devices and see if it shows a serial number,
also maybe try replacing your adb/device/fastboot (whatever device manager is picking your phone up as) with this driver http://download.clockworkmod.com/test/UniversalAdbDriverSetup6.msi
---------- Post added at 11:12 AM ---------- Previous post was at 10:38 AM ----------
If you are still stuck maybe try reviewing steps here http://forum.xda-developers.com/ascend-p6/development/diy-rom-b510-based-add-want-t2843511
Click to expand...
Click to collapse
Thank you so much bro...
my phone now totally working
I done with twrp sideload for rom 513 from http://forum.xda-developers.com/showpost.php?p=54351633&postcount=1
What did you do differently this time ?
digijedi007 said:
What did you do differently this time ?
Click to expand...
Click to collapse
I tried different rom... mine doesn't include boot.img. just only update.app
oh ok, which do you have installed now? b513? also you can still use the mods posted on that thread to make the p6 much better
digijedi007 said:
oh ok, which do you have installed now? b513? also you can still use the mods posted on that thread to make the p6 much better
Click to expand...
Click to collapse
yeah.. B513.. thanks i now downloading tor browser to use mediafire..
Tq. I'll try them
btw, whz difference b/t 513 & 512.
need to update?
Actually not much aside from a few minor tweaks/improvements, which is why I am staying with b510 it's stable,works well,fast and it has everything i need.? Also check out the b510 link in my sig, if you want to see different root methods,and good apps.
---------- Post added at 12:24 PM ---------- Previous post was at 11:49 AM ----------
when you are finished installing the mods let me know what you think of them
digijedi007 said:
Actually not much aside from a few minor tweaks/improvements, which is why I am staying with b510 it's stable,works well,fast and it has everything i need.? Also check out the b510 link in my sig, if you want to see different root methods,and good apps.
---------- Post added at 12:24 PM ---------- Previous post was at 11:49 AM ----------
when you are finished installing the mods let me know what you think of them
Click to expand...
Click to collapse
sorry man.
I can't find any difference b/f and a/f
That is quite strange, try reflashing them, difference should be noticeable immediately.
plz help me����
I'm using huawei ascend p6 with emui 3.0 b708 with twrp recovery ...when I uninstalled xposed it told me to reboot ...I rebooted my phone but it was stuck at huawei logo .,..so I opened twrp recovery and cleared cache,delvik cage ,and system thinking it will fix my phone and then when tried to reboot it said os not installed do u want to reboot......I rebooted ....but now its stuck at huawei ascend logo ....so I researched and did exactly steps posted by digijedi007
http://forum.xda-developers.com/asce...-want-t2843511
I flashed the stock recovery but I'm having trouble installing b132 through force update it fails and the twrp recovery is gone plz help me plzplz
Sorry for the late reply, have you managed to successfully flash your device? Or are you still stuck
Good Day Everyone! I messed up with my Huawei P8 Lite ALE-L21 and now it is bricked. I installed TWRP recovery and accidentally reformatted everything without any backup. Now it got stuck at Huawei Logo and everytime I open TWRP, it says No OS installed when I reboot. Hope you can help me. Thanks in advance. :crying:
darkster24 said:
Good Day Everyone! I messed up with my Huawei P8 Lite ALE-L21 and now it is bricked. I installed TWRP recovery and accidentally reformatted everything without any backup. Now it got stuck at Huawei Logo and everytime I open TWRP, it says No OS installed when I reboot. Hope you can help me. Thanks in advance. :crying:
Click to expand...
Click to collapse
Download firmware from official website and extract it. Copy dload folder and paste it in sdcard. Now turn on your device by pressing volume up + volume down + power button. This will force install firmware in your phone.
Sent from my ALE-L21 using XDA-Developers mobile app

Please Help! Accidentally fastbooted CF-Auto-Root-Bundle (for xperia z1) !

Hello People,
yesterday I spent the whole day trying to figure out how to root my phone. In the end I found a tutorial on chip.de but overread it was for the non compact version.
So I used fastboot to flash these files Z_DooMLoRD_CF-Auto-Root-ported_FW-350.img” and “Z_DooMLoRD_insecure_FW-350.img
Well, as you might guess it didn't work.
Now it doesn' boot anymore.
Does anyone have a suggestion what I could do now. Phone is still recognized in fastboot or sonyflashtool and can enter download mode.
Thanks for your time
Regards
Jürgen
jeffpendejo said:
Hello People,
yesterday I spent the whole day trying to figure out how to root my phone. In the end I found a tutorial on chip.de but overread it was for the non compact version.
So I used fastboot to flash these files Z_DooMLoRD_CF-Auto-Root-ported_FW-350.img” and “Z_DooMLoRD_insecure_FW-350.img
Well, as you might guess it didn't work.
Now it doesn' boot anymore.
Does anyone have a suggestion what I could do now. Phone is still recognized in fastboot or sonyflashtool and can enter download mode.
Thanks for your time
Regards
Jürgen
Click to expand...
Click to collapse
Assuming you have some ROM zip or backup on your phone somewhere that you can flash, this will get you into recovery:
Download boot IMG here - https://mega.nz/#!QsEUTY6K!MCc5GZMGgFu66C8ECtdrtQ64jOQ_1MDPWglyxAP5Gu4
Download recovery IMG here - https://mega.nz/#!E4UQwIoZ!UFpur2wY3tIAU7SdjuEg5fUA6N4BAVwX_TeK_CFpTyo
Copy both to /adb directory on computer, then:
fastboot flash boot boot.img, then:
fastboot flash recovery recovery.img.
Then start phone, and press volume up or down when you see the led.
levone1 said:
Assuming you have some ROM zip or backup on your phone somewhere that you can flash, this will get you into recovery:
Download boot IMG here -
Download recovery IMG here -
Copy both to /adb directory on computer, then:
fastboot flash boot boot.img, then:
fastboot flash recovery recovery.img.
Then start phone, and press volume up or down when you see the led.
Click to expand...
Click to collapse
Thank you very much ! This got me into recovery! Now the problem is that I have no backup and no rom.zip on my phone. Is there a way to put a fitting file on the phone?
Edit: Ok now I found out I can put a rom.zip on my sd card and then mount sd card in twrp and install rom fron there, right? Could somebody point me towards a stock rom preferably with root access?
jeffpendejo said:
Thank you very much ! This got me into recovery! Now the problem is that I have no backup and no rom.zip on my phone. Is there a way to put a fitting file on the phone?
Edit: Ok now I found out I can put a rom.zip on my sd card and then mount sd card in twrp and install rom fron there, right? Could somebody point me towards a stock rom preferably with root access?
Click to expand...
Click to collapse
https://www.androidfilehost.com/?fid=24269982087012877
From this thread:
https://forum.xda-developers.com/so...503-14-6-1-236customizedinpre-rooted-t3265543
From this thread:
https://forum.xda-developers.com/so...503-14-6-1-236customizedinpre-rooted-t3265543[/QUOTE]
Thanks again!
But will it be ok even though it says India generic and I'm in Germany?
jeffpendejo said:
Thank you very much ! This got me into recovery! Now the problem is that I have no backup and no rom.zip on my phone. Is there a way to put a fitting file on the phone?
Edit: Ok now I found out I can put a rom.zip on my sd card and then mount sd card in twrp and install rom fron there, right? Could somebody point me towards a stock rom preferably with root access?
Click to expand...
Click to collapse
If you have trouble, use these boot/recovery files - https://mega.nz/#!lh9i0AYI!iH3Vw5keSNo66CHvq3c6V9HMCWAWJ5FIYcZZ35U254g
The first ones are from CM11, I don't know how they'll do with flashing an LP prf...
---------- Post added at 06:52 AM ---------- Previous post was at 06:52 AM ----------
jeffpendejo said:
From this thread:
https://forum.xda-developers.com/so...503-14-6-1-236customizedinpre-rooted-t3265543
Click to expand...
Click to collapse
Thanks again!
But will it be ok even though it says India generic and I'm in Germany?[/QUOTE]
Doesn't matter...
levone1 said:
If you have trouble, use these boot/recovery files -
The first ones are from CM11, I don't know how they'll do with flashing an LP prf...
---------- Post added at 06:52 AM ---------- Previous post was at 06:52 AM ----------
Thanks again!
But will it be ok even though it says India generic and I'm in Germany?
Click to expand...
Click to collapse
Doesn't matter...[/QUOTE]
@levone1 Well, unfortunately this didnt work. Got stuck while flashing... By the way the first two files were twrp and the second was cyanogen recover. Now I fastbooted twrp again.
Do I have to root first?
jeffpendejo said:
Doesn't matter...
Click to expand...
Click to collapse
@levone1 Well, unfortunately this didnt work. Got stuck while flashing... By the way the first two files were twrp and the second was cyanogen recover. Now I fastbooted twrp again.
Do I have to root first?[/QUOTE]
Second link was a zip with CM boot img and twrp3 img. The boot img probably includes CM recovery, but if you flash the twrp3 img, you should be able to get into twrp 3, which will flash the rom.
Make sure your fastboot command matches the filename.
---------- Post added at 10:50 AM ---------- Previous post was at 10:15 AM ----------
jeffpendejo said:
Doesn't matter...
Click to expand...
Click to collapse
@levone1 Well, unfortunately this didnt work. Got stuck while flashing... By the way the first two files were twrp and the second was cyanogen recover. Now I fastbooted twrp again.
Do I have to root first?[/QUOTE]
Alternately you could flash CM11 - https://www.google.com/url?sa=t&sou...T3Zoa6K8nDjMW3OlQ&sig2=-5eFhWzJFl7zHnNgDnrUXQ - with the first boot/recovery, then download a different rom, and use Rashr app to flash boot img from that rom.
Or, use Flashtool to flash stock, then root, etc

[Rom][Android 10][T830/T835] [Rooted/Debloated][TF5][Weta Kernel][July 26]

Hey Guys,
I present you the Custom Rom for T830 :good: Clean, Fast, Smooth and will be updated in regular basis.
And as we say always "VOTE" and if you Vote Not working please take the time to explain. Thank you
Now V2.3
Credits:
Thank you to @sevsman that create this beautiful ROM, Incredible job making it so fast. I am only the tester and I am glad to be able to share with you all.
Thank you to @Mentalmuso for his great kernel Weta latest TF5
Thank you to @topjohnwu for Magisk
Thank you to the creator of the Encryption Disabler @ianmacd
As usual I am not responsible for any damage cause to your tablet flashing this ROM:angel:
Some advice for newbies:
DRIVERS
There is no way to use PC with USB cable and flash with ODIN if you have not intaled the Samsung Drivers, search for these with your PC browser
OEM UNLOCKING
Go to settings/ About tablet/ Software information/ press build number 7 times to activate DEV mod
Go bac to setting down Developer Options that now apear
Tick Unlock OEM Your tablet will reboot and wipe everything so backup
Redo all setup Finish it even update if needed
FORCE REBOOT
Press and hold 3 keys Power/ Vol+/ Vol-
RECOVERY MODE
Power off tablet
Press and hold Power/ Vol+
DOWNLOAD MODE
For me the only thing that works is is at the same time force reboot when tablet off and connect usb cable to computer.
FLASHING ANYTHING WITH ODIN
ROM:
Place AP in AP
CSC_CSC_xxxxx in CSC
Place BL in BL
TWRP
Untick reboot in second tab
Place TWRP in AP
CHECK IF YOU NEED TO FORMAT DATA IN RECOVERY MODE
Boot in recovery mode
Select install
Select Storage on the bottom
If internal is 0mb you need to format data before doing anything that will allow you to wipe or zip anything but will cleann all you have on the tablet so Backup before
ROM FEATURES
Stock TF5
Rooted with Magisk latest and Weta Kernel latest
Heavy Debloat, most of the stuff you can install with Playstore is gone + some unneeded Samsung and Google stuff. No Knox, No Bixby, no Kids stuff, No digital wellbeing, No Microsoft stuff. It could definitely be cleaner; well that's for next version with maybe some more tweaking on Google and Samsung to reinforce privacy and improve battery life. Give us your ideas.
For now you still get Samsung Account, Samsung Store, Samsung DEX, Samsung Notes, Google Account, Google Playstore and Google
If you want to debloat more install Debloater module in Magisk and run it from Termius (Playstore) Example I got rid of Samsung Video Player, My Files, and hide Phone and Message as I don't use these and my App screen has no more than 11 apps before installing what I need.
Also for some interesting tweaking follow this thread and get rid of all: https://forum.xda-developers.com/galaxy-tab-s4/how-to/tweak-tab-s4-debloat-root-plugins-t4088699 still work pretty good except XPosed (Too bad!), Proca and few others but to disable big brothers It works fine. This is a great thread by @doggydog2
How To Flash this Rom:
OEM SHOULD BE UNLOCKED. THERE IS NO WAY TO TO THE FOLLOWING WITHOUT THIS STEP.
You need TWRP Installed. You can use flashify if you are already rooted to flash the new TWRP. If you don't know how refer to this thread from Mentalmuso: https://forum.xda-developers.com/galaxy-tab-s4/development/recovery-twrp-3-3-0-sm-t83x-t3928278
Reboot in Recovery
Factory reset, Wipe all but SD, Format Data (Very Important) (YOU WILL BE LOSING ALL YOUR DATAS SO BACKUP WHAT YOU NEED)
Flash the Zip file
Flash Encryption Disabler for now https://forum.xda-developers.com/galaxy-tab-s4/development/recovery-twrp-3-3-0-sm-t83x-t3928278 Thread from Metalmuso, look in Android 10 forlder
Reboot
Finish setup
Update Google Apps
Update Samsung Apps
Launch Magisk and press OK , device will reboot
Enjoy!
If you need to pass ctsProfile to true, flash "[MODULE] MagiskHide Props Config - SafetyNet, prop edits" from here: https://forum.xda-developers.com/apps/magisk/module-magiskhide-props-config-t3789228/post83146179 Downlaod magisk module,open termiux SU, Launch props select "2 Basic Autentification"
That doesnt fix Netflix in L1 even hidding Magisk. We wiill not implement that in the next update.
If you have issues with Bluetooth pairing not sticking after reboot go to Magisk, download module Bluetooth Library patcher 1.9 and install itin magisk, that will solve the issue.
Changes v2.3:
Fix /data not mounted
Fix Bluetooth not keeping devices BT after reboot
Downloads:
T830 v2.3
https://drive.google.com/file/d/10TPT-c9o_DNKZDUvshO2OQer6urVUwmc/view?usp=sharing
T835 v2.3
https://drive.google.com/file/d/1eqQkG-IgxIfK2FbItPqzu_Ujk4NHc0eR/view?usp=sharing
We need comments on T835 install please
For T835, I have 2 report that Iris detection is not working, that's need confirmation. It works perfectly for T830
Now with this ROM you don't need Odin after installing TWRP
Game add https://forum.xda-developers.com/attachment.php?attachmentid=5079465&d=1597424859
Please comment if you test it
Thanks
enotar
Beer Fund : https://www.paypal.me/ion513
Thanks looks interesting. Will this be available for the SM-T835? if so i will definitely like to try it out
A huge thanks to @ianmacd for the disabler because without it we'd all be in the can :good:
Here's v1 for the T835 and @enotar will update the first post later today.
https://drive.google.com/file/d/1A8YHmPy7zSEY8sOz8qE3Achl1qTmu3hA/view?usp=drivesdk
Sweet! Nice to see our Tabs have not been forgotten about. Look forward to giving this a try!
Google Drive folder T830 and link to T830 rom shared to all.
@enotar This is extremely exciting as I didn't think there'd be support like this for the Tab S4! I just have a question before I attempt this: Do I need to already be on Android 10 before flashing this rom or am I able to flash it from Android 9? I'm asking because I have the WETA Kernal + TWRP + Magisk installed, but on Android 9 (T830). Because of this, I'm not able to use system update to update to Android 10. If not, is there another way to flash this rom?
SavXL said:
@enotar This is extremely exciting as I didn't think there'd be support like this for the Tab S4! I just have a question before I attempt this: Do I need to already be on Android 10 before flashing this rom or am I able to flash it from Android 9? I'm asking because I have the WETA Kernal + TWRP + Magisk installed, but on Android 9 (T830). Because of this, I'm not able to use system update to update to Android 10. If not, is there another way to flash this rom?
Click to expand...
Click to collapse
ive used same combination, and upgrade method looks like this: flash frresh twrp 3406 img right from twrp, wipe everything from recovery, and flash this rom.
---------- Post added at 06:03 PM ---------- Previous post was at 06:02 PM ----------
found 1 bug:
if you use iris unlock, there are glitches instead of eyes reflections
shoonari said:
ive used same combination, and upgrade method looks like this: flash frresh twrp 3406 img right from twrp, wipe everything from recovery, and flash this rom.
---------- Post added at 06:03 PM ---------- Previous post was at 06:02 PM ----------
found 1 bug:
if you use iris unlock, there are glitches instead of eyes reflections
Click to expand...
Click to collapse
Can you explain more detailed as I have no issue here with Iris
And yes Android 10 is not needed just TWRP and BTW you need to come with something, 8, 9 or 10 to install TWRP
I will repeat myself do not wipe SD dont cross the box, you'll be very sad.
Sent from my SM-T830 using Tapatalk
enotar said:
Can you explain more detailed as I have no issue here with Iris
And yes Android 10 is not needed just TWRP and BTW you need to come with something, 8, 9 or 10 to install TWRP
I will repeat myself do not wipe SD dont cross the box, you'll be very sad.
Sent from my SM-T830 using Tapatalk
Click to expand...
Click to collapse
May I ask what BTW is?
This is how it looks for me(see attached file)
Moreover, i can't use intelligent scan, cause it says "can't open camera"
I thought this is because backup i used(who knows), but with second clean install everything is still the same
wings516 said:
May I ask what BTW is?
Click to expand...
Click to collapse
BTW = By the way.
---------- Post added at 05:17 PM ---------- Previous post was at 04:55 PM ----------
enotar said:
Hey Guys,
I present you the Custom Rom for T830 :good: Clean, Fast, Smooth and will be updated in regular basis.
Please comment if you test it
Thanks
enotar
Click to expand...
Click to collapse
Installation went so smoothly. Thank you for this excellent rendition of a debloated Stock ROM. I had a debloated version on my old Tab S2 tablet. So far so good. :good::good::good::good::good:
shoonari said:
This is how it looks for me(see attached file)
Moreover, i can't use intelligent scan, cause it says "can't open camera"
I thought this is because backup i used(who knows), but with second clean install everything is still the same
Click to expand...
Click to collapse
Strange, not getting that. Anyway I will review.
If this is not too much can you completly clean flash following OP please
Thank you
wings516 said:
May I ask what BTW is?
Click to expand...
Click to collapse
BTW means "by the way", it's not a file, lol. (Also I didn't see that someone mentioned this before me, sorry)
I keep getting "Failed to mount '/data' when I go to install... hmm... does anyone have any idea?
Currently running TWRP 3.4.0.4 and Android 9.0.1
Do I need to use a lower version of twrp?
I reboot, and I just get the bootloop now.
wings516 said:
I keep getting "Failed to mount '/data' when I go to install... hmm... does anyone have any idea?
Currently running TWRP 3.4.0.4 and Android 9.0.1
Do I need to use a lesser twrp?
Click to expand...
Click to collapse
You need to use TWRP 3.4.0-6 not -4 and this thread Post 2 step by step: https://forum.xda-developers.com/galaxy-tab-s4/development/recovery-twrp-3-3-0-sm-t83x-t3928278
Follow OP
Thank you
enotar said:
You need to use TWRP 3.4.0-6 not -4 and this thread Post 2 step by step: https://forum.xda-developers.com/galaxy-tab-s4/development/recovery-twrp-3-3-0-sm-t83x-t3928278
Follow OP
Thank you
Click to expand...
Click to collapse
Hmm ok, I upgraded to 3.4.0-6 and still the same error and bootloop. I flashed the image and not through ODIN to install it to recovery.
I will go through and install the WETA kernel and encryption disabler.
wings516 said:
Hmm ok, I upgraded to 3.4.0-6 and still the same error and bootloop. I flashed the image and not through ODIN to install it to recovery.
I will go through and install the WETA kernel and encryption disabler.
Click to expand...
Click to collapse
Just followthe steps and it will work.
enotar said:
Just followthe steps and it will work.
Click to expand...
Click to collapse
Followed exactly, but every operation I try to do be it wipe or install, I get "Failed to mount '/data' (Invalid argument)
I'm assuming there is a corruption in my /data and I need to reformat. I'll report back after.
wings516 said:
Followed exactly, but every operation I try to do be it wipe or install, I get "Failed to mount '/data' (Invalid argument)
I'm assuming there is a corruption in my /data and I need to reformat.
Click to expand...
Click to collapse
Well formating data is one of the steps of the thread to install TWRP
enotar said:
Strange, not getting that. Anyway I will review.
If this is not too much can you completly clean flash following OP please
Thank you
Click to expand...
Click to collapse
Unfortunately, that doesn't help: (
What i did:
Downloaded once again
Full wipes, thru menu and twrp
Totally clean install, even no accounts added
And still same issue...btw, 1st boot takes 17 minutes! It's it normal?
---------- Post added at 12:26 PM ---------- Previous post was at 12:08 PM ----------
Forgot to add: iris scan is working asis and unlocks a tablet, issue is that i see glitches in popup window (instead of eyes), and not working intelligent scan

Categories

Resources