Do I have root shell on my moto E5 - Moto E5 Questions & Answers

I did this with Termux please help

Related

TRYING TO UNLOCK THE MOTO X 2ND GEN

CAN SOMEONE PLEASE HELP US?? WE ARE TRYING TO UNLOCK THE MOTO X 2ND GEN FROM US CELLULAR AND NEED THESE FILES!
THANKS IN ADVANCE!
PLEASE POST THEM TO : http://forum.xda-developers.com/moto-x-2014/help/xt1093-cellular-gsm-network-t2952620/page12
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
maybe if somebody shere modemst1 and modemst2 from unlocked moto x 2014 files and we flashe it will help
i can take the risk and flesh it to my device
how to backup this file
run terminal emulator
su ( enter )
dd if=/dev/block/platform/msm_sdcc.1/by-name/modemst1 of=/sdcard/modemst1.img ( enter )
dd if=/dev/block/platform/msm_sdcc.1/by-name/modemst2 of=/sdcard/modemst2.img ( enter )
someone can do it for us ?

[Q] Unbrick Moto X 2014 - I need Lollipop 5.1 extracted Files to try!

Someone who has the moto x (XT1097) updated on the lollipop 5.1 could extract the files through the attached procedure?
I would like to try the procedure below:
http://forum.xda-developers.com/showpost.php?p=60224688&postcount=415
Thanks!
OznerCall said:
Someone who has the moto x (XT1097) updated on the lollipop 5.1 could extract the files through the attached procedure?
I would like to try the procedure below:
http://forum.xda-developers.com/showpost.php?p=60224688&postcount=415
Thanks!
Click to expand...
Click to collapse
i can extract from my phone and share the files with anyone, no probs with that
tramuyo said:
i can extract from my phone and share the files with anyone, no probs with that
Click to expand...
Click to collapse
that would be great, i need to unbrick my phone too
Those files won't work. Those are for the first gen moto x. We have a different processor in the second gen.
Sent from my XT1095
But from our phone, with a similar procedure
haanzj said:
But from our phone, with a similar procedure
Click to expand...
Click to collapse
Won't work. We need the moto x gen 2 files. Until we have them this procedure won't work. We have to wait until they are leaked.
The only reason this works on the first gen is because the files needed were leaked from motorola. Unfortunately we still don't have the files for the second gen yet, so we must wait.
Sent from my XT1095
I just looked in the bat file, don't use it!
It copies your imei info!
Sent from my XT1095
Oops. So don't do this
adb shell su -c "dd if=/dev/block/mmcblk0 of=/sdcard/partitions.mbn bs=6144 count=1"
adb shell su -c "dd if=/dev/block/mmcblk0 of=/sdcard/pt.bin bs=1024 count=10"
adb shell su -c "dd if=/dev/block/mmcblk0p2 of=/sdcard/sbl1.mbn"
adb shell su -c "dd if=/dev/block/mmcblk0p3 of=/sdcard/sbl2.mbn"
adb shell su -c "dd if=/dev/block/mmcblk0p4 of=/sdcard/sbl3.mbn"
adb shell su -c "dd if=/dev/block/mmcblk0p5 of=/sdcard/aboot.mbn"
adb shell su -c "dd if=/dev/block/mmcblk0p6 of=/sdcard/rpm.mbn"
adb shell su -c "dd if=/dev/block/mmcblk0p7 of=/sdcard/tz.mbn"
Click to expand...
Click to collapse
What about that?
haanzj said:
What about that?
Click to expand...
Click to collapse
Those ones are fine, it is the one that says pds that has imei info in it.
Sent from my XT1095

Imei 0 fixed

MOTO G IMEI 0 FIXED
ADB COMMANDS
"adb root"
"adb remount"
"adb push hub.img /scard/hub.img "
"adb push fsc.img /sdcard/fsc.img"
"adb push dhub /sdcard/dhub.img"
"adb shell"
"dd if=/sdcard/hub.img of=/dev/block/platform/msm_sdcc.1/by-name/hob"
"dd if=/sdcard/dhub.img of=/dev/block/platform/msm_sdcc.1/by-name/dhob"
"dd if=/sdcard/fsc.img of=/dev/block/platform/msm_sdcc.1/by-name/fsc"
"reboot"
imei is still 0 but the signal should be there
Really Works?
Thanks...
I Need Partitions for XT1039 :/
J0SH1X said:
MOTO G IMEI 0 FIXED
ADB COMMANDS
"adb root"
"adb remount"
"adb push hub.img /scard/hub.img "
"adb push fsc.img /sdcard/fsc.img"
"adb push dhub /sdcard/dhub.img"
"adb shell"
"dd if=/sdcard/hub.img of=/dev/block/platform/msm_sdcc.1/by-name/hob"
"dd if=/sdcard/dhub.img of=/dev/block/platform/msm_sdcc.1/by-name/dhob"
"dd if=/sdcard/fsc.img of=/dev/block/platform/msm_sdcc.1/by-name/fsc"
"reboot"
imei is still 0 but the signal should be there
Click to expand...
Click to collapse
I have my IMEI numbers can i do anything with it ??
wxyzaid said:
I have my IMEI numbers can i do anything with it ??
Click to expand...
Click to collapse
I dont get the question if you wanna save them then invert my commands instead of "dd if=/sdcard/fsc.img of=/dev/block/platform/msm_sdcc.1/by-name/fsc" do "dd if=/dev/block/platform/msm_sdcc.1/by-name/fsc of=/sdcard/fsc.img" and so on
J0SH1X said:
I dont get the question if you wanna save them then invert my commands instead of "dd if=/sdcard/fsc.img of=/dev/block/platform/msm_sdcc.1/by-name/fsc" do "dd if=/dev/block/platform/msm_sdcc.1/by-name/fsc of=/sdcard/fsc.img" and so on
Click to expand...
Click to collapse
Can this method work on any device?
tra_dax
i don't know how this is working this is the method how i fixed my moto g other phones have other methods to safe imei and meid for moto g 2013 , 2014 and 2015 this method should work also for moto x versions i guess but only the safe method restore i would not try
I managed to get carrier on my XT1039 (single sim 4g) flashing the images from XT1033 (dual sim, no 4g). Hope 4G will also be back...
where did I put those partition?
You should follow the guide in the first post.
J0SH1X said:
MOTO G IMEI 0 FIXED
ADB COMMANDS
"adb root"
"adb remount"
"adb push hub.img /scard/hub.img "
"adb push fsc.img /sdcard/fsc.img"
"adb push dhub /sdcard/dhub.img"
"adb shell"
"dd if=/sdcard/hub.img of=/dev/block/platform/msm_sdcc.1/by-name/hob"
"dd if=/sdcard/dhub.img of=/dev/block/platform/msm_sdcc.1/by-name/dhob"
"dd if=/sdcard/fsc.img of=/dev/block/platform/msm_sdcc.1/by-name/fsc"
"reboot"
imei is still 0 but the signal should be there
Click to expand...
Click to collapse
can this method works on moto g xt1068 2014(dual sim)
febil8055 said:
can this method works on moto g xt1068 2014(dual sim)
Click to expand...
Click to collapse
Yeah my Moto was Xt1068 Dualsim you can do it if you want i sold mine for a nexus 4
It didn't work on my Xt1068 Dualsim running Stock 6.0. Am I missing something? all partitions writes were successful.
Revolver95 said:
It didn't work on my Xt1068 Dualsim running Stock 6.0. Am I missing something? all partitions writes were successful.
Click to expand...
Click to collapse
Can you give some more detail on how did you get this? Are you sure your Moto G is first gen? Maybe you should get the files from second gen?
vitruss said:
Can you give some more detail on how did you get this? Are you sure your Moto G is first gen? Maybe you should get the files from second gen?
Click to expand...
Click to collapse
Well I assumed that these files were for the 2nd gen moto g since this thread is under the moto g (2014) subforum...
Ops, sorry. Didn't notice this is the second gen forum, since I've used this method and files (I think) for the first gen.
J0SH1X said:
MOTO G IMEI 0 FIXED
ADB COMMANDS
"adb root"
"adb remount"
"adb push hub.img /scard/hub.img "
"adb push fsc.img /sdcard/fsc.img"
"adb push dhub /sdcard/dhub.img"
"adb shell"
"dd if=/sdcard/hub.img of=/dev/block/platform/msm_sdcc.1/by-name/hob"
"dd if=/sdcard/dhub.img of=/dev/block/platform/msm_sdcc.1/by-name/dhob"
"dd if=/sdcard/fsc.img of=/dev/block/platform/msm_sdcc.1/by-name/fsc"
"reboot"
imei is still 0 but the signal should be there
Click to expand...
Click to collapse
Can I use it on Moto E, its also showing imei = 0
thedeadwarrior said:
Can I use it on Moto E, its also showing imei = 0
Click to expand...
Click to collapse
I dont know if it eill work since I have my third phone after the moto g I guess it could work if you get the files from moto e
Gesendet von meinem D5803 mit Tapatalk
J0SH1X said:
I dont know if it eill work since I have my third phone after the moto g I guess it could work if you get the files from moto e
Gesendet von meinem D5803 mit Tapatalk
Click to expand...
Click to collapse
Thanks for replying, can you tell from can I get the files ?
I got them by posting and nicely ask to do a dump
Gesendet von meinem D5803 mit Tapatalk
J0SH1X said:
MOTO G IMEI 0 FIXED
ADB COMMANDS
"adb root"
"adb remount"
"adb push hub.img /scard/hub.img "
"adb push fsc.img /sdcard/fsc.img"
"adb push dhub /sdcard/dhub.img"
"adb shell"
"dd if=/sdcard/hub.img of=/dev/block/platform/msm_sdcc.1/by-name/hob"
"dd if=/sdcard/dhub.img of=/dev/block/platform/msm_sdcc.1/by-name/dhob"
"dd if=/sdcard/fsc.img of=/dev/block/platform/msm_sdcc.1/by-name/fsc"
"reboot"
imei is still 0 but the signal should be there
Click to expand...
Click to collapse
hey...
i have an imei 0 device and no network covarage.. not calling to emergency..and i flashed ur parts but still no callaing to emergency..

Supersu is still unable to access permissions after authorization

Please excuse my poor English
After HUAWEI mate10 brushes into supersu2.82 SR5,
Open supersu prompt without obtaining root permission
But use
ADB shell
$su
Stuck in here, does not appear #
If you uninstall supersu, then execute it
ADB shell
$su
#
There will be root
I'm sorry, I don't have permission to publish pictures
bbs.xxroot.com/data/download/1.jpg
bbs.xxroot.com/data/download/2.jpg
bbs.xxroot.com/data/download/3.jpg
Sorry, I can only send pictures to other forums, the above is the web site!
@Chainfire
@Chainfire
@Chainfire

XT1929-3 - Sprint - bricked - need dump

Hi all
Problem: 9008 mode after switching to empty _b .....
try this - https://forum.xda-developers.com/z3-play/how-to/how-to-9008-mode-switching-to-empty-b-t3866149 (not working, still bricked )
Need a loader dump from Moto Z3 Play, XT1929-3 Sprint.
how to dump, use ADB:
adb shell
su
dd if=/dev/block/mmcblk0 of=/sdcard/loader.img bs=1024 count=168960
exit
adb pull /sdcard/loader.img
Thanks!

Categories

Resources