[Guide][Root][Otus][17.04.15] Moto E 2015 3G[All Things] - E 2015 General

This method is only for Moto E 2015 3G version ( Code name Otus ). Do not try On LTE version or on any other phone.
Disclaimer:
Code:
1.) I am not responsible for a bricked device if you don't follow all the instructions correctly.
2.) The development is still in initial stages. Try this on your own risk. Me or any other developer will not be responsible
for your bricked devices.
All credits goes to @squid2 for creating the recovery and guiding me and @cybojenix for initial development.
I am merely putting all the things together and encapsulating in one thread.
Pre Requirements :
1.) Download Moto E drivers from http://androidxda.com/download-motorola-usb-drivers. Make Sure you Download the correct driver.
2.) Setup ADB By following Q 03 of http://forum.xda-developers.com/moto-e-2015/help/faq-frequently-questions-moto-e-2015-t3044929 ( Thread) by Lucas Eugene.
2.) Unlocked Bootloader. ( Follow @Lucas Eugene Guide from http://forum.xda-developers.com/moto-e-2015/general/guide-unlock-bootloader-moto-e-2015-t3045748.
Download and flash latest TWRP recovery for Moto E 2015 3G created by @squid2 from here http://forum.xda-developers.com/moto-e-2015/orig-development/twrp-recovery-moto-e-3g-2015-t3084849 .
The steps to flash recovery are :-
1.) Put the downloaded recovery file in C:\Program Files\Android\android-sdk\platform-tools\
2.)Go to command prompt and while being in the platform tools folder enter.
Code:
adb devices ( this should detect your device )
adb reboot bootloader ( alternately you can press volume down and power button Simultaneously)
This should open fastboot mode on your devices.
Now give the following code
Code:
fastboot flash recovery twrp-otus-2.8.6-test4.img
adb reboot
The recovery is now flashed onto your devices.
Now for Rooting :
1.) Download latest SuperSu from here http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip.
2.) Put the SuperSu Zip at the root of your SD card.
3.) Now go into fast boot mode again by process described above.
4.) Flash the SuperSu zip from recovery from SD card.
5.) Reboot the Device and Voila.......You are Rooted.
In Any case do not use this if you are not familiar with the process.
Thanks to @squid2 , @cybojenix , @Lucas Eugene for the resources and Guides.
If you have any confusion about this. Please feel free to ask.

Reserved

Explain clearly plz
explain clearly i can't understand i am new in this rooting thing
Ravx said:
This method is only for Moto E 2015 3G version ( Code name Otus ). Do not try On LTE version or on any other phone.
Disclaimer:
Code:
1.) I am not responsible for a bricked device if you don't follow all the instructions correctly.
2.) The development is still in initial stages. Try this on your own risk. Me or any other developer will not be responsible
for your bricked devices.
All credits goes to @squid2 for creating the recovery and guiding me and @cybojenix for initial development.
I am merely putting all the things together and encapsulating in one thread.
Pre Requirements :
1.) Download Moto E drivers from http://androidxda.com/download-motorola-usb-drivers. Make Sure you Download the correct driver.
2.) Setup ADB By following Q 03 of http://forum.xda-developers.com/moto-e-2015/help/faq-frequently-questions-moto-e-2015-t3044929 ( Thread) by Lucas Eugene.
2.) Unlocked Bootloader. ( Follow @Lucas Eugene Guide from http://forum.xda-developers.com/moto-e-2015/general/guide-unlock-bootloader-moto-e-2015-t3045748.
Download and Boot( Do not Install) TWRP recovery for Moto E 2015 3G created by @squid2 from here http://forum.xda-developers.com/moto-e-2015/orig-development/twrp-recovery-moto-e-3g-2015-t3084849 .
Now here is the trick part. Do not flash the recovery for now. Instead boot it from cmd prompt because its under development.
Now for Rooting :
1.) Boot into Recovery. ( Do not flash it).
2.) Download latest SuperSu from here http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip.
3.) Put the SuperSu Zip at the root of your SD card.
4.) Flash the SuperSu zip from recovery from SD card.
5.) Reboot the Device and Voila.......You are Rooted.
In Any case do not use this if you are not familiar with the process.
Thanks to @squid2 , @cybojenix , @Lucas Eugene for the resources and Guides.
If you have any confusion about this. Please feel free to ask.
Click to expand...
Click to collapse

yash.gamer said:
explain clearly i can't understand i am new in this rooting thing
Click to expand...
Click to collapse
What part of the guide you didnt understand. You will have to be very precise about following the method. you will probably brick your phone if you dnt do it properly. I will suggest first you understand all the things before trying.

I don't get it how to flash supersu.zip
Ravx said:
What part of the guide you didnt understand. You will have to be very precise about following the method. you will probably brick your phone if you dnt do it properly. I will suggest first you understand all the things before trying.
Click to expand...
Click to collapse

yash.gamer said:
I don't get it how to flash supersu.zip
Click to expand...
Click to collapse
The method to boot into recovery from cmd prompt is explained in above steps. First understand them and then go ahead.

How to detect the device in adb
Hey thanks to @squid2 and @Ravx and all respective devs for making the root and recovery for mot e 3g.
I am using ubuntu and installed adb using sudo apt-get install android-tools-fastboot command.
When I am doing the fastboot boot twrp.img terminal says waiting for device.
How to detect the moto e 2015 3g in adb as I am new to adb.

How to detect the device in adb
Hey thanks to @squid2 and @Ravx and all respective devs for making the root and recovery for mot e 3g.
I am using ubuntu and installed adb using sudo apt-get install android-tools-fastboot command.
When I am doing the fastboot boot twrp.img terminal says waiting for device.
How to detect the moto e 2015 3g in adb as I am new to adb.

Thanks a lot and lot
Finally! Rooted. Viper4android is working and that means a lot to me:laugh:. Thanks and Thanks and Thanks. @Ravx

ferroca20 said:
Hey thanks to @squid2 and @Ravx and all respective devs for making the root and recovery for mot e 3g.
I am using ubuntu and installed adb using sudo apt-get install android-tools-fastboot command.
When I am doing the fastboot boot twrp.img terminal says waiting for device.
How to detect the moto e 2015 3g in adb as I am new to adb.
Click to expand...
Click to collapse
ADB and fastboot are different things. To use fastboot, you have to get your phone into bootloader mode (turn off, hold PWR and VOL- for 3 seconds, then let go). Alternatively, you can enter bootloader mode while Android is running with ADB enabled by running the command "adb reboot bootloader". Make sure that your udev rules give you permissions to access your phone's USB device.
---------- Post added at 01:28 AM ---------- Previous post was at 01:26 AM ----------
I've put out a new version (2.8.6-test4) that fixes an issue with loading the recovery from flash. While the procedure described here still works, you can now safely flash the recovery by running "fastboot flash recovery blah.img"

thanxxxxx
finally we can root our moto e now. Thank you so much. Will now be able to use gl2sd

Is flashing the new recovery working for you guys. If yes I will update the thread so that the method becomes more easy.

Ya i flashed it and it working great thanks

Unable to flash twrp. Error :fail to load ---------------------------.img
Ravx said:
This method is only for Moto E 2015 3G version ( Code name Otus ). Do not try On LTE version or on any other phone.
Disclaimer:
Code:
1.) I am not responsible for a bricked device if you don't follow all the instructions correctly.
2.) The development is still in initial stages. Try this on your own risk. Me or any other developer will not be responsible
for your bricked devices.
All credits goes to @squid2 for creating the recovery and guiding me and @cybojenix for initial development.
I am merely putting all the things together and encapsulating in one thread.
Pre Requirements :
1.) Download Moto E drivers from http://androidxda.com/download-motorola-usb-drivers. Make Sure you Download the correct driver.
2.) Setup ADB By following Q 03 of http://forum.xda-developers.com/moto-e-2015/help/faq-frequently-questions-moto-e-2015-t3044929 ( Thread) by Lucas Eugene.
2.) Unlocked Bootloader. ( Follow @Lucas Eugene Guide from http://forum.xda-developers.com/moto-e-2015/general/guide-unlock-bootloader-moto-e-2015-t3045748.
Download and flash latest TWRP recovery for Moto E 2015 3G created by @squid2 from here http://forum.xda-developers.com/moto-e-2015/orig-development/twrp-recovery-moto-e-3g-2015-t3084849 .
The steps to flash recovery are :-
1.) Put the downloaded recovery file in C:\Program Files\Android\android-sdk\platform-tools\
2.)Go to command prompt and while being in the platform tools folder enter.
Code:
adb devices ( this should detect your device )
adb reboot bootloader ( alternately you can press volume down and power button Simultaneously)
This should open fastboot mode on your devices.
Now give the following code
Code:
fastboot flash recovery twrp-otus-2.8.6-test4.img
adb reboot
The recovery is now flashed onto your devices.
Now for Rooting :
1.) Download latest SuperSu from here http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip.
2.) Put the SuperSu Zip at the root of your SD card.
3.) Now go into fast boot mode again by process described above.
4.) Flash the SuperSu zip from recovery from SD card.
5.) Reboot the Device and Voila.......You are Rooted.
In Any case do not use this if you are not familiar with the process.
Thanks to @squid2 , @cybojenix , @Lucas Eugene for the resources and Guides.
If you have any confusion about this. Please feel free to ask.
Click to expand...
Click to collapse
I am unable to flash twrp recovery. There is no android sdk folder on android folder, there is only android studio folder. While android sdk folder is on user folder. When i copy the .img file. It says in the cmd erro : fail to load .img

Shahidd said:
I am unable to flash twrp recovery. There is no android sdk folder on android folder, there is only android studio folder. While android sdk folder is on user folder. When i copy the .img file. It says in the cmd erro : fail to load .img
Click to expand...
Click to collapse
I think you have downloaded the whole android studio. see where the folder ' platform tools' is and paste the recovery there. copy the cmd from system32 and paste it in platform tools folder. then run the cmd prompt from there.

how to root moto e
Ravx said:
This method is only for Moto E 2015 3G version ( Code name Otus ). Do not try On LTE version or on any other phone.
Disclaimer:
Code:
1.) I am not responsible for a bricked device if you don't follow all the instructions correctly.
2.) The development is still in initial stages. Try this on your own risk. Me or any other developer will not be responsible
for your bricked devices.
All credits goes to @squid2 for creating the recovery and guiding me and @cybojenix for initial development.
I am merely putting all the things together and encapsulating in one thread.
Pre Requirements :
1.) Download Moto E drivers from http://androidxda.com/download-motorola-usb-drivers. Make Sure you Download the correct driver.
2.) Setup ADB By following Q 03 of http://forum.xda-developers.com/moto-e-2015/help/faq-frequently-questions-moto-e-2015-t3044929 ( Thread) by Lucas Eugene.
2.) Unlocked Bootloader. ( Follow @Lucas Eugene Guide from http://forum.xda-developers.com/moto-e-2015/general/guide-unlock-bootloader-moto-e-2015-t3045748.
Download and flash latest TWRP recovery for Moto E 2015 3G created by @squid2 from here http://forum.xda-developers.com/moto-e-2015/orig-development/twrp-recovery-moto-e-3g-2015-t3084849 .
The steps to flash recovery are :-
1.) Put the downloaded recovery file in C:\Program Files\Android\android-sdk\platform-tools\
2.)Go to command prompt and while being in the platform tools folder enter.
Code:
adb devices ( this should detect your device )
adb reboot bootloader ( alternately you can press volume down and power button Simultaneously)
This should open fastboot mode on your devices.
Now give the following code
Code:
fastboot flash recovery twrp-otus-2.8.6-test4.img
adb reboot
The recovery is now flashed onto your devices.
Now for Rooting :
1.) Download latest SuperSu from here http://download.chainfire.eu/696/SuperSU/UPDATE-SuperSU-v2.46.zip.
2.) Put the SuperSu Zip at the root of your SD card.
3.) Now go into fast boot mode again by process described above.
4.) Flash the SuperSu zip from recovery from SD card.
5.) Reboot the Device and Voila.......You are Rooted.
In Any case do not use this if you are not familiar with the process.
Thanks to @squid2 , @cybojenix , @Lucas Eugene for the resources and Guides.
If you have any confusion about this. Please feel free to ask.
Click to expand...
Click to collapse
plz tell me how to root moto e because when i put the code in moto official website for 20 digit unique code then it says uh r not eligible so plz help me

Cannot root
After unlocking and flashing the device, I enter fastboot again (power + volume down), I then select recovery from the menu, but all I get is "No command"message with a dead droid logo

I get error DNS not authoritative for zone? I have never seen this error in all of my times of using ADB

rooting after OTA update of android 5.1 on otus xt1506
i am rooted on stock rom and i am recieving OTA update of 5.1 version..i have 2 questions:
1- can installing OTA update cause problems (brick,etc).?
2- will i be able to root it after updating it..!?
any help would be appreciated...!!

Hi there, I'm trying to follow your guide but am getting stuck after flashing. After trying to go into recovery mode I get the message
AP Fastboot Flash Mode (Secure)
Error: failed to load kernel!
Fastboot Reason: Fall-through from recovery boot mode
Any help would be greatly appreciated!

Related

[Tutorial] Root, Unlock, Recovery and flashing a Custom ROM

Just a quick step by step tutorial to get a Custom ROM working on your HTC One or if you just want to unlock and root!
This guide is especially for the new users, experienced HTC users should already be familiar with this process.
Step 1: Unlock
Go on http://www.htcdev.com and create yourself an account on HTCDEV.
Download these adb/fastboot files
Make a new folder on your C:/ drive called fastboot for example.
Extract the zip downloaded in step 2 to the new folder
Go Here http://www.htcdev.com/bootloader/ and select "All Other Supported Models" and "then begin unlock bootloader"
Yes, Tick both Boxes, Proceed
Skip up to step 8 as we have all we need for the first 7 steps
Power off your phone by holding the power button down for 10 seconds
Power your phone on by holding power and volume down
Highlight Fastboot With Volume+or- then press Power
Plug your phone into your PC and open a Command Prompt.
(windows XP - Click Start > Run > type CMD in box then press OK
(Windows 7 - Click Start > type CMD in search box then press Enter)
Change directory to your folder where we put fastboot files cd c:\fastboot
Type this into your command prompt window fastboot oem get_identifier_token
Select & copy the text as per step 9 on the HTCDev website
Paste your identifier token into the box at the bottom and submit
You Will Very Shortly Receive an email from HTCDev with a link to the second part of the instructions and your "Unlock_code.bin" attached
Download the "Unlock_code.bin" from the email and save it to the same folder that we extracted fastboot files to in step 2
Type this into your command prompt window fastboot flash unlocktoken Unlock_code.bin
The Display Will change on your phone, press Vol + to accept and power to confirm.
Step 2: Recovery
Download the Android SDK (optional)
Download the recovery of your choice, here a few links:
- CWM
- CWM 2
- TWRP
Place the Recovery file you downloaded where the fastboot.exe is (Either in the location of your downloaded fastboot drivers or in the Android SDK directory)
Now open the cmd and navigate to the folder where the Recovery File is located or just open a cmd with shift and right click at the correct directory
Now type:
fastboot flash recovery name_of_the_recovery.img
For example:
fastboot flash recovery recovery-clockwork-touch-6.0.2.8-m7.img
Now your recovery is installed
Step 3: Root
This step is only needed if you want a stock rooted ROM, if you want a custom ROM, skip this step.
Now root your phone with SuperSU by Chainfire or SuperUser by koush
Download SuperSU from this link or SuperUser from this link
Flash it with the Recovery:
Power off your device and then hold the VOL DOWN + Power to boot into the Bootloader
Navigate with VOL and Power to Recovery
Now flash the .zip:
- install zip from sdcard
- choose zip from sdcard
- select the downloaded SuperSU/SuperUser zip file and flash it
- Reboot now
Now you are able to flash any Custom ROM.
Step 4: Custom ROM
With htcdev unlock you need to flash the boot.img after every ROM installation
Note: Most of the custom ROMs have a script which lets the boot.img flash automatically with the ROM, so probably the steps after flashing the ROM are not needed.
If you are in a bootlop though, I recommend you to perform these steps and flash the boot.img with fastboot
Download the ROM you want to flash
Open the ROM zip with an archive manager and extract the boot.img out of it and place it in your fastboot directory
Copy the ROM to your sdcard
Now boot into bootloader again (explained above) and choose recovery with your volume keys and power button
In recovery wipe data and cache aka fullwipe before flashing your ROM if you are moving to a new base (for example from CyanogenMod to a Sense ROM, don't forget to backup your data files, like apps) (Often ROM chefs leave a note in their thread if a fullwipe is needed or not, just follow their advices)
Now flash your ROM by installing zip from sdcard
If this is finished, reboot and reboot into bootloader again
Connect your phone to your PC in fasboot mode (choose in bootloader with power button)
Open a cmd in your fastboot folder with your boot.img and type these two commands:
fastboot flash boot boot.img
fastboot erase cache
Then reboot your phone and wait some minutes to see your ROM booted
Enjoy
Video tutorials (for One S but the steps are the same):
Video-Tutorial by Flow-Wolf:
Bootloader Unlock:
Recovery Installation:
Root:
Custom ROM Installation:
I recommend using SuperUser by koush insted of SuperSU. I also made Super Boot to root stock ROM but I need someone with WWE HTC One...
I added a link for koush's SuperUser
hi
i done everything like its writen here, but i cant boot into recovery.. it cames the screen "entering recovery" and then the device is reboot
noob.fl said:
hi
i done everything like its writen here, but i cant boot into recovery.. it cames the screen "entering recovery" and then the device is reboot
Click to expand...
Click to collapse
Yes currently the recoveries are not working, be patient until they work, I will leave a note in the OP
thanks for responce - i will wait :laugh:
ist there any other opinion to put the su binary into system? maybee with adb?
noob.fl said:
thanks for responce - i will wait :laugh:
ist there any other opinion to put the su binary into system? maybee with adb?
Click to expand...
Click to collapse
adb can't write system on stock, you would need a modified boot.img
noob.fl said:
thanks for responce - i will wait :laugh:
ist there any other opinion to put the su binary into system? maybee with adb?
Click to expand...
Click to collapse
I have modified boot.img but it's from .401 ROM. You want to try?
mike1986. said:
I have modified boot.img but it's from .401 ROM. You want to try?
Click to expand...
Click to collapse
im since a longer time no more so familar with htc... can it harm my device or it does not care and the one will run? if cot my one since to day, and its a damn expensive device to brick it at first time... but if it works - je i will try
its like all other androiddevices to flash? fastboot flash boot boot.img?
noob.fl said:
im since a longer time no more so familar with htc... can it harm my device or it does not care and the one will run? if cot my one since to day, and its a damn expensive device to brick it at first time... but if it works - je i will try
its like all other androiddevices to flash? fastboot flash boot boot.img?
Click to expand...
Click to collapse
There is no chance to brick but there is a chance for bootloop
if got the softwarw nr 1.27.206.1 with kernel [email protected]#1 - will it works with your 401 kernel?
Can you pull the system partition so we can enjoy some stuff from the One on other HTC devices?
tell me how to do and i will share
http://d-h.st/2DO
Unpack and run the runme.bat
Dumping may need a while, upload it to dropbox for example
Imho all devs should work together here instead of trying to be the first guy with a deodexed stock ROM
these are just windowsfiles - does not working on my linux, sorry
torxx said:
http://d-h.st/2DO
Unpack and run the runme.bat
Dumping may need a while, upload it to dropbox for example
Imho all devs should work together here instead of trying to be the first guy with a deodexed stock ROM
Click to expand...
Click to collapse
Do i understand it right i do not need to install recovery to get the system dump?
Simply go to your adb dir and type that in terminal:
adb pull /system ./system
optional:
adb kill-server
7za a -tzip system.zip system\ -r (needs the 7za file)
rmdir system /s /q
to pack a zip
simpelsense said:
Do i understand it right i do not need to install recovery to get the system dump?
Click to expand...
Click to collapse
no, all through adb
noob.fl said:
these are just windowsfiles - does not working on my linux, sorry
Click to expand...
Click to collapse
Using ADB (I assume you already isntalled it)
adb devices
adb pull /system ./system
adb kill-server
It will write it in your ADB folder
torxx said:
no, all through adb
Click to expand...
Click to collapse
thought pulling system is a little more magic.

Remove/rename logd WITHOUT ROOT!

Hi, i recently found a way to delete logd file WITHOUT ROOT.
Its not simple but you stay unrooted and stock.
First you need android platform-tools and latest twrp image file from official twrp site.
You will need working computer with installed adb drivers and lg drivers for adb and fastboot to work.
Steps :
1. Download all files listed above.
2. Move twrp image file to platform tools folder.
3. By holding shift key open command prompt in folder platform-tools.
4. Make sure that you have enabled usb debugging on your LG.
5. In cmd type: adb reboot bootloader
6. Phone should restart and enter fastboot mode
7. Then enter this command: fastboot boot twrp.img
8. You will enter twrp recovery but now flash it.
9. Make sure that you have selected system as partition in twrp.
10. Go into file manager, then into system/data and you will find logd file.
11. Rename it to logd.bak
And done!
No root required and 100% successs
Tried it on two Lg g4 and worked.
Also with that metod you can delete batterystats.bin.
Sent from my LG-H815 using Tapatalk
Hi.
You need to unlock the bootloader for this to work, and doing that will void the warranty
Could you please post the download links of the various tools and files needed for us newbies...
Also, screenshots of the various steps would be appreciated cos may accidentally brick our G4s..
Thanks..
unlocked bootloader needed so meh..
Btw, does this work on H818N with andriod 6.0 and sw version V20D??
Thanks
It works on any LG g4 with unlocked bootloader
Why would someone "not root" but have unlocked bootloader?

[Root] Zenfone 2 Official Android 6.0 Root + Xposed and Downgrade

**WARNING** You need to have background knowledge of adb, fastboot, twrp, sideload.. before you can go on with this thread.
1. All credits go to @shakalaca. If you like his work, please make him a small donation for encouragement.
2. This is a systemless root. Yet you need to unlook Lollipop before upgrading to Marshmallow.
3. Flashing the attached SuperSU file modifies stock boot.img. In case you receive an OTA file later, do
**REMEMBER to FLASH BACK TO STOCK Android 6.0 BOOT.IMG** to unroot before upgrading to official Android 6.0.
Root:
1. Unlock your device in Lollipop, then upgrade to Android 6.0
2. Once you are in Android 6.0, fire the following command to boot twrp. <twrp.img> is the twrp recovery file. This TWRP is recommended.
HTML:
adb reboot-bootloader
fastboot boot <twrp.img>
3. adb sideload the attached SuperSu file in twrp. /OR install the SuperSU in twrp if you saved it in device storage.
4. reboot system. You will see a warning screen saying "Your device has failed Verification". Ignored it and wait for the reboot.
5. Done
Unroot:
Just flash back stock boot.img
Xposed:
1.Flash the attached Xposed file from twrp.
2.use Material Design Xposed Installer: Download Xposed Installer here
Downgrade to Lollipop:
In case you need to downgrade to Lollipop, follow the instructions with care. Do it at your risk.
Refer to Asus Zentalk Forum and grab the required files from there.
HTML:
fastboot flash token bom-token.bin
fastboot flash ifwi ifwi_ann_a0-mofd_v1-ze551ml.bin
fastboot flash fastboot droidboot.img
fastboot flash splashscreen splashscreen_ze551ml.img
fastboot reboot-bootloader
Now you are back in Lollipop. You can flash back stock recovery(.184 recommended), wipe the device(cache/userdata/system) and then sideload back stock LP or MM as you wish. OR, you can flash custom recovery/boot/system.img start from here.
Good luck!
It worked!Thank you master!I bow now....
I just need root on 6.0.1. Is this going to achieve that?
MikeyLee said:
I just need root on 6.0.1. Is this going to achieve that?
Click to expand...
Click to collapse
According to op it will
Sent from my ASUS_Z00AD using Tapatalk
It does work, but YMMV, my phone is one of the few that works completely with the beta software. But before running fastboot cmd in adb. Use adb reboot recovery, then fastboot cmd. Phone will reboot twice after sideload of SU.
pokey006 said:
It does work, but YMMV, my phone is one of the few that works completely with the beta software. But before running fastboot cmd in adb. Use adb reboot recovery, then fastboot cmd. Phone will reboot twice after sideload of SU.
Click to expand...
Click to collapse
Hi Brother would you like be so patient and provide us with detailed toturial for less advanced users?
samcjtsai said:
1. All credits go to @shakalaca and I just try to recap his threads posted in Taiwan Asus Zentalk forum. Although this is reported working in the forum but, as usual, do it at your risk and I won't be able to answer your questions.
2. Android 6.0 is still not unlocked. Device will be locked once you upgrade to 6.0
3. You can downgrade to Lollipop and unlock again.
4. The following SuperSU file contains a modified boot.img. In case you receive an OTA file later, do
**REMEMBER to FLASH BACK TO STOCK Android 6.0 BOOT.IMG** before upgrading to official Android 6.0.
Root:
1. Make sure your zenfone 2 is unlocked before upgrading to Android 6.0 from Lollipop.
2. Once you are in Android 6.0, fire the following command to boot twrp. <twrp.img> is the twrp recovery file. Version 2.8.7.7 is recommended.
HTML:
fastboot boot <twrp.img>
3. adb sideload the attached SuperSu file in twrp.
4. reboot system. You will see a warning screen saying "Your device has failed Verification". Ignored it and wait for the reboot.
5. Done
Xposed:
1.Flash the attached Xposed file from twrp.
2.use Material Design Xposed Installer: link
Downgrade to Lollipop:
Refer to this and get the files from the links. Note the first commnad line is the revised one by @shakalaca and it should work.
HTML:
fastboot flash token bom-token.bin
fastboot flash ifwi ifwi_ann_a0-mofd_v1-ze551ml.bin
fastboot flash fastboot droidboot.img
fastboot flash splashscreen splashscreen_ze551ml.img
Click to expand...
Click to collapse
Works like a charm !! Thanks !!
kamyk70 said:
Hi Brother would you like be so patient and provide us with detailed toturial for less advanced users?
Click to expand...
Click to collapse
Assuming that everyone knows how to use adb and its commands
1: Well first make sure adb and drivers are on your pc.
2: Plug phone in make sure USB debugging is on
3: In adb cmd window type "adb devices" to make sure phone is recognized, if so proceed
4: type "adb reboot recovery" phone should boot into recovery with android robot on screen
5: Then type "fastboot boot <twrp.img>" twrp.img is whatever your file is named
6: phone will boot into recovery, go to adb sideload in recovery
7: type "adb sideload <SU.zip>" or whatever you have it named
8: After it's done loading reboot from recovery, it will reboot twice and the screen will say as per OP
9: After phone optimizes...enjoy root.
This is for advanced users
when update to 6.0. bootloader unlocked again ! how can i flash twrp ?
pokey006 said:
Assuming that everyone knows how to use adb and its commands
1: Well first make sure adb and drivers are on your pc.
2: Plug phone in make sure USB debugging is on
3: In adb cmd window type "adb devices" to make sure phone is recognized, if so proceed
4: type "adb reboot recovery" phone should boot into recovery with android robot on screen
5: Then type "fastboot boot <twrp.img>" twrp.img is whatever your file is named
6: phone will boot into recovery, go to adb sideload in recovery
7: type "adb sideload <SU.zip>" or whatever you have it named
8: After it's done loading reboot from recovery, it will reboot twice and the screen will say as per OP
9: After phone optimizes...enjoy root.
This is for advanced users
Click to expand...
Click to collapse
To that to work does WE need to have bootloader UNLOCKED ? just really confused atm.
Vouga said:
To that to work does WE need to have bootloader UNLOCKED ? just really confused atm.
Click to expand...
Click to collapse
No it does not
Vouga said:
To that to work does WE need to have bootloader UNLOCKED ? just really confused atm.
Click to expand...
Click to collapse
He's using whats called "tethered TWRP". It's basically running twrp on your phone from your computer instead of actually installing it (which would require unlocking).
Sent from my ASUS_Z00A using Tapatalk
kenbo111 said:
He's using whats called "tethered TWRP". It's basically running twrp on your phone from your computer instead of actually installing it (which would require unlocking).
Sent from my ASUS_Z00A using Tapatalk
Click to expand...
Click to collapse
Thank You for explaining that to me, appreciated!
To downgrade to Lollipop, is it possible to just use AsusFlashToolInstaller and flash raw firmware? Any harms by doing that?
Thank you in advance.
euthic said:
To downgrade to Lollipop, is it possible to just use AsusFlashToolInstaller and flash raw firmware? Any harms by doing that?
Thank you in advance.
Click to expand...
Click to collapse
You need to adb sideload all LP .184 images first then use Asus FlashTool to flash RAW Firmware.
Sent from my ASUS_Z00AD using XDA-Developers mobile app
root works perfect along with systemless xposed, but i still cant pass safenet check..(super su disabled, and also xposed) so no AP.. is that normal ?
pokey006 said:
Assuming that everyone knows how to use adb and its commands
1: Well first make sure adb and drivers are on your pc.
2: Plug phone in make sure USB debugging is on
3: In adb cmd window type "adb devices" to make sure phone is recognized, if so proceed
4: type "adb reboot recovery" phone should boot into recovery with android robot on screen
5: Then type "fastboot boot <twrp.img>" twrp.img is whatever your file is named
6: phone will boot into recovery, go to adb sideload in recovery
7: type "adb sideload <SU.zip>" or whatever you have it named
8: After it's done loading reboot from recovery, it will reboot twice and the screen will say as per OP
9: After phone optimizes...enjoy root.
This is for advanced users
Click to expand...
Click to collapse
Maybe I'm doing something wrong but my phone isn't recognised when trying to flash twrp from the dead bot before recovery? Just says waiting for device. Already checked device manager as well
ponhei9502 said:
Maybe I'm doing something wrong but my phone isn't recognised when trying to flash twrp from the dead bot before recovery? Just says waiting for device. Already checked device manager as well
Click to expand...
Click to collapse
Guess your ZF2 is not unlocked in LP first, so that you can't see twrp booting. Since you are in Android 6.0 now, try to downgrade to LP, Unlock it, upgrade to 6.0 and then root.
samcjtsai said:
**WARNING** You need to have background knowledge of adb, fastboot, twrp, sideload.. before you can go on with this thread.
1. All credits go to @shakalaca and I just recap his threads posted in Taiwan Asus Zentalk forum. Although this is reported working in the forum, as usual, do it at your risk and I won't be able to answer your questions.
2. Android 6.0 is still not unlocked. Device will be locked once you upgrade to 6.0
3. You can downgrade to Lollipop and unlock again.
4. The following SuperSU file contains a modified boot.img. In case you receive an OTA file later, do
**REMEMBER to FLASH BACK TO STOCK Android 6.0 BOOT.IMG** before upgrading to official Android 6.0.
Root:
1. Make sure your zenfone 2 is unlocked before upgrading to Android 6.0 from Lollipop.
2. Once you are in Android 6.0, fire the following command to boot twrp. <twrp.img> is the twrp recovery file. Version 2.8.7.7 is recommended.
HTML:
fastboot boot <twrp.img>
3. adb sideload the attached SuperSu file in twrp.
4. reboot system. You will see a warning screen saying "Your device has failed Verification". Ignored it and wait for the reboot.
5. Done
Xposed:
1.Flash the attached Xposed file from twrp.
2.use Material Design Xposed Installer: link
Downgrade to Lollipop:
Refer to this and get the files from the links. Note the first commnad line is the revised one by @shakalaca and it should work.
HTML:
fastboot flash token bom-token.bin
fastboot flash ifwi ifwi_ann_a0-mofd_v1-ze551ml.bin
fastboot flash fastboot droidboot.img
fastboot flash splashscreen splashscreen_ze551ml.img
Click to expand...
Click to collapse
Where are these files again? They aren't in the zip
thanks, works great, was able to downgrade to lollipop with no problem what so ever. Install twrp, gain root again, and rockin custom roms...

Problems While Rooting Lenovo K50a40 (K3 Note)

Many noobs New Users are experiencing Problems rooting Lenovo K3 Note on Marshmallow Rom. So this tutorial will help them Root Lenovo k3 Note and install Custom recovery.:good::good::good:
This is not a cookbook, You need to know what are you doing. Neither I nor XDA is responsible for BRICKED Devices.
Downloads:
Boot.img
SP Flash Tool
(optional)Lenovo K3 Note Stock ROM
Recovery
ADB AND FASTBOOT
Patience
Now to Root Your phone Follow These Steps:
(OPTIONAL) Flash Your Phone with Stock Rom, To do this follow these steps :
Install All the required Drivers.
Download the LENOVO K3 NOTE FIRMWARE from Above.
Now Extract SP Flash Tool And extract FIRMWARE Folder inside it.
Now Run flash_tool.exe as Administrator.
Go to Options>Download> And check both the checkbox(s).
Now Click On Scatter-Loading and navigate to Firmware>target_bin>and select MT6752_Android_scatter.txt .
and click on DOWNLOAD.
NOW connect your Device Powered OFF to your computer and Wait Till a Box Appears Saying "Download OK".
Turn ON your Mobile and complete the initialization.
Now Download the Recovery, Extract it, and load its scatter file in the SP FLASH TOOL with the same config.
And again connect the phone Powered OFF after clicking Download Button.
When it completes. Try to Boot into recovery (by holding VOL+, VOL- and Power button simultaneously).
IF TWRP boots You are good to Go. :good::good::good:
Now Reboot into system and open Settings>DEVELOPER Options and click on USB DEBUGGING and ALLOW OEM UNLOCK.
Now Extract ADB and FASTOOT tools (and PLACE boot.img in the folder) and shift+right-click in the folder and select open command window here.
and type
Code:
adb devices
allow ADB to connect on your phone and then type
Code:
adb reboot-bootloader
Now your phone will reboot in FASTBOOT MODE type
Code:
fastboot devices
if it shows your device then type
Code:
fastboot flash boot boot.img
then type
Code:
fastboot reboot
After that switch off your Phone and boot into recovery.
Now install the SuperSU zip.
Hurray Your Phone is ROOTED.
If you Have Any Problems please Reply :crying::crying:
What's the encryption key of recovery file
Rishi.Nerd said:
What's the encryption key of recovery file
Click to expand...
Click to collapse
I have Updates the Links They should now be working fine.
Albert
Anunay.j said:
I have Updates the Links They should now be working fine.
Click to expand...
Click to collapse
..... i finish to root but my device wont start anymore
custom rom installation without rooting
I have s433 firmware android 6.0,
1. if I just want to install twrp ( without rooting), do I need to flash boot.img
2. if want to install custom ROM and still don’t want to root, do I need to flash boot.img
3. after a litte bit googling i found i need to have an unlocked bootloader and custom recovery for flashing custom rom ,
how do i unlock bootloader ( is boot.img fot that )

Sharp Aquos P1

Hello guys, help get the root on the phone Sharp Aquos P1.
I got the modified apk for the gcam: goo.gl/fdikTs
http://4pda.ru/forum/index.php?showtopic=882709&st=1800#entry69805276
SugoiDesu said:
Hello guys, help get the root on the phone Sharp Aquos P1.
Click to expand...
Click to collapse
do like i say carefuly excaus me for my poor english i have same device aquos p1 shv34
1-get (twarp recovery) and (Magisk-v16.4)(SuperSU-v2.82-201705271822) from google research and adb drive usb 1.4.3
2-setup usb right in ur pc
3-us adb to root and install recovery img i will say to u how
open cmd in same folder adb in c: drive and use this code like i wright now
adb devices
adb usb
adb get-state
adb remout
adb reboot sideload
ur mobile will open sideload in ur mobile u can now use this cod to install supersu and magisk for rooting ur mobile and twrp recover too do this god ( adb sideload Magisk-v16.4.zip)and( adb sideload SuperSU-v2.82-201705271822.4.zip) now ur fone it complatlly rooting if u have ur device is close its okay let ur devices in sideload mode 10 minut it will go to recovery after time out now u use updat adb and do this cod
1-fastboot oem unloke-go
2- fastboot flashing unlock
3-fastboot flash recovery recovery.img
now u have u have twrp recovery u can go to custom recovery when press vol+vol-power button and install zip and install Magisk-v16.4.zip and SuperSU.zip halloolwia u now have device rooting and have twrp recovery
all this after 2 month searching about how i rooting and install recovery and flash rom to sharp aquos p1 shv34
remmber adb folder in c: partition u must put there rom u want flash ir and magisk and recvoery img and supersu and hapy life with awesome phone byyyyeeeeeee:good::good::good::good:
alswafy22 said:
do like i say carefuly excaus me for my poor english i have same device aquos p1 shv34
1-get (twarp recovery) and (Magisk-v16.4)(SuperSU-v2.82-201705271822) from google research and adb drive usb 1.4.3
2-setup usb right in ur pc
3-us adb to root and install recovery img i will say to u how
open cmd in same folder adb in c: drive and use this code like i wright now
adb devices
adb usb
adb get-state
adb remout
adb reboot sideload
ur mobile will open sideload in ur mobile u can now use this cod to install supersu and magisk for rooting ur mobile and twrp recover too do this god ( adb sideload Magisk-v16.4.zip)and( adb sideload SuperSU-v2.82-201705271822.4.zip) now ur fone it complatlly rooting if u have ur device is close its okay let ur devices in sideload mode 10 minut it will go to recovery after time out now u use updat adb and do this cod
1-fastboot oem unloke-go
2- fastboot flashing unlock
3-fastboot flash recovery recovery.img
now u have u have twrp recovery u can go to custom recovery when press vol+vol-power button and install zip and install Magisk-v16.4.zip and SuperSU.zip halloolwia u now have device rooting and have twrp recovery
all this after 2 month searching about how i rooting and install recovery and flash rom to sharp aquos p1 shv34
remmber adb folder in c: partition u must put there rom u want flash ir and magisk and recvoery img and supersu and hapy life with awesome phone byyyyeeeeeee:good::good::good::good:
Click to expand...
Click to collapse
After install adb driver how to get to bootloader mode ? I have try type "adb reboot bootloader" but this will reboot to system , also try "adb reboot-bootloader" but still goin reboot to system , cab you help me ?
sleepingelf said:
After install adb driver how to get to bootloader mode ? I have try type "adb reboot bootloader" but this will reboot to system , also try "adb reboot-bootloader" but still goin reboot to system , cab you help me ?
Click to expand...
Click to collapse
To enter fastboot mode:
1. Turn off the phone.
2. Press volume down + power button+ plug in usb cable in the same time.
After that you will enter fastboot mode.
Root
SugoiDesu said:
Hello guys, help get the root on the phone Sharp Aquos P1.
Click to expand...
Click to collapse
I have already rooted my Sharp p1 so here steps for getting root(Magisk root only):
It is needed to unlock bootloader first:
1. Go to the Settings -> About phone, scroll down and tap on the Build number several times until you get message that you are a developer.
2. After that go to the Settings -> Developer options. Enable OEM unlocking and USB debugging.
3. Download adb drivers: k-tai.sharp.co.jp/support/developers/driver/index.html
4. Install them, don't forget to disable driver signature verification on your computer.
5. Download ADB zip archive and extract it in C:\adb.
dl.google.com/android/repository/platform-tools-latest-windows.zip
6. Open the Command Prompt as Administrator. Go to the adb folder with command: cd C:\adb
3. Enter your phone into fastboot mode: turn phone off, than press volume down and power button and connect USB in the same time.
4. Than enter this commands in command prompt:
fastboot oem unlock-go
fastboot erase userdata
After that it's possible to flash patched boot.img:
1. Download patched boot(for build number 00TW_1_190): yadi.sk/d/L7blgSOi3Rxpab
2. Place patched_boot.img file into C:\adb folder
3. Flash it with comand in fastboot:
fastboot flash boot patched_boot.img
4. Download and install magisk manager on your phone
5. Install zip archive of magisk from manager
This is all. Good luck!
PS: All the user data will be erased after this. Also phone have to be updated to the last firmware. If someone don't want to update the phone (some people got broken wifi and bluetooth after update), he or she must use boot.img from their firmware and patch it in Magisk manager. Correct boot.img can be extracted from update file of their firmware: 4pda.ru/forum/index.php?showtopic=882709&st=2740#entry70267350
Being root, do you know if it's possible to install another firmware image on the Aquos P1, like the one of the SHV34 (which is Android 8)? I believe both phones have the exact same hardware...
The trouble is, the SHV34 Android 8 update is OTA and there's no firmware file available for download.
grenet_ghost said:
Being root, do you know if it's possible to install another firmware image on the Aquos P1, like the one of the SHV34 (which is Android 8)? I believe both phones have the exact same hardware...
The trouble is, the SHV34 Android 8 update is OTA and there's no firmware file available for download.
Click to expand...
Click to collapse
No, I don't know. There are update files of Android 7 and 8 for shv34 on 4pda.ru forum, but it isn't full update. Only system, boot and vendor images are full, all other are patches. I think we need help of Android developer to create firmware from shv34 update, if it possible.
Few months ago one developer started making Lineage OS 14 for our phone, but developing stuck because there wasn't someone to test all new stuff and make logcats, like test new kernel. Also guys from 4pda started donating for the phone to send it to developer, but didn't donate full price by this time.
alswafy22 said:
do like i say carefuly excaus me for my poor english i have same device aquos p1 shv34
1-get (twarp recovery) and (Magisk-v16.4)(SuperSU-v2.82-201705271822) from google research and adb drive usb 1.4.3
2-setup usb right in ur pc
3-us adb to root and install recovery img i will say to u how
open cmd in same folder adb in c: drive and use this code like i wright now
adb devices
adb usb
adb get-state
adb remout
adb reboot sideload
ur mobile will open sideload in ur mobile u can now use this cod to install supersu and magisk for rooting ur mobile and twrp recover too do this god ( adb sideload Magisk-v16.4.zip)and( adb sideload SuperSU-v2.82-201705271822.4.zip) now ur fone it complatlly rooting if u have ur device is close its okay let ur devices in sideload mode 10 minut it will go to recovery after time out now u use updat adb and do this cod
1-fastboot oem unloke-go
2- fastboot flashing unlock
3-fastboot flash recovery recovery.img
now u have u have twrp recovery u can go to custom recovery when press vol+vol-power button and install zip and install Magisk-v16.4.zip and SuperSU.zip halloolwia u now have device rooting and have twrp recovery
all this after 2 month searching about how i rooting and install recovery and flash rom to sharp aquos p1 shv34
remmber adb folder in c: partition u must put there rom u want flash ir and magisk and recvoery img and supersu and hapy life with awesome phone byyyyeeeeeee:good::good::good::good:
Click to expand...
Click to collapse
is it your phone sharp aquos shv34 au version?
are you use os 7.0 or 8.0?
i had shv34 os 7.0 i'll try it if ur phone same as mine. :good:
---------- Post added at 07:52 PM ---------- Previous post was at 07:47 PM ----------
Rumin133 said:
I have already rooted my Sharp p1 so here steps for getting root(Magisk root only):
It is needed to unlock bootloader first:
1. Go to the Settings -> About phone, scroll down and tap on the Build number several times until you get message that you are a developer.
2. After that go to the Settings -> Developer options. Enable OEM unlocking and USB debugging.
3. Download adb drivers: k-tai.sharp.co.jp/support/developers/driver/index.html
4. Install them, don't forget to disable driver signature verification on your computer.
5. Download ADB zip archive and extract it in C:\adb.
dl.google.com/android/repository/platform-tools-latest-windows.zip
6. Open the Command Prompt as Administrator. Go to the adb folder with command: cd C:\adb
3. Enter your phone into fastboot mode: turn phone off, than press volume down and power button and connect USB in the same time.
4. Than enter this commands in command prompt:
fastboot oem unlock-go
fastboot erase userdata
After that it's possible to flash patched boot.img:
1. Download patched boot(for build number 00TW_1_190): yadi.sk/d/L7blgSOi3Rxpab
2. Place patched_boot.img file into C:\adb folder
3. Flash it with comand in fastboot:
fastboot flash boot patched_boot.img
4. Download and install magisk manager on your phone
5. Install zip archive of magisk from manager
This is all. Good luck!
PS: All the user data will be erased after this. Also phone have to be updated to the last firmware. If someone don't want to update the phone (some people got broken wifi and bluetooth after update), he or she must use boot.img from their firmware and patch it in Magisk manager. Correct boot.img can be extracted from update file of their firmware: 4pda.ru/forum/index.php?showtopic=882709&st=2740#entry70267350
Click to expand...
Click to collapse
is it possible to apply it on my sharp SHV34 AU version?
is it patched boot will work on my device?
help me please..
I have sh-04h with android 7.0
I can not into fastboot mode with anyway
i tri:
-adb: adb reboot rootloader
-key: vol - and power and usb conection with computer
-key: vol - and vol + and power
-With key: vol - and power , have recovery mode with 02 option:
+ reboot
+wipe data user (format factory)
Does anyone here help me?
I want to add supper su to system or install twrp
SHV34 of AU japan
alswafy22 said:
do like i say carefuly excaus me for my poor english i have same device aquos p1 shv34
1-get (twarp recovery) and (Magisk-v16.4)(SuperSU-v2.82-201705271822) from google research and adb drive usb 1.4.3
2-setup usb right in ur pc
3-us adb to root and install recovery img i will say to u how
open cmd in same folder adb in c: drive and use this code like i wright now
adb devices
adb usb
adb get-state
adb remout
adb reboot sideload
ur mobile will open sideload in ur mobile u can now use this cod to install supersu and magisk for rooting ur mobile and twrp recover too do this god ( adb sideload Magisk-v16.4.zip)and( adb sideload SuperSU-v2.82-201705271822.4.zip) now ur fone it complatlly rooting if u have ur device is close its okay let ur devices in sideload mode 10 minut it will go to recovery after time out now u use updat adb and do this cod
1-fastboot oem unloke-go
2- fastboot flashing unlock
3-fastboot flash recovery recovery.img
now u have u have twrp recovery u can go to custom recovery when press vol+vol-power button and install zip and install Magisk-v16.4.zip and SuperSU.zip halloolwia u now have device rooting and have twrp recovery
all this after 2 month searching about how i rooting and install recovery and flash rom to sharp aquos p1 shv34
remmber adb folder in c: partition u must put there rom u want flash ir and magisk and recvoery img and supersu and hapy life with awesome phone byyyyeeeeeee:good::good::good::good:
Click to expand...
Click to collapse
Can SHV34 of AU (japan) into fast boot?
Android 8.0 oreo
Thankyou very much
mangbrem said:
is it possible to apply it on my sharp SHV34 AU version?
is it patched boot will work on my device?
help me please..
Click to expand...
Click to collapse
As I know, it is not possible to access fastboot on shv34, so the only way is to do something like this https://blog.tewi.love/?p=135
The same is for sh-04h and 506sh. Only sharp p1 has fastboot
I have softbank sharp aquos 506sh.
My build mumber is s1008, nougjat 7.0.
I want to update to oreo.
After net search, i installed japan vpn.
But when i try to update, it gives error that " this service is unavailable because can not read sim card".
I tried both ways inserting sim card. And removing it, but still get the same response.
Kindly guide when how i can update it.
Sim works fine in mobile.
I have trief factory resetting 2 3 times from inside settimg menu, as it do not boot in recovery,
Kimdly help me, because fighting with it ftom last 2 days to get updated
hahmad78 said:
I have softbank sharp aquos 506sh.
My build mumber is s1008, nougjat 7.0.
I want to update to oreo.
After net search, i installed japan vpn.
But when i try to update, it gives error that " this service is unavailable because can not read sim card".
I tried both ways inserting sim card. And removing it, but still get the same response.
Kindly guide when how i can update it.
Sim works fine in mobile.
I have trief factory resetting 2 3 times from inside settimg menu, as it do not boot in recovery,
Kimdly help me, because fighting with it ftom last 2 days to get updated
Click to expand...
Click to collapse
I also have 506SH, and im stuck on Marshmallow. Same USIM Error, the VPN trick dont work with this model!! and it dont have fast boot or recovery as far as i know. Is it possible you can dump a clean backup of ur OS 7. I just want to update my OS, not looking for root etc!!
dear if you can tell me the procedure, iwould definitely do it.
if even make a dump, how you would flash it without fastboot, root, recovery,
i am seraching from last week, but could not find any clues
---------- Post added at 10:46 AM ---------- Previous post was at 10:40 AM ----------
https://www.teamandroid.com/2017/09/18/capture-android-ota-update-url/
I have found this method online "Using FlashFire App (Root users)" But it require a rooted set! and I believe to apply this dump the target set must be rooted too! I think 506SH has no root either!!
https://www.the***********.com/backup-android-device-guide/
I dont know why no1 ever backup the download OTA of the firmware and posted it anywhere!!
I will try this logcat method! and will report back!! i dont think it will work! I think there is some sort of SIM issue! because I notice in my phone! the baseband has no version! just 00 00 00!!
qaisarrehman said:
I have found this method online "Using FlashFire App (Root users)" But it require a rooted set! and I believe to apply this dump the target set must be rooted too! I think 506SH has no root either!!
https://www.the***********.com/backup-android-device-guide/
I dont know why no1 ever backup the download OTA of the firmware and posted it anywhere!!
I will try this logcat method! and will report back!! i dont think it will work! I think there is some sort of SIM issue! because I notice in my phone! the baseband has no version! just 00 00 00!!
Click to expand...
Click to collapse
baseband 00 00 00 is beacuse you are still on marshmallow 6.0 , which was out of factory version, i am on noughat 7.0, my baseband is 1.00 00 00, and if i ever get oreo, it will be 200 00 00, every company has its nown symbols and styles
logcat method can work if ota update essage apperas, but unfortunately, we dont have that option still.
lets search on local olx for 506sh users, maybe some one has upgraded oreo or some methods . maybe whole sellers in karachi bringing sharp phones, have some clues,
When I reset My phone and setup first time! I get the Automatic update pop up!! I will try to logcat at this stage to see if it shows any URL!! in Karachi phone shop have no clue, they even dont know this phone has a 120Hz screen! the shop I bought my phone from was telling me if I found a working root method! he can give me the contract to root these sets!
qaisarrehman said:
When I reset My phone and setup first time! I get the Automatic update pop up!! I will try to logcat at this stage to see if it shows any URL!! in Karachi phone shop have no clue, they even dont know this phone has a 120Hz screen! the shop I bought my phone from was telling me if I found a working root method! he can give me the contract to root these sets!
Click to expand...
Click to collapse
that automatic update message which appears is just due to reset.
thing which i understand is that update process is not accepting wifi, and goes for sim data.
because in SOFTBANK website, they stated, either wifi or sim data required

Categories

Resources