Try this one.
Okay I'll flash it Right now and report back right after
---------- Post added at 01:30 AM ---------- Previous post was at 01:24 AM ----------
Failed to flash, it said error 1 along with something about bootTry this one.
Try this one.
Failed to flash, it said error 1 along with something about bootTry this one.
Okay I'll flash it Right now and report back right after
---------- Post added at 01:30 AM ---------- Previous post was at 01:24 AM ----------
Failed to flash, it said error 1 along with something about boot[/QUOTE
You have everything set from sdcard? Cause if it tries to unpack in data it's going to fail. I'll take some screenshots
Okay I'll flash it Right now and report back right after
---------- Post added at 01:30 AM ---------- Previous post was at 01:24 AM ----------
Failed to flash, it said error 1 along with something about boot[/QUOTE
You have everything set from sdcard? Cause if it tries to unpack in data it's going to fail. I'll take some screenshots
My default storage is my internal storage, and yes screenshots would be helpful
Hmm cant screenshot in this twrp. Flash it again. Then go to advanced and make a log and Post hereMy default storage is my internal storage, and yes screenshots would be helpful
lol I don't think the screenshots loaded if thats what you sent just now
---------- Post added at 01:55 AM ---------- Previous post was at 01:48 AM ----------
Oh okay I will
---------- Post added at 02:01 AM ---------- Previous post was at 01:55 AM ----------
Hmm cant screenshot in this twrp. Flash it again. Then go to advanced and make a log and Post here
There
---------- Post added at 02:02 AM ---------- Previous post was at 02:01 AM ----------
lol I don't think the screenshots loaded if thats what you sent just now
---------- Post added at 01:55 AM ---------- Previous post was at 01:48 AM ----------
Oh okay I will
---------- Post added at 02:01 AM ---------- Previous post was at 01:55 AM ----------
There
---------- Post added at 02:04 AM ---------- Previous post was at 02:02 AM ----------
The log won't post here, do you want me to just pm it to youHmm cant screenshot in this twrp. Flash it again. Then go to advanced and make a log and Post here
---------- Post added at 02:17 AM ---------- Previous post was at 02:04 AM ----------
Well I figured out that I just want had to flash back to the original boot and then flash the superuser fix. Everything is good now. Thanks
lol I don't think the screenshots loaded if thats what you sent just now
---------- Post added at 01:55 AM ---------- Previous post was at 01:48 AM ----------
Oh okay I will
---------- Post added at 02:01 AM ---------- Previous post was at 01:55 AM ----------
There
---------- Post added at 02:02 AM ---------- Previous post was at 02:01 AM ----------
lol I don't think the screenshots loaded if thats what you sent just now
---------- Post added at 01:55 AM ---------- Previous post was at 01:48 AM ----------
Oh okay I will
---------- Post added at 02:01 AM ---------- Previous post was at 01:55 AM ----------
---------- Post added at 02:04 AM ---------- Previous post was at 02:02 AM ----------
Ok good glad that's fixedThe log won't post here, do you want me to just pm it to you
---------- Post added at 02:17 AM ---------- Previous post was at 02:04 AM ----------
Well I figured out that I just want had to flash back to the original boot and then flash the superuser fix. Everything is good now. Thanks
Pm me that log for my records
Glad you manage to unbrick it with the help from aslezak :highfive:fixed and working now!!!!
You must've miss this postYou can only mount the ext4 partitions and neglect f2fs, my twrp was fully functional this way.
# Android fstab file.
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
#TODO: Add 'check' as fs_mgr_flags with data partition.
# Currently we dont have e2fsck compiled. So fs check would failed.
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
/dev/block/bootdevice/by-name/log /log vfat nosuid,nodev,uid=1000,gid=1007,fmask=0007,dmask=0007 wait,check,continue
/dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1,discard wait,verify,continue
/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait,verify,continue
/dev/block/bootdevice/by-name/product /product ext4 ro,barrier=1 wait,verify,continue
/dev/block/bootdevice/by-name/version /version ext4 ro,barrier=1 wait,verify,continue
/dev/block/bootdevice/by-name/userdata /data [COLOR="blue"]f2fs[/COLOR] nosuid,nodev,noatime,discard,inline_data,inline_xattr wait,check,fileencryption
/dev/block/bootdevice/by-name/cust /cust ext4 ro,nosuid,nodev,barrier=1,noauto_da_alloc wait,verify,continue
/dev/block/bootdevice/by-name/patch /patch_hw ext4 ro wait,continue,verify
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,barrier=1 wait,check,continue
/dev/block/bootdevice/by-name/persist /persist ext4 nosuid,nodev,barrier=1 wait,check,continue
/devices/soc/7864900.sdhci/mmc_host* /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,noemulatedsd
/dev/block/zram0 none swap defaults zramsize=1073741824
/dev/block/bootdevice/by-name/config /frp emmc defaults defaults
/devices/soc/78db000.usb/msm_hsusb_host* /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto
/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
# Copyright (c) 2014, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following
# disclaimer in the documentation and/or other materials provided
# with the distribution.
# * Neither the name of The Linux Foundation nor the names of its
# contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#device mount point fstype [device2] [length=]
/dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,continue
/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait
/dev/block/bootdevice/by-name/product /product ext4 ro,barrier=1 wait
/dev/block/bootdevice/by-name/version /version ext4 ro,barrier=1 wait
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,barrier=1 wait,check,continue
/dev/block/bootdevice/by-name/userdata /data [COLOR="Blue"]f2fs[/COLOR] noatime,nosuid,nodev,discard,inline_data,inline_xattr wait,check,length=-16384
/dev/block/mmcblk1p1 /sdcard vfat nosuid,nodev wait
/dev/block/bootdevice/by-name/boot /boot emmc defaults defaults
/dev/block/bootdevice/by-name/recovery /recovery emmc defaults defaults
/dev/block/bootdevice/by-name/system /newsys ext4 ro,barrier=1 wait
/dev/block/bootdevice/by-name/cust /cust ext4 ro,nosuid,nodev,barrier=1,noauto_da_alloc wait,continue
/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
/dev/block/bootdevice/by-name/modem /firmware vfat ro,relatime wait
/dev/block/bootdevice/by-name/log /log vfat nosuid,nodev,uid=1000,gid=1007,fmask=0007,dmask=0007 wait,check,continue
/dev/block/sda1 /usb vfat defaults defaults
if you have read from page 1 to the end then you would not have miss this postHi.
Do anyone know how to SIM unlock, for less than $40 on ebay.
I have tried https://www.mobileunlocked.com/huawei/ascend+xt2/ for $20.99 with no success![]()
lol I don't think the screenshots loaded if thats what you sent just now
---------- Post added at 01:55 AM ---------- Previous post was at 01:48 AM ----------
Oh okay I will
---------- Post added at 02:01 AM ---------- Previous post was at 01:55 AM ----------
There
---------- Post added at 02:02 AM ---------- Previous post was at 02:01 AM ----------
lol I don't think the screenshots loaded if thats what you sent just now
---------- Post added at 01:55 AM ---------- Previous post was at 01:48 AM ----------
Oh okay I will
---------- Post added at 02:01 AM ---------- Previous post was at 01:55 AM ----------
---------- Post added at 02:04 AM ---------- Previous post was at 02:02 AM ----------
The log won't post here, do you want me to just pm it to you
---------- Post added at 02:17 AM ---------- Previous post was at 02:04 AM ----------
Well I figured out that I just want had to flash back to the original boot and then flash the superuser fix. Everything is good now. Thanks
i see then they could format it to ext4 :laugh:Glad you manage to unbrick it with the help from aslezak :highfive:
You must've miss this postMay be @faxanidu or @aslezak would port this over & test if re-formatting to f2fs works, it might brick as experience by crashburn833 :fingers-crossed: :laugh:stock recovery fstab.qcomStock recovery.fstabCode:# Android fstab file. # The filesystem that contains the filesystem checker binary (typically /system) cannot # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK #TODO: Add 'check' as fs_mgr_flags with data partition. # Currently we dont have e2fsck compiled. So fs check would failed. #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags> /dev/block/bootdevice/by-name/log /log vfat nosuid,nodev,uid=1000,gid=1007,fmask=0007,dmask=0007 wait,check,continue /dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1,discard wait,verify,continue /dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait,verify,continue /dev/block/bootdevice/by-name/product /product ext4 ro,barrier=1 wait,verify,continue /dev/block/bootdevice/by-name/version /version ext4 ro,barrier=1 wait,verify,continue /dev/block/bootdevice/by-name/userdata /data [COLOR="blue"]f2fs[/COLOR] nosuid,nodev,noatime,discard,inline_data,inline_xattr wait,check,fileencryption /dev/block/bootdevice/by-name/cust /cust ext4 ro,nosuid,nodev,barrier=1,noauto_da_alloc wait,verify,continue /dev/block/bootdevice/by-name/patch /patch_hw ext4 ro wait,continue,verify /dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,barrier=1 wait,check,continue /dev/block/bootdevice/by-name/persist /persist ext4 nosuid,nodev,barrier=1 wait,check,continue /devices/soc/7864900.sdhci/mmc_host* /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,noemulatedsd /dev/block/zram0 none swap defaults zramsize=1073741824 /dev/block/bootdevice/by-name/config /frp emmc defaults defaults /devices/soc/78db000.usb/msm_hsusb_host* /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto /dev/block/bootdevice/by-name/misc /misc emmc defaults defaultsCode:# Copyright (c) 2014, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # * Redistributions in binary form must reproduce the above # copyright notice, this list of conditions and the following # disclaimer in the documentation and/or other materials provided # with the distribution. # * Neither the name of The Linux Foundation nor the names of its # contributors may be used to endorse or promote products derived # from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN # IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #device mount point fstype [device2] [length=] /dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,continue /dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait /dev/block/bootdevice/by-name/product /product ext4 ro,barrier=1 wait /dev/block/bootdevice/by-name/version /version ext4 ro,barrier=1 wait /dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,barrier=1 wait,check,continue /dev/block/bootdevice/by-name/userdata /data [COLOR="Blue"]f2fs[/COLOR] noatime,nosuid,nodev,discard,inline_data,inline_xattr wait,check,length=-16384 /dev/block/mmcblk1p1 /sdcard vfat nosuid,nodev wait /dev/block/bootdevice/by-name/boot /boot emmc defaults defaults /dev/block/bootdevice/by-name/recovery /recovery emmc defaults defaults /dev/block/bootdevice/by-name/system /newsys ext4 ro,barrier=1 wait /dev/block/bootdevice/by-name/cust /cust ext4 ro,nosuid,nodev,barrier=1,noauto_da_alloc wait,continue /dev/block/bootdevice/by-name/misc /misc emmc defaults defaults /dev/block/bootdevice/by-name/modem /firmware vfat ro,relatime wait /dev/block/bootdevice/by-name/log /log vfat nosuid,nodev,uid=1000,gid=1007,fmask=0007,dmask=0007 wait,check,continue /dev/block/sda1 /usb vfat defaults defaults
if you have read from page 1 to the end then you would not have miss this post
[/hide]Would you pls stop editing your previous post, you have made it totally unreadable :laugh: i have to add five additional [/QUOTE] at the end to make it readable. If you still want to do that then use the preview button to correct it before posting![]()
Well at this point, I'd like to know what the status actually is..what is our goal f2fs or ext4? i have done both and making a new thread on how to do it with credits to proper people later tonight.
F2fs as is the default used one by huaweiwhat is our goal f2fs or ext4? i have done both and making a new thread on how to do it with credits to proper people later tonight.
To answer your questions:Well at this point, I'd like to know what the status actually is..
1. Do we have a fully functional TWRP yet? IF so what is the latest stable download link.
2. Do we have a functional non-magisk SU? (I think that phh superuser is functional. I am not happy with SuperSU on my other huawei phone that was rooted by flashing su from twrp (my Y38) half of the programs don't detect root, and super su works by creating a shell of some sort now, and many programs don't use the interactive shell, so just break.
3. Do we have a working Xposed?
4. Do we have a boot image yet?
IF someone has all of these, could you please make a full TWRP backup of the phone and post it, so I can flash it into a phone?
(I'm seriously considering getting an ELATE, since I have lost my second phone. criket uses ATT towers, and neck to neck the pre-paid plans are almost identical,
except at the 35.00 month plan, where I believe that ATT gives you 2 gigs vs criket's 1 gig.
I got the twrp done but I ****ed a line up somewhere. So it won't boot once I locate that we'll be all good, then I'll make a thread with all install rooting unlocking etc. I may be slow, but I try to be 100% sorry if that frustrates some.
I work and the tower needs a power supply so I'm working on all this on a 32bit cracked tablet. All in my free time, and not asking for any money, donations, OR thanks. I do it cause I like what I do, and helping others.
Magisk won't work cause it relies on /data/adb. So unless that stays unencrypted it won't take. Unless there's a /cache work around.I can donate $1 if it'll help. (Know it's not much sorry but I'm very low in PayPal but you do deserve a donation) Btw, if I downloaded a SuperSu zip and flashed it in TWRP will I be rooted? Or do I have to stick with magisk or phh? The reason I ask is because there's an app where I specifically need SuperSu for
Thanks for the heads up before I decided to flash it, btw, did you want the donation? You've been working hard ?Magisk won't work cause it relies on /data/adb. So unless that stays unencrypted it won't take. Unless there's a /cache work around.
SuperSU so far has soft bricked my phone Everytime.
Phh has a systemless root AND a systemless exposed. I'll be posting that in the next post.
At the moment finishing up TWRP