[DUMP][DEV][xt907] 4.4.2 OTA Partition Dump

Search This thread

ATTACK

Senior Member
Jan 8, 2012
1,722
2,122
DEVELOPMENT PURPOSES ONLY

183.46.10.XT907
>SYSTEM
>RECOVERY
>BOOT
>MODEM
>ABOOT


---------------------------------------------------------------------------------------

TO LIST PARTITIONS [DEV BLOCK] VIA ADB:

TYPE:
Code:
adb shell

THEN TYPE:
Code:
ls -al /dev/block/platform/msm_sdcc.1/by-name


-----------------------------------------------------------------------------------

IF YOU WANT TO PULL A PARTITION [DEV BLOCK]:

TYPE:
Code:
adb shell


THEN TYPE:
Code:
dd if=[COLOR="Red"]/MountingPoint[/COLOR] of=[COLOR="SeaGreen"]/YourDestination[/COLOR][COLOR="PURPLE"]/PartitionType[/COLOR]
EXAMPLE - THIS IS THE SYSTEM BLOCK
Code:
dd if=[COLOR="Red"]/dev/block/mmcblk0p36[/COLOR] of=[COLOR="SeaGreen"]/sdcard[/COLOR][COLOR="DarkOrchid"]/system.img[/COLOR]
 
Last edited:

thewraith420

Senior Member
Sep 3, 2011
395
79
Google Pixel 6
Thanks! I've been needing the modem bin to fix my phone since I tried flashing the 4.0.4 modem lol. It ended up making the phone unusable.

Sent from my XT907 using Tapatalk
 
  • Like
Reactions: ATTACK

l2adiant

Senior Member
May 6, 2011
107
6
Put system.img, recovery.img and boot.img to your fastboot folder and type when your phone is in fastboot mode:


Odesláno z mého XT907 pomocí Tapatalk

im on 4.1.2 and OTA not showing any update, can i do this method to update???

fastboot flashall will update system.img, recovery.img and boot.img
and what about aboot and modem.bin????????????? please guide
 
Last edited:

kashif87

Member
Apr 22, 2012
46
4
Does anyone have any idea WHEN will be root exploit coming for locked BL?

Sent from my XT907 using XDA Premium 4 mobile app
 

ATTACK

Senior Member
Jan 8, 2012
1,722
2,122
im on 4.1.2 and OTA not showing any update, can i do this method to update???

fastboot flashall will update system.img, recovery.img and boot.img
and what about aboot and modem.bin????????????? please guide

Please do not flash these. They are for development purposes only. Head to this thread, grab the leak and continue reading through it for all of the instructions.
 

l2adiant

Senior Member
May 6, 2011
107
6

Attachments

  • moto.PNG
    moto.PNG
    27.4 KB · Views: 153
Last edited:

l2adiant

Senior Member
May 6, 2011
107
6
still stuck here, unable to flash system.img :( :(
please do something
now even its not flshing 4.1.2 system.img :(
 

Attachments

  • Capture.PNG
    Capture.PNG
    23 KB · Views: 82

l2adiant

Senior Member
May 6, 2011
107
6
Have you tried fastboot flash system system.img?

Sent from my XT907 using Tapatalk


target max-download-size: 30MB
Multi-Flash is enabled!
sending 'system' (30720 KB)...
OKAY [ 2.364s]
writing 'system'...
(bootloader) Preflash validation failed
FAILED (remote failure)
finished. total time: 2.671s


yes, it failed, now im unable to goto fastboot too :(
i dont know what to do
it just show Moto logo for awhile and then black screen, no fastboot either
 
Last edited:

l2adiant

Senior Member
May 6, 2011
107
6
In the development section i just noticed there's a unofficial fxz now to update to 4.4.2 you could try that with rsd

Sent from my XT907 using Tapatalk

link please

m getting this error

C:\Users\xxx\Desktop\VRZ>fastboot flash boot boot.img
sending 'boot' (10240 KB)...
OKAY [ 0.789s]
writing 'boot'...
Preflash validation failed
FAILED (remote failure)
finished. total time: 1.097s
 
Last edited:

thewraith420

Senior Member
Sep 3, 2011
395
79
Google Pixel 6
Well I was just going to post it but i also just noticed it's only for unlocked bootloaders

Edit can you post the results of fastboot getvar all

Sent from my XT907 using Tapatalk
 

l2adiant

Senior Member
May 6, 2011
107
6
Well I was just going to post it but i also just noticed it's only for unlocked bootloaders

Edit can you post the results of fastboot getvar all

Sent from my XT907 using Tapatalk

version-bootloader: 109B(*)
product: smq
secure: yes
mid: 0058
version: 0.5
serialno: TA22804O6K
qe: qe 1/1
unlocked: no
iswarrantyvoid: no
max-download-size: 31457280
emmc-size: 8GB
reason: Key pressed
revision-hardware: 0x82A0
cpu: MSM8960 CS
uid: C4B0BF0302000100000000000000
cid: 0x02
all:
finished. total time: 0.019s
 

Top Liked Posts