[DEV][DISCUSS]Nokia 1520 Partition Info .. From FFU - Windows Phone 8 Development and Hacking

Code:
<?xml version="1.0" encoding="UTF-8"?>
-<DeviceLayout xmlns="http://schemas.microsoft.com/embedded/2004/10/ImageUpdate" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-<Partitions>
<!-- QC 8974 PRODUCTION DEVICE LAYOUT -->
<!-- PROVISIONED DATA SECTION START - WARNING DO NOT ALTER BELOW OR FFU WILL REMOVE DEVICE SETTINGS -->
<!-- Device Provisioning Partition -->
-<Partition>
<Name>DPP</Name>
<!-- PARTITION_BASIC_DATA_GUID -->
<Type>{ebd0a0a2-b9e5-4433-87c0-68b6b72699c7}</Type>
<TotalSectors>16384</TotalSectors>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- QUALCOMM 8974 SPECIFIC PROVISIONING PARTITIONS -->
<!-- Modem golden file system -->
-<Partition>
<Name>MODEM_FSG</Name>
<TotalSectors>3072</TotalSectors>
<Type>{638FF8E2-22C9-E33B-8F5D-0E81686A68CB}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- Modem live file systems -->
-<Partition>
<Name>MODEM_FS1</Name>
<TotalSectors>3072</TotalSectors>
<Type>{EBBEADAF-22C9-E33B-8F5D-0E81686A68CB}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
-<Partition>
<Name>MODEM_FS2</Name>
<TotalSectors>3072</TotalSectors>
<Type>{0A288B1F-22C9-E33B-8F5D-0E81686A68CB}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- Modem File System Cookie partition -->
-<Partition>
<Name>MODEM_FSC</Name>
<TotalSectors>16</TotalSectors>
<Type>{57B90A16-22C9-E33B-8F5D-0E81686A68CB}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- DDR training partition -->
-<Partition>
<Name>DDR</Name>
<TotalSectors>16</TotalSectors>
<Type>{20A0C19C-286A-42FA-9CE7-F64C3226A794}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- Secure Software Download -->
-<Partition>
<Name>SSD</Name>
<TotalSectors>16</TotalSectors>
<Type>{2C86E742-745E-4FDD-BFD8-B6A7AC638772}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- UEFI Variable Services Partitions -->
-<Partition>
<Name>UEFI_BS_NV</Name>
<TotalSectors>512</TotalSectors>
<Type>{F0B4F48B-AEBA-4ECF-9142-5DC30CDC3E77}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
-<Partition>
<Name>UEFI_RT_NV</Name>
<TotalSectors>512</TotalSectors>
<Type>{6BB94537-7D1C-44D0-9DFE-6D77C011DBFC}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- PROVISIONED DATA SECTION END - WARNING DO NOT ALTER ABOVE OR FFU WILL REMOVE DEVICE SETTINGS -->
<!-- START QUALCOMM 8974 BOOT PARTITIONS -->
<!-- Bootloaders -->
-<Partition>
<Name>SBL1</Name>
<TotalSectors>1024</TotalSectors>
<!-- Qualcomm defined for SBL1 -->
<Type>{DEA0BA2C-CBDD-4805-B4F9-F428251C3E98}</Type>
<Bootable>true</Bootable>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- Debug Image Bootloader for Crash dump collection -->
-<Partition>
<Name>DBI</Name>
<TotalSectors>64</TotalSectors>
<Type>{D4E0D938-B7FA-48C1-9D21-BC5ED5C4B203}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
-<Partition>
<Name>UEFI</Name>
<TotalSectors>4096</TotalSectors>
<Type>{400FFDCD-22E0-47E7-9A23-F16ED9382388}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
-<Partition>
<Name>RPM</Name>
<TotalSectors>1000</TotalSectors>
<Type>{098DF793-D712-413D-9D4E-89D711772228}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
-<Partition>
<Name>TZ</Name>
<TotalSectors>1000</TotalSectors>
<Type>{A053AA7F-40B8-4B1C-BA08-2F68AC71A4F4}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- TrustZone Applets -->
-<Partition>
<Name>WINSECAPP</Name>
<TotalSectors>1024</TotalSectors>
<Type>{69B4201F-A5AD-45EB-9F49-45B38CCDAEF5}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
-<Partition>
<Name>TZAPPS</Name>
<TotalSectors>32768</TotalSectors>
<Type>{14D11C40-2A3D-4F97-882D-103A1EC09333}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- Bootloaders Backup Section (Sizes must match) -->
-<Partition>
<Name>BACKUP_SBL1</Name>
<TotalSectors>1024</TotalSectors>
<!-- Qualcomm defined for SBL1 -->
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<Bootable>true</Bootable>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
-<Partition>
<Name>BACKUP_DBI</Name>
<TotalSectors>64</TotalSectors>
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
-<Partition>
<Name>BACKUP_UEFI</Name>
<TotalSectors>4096</TotalSectors>
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
-<Partition>
<Name>BACKUP_RPM</Name>
<TotalSectors>1000</TotalSectors>
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
-<Partition>
<Name>BACKUP_TZ</Name>
<TotalSectors>1000</TotalSectors>
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- TrustZone Applet Backup Sections (Sizes must match) -->
-<Partition>
<Name>BACKUP_WINSECAPP</Name>
<TotalSectors>1024</TotalSectors>
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
-<Partition>
<Name>BACKUP_TZAPPS</Name>
<TotalSectors>32768</TotalSectors>
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- ACPI table storage -->
-<Partition>
<Name>PLAT</Name>
<TotalSectors>16384</TotalSectors>
<FileSystem>FAT</FileSystem>
<Type>{543C031A-4CB6-4897-BFFE-4B485768A8AD}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- END QUALCOMM 8974 BOOT PARTITIONS -->
<!-- START MICROSOFT PARTITIONS -->
<!-- EFI System Partition -->
-<Partition>
<Name>EFIESP</Name>
<FileSystem>FAT</FileSystem>
<TotalSectors>65536</TotalSectors>
<!-- PARTITION_SYSTEM_GUID <Type>{c12a7328-f81f-11d2-ba4b-00a0c93ec93b}</Type> -->
<Type>{ebd0a0a2-b9e5-4433-87c0-68b6b72699c7}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
-<Partition>
<Name>MMOS</Name>
<FileSystem>FAT</FileSystem>
<MinFreeSectors>8192</MinFreeSectors>
<Type>{ebd0a0a2-b9e5-4433-87c0-68b6b72699c7}</Type>
</Partition>
-<Partition>
<Name>MainOS</Name>
<!-- PARTITION_BASIC_DATA_GUID -->
<Type>{ebd0a0a2-b9e5-4433-87c0-68b6b72699c7}</Type>
<!-- Accounts for 400MB free sectors and 256MB page file as defined in registry by package src\baseos\prod\packages\arm\armmemory -->
<MinFreeSectors>1343488</MinFreeSectors>
<ByteAlignment>0x800000</ByteAlignment>
<ClusterSize>0x4000</ClusterSize>
<FileSystem>NTFS</FileSystem>
<AttachDriveLetter>false</AttachDriveLetter>
</Partition>
-<Partition>
<Name>Data</Name>
<!-- PARTITION_BASIC_DATA_GUID -->
<Type>{ebd0a0a2-b9e5-4433-87c0-68b6b72699c7}</Type>
<UseAllSpace>true</UseAllSpace>
<ByteAlignment>0x800000</ByteAlignment>
<ClusterSize>0x4000</ClusterSize>
<FileSystem>NTFS</FileSystem>
</Partition>
</Partitions>
<!-- END MICROSOFT PARTITIONS -->
<SectorSize>512</SectorSize>
<ChunkSize>128</ChunkSize>
<DefaultPartitionByteAlignment>0x200000</DefaultPartitionByteAlignment>
</DeviceLayout>

Also Interesting is a package named " MicrosoftEmployeesApp.spkg" anyone noticed that when extracting FFU. ??
Code:
<PackageFile Path="$(mspackageroot)\pos\$(cputype)\$(buildtype)" Name="Microsoft.EmployeeApps.spkg" NoBasePackage="false" Resolution="*" Language="*">
sOME Qualcomm Diag Packages found :
Code:
Qualcomm.QC8974.DiagRouter.spkg
Qualcomm.QC8974.qccomposite.spkg
Qualcomm.QC8974.DiagBridge.spkg

Registry files .. attached.
Hackers/Moders please check the Qualcomm Registry files.
Can we manipulate those .inf files and add custom content to interact directly with the processor.
I wish Bepe and dcordes could help with these.

tids2k said:
Code:
<?xml version="1.0" encoding="UTF-8"?>
-<DeviceLayout xmlns="http://schemas.microsoft.com/embedded/2004/10/ImageUpdate" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
...
Click to expand...
Click to collapse
that is not a secret anyway
MicrosoftEmployeesApp.spkg
Click to expand...
Click to collapse
the best thing you can do is uploading whole \Windows\Packages content.
I have yet to get my hands on 1520 ROM, though, I am almost sure this package is useless.
Registry files .. attached.
Hackers/Moders please check the Qualcomm Registry files.
Can we manipulate those .inf files and add custom content to interact directly with the processor.
Click to expand...
Click to collapse
What for? You still can't edit these files anyhow. Neither you can flash edited ROM.
I wish Bepe and dcordes could help with these.
Click to expand...
Click to collapse
oh lol...

ultrashot said:
that is not a secret anyway
the best thing you can do is uploading whole \Windows\Packages content.
I have yet to get my hands on 1520 ROM, though, I am almost sure this package is useless.
What for? You still can't edit these files anyhow. Neither you can flash edited ROM.
oh lol...
Click to expand...
Click to collapse
Thanks for your feedback ultra, I am new to the WP8 as I just thought extracting the Rom and providing some info on the partition layout of the device might help in knowing the partitions and bootloader mount points that might help in future unlocks.
If you need anything from the rom please do ask.
Thanks.

tids2k said:
Thanks for your feedback ultra, I am new to the WP8 as I just thought extracting the Rom and providing some info on the partition layout of the device might help in knowing the partitions and bootloader mount points that might help in future unlocks.
If you need anything from the rom please do ask.
Thanks.
Click to expand...
Click to collapse
ultrashot said:
the best thing you can do is uploading whole \Windows\Packages content.
Click to expand...
Click to collapse
10char10char

ultrashot said:
10char10char
Click to expand...
Click to collapse
Here is the packages folder ...

This is the latest registry details from the latest FFU from Nokia.
Might be useful for some.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Related

mxipupdate_oemdisable2577_100.provxml

<wap-provisioningdoc>
<characteristic type="SecurityPolicy">
<parm name="2" value="1" />
</characteristic>
</wap-provisioningdoc>
What are these settings needed for?
Have a look here ...
http://forum.xda-developers.com/showpost.php?p=3880063&postcount=11
... should get you started.
HTH,
So it is an AutoRun Policy.
"The AutoRun security policy setting determines whether applications stored on a MultiMedia Card (MMC) are allowed to auto-run when inserted into the device."
It is set to 1 which means:
0 Applications on a Compact Flash card are allowed to auto-run. ( default )
1 Applications on a Compact Flash card are restricted from auto-running. <--
So i am thinking about deleted this provxml...
Yup, just delete it. Don't let the Man hold you down.

EF02.rdf

http://device.sprintpcs.com/Samsung/SPH-D700/EF02.rdf
Found this just now. I'm surprised nobody else broke this before me.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl"
href="http://device.sprintpcs.com/uaprof.xsl"?>
<!--
*********************************************************************
* Sprint UA Prof template
*
* Version: 2.0
* Created: 1/3/2002
* Organization: Customer Equipment
* Modified: 01/03/2008
*
* Copyright 2008 Sprint PCS
*
* Note
* Elements that are not required by Sprint PCS have been omitted
* from this template.
*
* Revision History
* 0.1 Initial Release
*
* 1.2 Updated for Multimedia (J Gilborne)
*
* 1.3 Updated for FOTA Components (K Hunter) 10/21/2004
* Updated for OTA Diagnostics Components (K Hunter) 10/21/2004
* Updated Multimedia Component to include MultimediaEncoderDisplaySize
* Updated WapDeviceClass with documentation
*
* 1.4 Added for Browser Portal Version in the Sprint Extensions(K Hunter) 06/29/2005
* Added for IOTA Protocol Version in the Sprint Extensions(K Hunter) 06/29/2005
* Added DateNetworkType in the Sprint Extensions (K Hunter) 06/29/2005
*
* 1.5 Deleted CcppAccept-Encoding from SoftwarePlatform section (K Hunter) 09/08/2005
* Note: If the CcppAccept-Encoding is include in the rdf with a Multimedia device, then
* this will prohibit the device from streaming multimedia content.
*
* 1.5.1 Updated profie to validate with MAG ( D Durig ) 10/27/2005
* 1.5.2 Changed units of measure on the Multimedia Maximum Bit Rate for Streaming and for
* Encoding from fps to kbps ( J Bryan ) 11/10/2005
*
* 1.6 Added for Sprint On Demand, Capable and Version in the Sprint Extensions ( J Bryan ) 01/06/2006
* Added for Sprint MI-UI, Capable and Version in the Sprint Extensions ( J Bryan ) 01/10/2006
* Added x-pcs/od.content and x-pcs/theme to CcppAccept ( J Bryan ) 01/18/2006
*
* 1.7 Added # to the xpcs namespace URL. ( J Bryan ) 12/05/2006
* 1.8 Added GLMS attributes. ( J Bryan ) 02/28/2007
* 2.0 Added WiMAX attributes. ( J Bryan ) 01/21/2008
*
* Known issues
*
* Push characteristics are not defined yet
* Have not yet defined schema for Sprint Specific enhancements
*
*********************************************************************
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:prf="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#"
xmlns:xpcs="http://device.sprintpcs.com/namespace/xpcs#"
xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:ID="MyDeviceProfile">
<!--********************** Hardware Platform Description
***************************************-->
<prf:component>
<rdf:Description rdf:ID="HardwarePlatform">
<rdf:type
rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#HardwarePlatform"/>
<!-- ******** Vendor/model *******-->
<!-- Enter the vendor name here. This must
match the vendor name in the EDF -->
<prf:Vendor>
SAMSUNG
</prf:Vendor>
<!-- Enter the device model name here. This
must match the model name in the EDF -->
<prf:Model>
SPH-D700
</prf:Model>
<!-- Change if different -->
<prf:CPU>
ARM11
</prf:CPU>
<!--****** Display ******-->
<!-- Enter screen size in pixels here - width x height -->
<prf:ScreenSize>
480x800
</prf:ScreenSize>
<!-- "Yes" if device supports color -->
<prf:ColorCapable>
Yes
</prf:ColorCapable>
<!-- Enter the color or grayscale depth here -->
<prf:BitsPerPixel>
16
</prf:BitsPerPixel>
<!-- Change if not 1:1 -->
<prf:PixelAspectRatio>
1x1
</prf:PixelAspectRatio>
<!-- This should always be "Yes" -->
<prf:ImageCapable>
Yes
</prf:ImageCapable>
<!-- Enter the screen size in characters here. Use the default font. -->
<prf:ScreenSizeChar>
25x21
</prf:ScreenSizeChar>
<!-- Change the to "No" only if the default font on the device is not proportional -->
<prf:StandardFontProportional>
Yes
</prf:StandardFontProportional>
<!-- List the supported output character sets here. -->
<prf:OutputCharSet>
<rdf:Bag>
<rdf:li>ISO-10646-UCS-2</rdf:li>
<rdf:li>ISO-8859-1</rdf:li>
<rdf:li>US-ASCII</rdf:li>
<rdf:li>UTF-8</rdf:li>
</rdf:Bag>
</prf:OutputCharSet>
<!-- ******** Input capabilities ******-->
<!-- List the supported Input character sets here -->
<prf:InputCharSet>
<rdf:Bag>
<rdf:li>ISO-10646-UCS-2</rdf:li>
<rdf:li>ISO-8859-1</rdf:li>
<rdf:li>US-ASCII</rdf:li>
<rdf:li>UTF-8</rdf:li>
</rdf:Bag>
</prf:InputCharSet>
<!-- This should always be "Yes" -->
<prf:TextInputCapable>
Yes
</prf:TextInputCapable>
<!-- This value should only be changed if the device does not use a standard DTMF keypad -->
<prf:Keyboard>
Qwerty
</prf:Keyboard>
<!-- Enter the number of softkeys supported by the device -->
<prf:NumberOfSoftKeys>
0
</prf:NumberOfSoftKeys>
<!-- ********* Audio **********-->
<!-- This should always be "Yes" -->
<prf:SoundOutputCapable>
Yes
</prf:SoundOutputCapable>
<!-- This should be "Yes" for all voice capable devices -->
<prf:VoiceInputCapable>
Yes
</prf:VoiceInputCapable>
<!--******************************-->
</rdf:Description>
</prf:component>
<!--********************** Software Platform Description ***************************************-->
<prf:component>
<rdf:Description rdf:ID="SoftwarePlatform">
<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#SoftwarePlatform"/>
<!-- ***** Basic ******-->
<!-- Should be "Yes" for all Java capable devices -->
<prf:AcceptDownloadableSoftware>
No
</prf:AcceptDownloadableSoftware>
<!-- Use this for J2ME app support -->
<prf:DownloadableSoftwareSupport>
<rdf:Bag><rdf:li>application/java-archive</rdf:li></rdf:Bag>
</prf:DownloadableSoftwareSupport>
<!-- Enter the software version number here.
This must match the version reported via IOTA-->
<prf:SoftwareNumber>
EF02
</prf:SoftwareNumber>
<!-- Should not change if using Qualcomm software-->
<prf:OSName>
Google Android, L4
</prf:OSName>
<!-- Should not change if using Qualcomm software-->
<prf:OSVendor>
Google, Qualcomm
</prf:OSVendor>
<!-- Fill in version of DMSS Software base -->
<prf:OSVersion>
Android 2.3, SBAQ6085BSNACAZ4390
</prf:OSVersion>
<!-- ********** Java ***********-->
<!-- Should be yes for all Java capable products -->
<prf:JavaEnabled>
Yes
</prf:JavaEnabled>
<!-- Indicate MIDP + Sprint Extension profile support -->
<prf:JavaPlatform>
<rdf:Bag>
<rdf:li>Dalvik</rdf:li>
</rdf:Bag>
</prf:JavaPlatform>
<!-- Indicate the VM vendor/version here -->
<prf:JVMVersion>
<rdf:Bag><rdf:li>Dalvik</rdf:li></rdf:Bag>
</prf:JVMVersion>
<!-- ********* CCPP accept **********-->
<!-- List all accepted MIME types here -->
<prf:CcppAccept>
<rdf:Bag>
<!-- Markup languages -->
<rdf:li>text/html</rdf:li>
<rdf:li>text/plain</rdf:li>
<!-- Images -->
<rdf:li>image/gif</rdf:li>
<rdf:li>image/jpeg</rdf:li>
<rdf:li>image/jpg</rdf:li>
<rdf:li>image/gif</rdf:li>
<rdf:li>image/png</rdf:li>
<rdf:li>image/bmp</rdf:li>
<rdf:li>image/x-ms-bmp</rdf:li>
<rdf:li>image/vnd.wap.wbmp</rdf:li>
<!-- Audio / Multimedia -->
<rdf:li>audio/aac</rdf:li>
<rdf:li>audio/amr</rdf:li>
<rdf:li>audio/imelody</rdf:li>
<rdf:li>audio/mid</rdf:li>
<rdf:li>audio/midi</rdf:li>
<rdf:li>audio/mp3</rdf:li>
<rdf:li>audio/mpeg3</rdf:li>
<rdf:li>audio/mpeg</rdf:li>
<rdf:li>audio/mpg</rdf:li>
<rdf:li>audio/x-mid</rdf:li>
<rdf:li>audio/x-midi</rdf:li>
<rdf:li>audio/x-mp3</rdf:li>
<rdf:li>audio/x-mpeg3</rdf:li>
<rdf:li>audio/x-mpeg</rdf:li>
<rdf:li>audio/x-mpg</rdf:li>
<!-- Video / Multimedia -->
<rdf:li>video/mpeg4</rdf:li>
<rdf:li>video/mp4</rdf:li>
<rdf:li>video/3gp</rdf:li>
<rdf:li>video/3gpp</rdf:li>
<rdf:li>video/3gpp2</rdf:li>
<!-- Applications -->
<rdf:li>application/java-archive</rdf:li>
<rdf:li>application/ogg</rdf:li>
<rdf:li>application/vnd.oma.dd+xml</rdf:li>
<rdf:li>application/vnd.oma.drm.message</rdf:li>
<rdf:li>application/vnd.wap.sic</rdf:li>
<rdf:li>application/vnd.wap.xhtml+xml</rdf:li>
<rdf:li>application/xhtml+xml</rdf:li>
<rdf:li>application/x-pcs-mcd+xml</rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</prf:CcppAccept>
<!-- List all accepted character sets here -->
<prf:CcppAccept-Charset>
<rdf:Bag>
<rdf:li>ISO-10646-UCS-2</rdf:li>
<rdf:li>ISO-8859-1</rdf:li>
<rdf:li>US-ASCII</rdf:li>
<rdf:li>UTF-8</rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</prf:CcppAccept-Charset>
<!-- List all accepted languages here in order of preference -->
<prf:CcppAccept-Language>
<rdf:Seq>
<rdf:li>en-us</rdf:li>
<!-- Enter other items... -->
</rdf:Seq>
</prf:CcppAccept-Language>
<!-- List all accepted transfer encodings here -->
<!-- Deleted CcppAccept-Encoding K.Hunter in 1.5-->
<!-- ******** Input Encoders ******-->
<prf:AudioInputEncoder>
<rdf:Bag><rdf:li> </rdf:li></rdf:Bag>
</prf:AudioInputEncoder>
<!--******************************-->
</rdf:Description>
</prf:component>
<!--********************** Network Characteristics Description ***************************************-->
<prf:component>
<rdf:Description rdf:ID="NetworkCharacteristics">
<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#NetworkCharacteristics"/>
<!-- Indicate support for SSL 3.0 and TLS 1.0 -->
<prf:SecuritySupport>
<rdf:Bag>
<rdf:li>SSL3.0</rdf:li>
<rdf:li>TLS</rdf:li>
</rdf:Bag>
</prf:SecuritySupport>
<!-- Indicate support for IS-2000 release 0 packet data bearer -->
<!-- May add more detail here in a later rev. -->
<prf:SupportedBearers>
<rdf:Bag>
<rdf:li>IPv4</rdf:li>
<rdf:li>IPv6</rdf:li>
<rdf:li>HTTP 1.1 (http, https)</rdf:li>
<rdf:li>FTP</rdf:li>
<rdf:li>file://</rdf:li>
<rdf:li>TLS</rdf:li>
<rdf:li>SMS</rdf:li>
</rdf:Bag>
</prf:SupportedBearers>
</rdf:Description>
</prf:component>
<!--********************** Browser UA Description ***************************************-->
<prf:component>
<rdf:Description rdf:ID="BrowserUA">
<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#BrowserUA"/>
<!-- ********* Browser Identification ********** -->
<!-- Enter the browser vendor/product name here -->
<prf:BrowserName>
Android Browser
</prf:BrowserName>
<!-- Enter the browser version here -->
<prf:BrowserVersion>
0.6
</prf:BrowserVersion>
<!-- ********** Capabilities *********** -->
<!-- Frames are not supported -->
<prf:FramesCapable>
Yes
</prf:FramesCapable>
<!-- Basic tables are supported in xhtml-basic -->
<prf:TablesCapable>
Yes
</prf:TablesCapable>
<!-- Frames are not supported -->
<prf:PreferenceForFrames>
No
</prf:PreferenceForFrames>
<!-- *********** Applet / Script support is not required ********** -->
<prf:DownloadableBrowserApps>
<rdf:Bag><rdf:li>No</rdf:li></rdf:Bag>
</prf:DownloadableBrowserApps>
<prf:JavaAppletEnabled>
No
</prf:JavaAppletEnabled>
<prf:JavaScriptEnabled>
Yes
</prf:JavaScriptEnabled>
<prf:JavaScriptVersion>
1.5
</prf:JavaScriptVersion>
<!-- ************* XHTML support - indicate XHTML-Basic 1.0 ************ -->
<prf:XhtmlVersion>
XHTML-Basic/1.1
</prf:XhtmlVersion>
<prf:XhtmlModules>
<rdf:Bag><rdf:li> </rdf:li></rdf:Bag>
</prf:XhtmlModules>
<!--******************************-->
</rdf:Description>
</prf:component>
<!--********************** WAP Characteristics Description ***************************************-->
<prf:component>
<rdf:Description rdf:ID="WapCharacteristics">
<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#WapCharacteristics"/>
<!--******** General ***********-->
<!-- WAP Device Class defined in http://www1.wapforum.org/tech/documents/PROP-ClassConform-20000211.pdf -->
<prf:WapDeviceClass>C</prf:WapDeviceClass>
<prf:WapVersion>
"1.2.1 (WML, WSP/WTLS)", "2.0 (limited supports for HTML-MP and wCSS)"
</prf:WapVersion>
<!--*********** WML ************-->
<!-- If full wml 2.0 is supported, it should be added here -->
<prf:WmlVersion>
<rdf:Bag>
<rdf:li>2.0</rdf:li>
</rdf:Bag>
</prf:WmlVersion>
<!-- Enter the maximum deck size for wml -->
<prf:WmlDeckSize>
8000000
</prf:WmlDeckSize>
<!--******************************-->
</rdf:Description>
</prf:component>
<!--********************** Push Characteristics Description ***************************************-->
<!-- Note: This entire section is TBD in this revision -->
<prf:component>
<rdf:Description rdf:ID="PushCharacteristics">
<rdf:type rdf:resource="http://www.wapforum.org/profiles/UAPROF/ccppschema-20010430#PushCharacteristics"/>
<prf:Push-Accept>
<rdf:Bag>
<rdf:li>text/plain</rdf:li>
</rdf:Bag>
</prf:Push-Accept>
<prf:Push-Accept-Encoding>
<rdf:Bag>
<rdf:li>base64</rdf:li>
</rdf:Bag>
</prf:Push-Accept-Encoding>
<prf:Push-Accept-AppID>
<rdf:Bag>
<rdf:li></rdf:li>
</rdf:Bag>
</prf:Push-Accept-AppID>
<prf:Push-MsgSize>
<rdf:Bag>
<rdf:li>4096</rdf:li>
</rdf:Bag>
</prf:Push-MsgSize>
<!-- ********************************-->
</rdf:Description>
</prf:component>
<!-- ****************** Sprint UA Prof Extensions ******************************-->
<prf:component>
<rdf:Description rdf:ID="SprintExtensions">
<rdf:type rdf:resource="http://device.sprintpcs.com/uaprof/sprint-uaprof-extensions.xml"/>
<!-- MultimediaPlayback support -->
<xpcs:MultimediaPlaybackSupport>
<!-- example -->
Yes
</xpcs:MultimediaPlaybackSupport>
<!-- Multimedia Streaming Support -->
<xpcs:MultimediaStreamingSupport>
<!-- example -->
Yes
</xpcs:MultimediaStreamingSupport>
<!-- Multimedia Encoding Support -->
<xpcs:MultimediaEncodingSupport>
<!-- example -->
Yes
</xpcs:MultimediaEncodingSupport>
<!-- Type and version of MM player supported -->
<xpcs:MultimediaPlayer>
<!-- example -->
CORE/6.506.4.1 OpenCORE/2.02 (Linux;Android 2.3.3)
</xpcs:MultimediaPlayer>
<!-- Type and version of MM encoder supported -->
<xpcs:MultimediaEncoder>
<!-- example -->
CORE/6.506.4.1 OpenCORE/2.02 (Linux;Android 2.3.3)
</xpcs:MultimediaEncoder>
<!-- Multimedia Encoder Supported Display Size(s) -->
<xpcs:MultimediaEncoderDisplaySize>
<!-- example -->
800x480
<rdf:Bag>
<rdf:li>
</rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</xpcs:MultimediaEncoderDisplaySize>
<!-- File Format the decoder supports -->
<xpcs:MultimediaFileFormatForDecoder>
<rdf:Bag>
<rdf:li>MP4</rdf:li>
<rdf:li>3GP</rdf:li>
<rdf:li>3G2</rdf:li>
<rdf:li>WMV</rdf:li>
<rdf:li>AVI</rdf:li>
<rdf:li>FLV</rdf:li>
<rdf:li>MKV</rdf:li>
<rdf:li>M4A</rdf:li>
<rdf:li>AMR</rdf:li>
<rdf:li>AAC</rdf:li>
<rdf:li>MP3</rdf:li>
<rdf:li>WMA</rdf:li>
<rdf:li>AC3</rdf:li>
<rdf:li>OGG</rdf:li>
<rdf:li>WAV</rdf:li>
<rdf:li>FLAC</rdf:li>
<rdf:li>EVC</rdf:li>
<rdf:li>QCP</rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</xpcs:MultimediaFileFormatForDecoder>
<!-- File Format the encoder supports -->
<xpcs:MultimediaFileFormatForEncoder>
<rdf:Bag>
<rdf:li>3GP</rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</xpcs:MultimediaFileFormatForEncoder>
<!-- Display size the Multimedia player supports -->
<xpcs:MultimediaVideoDisplaySize>
<rdf:Bag>
<rdf:li>
800x480
</rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</xpcs:MultimediaVideoDisplaySize>
<!-- Maximum frame rate the device supports when playing local files -->
<xpcs:MultimediaMaximumFrameRateForPlayback>
<!-- example -->
30fps
</xpcs:MultimediaMaximumFrameRateForPlayback>
<!-- Maximum frame rate the device supports when streaming content -->
<xpcs:MultimediaMaximumFrameRateForStreaming>
<!-- example -->
30fps
</xpcs:MultimediaMaximumFrameRateForStreaming>
<!-- Maximum frame rate the device supports when encoding content -->
<xpcs:MultimediaMaximumFrameRateForEncoding>
<!-- example -->
30fps
</xpcs:MultimediaMaximumFrameRateForEncoding>
<!-- Maximum bit rate the Multimedia player supports when playing local files -->
<xpcs:MultimediaMaximumBitRateForPlayback>
<!-- example -->
12Mbps
</xpcs:MultimediaMaximumBitRateForPlayback>
<!-- Maximum bit rate the device supports when streaming content -->
<xpcs:MultimediaMaximumBitRateForStreaming>
<!-- example -->
10Mbps
</xpcs:MultimediaMaximumBitRateForStreaming>
<!-- Maximum bit rate the device supports when encoding content -->
<xpcs:MultimediaMaximumBitRateForEncoding>
<!-- example -->
12Mbps
</xpcs:MultimediaMaximumBitRateForEncoding>
<!-- List all supported video codecs for decoding here -->
<xpcs:VideoCodecsForDecoding>
<rdf:Bag>
<rdf:li>H.264 BP,MP,HP</rdf:li>
<rdf:li>MPEG4 SP,ASP</rdf:li>
<rdf:li>XviD</rdf:li>
<rdf:li>H.263 P3</rdf:li>
<rdf:li>Sorenson Spark</rdf:li>
<rdf:li>VC-1 MP</rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</xpcs:VideoCodecsForDecoding>
<!-- List all supported video codecs for encoding here -->
<xpcs:VideoCodecsForEncoding>
<rdf:Bag>
<rdf:li>H.264 SP,MP</rdf:li>
<rdf:li>H.263 P0</rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</xpcs:VideoCodecsForEncoding>
<!-- List all supported audio codecs here -->
<xpcs:AudioCodecsForDecoding>
<rdf:Bag>
<rdf:li>M4A</rdf:li>
<rdf:li>AMR-NB</rdf:li>
<rdf:li>AMR-WB</rdf:li>
<rdf:li>AAC</rdf:li>
<rdf:li>AAC+</rdf:li>
<rdf:li>eAAC+</rdf:li>
<rdf:li>MP3</rdf:li>
<rdf:li>WMA</rdf:li>
<rdf:li>AC3</rdf:li>
<rdf:li>OGG</rdf:li>
<rdf:li>WAV</rdf:li>
<rdf:li>FLAC</rdf:li>
<rdf:li>EVRC</rdf:li>
<rdf:li>QCELP</rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</xpcs:AudioCodecsForDecoding>
<!-- List all supported audio codecs here -->
<xpcs:AudioCodecsForEncoding>
<rdf:Bag>
<rdf:li>AAC</rdf:li>
<rdf:li>AMR-NB</rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</xpcs:AudioCodecsForEncoding>
<!-- MCD version -->
<xpcs:SprintMcdVersion>
3.5.4
</xpcs:SprintMcdVersion>
<!-- PictureMailSupport -->
<xpcs:PictureMailSupport>
<!-- example -->
No
</xpcs:PictureMailSupport>
<!-- VideoMailSupport -->
<xpcs:VideoMailSupport>
<!-- example -->
Yes
</xpcs:VideoMailSupport>
<xpcs:MobileOriginatedSmsSupport>
<!-- example -->
Yes
</xpcs:MobileOriginatedSmsSupport>
<!-- *************** IOTA/FOTA Components *****************-->
<xpcs:IOTAProtocolVersion>
<!--example -->
N/A
</xpcs:IOTAProtocolVersion>
<xpcs:FotaProtocolVersion>
<!-- example -->
N/A
</xpcs:FotaProtocolVersion>
<xpcs:FotaClientVersion>
<!-- example -->
N/A
</xpcs:FotaClientVersion>
<xpcs:FotaClientVendor>
<!-- example -->
N/A
</xpcs:FotaClientVendor>
<!-- *************** OTA Diagnostics Components *****************-->
<xpcs:DiagnosticsProtocolVersion>
<!-- example -->
1.1.0
</xpcs:DiagnosticsProtocolVersion>
<xpcs:DiagnosticsClientVersion>
<!-- example -->
3.2.13
</xpcs:DiagnosticsClientVersion>
<xpcs:DiagnosticsClientVendor>
<!-- example -->
CIQ
</xpcs:DiagnosticsClientVendor>
<!-- *************** Sprint Browser Components *****************-->
<xpcs:BrowserPortalVersion>
<!--
**Values for devices**
1.0 for 1x
2.0 for DO
-->
2.0
</xpcs:BrowserPortalVersion>
<!-- *************** Sprint Device Data Network Types*****************-->
<xpcs:DataNetworkTypes>
<rdf:Bag>
<rdf:li>IS2000</rdf:li>
<rdf:li>EVDO</rdf:li>
<rdf:li>DOrA</rdf:li>
<rdf:li>WiFi</rdf:li>
<rdf:li>WiMax</rdf:li>
</rdf:Bag>
</xpcs:DataNetworkTypes>
<!-- *************** Sprint On Demand *****************-->
<xpcs:OnDemandCapable>
<!-- example -->
No
</xpcs:OnDemandCapable>
<xpcs:OnDemandVersion>
<!-- example -->
N/A
</xpcs:OnDemandVersion>
<!-- *************** Sprint MI-UI *****************-->
<xpcs:MI-UICapable>
<!-- example -->
No
</xpcs:MI-UICapable>
<xpcs:MI-UIVersion>
<!-- example -->
N/A
</xpcs:MI-UIVersion>
<!-- *************** Sprint GLMS *****************-->
<xpcs:GLMSClientVendor>
<!-- example -->
N/A
</xpcs:GLMSClientVendor>
<xpcs:GLMSProtocolVersion>
<!--example -->
N/A
</xpcs:GLMSProtocolVersion>
<xpcs:GLMSClientVersion>
<!-- example -->
N/A
</xpcs:GLMSClientVersion>
<!-- ********************************-->
<!-- ****************** Sprint WiMAX Extensions ******************************-->
<xpcs:AdvertisingCapable>
<!-- example -->
No
</xpcs:AdvertisingCapable>
<xpcs:CommerceCapable>
<!-- example -->
No
</xpcs:CommerceCapable>
<xpcs:EmailCapable>
<!-- example -->
No
</xpcs:EmailCapable>
<xpcs:FixedVoIPCapable>
<!-- example -->
No
</xpcs:FixedVoIPCapable>
<xpcs:GamingCapable>
<!-- example -->
No
</xpcs:GamingCapable>
<xpcs:IMVideoCallingCapable>
<!-- example -->
No
</xpcs:IMVideoCallingCapable>
<xpcs:VoiceChatCapable>
<!-- example -->
No
</xpcs:VoiceChatCapable>
<xpcs:IntelligentSearchCapable>
<!-- example -->
No
</xpcs:IntelligentSearchCapable>
<xpcs:LBSCapable>
<!-- example -->
Yes
</xpcs:LBSCapable>
<xpcs:MobileTVORVODCapable>
<!-- example -->
No
</xpcs:MobileTVORVODCapable>
<xpcs:RadioCapable>
<!-- example -->
No
</xpcs:RadioCapable>
<xpcs:DeviceType>
<!-- example -->
</xpcs:DeviceType>
<xpcs:HardwareVersion>
<!-- example -->
</xpcs:HardwareVersion>
<xpcs:ManufacturerWiMAXRadioModule>
<!-- example -->
SAMSUNG
</xpcs:ManufacturerWiMAXRadioModule>
<xpcs:FirmwareVersionWiMAXRadioModule>
<!-- example -->
DH24
</xpcs:FirmwareVersionWiMAXRadioModule>
<xpcs:ModelWiMAXRadioModule>
<!-- example -->
CMC730S
</xpcs:ModelWiMAXRadioModule>
<xpcs:GPSChipsetVendor>
<!-- example -->
QUALCOMM
</xpcs:GPSChipsetVendor>
<xpcs:GPSChipsetModel>
<!-- example -->
QSC6085
</xpcs:GPSChipsetModel>
<xpcs:OMADMCapable >
<!-- example -->
Yes
</xpcs:OMADMCapable>
<xpcs:OMADMVendor >
<!-- example -->
SAMSUNG
</xpcs:OMADMVendor>
<xpcs:OMADMVersion>
<!-- example -->
1.2
</xpcs:OMADMVersion>
<xpcs:ConnectionManagerVendor >
<!-- example -->
</xpcs:ConnectionManagerVendor>
<xpcs:ConnectionManagerVersion>
<!-- example -->
</xpcs:ConnectionManagerVersion>
<xpcs:NavigationSupport>
<!-- example -->
Yes
<rdf:Bag>
<rdf:li></rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</xpcs:NavigationSupport>
<xpcs:EmbeddedApplicationsCapable>
<!-- example -->
No
</xpcs:EmbeddedApplicationsCapable>
<xpcs:DownStreamBufferSize>
<!-- example -->
0
</xpcs:DownStreamBufferSize>
<xpcs:UpStreamBufferSize>
<!-- example -->
0
</xpcs:UpStreamBufferSize>
<xpcs:TotalDeviceMemory>
<!-- example -->
0
</xpcs:TotalDeviceMemory>
<xpcs:TotalDeviceFlash>
<!-- example -->
0
</xpcs:TotalDeviceFlash>
<xpcs:ExternalMemorySlot>
<!-- example -->
Yes
</xpcs:ExternalMemorySlot>
<xpcs:ExternalMemoryMaxSize>
<!-- example -->
32GB
</xpcs:ExternalMemoryMaxSize>
<xpcs:AudioJack>
<!-- example -->
3.5mm
</xpcs:AudioJack>
<xpcs:SupportedApplications>
<!-- example -->
<rdf:Bag>
<rdf:li></rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</xpcs:SupportedApplications>
<xpcs:VOIPAnalogJacks>
<!-- example -->
0
</xpcs:VOIPAnalogJacks>
<xpcs:AntiVirus>
<!-- example -->
No
</xpcs:AntiVirus>
<xpcs:AntiVirusVendor>
<!-- example -->
N/A
</xpcs:AntiVirusVendor>
<xpcs:AntiSpam>
<!-- example -->
No
</xpcs:AntiSpam>
<xpcs:AntiSpamVendor>
<!-- example -->
N/A
</xpcs:AntiSpamVendor>
<xpcs:CameraMegaPixels>
<!-- example -->
5
</xpcs:CameraMegaPixels>
<xpcs:CameraHighestImageResolution>
<!-- example -->
2560x1920
</xpcs:CameraHighestImageResolution>
<xpcs:CameraZoomCapable>
<!-- example -->
Yes
</xpcs:CameraZoomCapable>
<xpcs:CameraBuiltInFlash>
<!-- example -->
Yes
</xpcs:CameraBuiltInFlash>
<xpcs:CamcorderResolution>
<!-- example -->
1280x720
</xpcs:CamcorderResolution>
<xpcs:CamcorderZoomCapable>
<!-- example -->
Yes
</xpcs:CamcorderZoomCapable>
<xpcs:DeviceIdentifierType>
<!-- example -->
<rdf:Bag>
<rdf:li>ESN</rdf:li>
<rdf:li>MEID</rdf:li>
<!-- Enter other items... -->
</rdf:Bag>
</xpcs:DeviceIdentifierType>
</rdf:Description>
</prf:component>
</rdf:Description>
</rdf:RDF>
beat me to it lol!!! just was posting now
Hah, I figured I wouldn't be the only one.
still says 2.3.3 tho .... bummer
Dont mind the versions posted until its officially released. It was mentioned that some versions of 2.2 still had 2.1 listed in the RDF.
Darkshneider said:
Dont mind the versions posted until its officially released. It was mentioned that some versions of 2.2 still had 2.1 listed in the RDF.
Click to expand...
Click to collapse
I think this is what they're workin on to release after we already get gingerbread. I'm pretty sure we will get EE19, and we'll get bug/security fixes with this after they finish this. And I bet this'll be 2.3.4
Sent from my perfect epic
Really, there are a lot of phones being built with 2.3.3; right now there are very few phones out there (that I know of) that are using 2.3.4. In fact, I think only the Nexus and Gx phones have 2.3.4. Anybody know of others?
AtomicPlayboy said:
Really, there are a lot of phones being built with 2.3.3; right now there are very few phones out there (that I know of) that are using 2.3.4. In fact, I think only the Nexus and Gx phones have 2.3.4. Anybody know of others?
Click to expand...
Click to collapse
i thought that 2.3.4 was for phones with nfc support only.
Okay, that would definitely rule out the Epic then. That probably limits it to the Nexus S, even.
FYI: FileMerge shows 1 difference between the RDFs, in the build number (EE19 -> EF02). No new info here, it's just a bugfix test build. Wonder if it will leak into the wild.
AtomicPlayboy said:
FYI: FileMerge shows 1 difference between the RDFs, in the build number (EE19 -> EF02). No new info here, it's just a bugfix test build. Wonder if it will leak into the wild.
Click to expand...
Click to collapse
I highly doubt it. Otherwise, we might already seen a leaked EE19.
southpark-droid said:
i thought that 2.3.4 was for phones with nfc support only.
Click to expand...
Click to collapse
It's out for the Nexus One so nope.
ccnd8 said:
I highly doubt it. Otherwise, we might already seen a leaked EE19.
Click to expand...
Click to collapse
As stated before by many sources, if EE19 is indeed the final build we probably won't see a leak. They said the final builds have never been "leaked".
So what is EF02 then? Patch build for a later update?
Yes
AtomicPlayboy said:
So what is EF02 then? Patch build for a later update?
Click to expand...
Click to collapse
Sent from my SPH-D700 using XDA Transparent App
AtomicPlayboy said:
So what is EF02 then? Patch build for a later update?
Click to expand...
Click to collapse
Could very well be... I guess were going to find out as time rolls on by.... Between now and the rumored June 20th possible release date is going to seem like forever.... Until then I guess I'll keep bouncing back and forth between Bonsai v4.1.1 and EE03...
Updated! http://isgingerbreadoutforepic4g.com/
We need Whosdaman before we make assumptions on what this build means.
http://forum.xda-developers.com/showthread.php?t=1106858
|| Acer || said:
We need Whosdaman before we make assumptions on what this build means.
Click to expand...
Click to collapse
noobnl said:
http://forum.xda-developers.com/showthread.php?t=1106858
Click to expand...
Click to collapse
I saw that after I posted here lol

[Q] not reaching onCreateOptionsMenu

I am trying to create an action bar.
I have an application with DrawerLayout that has inside a ViewPager... and I implement a PagerAadapter and a class for the page fragment.
this is the activity_main.xml under layout folder
Code:
<android.support.v4.widget.DrawerLayout
xmlns:android=<REMOVED_LINK>
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<!-- This is the main-->
<android.support.v4.view.ViewPager xmlns:android=<REMOVED_LINK>
xmlns:tools=<REMOVED_LINK>
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<!--
This title strip will display the currently visible page title, as well as the page
titles for adjacent pages.
-->
<android.support.v4.view.PagerTitleStrip
android:id="@+id/pager_title_strip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top"
android:background="#33b5e5"
android:paddingBottom="4dp"
android:paddingTop="4dp"
android:textColor="#fff" />
</android.support.v4.view.ViewPager>
<ListView
android:id="@+id/optionsMenu"
android:background="#000000"
android:layout_width="240dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:choiceMode="singleChoice"
android:divider="@android:color/transparent"
android:dividerHeight="0dp" />
</android.support.v4.widget.DrawerLayout>
And this is the main.xml found in menu folder
Code:
<menu xmlns:android=<REMOVED_LINK>>
<item android:id="@+id/action_settings"
android:title="@string/action_settings" />
<item android:id="@+id/action_details"
android:title="@string/action_details" />
<item android:id="@+id/action_details2"
android:title="@string/action_details2" />
</menu>
The problem is that It doesn't even reach onCreateOptionsMenu on the MainActivity... I tried everything: - change android:minSdkVersion to 7, 11 and 14 (in the manifest uses-sdk tag) - add attribute to menu items "showAsAction", and remove that attribute too - make my page fragment override onCreateOptionsMenu
i debug it and it never reaches onCreateOptionsMenu, anywhere. and the getActionBar() is of course null.
Do you want it to be the native ActionBar, the ActionBarSherlock one or the ActionBarCompat one?
nikwen said:
Do you want it to be the native ActionBar, the ActionBarSherlock one or the ActionBarCompat one?
Click to expand...
Click to collapse
native ActionBar...
but as soon as I manage to reach onCreateOptionsMenu then I can do everything.
but i'm stuck on this wierd problem... maybe I should make a new project

Finally... unbrick your Lumia device QHSUSB_DLOAD without JTAG

04/30/2015​And THE WAIT IS OVER ... after almost two months without telephone, as this has happened to me in February, with the help of you... have achieved UNBRICK LUMIA DEVICES WITHOUT JTAG ONLY WITH USB. Thank you, thank infinitely.
Warning: use this tutorial at your own risk, I do not responsible of anything. To me it worked.​
05/25/2015
Simple method:
Yesterday update to WPRT 2.10 was released, which is able to fix DLOAD scenarios for lumias.
Here is the link.​
--------------------------------------
If this does not work, try the advanced method:
Let's to the steps:
Attachment files in the same thread.
1) Install Thor2 (incluiding on WPRT): http://go.microsoft.com/fwlink/?LinkID=525569
2) Download your firmware lumia with NaviFirm
3) Install Drivers
4) Go to the folder where it is thor 2 from cmd (run administrator)
cd C:...
Use this command line to extract gtp0.bin from ffu image
Code:
thor2 -mode ffureader -ffufile "C:\rm-914\XXX.ffu" -dump_gpt -filedir C:\dump
this command will create gpt0.bin and rename it as msimage.mbn
mine was F771E62AF89994064F77CD3BC16829503BDF9A3D506D3FACECAEF3F808C868FD so my hex file in binary format was F771E62AF89994064F77CD3BC16829503BDF9A3D.bin
convert this binary file to hex using bin2hex.exe
Code:
bin2hex F771E62AF89994064F77CD3BC16829503BDF9A3D.bin HEX.hex
open .hex file in notepad
insert :020000042A00D0 in first line
and :040000052A000000CD before the last line
or
Hex files already created starting in the bin, use RESPONSIBLY depending on your Lumia device
https://mega.co.nz/#!A4903TYT!YeAiCZSrRVrKhOp8CAOF5z0ULtcfyvxuXqhZA1SA5iQ
Now you have HEX.hex and msimage.mbn
the use this command line
Code:
thor2 -mode emergency -hexfile HEX.hex -mbnfile msimage.mbn -orig_gpt
Ready, disconnect the battery and reconnect. Now connect your phone to the PC
Yeah, his phone started life with red screen!
Charge the battery
5) Flash rom: Now, in the case of Lumia 520/521
Code:
thor2.exe -mode vpl -maxtransfersizekb 1 -vplfile C:\ProgramData\Nokia\Packages\Products\rm-915\XXX.vpl
.VPL remember it is not ffu. After the process 100%, your device turn with green screen, and:
Code:
thor2 -mode rnd -bootnormalmode
:highfive:
Some versions of Lumia, especially Lumia 820, 920, 920T, 925, 1020 (several models) have different .HEX, attached in the correct thread files ''CorrectedHexFiles.zip''
thanks @Heathcliff74
thanks @zapirkon and others users participated
thanks @ TheBITLINK aka BIT of Windows Insider.
Special thanks to Rathina Balan and AnnanZubair of Windows Insider Program
Thanks all... :fingers-crossed: they are the best
there is mbn file in the ffu
issw_ape_MSM_v1.mbn
Click to expand...
Click to collapse
but I don't know if it is the same
zapirkon said:
there is mbn file in the ffu
but I don't know if it is the same
Click to expand...
Click to collapse
you have extracted ffu using 7-Zip ? is that right ?
ngame said:
you have extracted ffu using 7-Zip ? is that right ?
Click to expand...
Click to collapse
either with thor2 or with imgmount
---------- Post added at 02:05 PM ---------- Previous post was at 01:44 PM ----------
from thor2 manual I see that it can flash the bin or mbn files
I tried that once, but later today I will try it again and post here
as for the mbn file i mentioned, I think it is too small to be the one.
still no luck... now looking at
http://forum.xda-developers.com/showthread.php?t=1705324
zapirkon said:
still no luck... now looking at
http://forum.xda-developers.com/showthread.php?t=1705324
Click to expand...
Click to collapse
this is for windows phone7 lumia devices... work on lumia X20 ?? wp8...
need the files partition.xml etc, to blink
johntheredimid said:
this is for windows phone7 lumia devices... work on lumia X20 ?? wp8...
need the files partition.xml etc, to blink
Click to expand...
Click to collapse
I can see that also, but the hope to find something is still present :fingers-crossed:
in the ffu there is MMOS.WIM file
inside it i found xml file with some partitioning info
Code:
<?xml version="1.0" encoding="utf-8"?>
<DeviceLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/embedded/2004/10/ImageUpdate">
<Partitions>
<!-- READ-ONLY SECTION START -->
<!-- Device Provisioning Partition (FIRST READ-ONLY) -->
<Partition>
<Name>DPP</Name>
<!-- PARTITION_BASIC_DATA_GUID -->
<Type>{ebd0a0a2-b9e5-4433-87c0-68b6b72699c7}</Type>
<TotalSectors>16384</TotalSectors>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- QUALCOMM 8960 SPECIFIC READ-ONLY PARTITIONS -->
<!-- Modem golden file system - MUST FOLLOW DPP -->
<Partition>
<Name>MODEM_FSG</Name>
<TotalSectors>6144</TotalSectors>
<Type>{638FF8E2-22C9-E33B-8F5D-0E81686A68CB}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- Secure Software Download -->
<Partition>
<Name>SSD</Name>
<TotalSectors>16</TotalSectors>
<Type>{2C86E742-745E-4FDD-BFD8-B6A7AC638772}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- Bootloaders -->
<Partition>
<Name>SBL1</Name>
<TotalSectors>3000</TotalSectors>
<!-- Qualcomm defined for SBL1 -->
<Type>{DEA0BA2C-CBDD-4805-B4F9-F428251C3E98}</Type>
<Bootable>true</Bootable>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<Partition>
<Name>SBL2</Name>
<TotalSectors>3000</TotalSectors>
<Type>{8C6B52AD-8A9E-4398-AD09-AE916E53AE2D}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<Partition>
<Name>SBL3</Name>
<TotalSectors>4096</TotalSectors>
<Type>{05E044DF-92F1-4325-B69E-374A82E97D6E}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<Partition>
<Name>UEFI</Name>
<TotalSectors>5000</TotalSectors>
<Type>{400FFDCD-22E0-47E7-9A23-F16ED9382388}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<Partition>
<Name>RPM</Name>
<TotalSectors>1000</TotalSectors>
<Type>{098DF793-D712-413D-9D4E-89D711772228}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<Partition>
<Name>TZ</Name>
<TotalSectors>1000</TotalSectors>
<Type>{A053AA7F-40B8-4B1C-BA08-2F68AC71A4F4}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- fTPM Application -->
<Partition>
<Name>WINSECAPP</Name>
<TotalSectors>1024</TotalSectors>
<Type>{69B4201F-A5AD-45EB-9F49-45B38CCDAEF5}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- Bootloaders Backup Section (Sizes must match) -->
<Partition>
<Name>BACKUP_SBL1</Name>
<TotalSectors>3000</TotalSectors>
<!-- Qualcomm defined for SBL1 -->
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<Bootable>true</Bootable>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<Partition>
<Name>BACKUP_SBL2</Name>
<TotalSectors>3000</TotalSectors>
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<Partition>
<Name>BACKUP_SBL3</Name>
<TotalSectors>4096</TotalSectors>
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<Partition>
<Name>BACKUP_UEFI</Name>
<TotalSectors>5000</TotalSectors>
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<Partition>
<Name>BACKUP_RPM</Name>
<TotalSectors>1000</TotalSectors>
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<Partition>
<Name>BACKUP_TZ</Name>
<TotalSectors>1000</TotalSectors>
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- fTPM Application Backup Section (Sizes must match) -->
<Partition>
<Name>BACKUP_WINSECAPP</Name>
<TotalSectors>1024</TotalSectors>
<Type>{A3381699-350C-465E-BD5D-FA3AB901A39A}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- UEFI Variable Services Partitions - Read-Only -->
<Partition>
<Name>UEFI_BS_NV</Name>
<TotalSectors>512</TotalSectors>
<Type>{F0B4F48B-AEBA-4ECF-9142-5DC30CDC3E77}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<Partition>
<Name>UEFI_NV</Name>
<TotalSectors>512</TotalSectors>
<Type>{74DA3EE7-D422-487C-A573-CE03C261362F}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- ACPI table storage -->
<Partition>
<Name>PLAT</Name>
<TotalSectors>16384</TotalSectors>
<FileSystem>FAT</FileSystem>
<Type>{543C031A-4CB6-4897-BFFE-4B485768A8AD}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- EFI System Partition (LAST READ-ONLY) -->
<Partition>
<Name>EFIESP</Name>
<FileSystem>FAT</FileSystem>
<TotalSectors>131072</TotalSectors>
<ByteAlignment>0x4000000</ByteAlignment>
<Type>{ebd0a0a2-b9e5-4433-87c0-68b6b72699c7}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- READ-ONLY SECTION END -->
<!-- START QUALCOMM 8960 SPECIFIC READ-WRITE PARTITIONS -->
<!-- Modem live file systems -->
<Partition>
<Name>MODEM_FS1</Name>
<TotalSectors>6144</TotalSectors>
<Type>{EBBEADAF-22C9-E33B-8F5D-0E81686A68CB}</Type>
<RequiredToFlash>true</RequiredToFlash>
<ByteAlignment>0x4000000</ByteAlignment>
</Partition>
<Partition>
<Name>MODEM_FS2</Name>
<TotalSectors>6144</TotalSectors>
<Type>{0A288B1F-22C9-E33B-8F5D-0E81686A68CB}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- UEFI Variable Services Partitions - Read-Write -->
<Partition>
<Name>UEFI_RT_NV</Name>
<TotalSectors>512</TotalSectors>
<Type>{6BB94537-7D1C-44D0-9DFE-6D77C011DBFC}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<Partition>
<Name>UEFI_RT_NV_RPMB</Name>
<TotalSectors>256</TotalSectors>
<Type>{E35F99CF-0025-4252-A608-CAAA1289CAF4}</Type>
<RequiredToFlash>true</RequiredToFlash>
</Partition>
<!-- END QUALCOMM 8960 SPECIFIC READ-WRITE PARTITIONS -->
<!-- START MICROSOFT READ-WRITE PARTITIONS -->
<Partition>
<Name>MMOS</Name>
<FileSystem>FAT</FileSystem>
<MinFreeSectors>8192</MinFreeSectors>
<Type>{ebd0a0a2-b9e5-4433-87c0-68b6b72699c7}</Type>
</Partition>
<Partition>
<Name>MainOS</Name>
<!-- PARTITION_BASIC_DATA_GUID -->
<Type>{ebd0a0a2-b9e5-4433-87c0-68b6b72699c7}</Type>
<!-- Accounts for 400MB free sectors and 256MB page file as defined in registry by package src\baseos\prod\packages\arm\armmemory -->
<MinFreeSectors>1343488</MinFreeSectors>
<ByteAlignment>0x800000</ByteAlignment>
<ClusterSize>0x4000</ClusterSize>
<FileSystem>NTFS</FileSystem>
<AttachDriveLetter>false</AttachDriveLetter>
</Partition>
<Partition>
<Name>Data</Name>
<!-- PARTITION_BASIC_DATA_GUID -->
<Type>{ebd0a0a2-b9e5-4433-87c0-68b6b72699c7}</Type>
<UseAllSpace>true</UseAllSpace>
<ByteAlignment>0x800000</ByteAlignment>
<ClusterSize>0x4000</ClusterSize>
<FileSystem>NTFS</FileSystem>
</Partition>
</Partitions>
<!-- END MICROSOFT READ-WRITE PARTITIONS -->
<SectorSize>512</SectorSize>
<ChunkSize>128</ChunkSize>
<DefaultPartitionByteAlignment>0x200000</DefaultPartitionByteAlignment>
</DeviceLayout>
also, i found
qcadsp8930.mbn
qcdsp1v18930.mbn
qcdsp1v28930.mbn
qcdsp28930.mbn
qcwcnss8930.mbn
but, I notice that when thor2 is started in emergency mode, and I provide any mbn file, the error is
Code:
QUATTRO EMERGENCY FLASH START
Quattro Emergency Programmer version 2014.11.25.001
ED download selected
Failed to load XML configuration file
Quattro emergency flash exited with error code 85000
QUATTRO EMERGENCY FLASH END
Emergency messaging closed successfully
Operation took about 6.00 seconds.
THOR2_EMERGENCYFLASHV1_ERROR_XML_PARSING_FAILED
THOR2 1.8.2.15 exited with error code 85000 (0x14C08)
also from the WMI file I see buld info:
Code:
collins_engine_8227/PRx_engine_integration
which indicates to me that emergency programming should be done with
Code:
-protocol streaming
but I always get error THOR2_ERROR_NO_SAHARA_HANDSHAKE
how to change the emergency protocol?
Read This
http://answers.microsoft.com/en-us/...-windows/c5d072d5-c26e-4a02-907d-fde2ca5e34c7
did you read it?
Please do try to recover and share your results.
Click to expand...
Click to collapse
---------- Post added at 12:00 PM ---------- Previous post was at 11:43 AM ----------
comparing
8960_msimage.mbn
to
GPT.bin
(extracted with thor2 -mode ffureader -ffufile "...ffu" -dump_partitions -filedir c:\temp)
they seem similar in contents
is this the mbn file? I still can't find hex file
Nokia uses own Sahara implementation, called "FireHose" , which will NOT work with QPST. And not open mass storage mode. And MSM image is also not usable for repair. Funny, isn't it?
WojtasXda said:
Nokia uses own Sahara implementation, called "FireHose" , which will NOT work with QPST. And not open mass storage mode. And MSM image is also not usable for repair. Funny, isn't it?
Click to expand...
Click to collapse
and is that mean we can run MStorage mode on samsung and HTC ?
ngame said:
and is that mean we can run MStorage mode on samsung and HTC ?
Click to expand...
Click to collapse
UEFI loader can run phone in MassStorage mode, engineering ROMs have unlocked this option
WojtasXda said:
Nokia uses own Sahara implementation, called "FireHose" , which will NOT work with QPST. And not open mass storage mode. And MSM image is also not usable for repair. Funny, isn't it?
Click to expand...
Click to collapse
And why the application makes mention thor2 files used in QPST?
------------------------------------------------------------------------
PD: I updated the theard to current information, thanks.
I don't know if it's me, but the fact that the phone seems to be in download mode indicates that we should be able to flash any kind of thing on it, surpassing the signature checks. Am I right?
whoadood said:
I don't know if it's me, but the fact that the phone seems to be in download mode indicates that we should be able to flash any kind of thing on it, surpassing the signature checks. Am I right?
Click to expand...
Click to collapse
if your phone is locked on the red screen yes it's download mode .
but if you mean you can bypass sign check in this mode ? I think no.
It's nothing else than one NOKIA Care Suite loads .
If you try to flash your phone using NCS you see this screen but it starts flashing phone in a little while .
ngame said:
if your phone is locked on the red screen yes it's download mode .
but if you mean you can bypass sign check in this mode ? I think no.
It's nothing else than one NOKIA Care Suite loads .
If you try to flash your phone using NCS you see this screen but it starts flashing phone in a little while .
Click to expand...
Click to collapse
No. I mean the black screen. It looks like it's some Qualcomm's (very low level) flashing mode. I would say it will swallow everything you feed it.
whoadood said:
No. I mean the black screen. It looks like it's some Qualcomm's (very low level) flashing mode. I would say it will swallow everything you feed it.
Click to expand...
Click to collapse
Everything you need is a Qualcomm MSM device ?
OK lets hold vol up key and turn your phone on and don't release vol up while you see a gear + a thunder .
ngame said:
Everything you need is a Qualcomm MSM device ?
OK lets hold vol up key and turn your phone on and don't release vol up while you see a gear + a thunder .
Click to expand...
Click to collapse
I'm telling you the phone is completely and absolutely dead. All I see is a QHSUSB_DLOAD device when I plug it into a computer. But the screen never shows anything.
whoadood said:
I'm telling you the phone is completely and absolutely dead. All I see is a QHSUSB_DLOAD device when I plug it into a computer. But the screen never shows anything.
Click to expand...
Click to collapse
ah I really forget it , sorry .
QHSUSB_DLOAD is different . I don't know about that .

Bricked ASUS ZE552KL (dead Qualcomm HS-USB QDLoader 9008)

Hi, if someone here knows how to use the Qualcomm tools or any tool to unbrick my phone, your input will be highly regarded!
I bricked my ASUS ZE552KL... and I know how : it was full and I started a memory hungry app and it just froze. The app was probably caching some stuff locally. I hold the Power On button to reboot it and it doesn't boot at all (black screen, all LEDs are off, etc). This is known in some articles online as OLD “Qualcomm HS-USB QDLoader 9008” MODE (the worst kind AFAIK). When I connect the phone to my Win7 machine, I have a PORT that opens as “Qualcomm HS-USB QDLoader 9008”. I do not get the Qualcomm disk drive.
I found this guide (cannot post URL but dotandroid dot com/android-root-guides/unbrick-qualcomm-mobiles) that offered me some hope. I followed the instructions as best as I could. That means I uninstalled all the Qualcomm device on my system, I installed the proper drivers (QualcommDrv/Allx64, I have a 64 bit Windows installation) and the proper version of QFIL (QPST tools). I cannot remove the battery from this phone so I had to skip the "battery removal for 5 secs" step. I tried all kind of key combinations before/while/after plugging the USB cable.
I got to the point where I try to flash the files from 8675_W00 but the MBN file provided in it (prog_emmc_firehose_8936.mbn + rawprogram0.xml + patch0.xml) but I just cannot get it to work. I get the following error from QFIL:
Code:
Sahara Version:0
Start Sending Programmer
Download Fail:System.Exception: Unable to download Flash Programmer using Sahara Protocol
QC.QMSLPhone.Phone.QPHONEMS_SaharaArmPrgDownload(String sFileName)
QC.SwDownloadDLL.SwDownload.QPHONEMSSaharaDownloadArmPrg(UInt64& version, String armPrgPath)
Download Fail:Sahara FailSahara Fail
Finish Download
Eventually, I realized that 8936 was the cpu model number and that the ZE552KL model is 8953. I have searched pretty much everywhere on the internet for a prog_emmc_firehose_8953.mbn file but I can't find it.
I found some documentation on how to make your own mbn file using emmcswdownload.exe but it doesn't work because the partition_boot.xml file I'm using doesn't have the right syntax:
Code:
C:\Program Files (x86)\Qualcomm\QPST\bin>emmcswdownload.exe -f 8660_msimage.mbn
-x partition_boot.xml -s 1G -g 4M
C:\Program Files (x86)\Qualcomm\QPST\bin>-f = 8660_msimage.mbn
-x = partition_boot.xml
-s = 1073741824
-t =
-f : Beginning image build...
-x : Parsing partition description file...
CExParsePartition
-x : error parsing partition description file: Document error on element type "r
oot" and name/value "<image> tag no longer supported"
Conclusion: I'm new to this and I have no idea what I'm doing
Two questions:
1- Can I recover files from the phone before wiping it while it is in this OLD "Qualcomm HS-USB QDLoader 9008” MODE? I have some pictures and movies from my daughter's birthday that I would like to save, if possible.
2- How can I resurrect this bad boy? It's under warranty and I didn't mess it further yet so I'll get it replaced if I can't get it to boot but I figured that ZE552KL-specific info was not commonly found on the web... maybe we can fix this thing as a community for future reference!
Thanks for any help with this matter!
Holding the power button to reset your phone after a crash shouldn't have bricked it. Or at least it shouldn't have messed with the bootloader and recovery partition. I had an issue with my wife's phone where it was dead, no LED, no response to holding any power and volume button combos, and no lights when I plugged it in. I waited 20 min and it came back? My guess is it was stuck shutting down, maybe you just need to wait for the battery to die?
I assume your phone was pure stock? As in a locked bootloader? You may be able to flash new firmware with QFIL but i'm not sure that'll solve your issue considering I don't understand how you bricked it......unless it's an sdcard fail.
dowload adb and freeboot and see if running them with your phone connected yields anything other than a blank when you type "adb devices" and "freeboot devices".
The phone was pure stock, 100% locked, non-rooted. "adb devices" doesn't show anything, and I haven't tried freeboot. "fastboot devices" also shows empty list.
I'll unplug the phone and wait a couple days. It was pretty full. I wish I could just remove the battery! I'll report back here.
Sorry, I meant fastboot, good catch.
Maybe someone else can chime in, I'll read up on qfil in the meantime, see if I can find some firmware.
how goes it binarez?
I found a tuturial here for emmc download app which allows you to flash specific partitions while in QDLoader 9008 mode. Only downside is you need the .xml file. I took a look at one for another phone, and edited it as per our partition layout (not 100% sure, if anyone else can double check?).
If you download the stock firmware from Asus' website and extract it, I think you should only have to flash sbl1, boot, non-hlos, rpm, tz, emmc, and system.
that's all I got, if it doesn't work, you'll probably have to send it in for repair.
Hi, this tool contains a virus. MS Security Essentials says:
Code:
Category: Trojan
Description: This program is dangerous and executes commands from an attacker.
Recommended action: Remove this software immediately.
Items:
file:C:\Users\XXXXXX\AppData\Local\Temp\7zOCEA8F886\ToolStudio_4.6.exe
I've been messing with python for hours trying to execute some scripts to make a proper partition.xml file but haven't made any progress.
Unless someone else can chime in, I think you'll have to send it in for repair.
Seems like it because I waited 5 days for it to discharge completely and it still doesn't boot. Damn it. Anyone else?
bump
Hey binarez. There are a couple of devices out there that uses our processor. (my device is bricked as well) one of which is Xiaomi Redmi note4 mido. That's the best option to work with cause Xiaomi utilities Qualcomm edl mode to reprogram their devices. So I'm hoping to use some files from the mido softWare to get my ze552kl repaired.
mido partition
wang1chung said:
I've been messing with python for hours trying to execute some scripts to make a proper partition.xml file but haven't made any progress.
Unless someone else can chime in, I think you'll have to send it in for repair.
Click to expand...
Click to collapse
im a newbie on this so im hoping that someone will stumble on this and give some advice/ the mido firmware and ze552kl firmware are partially identical, we just need the files that will allow the device to boot into bootlaoder and then we should be able to fastboot that ze552.. to life :laugh:
abatoir said:
Hey binarez. There are a couple of devices out there that uses our processor. (my device is bricked as well) one of which is Xiaomi Redmi note4 mido. That's the best option to work with cause Xiaomi utilities Qualcomm edl mode to reprogram their devices. So I'm hoping to use some files from the mido softWare to get my ze552kl repaired.
Click to expand...
Click to collapse
Cool, I haven't returned mine for a repair yet, still hoping I can fix it myself. Keep me posted on your progress, I'll take a look myself into this toolkit.
binarez said:
Cool, I haven't returned mine for a repair yet, still hoping I can fix it myself. Keep me posted on your progress, I'll take a look myself into this toolkit.
Click to expand...
Click to collapse
Hey binarez, have you tried the Asus flash tool with the raw firmware? take a look at this and/or this.
I tried to extract the raw firmware in the hopes of finding the partition and xml files but to no avail.
wang1chung said:
Hey binarez, have you tried the Asus flash tool with the raw firmware? take a look at this and/or this.
I tried to extract the raw firmware in the hopes of finding the partition and xml files but to no avail.
Click to expand...
Click to collapse
i have checked the raw file! its all the raw partition images, i believe there are in correct order! i even tried the sd card boot repair with them but it didnt work.the OTA update zip and the raw file combined both have identical files to xiaomi edl firmware pack but files like xml an others are nowhere to be found. which partitions are needed to get our devices to boot into the bootloader?
abatoir said:
i have checked the raw file! its all the raw partition images, i believe there are in correct order! i even tried the sd card boot repair with them but it didnt work.the OTA update zip and the raw file combined both have identical files to xiaomi edl firmware pack but files like xml an others are nowhere to be found. which partitions are needed to get our devices to boot into the bootloader?
Click to expand...
Click to collapse
I believe you need sbl1 at the least, but possibly some others like rpm, tz, devcfg, and aboot.
How did you open the .raw firmware? I renamed to zip but only got 800kb of the 4gig image viewable?
wang1chung said:
I believe you need sbl1 at the least, but possibly some others like rpm, tz, devcfg, and aboot.
How did you open the .raw firmware? I renamed to zip but only got 800kb of the 4gig image viewable?
Click to expand...
Click to collapse
use 7-zip exe, thats what i used to do the extract the raw file! if my memory serves me right, all the files that you have listed are in the raw file, the extracted files are in my hard drive at work, esle i would have sent screenshoot. is it possible for someone to edit the partition file(xml) of the xiaomi mido to match that of the asus ze552kl?
Here is an updated partition.xml file, except I am unclear on what to do with the partition sizes when they get to be in between a kb (ie. 32.3kb, is that 32 or 33? lol). I rounded up in my version of the partition.xml file but it is easily corrected if it's wrong. ---> see post #19
I made my own and then used this guide and that version is the same.
The other files (rawprogram0.xml and patch0.xml) aren't as easy to make however. I'll keep digging.
wang1chung said:
Here is an updated partition.xml file, except I am unclear on what to do with the partition sizes when they get to be in between a kb (ie. 32.3kb, is that 32 or 33? lol). I rounded up in my version of the partition.xml file but it is easily corrected if it's wrong.
I made my own and then used this guide and that version is the same.
The other files (rawprogram0.xml and patch0.xml) aren't as easy to make however. I'll keep digging.
Click to expand...
Click to collapse
Can't we just use the rawprogram0.xml from a device with the same CPU?
abatoir said:
Can't we just use the rawprogram0.xml from a device with the same CPU?
Click to expand...
Click to collapse
No, the partition sectors are different.....I've been working on that one since I posted yesterday, almost done, just need to figure out sectors 0-34.
edit: added rawprogram0.xml and the first 34 sectors before the sbl, which I have labelled (possibly incorrectly) as gpt.bin
Binarez, give that a go.
Edit 2: looks like my gpt.bin (first 34 sectors) is actually gpt_main0.bin
Edit 3: using the aforementioned guide, I created gpt_both0.bin with the mkgpt script and have attached. Scrap it, tested with gpt_main0 from the mido firmware and the resulting gpt_both0 isn't the same.
Edit 4: I have corrected the partition sizes and sector counts, please disregard previous partition and rawprogram0 xml files. Version 2 should be good now
Edit 5: added gpt_backup0
Edit 6: I have attached patch0.xml. I was able to get the ParititioningTool.py to run on my zf3 but it produced a slightly different rawprogram0.xml file (added 0.5kb to every partition?), lol. The patch0.xml file looks ok compared to other files, so I think we've got everything for someone to be the guinea pig, lol.
Here is the output of our parsed GUID partition table in case anyone is curious. I used the gpt_parser.py script.
Code:
<?xml version="1.0"?>
<configuration>
<!-- Primary GPT header: -->
<!-- MD5: b18b0bf33bab70f8fb50e80468f74cef -->
<!-- Signature: EFI PART -->
<!-- Revision: 65536 -->
<!-- Header Size: 92 -->
<!-- CRC32 of header: 40154904 (VALID) => Real: 40154904 -->
<!-- Current LBA: 0x00000001 -->
<!-- Backup LBA: 0x0747BFFF -->
<!-- First usable LBA for partitions: 0x00000022 -->
<!-- Last usable LBA for partitions: 0x0747BFDE -->
<!-- Disk GUID: 98101B32-BBE2-4BF2-A06E-2BB33D000C20 -->
<!-- Partition entries starting LBA: 0x00000002 -->
<!-- Number of partition entries: 68 -->
<!-- Size of partition entry: 0x00000080 -->
<!-- CRC32 of partition array: 0x4E098968 -->
<parser_instructions>
<!-- NOTE: entries here are used by the parser when generating output -->
<!-- NOTE: each filename must be on it's own line as in variable=value-->
WRITE_PROTECT_BOUNDARY_IN_KB = 32768
GROW_LAST_PARTITION_TO_FILL_DISK = true
</parser_instructions>
<!-- NOTE: "physical_partition" are listed in order and apply to devices such as eMMC cards that have (for example) 3 physical partitions -->
<!-- This is physical partition 0 -->
<physical_partition>
<!-- NOTE: Define information for each partition, which will be created in order listed here -->
<!-- NOTE: Place all "readonly=true" partitions side by side for optimum space usage -->
<!-- NOTE: If OPTIMIZE_READONLY_PARTITIONS=true, then partitions won't be in the order listed here -->
<!-- they will instead be placed side by side at the beginning of the disk -->
<!-- Partition table: -->
<!-- MD5: 9324814a7e420b7582fade5c15f51472 -->
<!-- WARNING!! CRC32 Check : B59A6765 (INVALID) -->
<!-- #01 -->
<!-- First LBA: 34 / Disk Offset: 17408 -->
<!-- Last LBA : 2593 / Disk Offset: 1327616 -->
<!-- SBL1 partition | Qualcomm -->
<!-- GUID: 303F5D2D-B6BD-5716-957C-67DCF24084CF -->
<partition label="sbl1" size_in_kb="1280" type="DEA0BA2C-CBDD-4805-B4F9-F428251C3E98" bootable="false" system="true" filename="sbl1.mbn"/>
<!-- #02 -->
<!-- First LBA: 2594 / Disk Offset: 1328128 -->
<!-- Last LBA : 5153 / Disk Offset: 2638336 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 113002EE-3364-CFF6-6C9F-2215F9D6C82C -->
<partition label="sbl1bak" size_in_kb="1280" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename="sbl1.mbn"/>
<!-- #03 -->
<!-- First LBA: 5154 / Disk Offset: 2638848 -->
<!-- Last LBA : 6177 / Disk Offset: 3162624 -->
<!-- RPM partition | Qualcomm -->
<!-- GUID: 94A994CE-8277-C00D-381B-09518F98DB68 -->
<partition label="rpm" size_in_kb="512" type="098DF793-D712-413D-9D4E-89D711772228" bootable="false" system="true" filename="rpm.mbn"/>
<!-- #04 -->
<!-- First LBA: 6178 / Disk Offset: 3163136 -->
<!-- Last LBA : 7201 / Disk Offset: 3686912 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: D80A72FF-599B-4937-C149-B6108C66BB9A -->
<partition label="rpmbak" size_in_kb="512" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename="rpm.mbn"/>
<!-- #05 -->
<!-- First LBA: 7202 / Disk Offset: 3687424 -->
<!-- Last LBA : 11297 / Disk Offset: 5784064 -->
<!-- QSEE partition | Qualcomm -->
<!-- GUID: 60193C62-F142-1338-75A3-E3937BC38126 -->
<partition label="tz" size_in_kb="2048" type="A053AA7F-40B8-4B1C-BA08-2F68AC71A4F4" bootable="false" system="true" filename="tz.mbn"/>
<!-- #06 -->
<!-- First LBA: 11298 / Disk Offset: 5784576 -->
<!-- Last LBA : 15393 / Disk Offset: 7881216 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: BCFC53A6-2D85-2192-621D-5EA6D750342C -->
<partition label="tzbak" size_in_kb="2048" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename="tz.mbn"/>
<!-- #07 -->
<!-- First LBA: 15394 / Disk Offset: 7881728 -->
<!-- Last LBA : 15905 / Disk Offset: 8143360 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 721E4C9B-FF41-F3B5-8E75-A8409D063630 -->
<partition label="devcfg" size_in_kb="256" type="F65D4B16-343D-4E25-AAFC-BE99B6556A6D" bootable="false" system="true" filename=""/>
<!-- #08 -->
<!-- First LBA: 15906 / Disk Offset: 8143872 -->
<!-- Last LBA : 16417 / Disk Offset: 8405504 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: D50F7511-2F05-6538-0497-BBB23BFC3EE9 -->
<partition label="devcfgbak" size_in_kb="256" type="F65D4B16-343D-4E25-AAFC-BE99B6556A6D" bootable="false" system="true" filename=""/>
<!-- #09 -->
<!-- First LBA: 16418 / Disk Offset: 8406016 -->
<!-- Last LBA : 16929 / Disk Offset: 8667648 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 90619A74-5395-C05B-1765-86241AC55A83 -->
<partition label="keymaster" size_in_kb="256" type="E8B7CF6E-5694-4627-8A2A-899B09F2DBEA" bootable="false" system="true" filename=""/>
<!-- #10 -->
<!-- First LBA: 16930 / Disk Offset: 8668160 -->
<!-- Last LBA : 17441 / Disk Offset: 8929792 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: E7776CF5-1084-08A0-815F-5EDCDF491F56 -->
<partition label="keymasterbak" size_in_kb="256" type="E8B7CF6E-5694-4627-8A2A-899B09F2DBEA" bootable="false" system="true" filename=""/>
<!-- #11 -->
<!-- First LBA: 17442 / Disk Offset: 8930304 -->
<!-- Last LBA : 17953 / Disk Offset: 9191936 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 717D21F8-CDC7-1112-99F9-6AA19461FC63 -->
<partition label="cmnlib" size_in_kb="256" type="73471795-AB54-43F9-A847-4F72EA5CBEF5" bootable="false" system="true" filename=""/>
<!-- #12 -->
<!-- First LBA: 17954 / Disk Offset: 9192448 -->
<!-- Last LBA : 18465 / Disk Offset: 9454080 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: C14010D4-FCD2-BCD7-83A6-168BAA702365 -->
<partition label="cmnlibbak" size_in_kb="256" type="73471795-AB54-43F9-A847-4F72EA5CBEF5" bootable="false" system="true" filename=""/>
<!-- #13 -->
<!-- First LBA: 18466 / Disk Offset: 9454592 -->
<!-- Last LBA : 18977 / Disk Offset: 9716224 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: EF1BBFFB-F343-4F15-BE3D-779D2DF36A67 -->
<partition label="cmnlib64" size_in_kb="256" type="8EA64893-1267-4A1B-947C-7C362ACAAD2C" bootable="false" system="true" filename=""/>
<!-- #14 -->
<!-- First LBA: 18978 / Disk Offset: 9716736 -->
<!-- Last LBA : 19489 / Disk Offset: 9978368 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: CC9B03C1-959E-B775-A6C7-BC04E65924BF -->
<partition label="cmnlib64bak" size_in_kb="256" type="8EA64893-1267-4A1B-947C-7C362ACAAD2C" bootable="false" system="true" filename=""/>
<!-- #15 -->
<!-- First LBA: 19490 / Disk Offset: 9978880 -->
<!-- Last LBA : 19745 / Disk Offset: 10109440 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 522E59F5-0269-1238-03BF-0774E5F992B3 -->
<partition label="lksecapp" size_in_kb="128" type="A11D2A7C-D82A-4C2F-8A01-1805240E6626" bootable="false" system="true" filename=""/>
<!-- #16 -->
<!-- First LBA: 19746 / Disk Offset: 10109952 -->
<!-- Last LBA : 20001 / Disk Offset: 10240512 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 0C83D6CF-BB1F-68F9-347D-B91D8A31A7CC -->
<partition label="lksecappbak" size_in_kb="128" type="A11D2A7C-D82A-4C2F-8A01-1805240E6626" bootable="false" system="true" filename=""/>
<!-- #17 -->
<!-- First LBA: 20002 / Disk Offset: 10241024 -->
<!-- Last LBA : 20065 / Disk Offset: 10273280 -->
<!-- DDR partition | Qualcomm -->
<!-- GUID: B94194AB-CD78-0925-EA1D-C3F98190E85D -->
<partition label="DDR" size_in_kb="32" type="20A0C19C-286A-42FA-9CE7-F64C3226A794" bootable="false" system="true" filename="DDR.bin"/>
<!-- #18 -->
<!-- First LBA: 20066 / Disk Offset: 10273792 -->
<!-- Last LBA : 20081 / Disk Offset: 10281472 -->
<!-- SSD? partition | Qualcomm -->
<!-- GUID: C9890563-15C4-DA2B-558F-C79CAF16C607 -->
<partition label="ssd" size_in_kb="8" type="2C86E742-745E-4FDD-BFD8-B6A7AC638772" bootable="false" system="true" filename=""/>
<!-- #19 -->
<!-- First LBA: 20082 / Disk Offset: 10281984 -->
<!-- Last LBA : 30321 / Disk Offset: 15524352 -->
<!-- APPSBL partition | Qualcomm -->
<!-- GUID: 0E985164-0EEE-D2D1-D50B-719F728255E0 -->
<partition label="aboot" size_in_kb="5120" type="400FFDCD-22E0-47E7-9A23-F16ED9382388" bootable="false" system="true" filename="emmc_appsboot.mbn"/>
<!-- #20 -->
<!-- First LBA: 30322 / Disk Offset: 15524864 -->
<!-- Last LBA : 40561 / Disk Offset: 20767232 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 7CC55197-7E6F-82E8-87E1-563D5E0CB246 -->
<partition label="abootbak" size_in_kb="5120" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename="aboot.mbn"/>
<!-- #21 -->
<!-- First LBA: 40562 / Disk Offset: 20767744 -->
<!-- Last LBA : 40593 / Disk Offset: 20783616 -->
<!-- SEC partition | Qualcomm -->
<!-- GUID: 1CE96CD6-0E94-B8A6-7AA1-C0E956264B44 -->
<partition label="sec" size_in_kb="16" type="303E6AC3-AF15-4C54-9E9B-D9A8FBECF401" bootable="false" system="true" filename="sec.dat"/>
<!-- #22 -->
<!-- First LBA: 65536 / Disk Offset: 33554432 -->
<!-- Last LBA : 67583 / Disk Offset: 34602496 -->
<!-- USERDATA? partition | Qualcomm -->
<!-- GUID: 6049FFB4-A241-1E64-A52D-D331F1DE96AE -->
<partition label="devinfo" size_in_kb="1024" type="1B81E7E6-F50D-419B-A739-2AEEF8DA3335" bootable="false" filename=""/>
<!-- #23 -->
<!-- First LBA: 98304 / Disk Offset: 50331648 -->
<!-- Last LBA : 100351 / Disk Offset: 51379712 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: F945F4D9-2AFE-E7FD-30E6-9DB9B5B246F5 -->
<partition label="sysinfo" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #24 -->
<!-- First LBA: 100352 / Disk Offset: 51380224 -->
<!-- Last LBA : 103423 / Disk Offset: 52952576 -->
<!-- FSG? partition | Qualcomm -->
<!-- GUID: 41C5C014-392C-5F78-F89A-EDD12F3AE979 -->
<partition label="fsg" size_in_kb="1536" type="638FF8E2-22C9-E33B-8F5D-0E81686A68CB" bootable="false" system="true" filename=""/>
<!-- #25 -->
<!-- First LBA: 103424 / Disk Offset: 52953088 -->
<!-- Last LBA : 103425 / Disk Offset: 52953600 -->
<!-- FSC? partition | Qualcomm -->
<!-- GUID: D43A910F-2DDE-F917-CE67-0B07A529EF0A -->
<partition label="fsc" size_in_kb="1" type="57B90A16-22C9-E33B-8F5D-0E81686A68CB" bootable="false" system="true" filename=""/>
<!-- #26 -->
<!-- First LBA: 103426 / Disk Offset: 52954112 -->
<!-- Last LBA : 106497 / Disk Offset: 54526464 -->
<!-- MODEMST1 partition | Qualcomm -->
<!-- GUID: D0FDED4D-80BE-F93A-6D5A-52079D5F0484 -->
<partition label="modemst1" size_in_kb="1536" type="EBBEADAF-22C9-E33B-8F5D-0E81686A68CB" bootable="false" system="true" filename=""/>
<!-- #27 -->
<!-- First LBA: 106498 / Disk Offset: 54526976 -->
<!-- Last LBA : 109569 / Disk Offset: 56099328 -->
<!-- MODEMST2 partition | Qualcomm -->
<!-- GUID: 6198D929-EE45-7CD5-8867-E60E657C2E3E -->
<partition label="modemst2" size_in_kb="1536" type="0A288B1F-22C9-E33B-8F5D-0E81686A68CB" bootable="false" system="true" filename=""/>
<!-- #28 -->
<!-- First LBA: 109570 / Disk Offset: 56099840 -->
<!-- Last LBA : 150529 / Disk Offset: 77070848 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: AA1BA3C1-76FE-371E-C243-5AB6BAB5CC4C -->
<partition label="factory" size_in_kb="20480" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #29 -->
<!-- First LBA: 150530 / Disk Offset: 77071360 -->
<!-- Last LBA : 152577 / Disk Offset: 78119424 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 9DDAC82D-E5CF-15BA-03CC-D51C531E3098 -->
<partition label="asuskey" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #30 -->
<!-- First LBA: 152578 / Disk Offset: 78119936 -->
<!-- Last LBA : 154625 / Disk Offset: 79168000 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 11781A73-CC52-DD91-799C-141147F77244 -->
<partition label="asuskey2" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #31 -->
<!-- First LBA: 154626 / Disk Offset: 79168512 -->
<!-- Last LBA : 156673 / Disk Offset: 80216576 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: F0F9C704-CA70-89EF-69BB-DDF447A6052A -->
<partition label="asuskey3" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #32 -->
<!-- First LBA: 156674 / Disk Offset: 80217088 -->
<!-- Last LBA : 158721 / Disk Offset: 81265152 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: BE025F45-5053-9019-C38C-FDA6C0A7BCC3 -->
<partition label="asuskey4" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #33 -->
<!-- First LBA: 158722 / Disk Offset: 81265664 -->
<!-- Last LBA : 160769 / Disk Offset: 82313728 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 7E128C31-1912-4D15-D57C-0BFCF24B4F65 -->
<partition label="asuskey5" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #34 -->
<!-- First LBA: 160770 / Disk Offset: 82314240 -->
<!-- Last LBA : 162817 / Disk Offset: 83362304 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: F0C4B9F5-793B-238D-33F4-AAF32F99D649 -->
<partition label="asuskey6" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #35 -->
<!-- First LBA: 162818 / Disk Offset: 83362816 -->
<!-- Last LBA : 164865 / Disk Offset: 84410880 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: E89D3EF6-CB33-52EA-7C34-2662F71DFCE2 -->
<partition label="persistent" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename="persist.img"/>
<!-- #36 -->
<!-- First LBA: 164866 / Disk Offset: 84411392 -->
<!-- Last LBA : 166913 / Disk Offset: 85459456 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 877127A6-1899-3FA7-F643-D15C43A3CDC6 -->
<partition label="asusgpt" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #37 -->
<!-- First LBA: 166914 / Disk Offset: 85459968 -->
<!-- Last LBA : 168961 / Disk Offset: 86508032 -->
<!-- MISC? partition | Qualcomm -->
<!-- GUID: 50E9E594-D40C-A967-7E5D-77688C0232DB -->
<partition label="misc" size_in_kb="1024" type="82ACC91F-357C-4A68-9C8F-689E1B1A23A1" bootable="false" system="true" filename=""/>
<!-- #38 -->
<!-- First LBA: 168962 / Disk Offset: 86508544 -->
<!-- Last LBA : 169985 / Disk Offset: 87032320 -->
<!-- KEYSTORE? partition | Qualcomm -->
<!-- GUID: 1F4F4FB6-1AE4-7750-FE8A-E8445827FDCB -->
<partition label="keystore" size_in_kb="512" type="DE7D4029-0F5B-41C8-AE7E-F6C023A02B33" bootable="false" system="true" filename=""/>
<!-- #39 -->
<!-- First LBA: 169986 / Disk Offset: 87032832 -->
<!-- Last LBA : 171009 / Disk Offset: 87556608 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 8459F349-95DA-8754-7D83-DA88EC82C29C -->
<partition label="config" size_in_kb="512" type="91B72D4D-71E0-4CBF-9B8E-236381CFF17A" bootable="false" system="true" filename=""/>
<!-- #40 -->
<!-- First LBA: 171010 / Disk Offset: 87557120 -->
<!-- Last LBA : 171073 / Disk Offset: 87589376 -->
<!-- LIMITS? partition | Qualcomm -->
<!-- GUID: 1CB32AE7-D3B2-0DCA-62AB-1F429486C947 -->
<partition label="limits" size_in_kb="32" type="10A0C19C-516A-5444-5CE3-664C3226A794" bootable="false" system="true" filename=""/>
<!-- #41 -->
<!-- First LBA: 171074 / Disk Offset: 87589888 -->
<!-- Last LBA : 172097 / Disk Offset: 88113664 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 89761C2C-F16A-CCBE-B8DF-2E9EACB7A9E9 -->
<partition label="mota" size_in_kb="512" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename=""/>
<!-- #42 -->
<!-- First LBA: 172098 / Disk Offset: 88114176 -->
<!-- Last LBA : 174145 / Disk Offset: 89162240 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 44C8BC50-F5E3-C8AB-B031-3B4DA4E02A4F -->
<partition label="dip" size_in_kb="1024" type="4114B077-005D-4E12-AC8C-B493BDA684FB" bootable="false" system="true" filename=""/>
<!-- #43 -->
<!-- First LBA: 174146 / Disk Offset: 89162752 -->
<!-- Last LBA : 175169 / Disk Offset: 89686528 -->
<!-- RPM partition | Qualcomm -->
<!-- GUID: A2A1B4DA-7A9A-A2A9-BD9E-06A412406A14 -->
<partition label="syscfg" size_in_kb="512" type="098DF793-D712-413D-9D4E-89D711772228" bootable="false" system="true" filename=""/>
<!-- #44 -->
<!-- First LBA: 175170 / Disk Offset: 89687040 -->
<!-- Last LBA : 183361 / Disk Offset: 93880832 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 3E5B859C-87F9-F44F-B4AF-FD3E7411AD6E -->
<partition label="mcfg" size_in_kb="4096" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename=""/>
<!-- #45 -->
<!-- First LBA: 183362 / Disk Offset: 93881344 -->
<!-- Last LBA : 183873 / Disk Offset: 94142976 -->
<!-- APDP? partition | Qualcomm -->
<!-- GUID: 64CE8E9B-6BD5-65D6-FA18-DE35AA3ACE70 -->
<partition label="apdp" size_in_kb="256" type="E6E98DA2-E22A-4D12-AB33-169E7DEAA507" bootable="false" system="true" filename=""/>
<!-- #46 -->
<!-- First LBA: 183874 / Disk Offset: 94143488 -->
<!-- Last LBA : 184385 / Disk Offset: 94405120 -->
<!-- MSADP? partition | Qualcomm -->
<!-- GUID: 94A338D0-1CCA-ED45-F908-B3432C7509DA -->
<partition label="msadp" size_in_kb="256" type="ED9E8101-05FA-46B7-82AA-8D58770D200B" bootable="false" system="true" filename=""/>
<!-- #47 -->
<!-- First LBA: 184386 / Disk Offset: 94405632 -->
<!-- Last LBA : 184401 / Disk Offset: 94413312 -->
<!-- DPO? partition | Qualcomm -->
<!-- GUID: B0AFD203-98FF-A023-0BFF-1B2C800C164B -->
<partition label="dpo" size_in_kb="8" type="11406F35-1173-4869-807B-27DF71802812" bootable="false" system="true" filename=""/>
<!-- #48 -->
<!-- First LBA: 184402 / Disk Offset: 94413824 -->
<!-- Last LBA : 206929 / Disk Offset: 105947648 -->
<!-- BOOT partition | Qualcomm -->
<!-- GUID: 925F0C39-AAEB-C6C7-241D-CB339029A3EB -->
<partition label="splash" size_in_kb="11264" type="20117F86-E985-4357-B9EE-374BC1D8487D" bootable="false" system="true" filename=""/>
<!-- #49 -->
<!-- First LBA: 206930 / Disk Offset: 105948160 -->
<!-- Last LBA : 211025 / Disk Offset: 108044800 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: D6B09CB7-996A-255B-A2E3-28090441DDB3 -->
<partition label="abootdebug" size_in_kb="2048" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename="abootdebug.mbn"/>
<!-- #50 -->
<!-- First LBA: 211026 / Disk Offset: 108045312 -->
<!-- Last LBA : 214097 / Disk Offset: 109617664 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: CB833D13-6FC2-1913-D705-2AA509CE23E6 -->
<partition label="fsgCA" size_in_kb="1536" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #51 -->
<!-- First LBA: 214098 / Disk Offset: 109618176 -->
<!-- Last LBA : 218193 / Disk Offset: 111714816 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 67C0C492-7B70-A035-7EF7-C126DD7AAE03 -->
<partition label="abootlog" size_in_kb="2048" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename="abootlog.mbn"/>
<!-- #52 -->
<!-- First LBA: 229376 / Disk Offset: 117440512 -->
<!-- Last LBA : 262143 / Disk Offset: 134217216 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 93C351E0-B1EA-B14C-A585-098EE4C90BEA -->
<partition label="oem" size_in_kb="16384" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" filename=""/>
<!-- #53 -->
<!-- First LBA: 262144 / Disk Offset: 134217728 -->
<!-- Last LBA : 393215 / Disk Offset: 201326080 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 352EF6DF-6516-F196-523D-0A926C5490ED -->
<partition label="asdf" size_in_kb="65536" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" filename=""/>
<!-- #54 -->
<!-- First LBA: 393216 / Disk Offset: 201326592 -->
<!-- Last LBA : 425983 / Disk Offset: 218103296 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: F5BBBF6D-2E43-3EDC-EBF5-E3FA2FE6B3BE -->
<partition label="dsp" size_in_kb="16384" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename=""/>
<!-- #55 -->
<!-- First LBA: 425984 / Disk Offset: 218103808 -->
<!-- Last LBA : 491519 / Disk Offset: 251657728 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 1E7B17EA-9FC7-49DE-3932-0691D73FA42C -->
<partition label="mdtp" size_in_kb="32768" type="3878408A-E263-4B67-B878-6340B35B11E3" bootable="false" filename=""/>
<!-- #56 -->
<!-- First LBA: 491520 / Disk Offset: 251658240 -->
<!-- Last LBA : 557055 / Disk Offset: 285212160 -->
<!-- PERSIST? partition | Qualcomm -->
<!-- GUID: 7AC33506-AE05-5066-CD2B-1E9A89045844 -->
<partition label="persist" size_in_kb="32768" type="6C95E238-E343-4BA8-B489-8681ED22AD0B" bootable="false" filename="persist.img"/>
<!-- #57 -->
<!-- First LBA: 557056 / Disk Offset: 285212672 -->
<!-- Last LBA : 622591 / Disk Offset: 318766592 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 942A5A98-D43D-845A-35CA-A440F22E8B63 -->
<partition label="ftm" size_in_kb="32768" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" filename=""/>
<!-- #58 -->
<!-- First LBA: 622592 / Disk Offset: 318767104 -->
<!-- Last LBA : 688127 / Disk Offset: 352321024 -->
<!-- BOOT partition | Qualcomm -->
<!-- GUID: A1634F47-B80F-C778-B2BC-9095D987928C -->
<partition label="boot" size_in_kb="32768" type="20117F86-E985-4357-B9EE-374BC1D8487D" bootable="false" filename=""/>
<!-- #59 -->
<!-- First LBA: 688128 / Disk Offset: 352321536 -->
<!-- Last LBA : 753663 / Disk Offset: 385875456 -->
<!-- RECOVERY? partition | Qualcomm -->
<!-- GUID: 1E7EB10F-5E2A-3C60-B460-E314AA358641 -->
<partition label="recovery" size_in_kb="32768" type="9D72D4E4-9958-42DA-AC26-BEA7A90B0434" bootable="false" filename=""/>
<!-- #60 -->
<!-- First LBA: 753664 / Disk Offset: 385875968 -->
<!-- Last LBA : 851967 / Disk Offset: 436207104 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 981C575C-877F-8E57-930A-9A0B996A78CC -->
<partition label="asusfw" size_in_kb="49152" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" filename=""/>
<!-- #61 -->
<!-- First LBA: 851968 / Disk Offset: 436207616 -->
<!-- Last LBA : 884735 / Disk Offset: 452984320 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 4D8BDD9D-08C1-F80B-10FE-39CB04D097DC -->
<partition label="persdata" size_in_kb="16384" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" filename=""/>
<!-- #62 -->
<!-- First LBA: 884736 / Disk Offset: 452984832 -->
<!-- Last LBA : 1056767 / Disk Offset: 541064704 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 2AFA0E96-383C-0E15-5CB1-8670EF5EBBC2 -->
<partition label="modem" size_in_kb="86016" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename="NON-HLOS.bin"/>
<!-- #63 -->
<!-- First LBA: 1056768 / Disk Offset: 541065216 -->
<!-- Last LBA : 1122303 / Disk Offset: 574619136 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 383FBD12-CFF4-3137-8F8D-69C49703D8A6 -->
<partition label="ADF" size_in_kb="32768" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename=""/>
<!-- #64 -->
<!-- First LBA: 1122304 / Disk Offset: 574619648 -->
<!-- Last LBA : 1548287 / Disk Offset: 792722944 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 76B0ECA5-A079-FC8D-3EDC-0AA860D47AEE -->
<partition label="APD" size_in_kb="212992" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename=""/>
<!-- #65 -->
<!-- First LBA: 1548288 / Disk Offset: 792723456 -->
<!-- Last LBA : 1810431 / Disk Offset: 926940672 -->
<!-- CACHE? partition | Qualcomm -->
<!-- GUID: 7F4EC5DA-3C24-155B-3639-58E5CB1FEAAD -->
<partition label="cache" size_in_kb="131072" type="5594C694-C871-4B5F-90B1-690A6F68E0F7" bootable="false" filename="cache.img"/>
<!-- #66 -->
<!-- First LBA: 1810432 / Disk Offset: 926941184 -->
<!-- Last LBA : 9674751 / Disk Offset: 4953472512 -->
<!-- SYSTEM? partition | Qualcomm -->
<!-- GUID: 0151F7F1-D2B2-E356-C17F-F3A340AEC4F2 -->
<partition label="system" size_in_kb="3932160" type="97D7B011-54DA-4835-B3C4-917AD6E73D74" bootable="false" filename="system.img"/>
<!-- #67 -->
<!-- First LBA: 9674752 / Disk Offset: 4953473024 -->
<!-- Last LBA : 122142686 / Disk Offset: 62537055232 -->
<!-- USERDATA? partition | Qualcomm -->
<!-- GUID: 6CDDD106-8A83-4B64-976B-17EE4AEFC790 -->
<partition label="userdata" size_in_kb="56233967" type="1B81E7E6-F50D-419B-A739-2AEEF8DA3335" bootable="false" filename="userdata.img"/>
</physical_partition>
</configuration>
wang1chung said:
No, the partition sectors are different.....I've been working on that one since I posted yesterday, almost done, just need to figure out sectors 0-34.
edit: added rawprogram0.xml and the first 34 sectors before the sbl, which I have labelled (possibly incorrectly) as gpt.bin
Binarez, give that a go.
Edit 2: looks like my gpt.bin (first 34 sectors) is actually gpt_main0.bin
Edit 3: using the aforementioned guide, I created gpt_both0.bin with the mkgpt script and have attached. Scrap it, tested with gpt_main0 from the mido firmware and the resulting gpt_both0 isn't the same.
Edit 4: I have corrected the partition sizes and sector counts, please disregard previous partition and rawprogram0 xml files. Version 2 should be good now
Edit 5: added gpt_backup0
Edit 6: I have attached patch0.xml. I was able to get the ParititioningTool.py to run on my zf3 but it produced a slightly different rawprogram0.xml file (added 0.5kb to every partition?), lol. The patch0.xml file looks ok compared to other files, so I think we've got everything for someone to be the guinea pig, lol.
Here is the output of our parsed GUID partition table in case anyone is curious. I used the gpt_parser.py script.
Code:
<?xml version="1.0"?>
<configuration>
<!-- Primary GPT header: -->
<!-- MD5: b18b0bf33bab70f8fb50e80468f74cef -->
<!-- Signature: EFI PART -->
<!-- Revision: 65536 -->
<!-- Header Size: 92 -->
<!-- CRC32 of header: 40154904 (VALID) => Real: 40154904 -->
<!-- Current LBA: 0x00000001 -->
<!-- Backup LBA: 0x0747BFFF -->
<!-- First usable LBA for partitions: 0x00000022 -->
<!-- Last usable LBA for partitions: 0x0747BFDE -->
<!-- Disk GUID: 98101B32-BBE2-4BF2-A06E-2BB33D000C20 -->
<!-- Partition entries starting LBA: 0x00000002 -->
<!-- Number of partition entries: 68 -->
<!-- Size of partition entry: 0x00000080 -->
<!-- CRC32 of partition array: 0x4E098968 -->
<parser_instructions>
<!-- NOTE: entries here are used by the parser when generating output -->
<!-- NOTE: each filename must be on it's own line as in variable=value-->
WRITE_PROTECT_BOUNDARY_IN_KB = 32768
GROW_LAST_PARTITION_TO_FILL_DISK = true
</parser_instructions>
<!-- NOTE: "physical_partition" are listed in order and apply to devices such as eMMC cards that have (for example) 3 physical partitions -->
<!-- This is physical partition 0 -->
<physical_partition>
<!-- NOTE: Define information for each partition, which will be created in order listed here -->
<!-- NOTE: Place all "readonly=true" partitions side by side for optimum space usage -->
<!-- NOTE: If OPTIMIZE_READONLY_PARTITIONS=true, then partitions won't be in the order listed here -->
<!-- they will instead be placed side by side at the beginning of the disk -->
<!-- Partition table: -->
<!-- MD5: 9324814a7e420b7582fade5c15f51472 -->
<!-- WARNING!! CRC32 Check : B59A6765 (INVALID) -->
<!-- #01 -->
<!-- First LBA: 34 / Disk Offset: 17408 -->
<!-- Last LBA : 2593 / Disk Offset: 1327616 -->
<!-- SBL1 partition | Qualcomm -->
<!-- GUID: 303F5D2D-B6BD-5716-957C-67DCF24084CF -->
<partition label="sbl1" size_in_kb="1280" type="DEA0BA2C-CBDD-4805-B4F9-F428251C3E98" bootable="false" system="true" filename="sbl1.mbn"/>
<!-- #02 -->
<!-- First LBA: 2594 / Disk Offset: 1328128 -->
<!-- Last LBA : 5153 / Disk Offset: 2638336 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 113002EE-3364-CFF6-6C9F-2215F9D6C82C -->
<partition label="sbl1bak" size_in_kb="1280" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename="sbl1.mbn"/>
<!-- #03 -->
<!-- First LBA: 5154 / Disk Offset: 2638848 -->
<!-- Last LBA : 6177 / Disk Offset: 3162624 -->
<!-- RPM partition | Qualcomm -->
<!-- GUID: 94A994CE-8277-C00D-381B-09518F98DB68 -->
<partition label="rpm" size_in_kb="512" type="098DF793-D712-413D-9D4E-89D711772228" bootable="false" system="true" filename="rpm.mbn"/>
<!-- #04 -->
<!-- First LBA: 6178 / Disk Offset: 3163136 -->
<!-- Last LBA : 7201 / Disk Offset: 3686912 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: D80A72FF-599B-4937-C149-B6108C66BB9A -->
<partition label="rpmbak" size_in_kb="512" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename="rpm.mbn"/>
<!-- #05 -->
<!-- First LBA: 7202 / Disk Offset: 3687424 -->
<!-- Last LBA : 11297 / Disk Offset: 5784064 -->
<!-- QSEE partition | Qualcomm -->
<!-- GUID: 60193C62-F142-1338-75A3-E3937BC38126 -->
<partition label="tz" size_in_kb="2048" type="A053AA7F-40B8-4B1C-BA08-2F68AC71A4F4" bootable="false" system="true" filename="tz.mbn"/>
<!-- #06 -->
<!-- First LBA: 11298 / Disk Offset: 5784576 -->
<!-- Last LBA : 15393 / Disk Offset: 7881216 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: BCFC53A6-2D85-2192-621D-5EA6D750342C -->
<partition label="tzbak" size_in_kb="2048" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename="tz.mbn"/>
<!-- #07 -->
<!-- First LBA: 15394 / Disk Offset: 7881728 -->
<!-- Last LBA : 15905 / Disk Offset: 8143360 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 721E4C9B-FF41-F3B5-8E75-A8409D063630 -->
<partition label="devcfg" size_in_kb="256" type="F65D4B16-343D-4E25-AAFC-BE99B6556A6D" bootable="false" system="true" filename=""/>
<!-- #08 -->
<!-- First LBA: 15906 / Disk Offset: 8143872 -->
<!-- Last LBA : 16417 / Disk Offset: 8405504 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: D50F7511-2F05-6538-0497-BBB23BFC3EE9 -->
<partition label="devcfgbak" size_in_kb="256" type="F65D4B16-343D-4E25-AAFC-BE99B6556A6D" bootable="false" system="true" filename=""/>
<!-- #09 -->
<!-- First LBA: 16418 / Disk Offset: 8406016 -->
<!-- Last LBA : 16929 / Disk Offset: 8667648 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 90619A74-5395-C05B-1765-86241AC55A83 -->
<partition label="keymaster" size_in_kb="256" type="E8B7CF6E-5694-4627-8A2A-899B09F2DBEA" bootable="false" system="true" filename=""/>
<!-- #10 -->
<!-- First LBA: 16930 / Disk Offset: 8668160 -->
<!-- Last LBA : 17441 / Disk Offset: 8929792 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: E7776CF5-1084-08A0-815F-5EDCDF491F56 -->
<partition label="keymasterbak" size_in_kb="256" type="E8B7CF6E-5694-4627-8A2A-899B09F2DBEA" bootable="false" system="true" filename=""/>
<!-- #11 -->
<!-- First LBA: 17442 / Disk Offset: 8930304 -->
<!-- Last LBA : 17953 / Disk Offset: 9191936 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 717D21F8-CDC7-1112-99F9-6AA19461FC63 -->
<partition label="cmnlib" size_in_kb="256" type="73471795-AB54-43F9-A847-4F72EA5CBEF5" bootable="false" system="true" filename=""/>
<!-- #12 -->
<!-- First LBA: 17954 / Disk Offset: 9192448 -->
<!-- Last LBA : 18465 / Disk Offset: 9454080 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: C14010D4-FCD2-BCD7-83A6-168BAA702365 -->
<partition label="cmnlibbak" size_in_kb="256" type="73471795-AB54-43F9-A847-4F72EA5CBEF5" bootable="false" system="true" filename=""/>
<!-- #13 -->
<!-- First LBA: 18466 / Disk Offset: 9454592 -->
<!-- Last LBA : 18977 / Disk Offset: 9716224 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: EF1BBFFB-F343-4F15-BE3D-779D2DF36A67 -->
<partition label="cmnlib64" size_in_kb="256" type="8EA64893-1267-4A1B-947C-7C362ACAAD2C" bootable="false" system="true" filename=""/>
<!-- #14 -->
<!-- First LBA: 18978 / Disk Offset: 9716736 -->
<!-- Last LBA : 19489 / Disk Offset: 9978368 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: CC9B03C1-959E-B775-A6C7-BC04E65924BF -->
<partition label="cmnlib64bak" size_in_kb="256" type="8EA64893-1267-4A1B-947C-7C362ACAAD2C" bootable="false" system="true" filename=""/>
<!-- #15 -->
<!-- First LBA: 19490 / Disk Offset: 9978880 -->
<!-- Last LBA : 19745 / Disk Offset: 10109440 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 522E59F5-0269-1238-03BF-0774E5F992B3 -->
<partition label="lksecapp" size_in_kb="128" type="A11D2A7C-D82A-4C2F-8A01-1805240E6626" bootable="false" system="true" filename=""/>
<!-- #16 -->
<!-- First LBA: 19746 / Disk Offset: 10109952 -->
<!-- Last LBA : 20001 / Disk Offset: 10240512 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 0C83D6CF-BB1F-68F9-347D-B91D8A31A7CC -->
<partition label="lksecappbak" size_in_kb="128" type="A11D2A7C-D82A-4C2F-8A01-1805240E6626" bootable="false" system="true" filename=""/>
<!-- #17 -->
<!-- First LBA: 20002 / Disk Offset: 10241024 -->
<!-- Last LBA : 20065 / Disk Offset: 10273280 -->
<!-- DDR partition | Qualcomm -->
<!-- GUID: B94194AB-CD78-0925-EA1D-C3F98190E85D -->
<partition label="DDR" size_in_kb="32" type="20A0C19C-286A-42FA-9CE7-F64C3226A794" bootable="false" system="true" filename="DDR.bin"/>
<!-- #18 -->
<!-- First LBA: 20066 / Disk Offset: 10273792 -->
<!-- Last LBA : 20081 / Disk Offset: 10281472 -->
<!-- SSD? partition | Qualcomm -->
<!-- GUID: C9890563-15C4-DA2B-558F-C79CAF16C607 -->
<partition label="ssd" size_in_kb="8" type="2C86E742-745E-4FDD-BFD8-B6A7AC638772" bootable="false" system="true" filename=""/>
<!-- #19 -->
<!-- First LBA: 20082 / Disk Offset: 10281984 -->
<!-- Last LBA : 30321 / Disk Offset: 15524352 -->
<!-- APPSBL partition | Qualcomm -->
<!-- GUID: 0E985164-0EEE-D2D1-D50B-719F728255E0 -->
<partition label="aboot" size_in_kb="5120" type="400FFDCD-22E0-47E7-9A23-F16ED9382388" bootable="false" system="true" filename="emmc_appsboot.mbn"/>
<!-- #20 -->
<!-- First LBA: 30322 / Disk Offset: 15524864 -->
<!-- Last LBA : 40561 / Disk Offset: 20767232 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 7CC55197-7E6F-82E8-87E1-563D5E0CB246 -->
<partition label="abootbak" size_in_kb="5120" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename="aboot.mbn"/>
<!-- #21 -->
<!-- First LBA: 40562 / Disk Offset: 20767744 -->
<!-- Last LBA : 40593 / Disk Offset: 20783616 -->
<!-- SEC partition | Qualcomm -->
<!-- GUID: 1CE96CD6-0E94-B8A6-7AA1-C0E956264B44 -->
<partition label="sec" size_in_kb="16" type="303E6AC3-AF15-4C54-9E9B-D9A8FBECF401" bootable="false" system="true" filename="sec.dat"/>
<!-- #22 -->
<!-- First LBA: 65536 / Disk Offset: 33554432 -->
<!-- Last LBA : 67583 / Disk Offset: 34602496 -->
<!-- USERDATA? partition | Qualcomm -->
<!-- GUID: 6049FFB4-A241-1E64-A52D-D331F1DE96AE -->
<partition label="devinfo" size_in_kb="1024" type="1B81E7E6-F50D-419B-A739-2AEEF8DA3335" bootable="false" filename=""/>
<!-- #23 -->
<!-- First LBA: 98304 / Disk Offset: 50331648 -->
<!-- Last LBA : 100351 / Disk Offset: 51379712 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: F945F4D9-2AFE-E7FD-30E6-9DB9B5B246F5 -->
<partition label="sysinfo" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #24 -->
<!-- First LBA: 100352 / Disk Offset: 51380224 -->
<!-- Last LBA : 103423 / Disk Offset: 52952576 -->
<!-- FSG? partition | Qualcomm -->
<!-- GUID: 41C5C014-392C-5F78-F89A-EDD12F3AE979 -->
<partition label="fsg" size_in_kb="1536" type="638FF8E2-22C9-E33B-8F5D-0E81686A68CB" bootable="false" system="true" filename=""/>
<!-- #25 -->
<!-- First LBA: 103424 / Disk Offset: 52953088 -->
<!-- Last LBA : 103425 / Disk Offset: 52953600 -->
<!-- FSC? partition | Qualcomm -->
<!-- GUID: D43A910F-2DDE-F917-CE67-0B07A529EF0A -->
<partition label="fsc" size_in_kb="1" type="57B90A16-22C9-E33B-8F5D-0E81686A68CB" bootable="false" system="true" filename=""/>
<!-- #26 -->
<!-- First LBA: 103426 / Disk Offset: 52954112 -->
<!-- Last LBA : 106497 / Disk Offset: 54526464 -->
<!-- MODEMST1 partition | Qualcomm -->
<!-- GUID: D0FDED4D-80BE-F93A-6D5A-52079D5F0484 -->
<partition label="modemst1" size_in_kb="1536" type="EBBEADAF-22C9-E33B-8F5D-0E81686A68CB" bootable="false" system="true" filename=""/>
<!-- #27 -->
<!-- First LBA: 106498 / Disk Offset: 54526976 -->
<!-- Last LBA : 109569 / Disk Offset: 56099328 -->
<!-- MODEMST2 partition | Qualcomm -->
<!-- GUID: 6198D929-EE45-7CD5-8867-E60E657C2E3E -->
<partition label="modemst2" size_in_kb="1536" type="0A288B1F-22C9-E33B-8F5D-0E81686A68CB" bootable="false" system="true" filename=""/>
<!-- #28 -->
<!-- First LBA: 109570 / Disk Offset: 56099840 -->
<!-- Last LBA : 150529 / Disk Offset: 77070848 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: AA1BA3C1-76FE-371E-C243-5AB6BAB5CC4C -->
<partition label="factory" size_in_kb="20480" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #29 -->
<!-- First LBA: 150530 / Disk Offset: 77071360 -->
<!-- Last LBA : 152577 / Disk Offset: 78119424 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 9DDAC82D-E5CF-15BA-03CC-D51C531E3098 -->
<partition label="asuskey" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #30 -->
<!-- First LBA: 152578 / Disk Offset: 78119936 -->
<!-- Last LBA : 154625 / Disk Offset: 79168000 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 11781A73-CC52-DD91-799C-141147F77244 -->
<partition label="asuskey2" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #31 -->
<!-- First LBA: 154626 / Disk Offset: 79168512 -->
<!-- Last LBA : 156673 / Disk Offset: 80216576 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: F0F9C704-CA70-89EF-69BB-DDF447A6052A -->
<partition label="asuskey3" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #32 -->
<!-- First LBA: 156674 / Disk Offset: 80217088 -->
<!-- Last LBA : 158721 / Disk Offset: 81265152 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: BE025F45-5053-9019-C38C-FDA6C0A7BCC3 -->
<partition label="asuskey4" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #33 -->
<!-- First LBA: 158722 / Disk Offset: 81265664 -->
<!-- Last LBA : 160769 / Disk Offset: 82313728 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 7E128C31-1912-4D15-D57C-0BFCF24B4F65 -->
<partition label="asuskey5" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #34 -->
<!-- First LBA: 160770 / Disk Offset: 82314240 -->
<!-- Last LBA : 162817 / Disk Offset: 83362304 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: F0C4B9F5-793B-238D-33F4-AAF32F99D649 -->
<partition label="asuskey6" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #35 -->
<!-- First LBA: 162818 / Disk Offset: 83362816 -->
<!-- Last LBA : 164865 / Disk Offset: 84410880 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: E89D3EF6-CB33-52EA-7C34-2662F71DFCE2 -->
<partition label="persistent" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename="persist.img"/>
<!-- #36 -->
<!-- First LBA: 164866 / Disk Offset: 84411392 -->
<!-- Last LBA : 166913 / Disk Offset: 85459456 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 877127A6-1899-3FA7-F643-D15C43A3CDC6 -->
<partition label="asusgpt" size_in_kb="1024" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #37 -->
<!-- First LBA: 166914 / Disk Offset: 85459968 -->
<!-- Last LBA : 168961 / Disk Offset: 86508032 -->
<!-- MISC? partition | Qualcomm -->
<!-- GUID: 50E9E594-D40C-A967-7E5D-77688C0232DB -->
<partition label="misc" size_in_kb="1024" type="82ACC91F-357C-4A68-9C8F-689E1B1A23A1" bootable="false" system="true" filename=""/>
<!-- #38 -->
<!-- First LBA: 168962 / Disk Offset: 86508544 -->
<!-- Last LBA : 169985 / Disk Offset: 87032320 -->
<!-- KEYSTORE? partition | Qualcomm -->
<!-- GUID: 1F4F4FB6-1AE4-7750-FE8A-E8445827FDCB -->
<partition label="keystore" size_in_kb="512" type="DE7D4029-0F5B-41C8-AE7E-F6C023A02B33" bootable="false" system="true" filename=""/>
<!-- #39 -->
<!-- First LBA: 169986 / Disk Offset: 87032832 -->
<!-- Last LBA : 171009 / Disk Offset: 87556608 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 8459F349-95DA-8754-7D83-DA88EC82C29C -->
<partition label="config" size_in_kb="512" type="91B72D4D-71E0-4CBF-9B8E-236381CFF17A" bootable="false" system="true" filename=""/>
<!-- #40 -->
<!-- First LBA: 171010 / Disk Offset: 87557120 -->
<!-- Last LBA : 171073 / Disk Offset: 87589376 -->
<!-- LIMITS? partition | Qualcomm -->
<!-- GUID: 1CB32AE7-D3B2-0DCA-62AB-1F429486C947 -->
<partition label="limits" size_in_kb="32" type="10A0C19C-516A-5444-5CE3-664C3226A794" bootable="false" system="true" filename=""/>
<!-- #41 -->
<!-- First LBA: 171074 / Disk Offset: 87589888 -->
<!-- Last LBA : 172097 / Disk Offset: 88113664 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 89761C2C-F16A-CCBE-B8DF-2E9EACB7A9E9 -->
<partition label="mota" size_in_kb="512" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename=""/>
<!-- #42 -->
<!-- First LBA: 172098 / Disk Offset: 88114176 -->
<!-- Last LBA : 174145 / Disk Offset: 89162240 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 44C8BC50-F5E3-C8AB-B031-3B4DA4E02A4F -->
<partition label="dip" size_in_kb="1024" type="4114B077-005D-4E12-AC8C-B493BDA684FB" bootable="false" system="true" filename=""/>
<!-- #43 -->
<!-- First LBA: 174146 / Disk Offset: 89162752 -->
<!-- Last LBA : 175169 / Disk Offset: 89686528 -->
<!-- RPM partition | Qualcomm -->
<!-- GUID: A2A1B4DA-7A9A-A2A9-BD9E-06A412406A14 -->
<partition label="syscfg" size_in_kb="512" type="098DF793-D712-413D-9D4E-89D711772228" bootable="false" system="true" filename=""/>
<!-- #44 -->
<!-- First LBA: 175170 / Disk Offset: 89687040 -->
<!-- Last LBA : 183361 / Disk Offset: 93880832 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 3E5B859C-87F9-F44F-B4AF-FD3E7411AD6E -->
<partition label="mcfg" size_in_kb="4096" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" system="true" filename=""/>
<!-- #45 -->
<!-- First LBA: 183362 / Disk Offset: 93881344 -->
<!-- Last LBA : 183873 / Disk Offset: 94142976 -->
<!-- APDP? partition | Qualcomm -->
<!-- GUID: 64CE8E9B-6BD5-65D6-FA18-DE35AA3ACE70 -->
<partition label="apdp" size_in_kb="256" type="E6E98DA2-E22A-4D12-AB33-169E7DEAA507" bootable="false" system="true" filename=""/>
<!-- #46 -->
<!-- First LBA: 183874 / Disk Offset: 94143488 -->
<!-- Last LBA : 184385 / Disk Offset: 94405120 -->
<!-- MSADP? partition | Qualcomm -->
<!-- GUID: 94A338D0-1CCA-ED45-F908-B3432C7509DA -->
<partition label="msadp" size_in_kb="256" type="ED9E8101-05FA-46B7-82AA-8D58770D200B" bootable="false" system="true" filename=""/>
<!-- #47 -->
<!-- First LBA: 184386 / Disk Offset: 94405632 -->
<!-- Last LBA : 184401 / Disk Offset: 94413312 -->
<!-- DPO? partition | Qualcomm -->
<!-- GUID: B0AFD203-98FF-A023-0BFF-1B2C800C164B -->
<partition label="dpo" size_in_kb="8" type="11406F35-1173-4869-807B-27DF71802812" bootable="false" system="true" filename=""/>
<!-- #48 -->
<!-- First LBA: 184402 / Disk Offset: 94413824 -->
<!-- Last LBA : 206929 / Disk Offset: 105947648 -->
<!-- BOOT partition | Qualcomm -->
<!-- GUID: 925F0C39-AAEB-C6C7-241D-CB339029A3EB -->
<partition label="splash" size_in_kb="11264" type="20117F86-E985-4357-B9EE-374BC1D8487D" bootable="false" system="true" filename=""/>
<!-- #49 -->
<!-- First LBA: 206930 / Disk Offset: 105948160 -->
<!-- Last LBA : 211025 / Disk Offset: 108044800 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: D6B09CB7-996A-255B-A2E3-28090441DDB3 -->
<partition label="abootdebug" size_in_kb="2048" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename="abootdebug.mbn"/>
<!-- #50 -->
<!-- First LBA: 211026 / Disk Offset: 108045312 -->
<!-- Last LBA : 214097 / Disk Offset: 109617664 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: CB833D13-6FC2-1913-D705-2AA509CE23E6 -->
<partition label="fsgCA" size_in_kb="1536" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename=""/>
<!-- #51 -->
<!-- First LBA: 214098 / Disk Offset: 109618176 -->
<!-- Last LBA : 218193 / Disk Offset: 111714816 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 67C0C492-7B70-A035-7EF7-C126DD7AAE03 -->
<partition label="abootlog" size_in_kb="2048" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" system="true" filename="abootlog.mbn"/>
<!-- #52 -->
<!-- First LBA: 229376 / Disk Offset: 117440512 -->
<!-- Last LBA : 262143 / Disk Offset: 134217216 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 93C351E0-B1EA-B14C-A585-098EE4C90BEA -->
<partition label="oem" size_in_kb="16384" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" filename=""/>
<!-- #53 -->
<!-- First LBA: 262144 / Disk Offset: 134217728 -->
<!-- Last LBA : 393215 / Disk Offset: 201326080 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 352EF6DF-6516-F196-523D-0A926C5490ED -->
<partition label="asdf" size_in_kb="65536" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" filename=""/>
<!-- #54 -->
<!-- First LBA: 393216 / Disk Offset: 201326592 -->
<!-- Last LBA : 425983 / Disk Offset: 218103296 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: F5BBBF6D-2E43-3EDC-EBF5-E3FA2FE6B3BE -->
<partition label="dsp" size_in_kb="16384" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename=""/>
<!-- #55 -->
<!-- First LBA: 425984 / Disk Offset: 218103808 -->
<!-- Last LBA : 491519 / Disk Offset: 251657728 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 1E7B17EA-9FC7-49DE-3932-0691D73FA42C -->
<partition label="mdtp" size_in_kb="32768" type="3878408A-E263-4B67-B878-6340B35B11E3" bootable="false" filename=""/>
<!-- #56 -->
<!-- First LBA: 491520 / Disk Offset: 251658240 -->
<!-- Last LBA : 557055 / Disk Offset: 285212160 -->
<!-- PERSIST? partition | Qualcomm -->
<!-- GUID: 7AC33506-AE05-5066-CD2B-1E9A89045844 -->
<partition label="persist" size_in_kb="32768" type="6C95E238-E343-4BA8-B489-8681ED22AD0B" bootable="false" filename="persist.img"/>
<!-- #57 -->
<!-- First LBA: 557056 / Disk Offset: 285212672 -->
<!-- Last LBA : 622591 / Disk Offset: 318766592 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 942A5A98-D43D-845A-35CA-A440F22E8B63 -->
<partition label="ftm" size_in_kb="32768" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" filename=""/>
<!-- #58 -->
<!-- First LBA: 622592 / Disk Offset: 318767104 -->
<!-- Last LBA : 688127 / Disk Offset: 352321024 -->
<!-- BOOT partition | Qualcomm -->
<!-- GUID: A1634F47-B80F-C778-B2BC-9095D987928C -->
<partition label="boot" size_in_kb="32768" type="20117F86-E985-4357-B9EE-374BC1D8487D" bootable="false" filename=""/>
<!-- #59 -->
<!-- First LBA: 688128 / Disk Offset: 352321536 -->
<!-- Last LBA : 753663 / Disk Offset: 385875456 -->
<!-- RECOVERY? partition | Qualcomm -->
<!-- GUID: 1E7EB10F-5E2A-3C60-B460-E314AA358641 -->
<partition label="recovery" size_in_kb="32768" type="9D72D4E4-9958-42DA-AC26-BEA7A90B0434" bootable="false" filename=""/>
<!-- #60 -->
<!-- First LBA: 753664 / Disk Offset: 385875968 -->
<!-- Last LBA : 851967 / Disk Offset: 436207104 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 981C575C-877F-8E57-930A-9A0B996A78CC -->
<partition label="asusfw" size_in_kb="49152" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" filename=""/>
<!-- #61 -->
<!-- First LBA: 851968 / Disk Offset: 436207616 -->
<!-- Last LBA : 884735 / Disk Offset: 452984320 -->
<!-- unknown partition | UNKNOWN -->
<!-- GUID: 4D8BDD9D-08C1-F80B-10FE-39CB04D097DC -->
<partition label="persdata" size_in_kb="16384" type="7DB6AC55-ECB5-4E02-80DA-4D335B973332" bootable="false" filename=""/>
<!-- #62 -->
<!-- First LBA: 884736 / Disk Offset: 452984832 -->
<!-- Last LBA : 1056767 / Disk Offset: 541064704 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 2AFA0E96-383C-0E15-5CB1-8670EF5EBBC2 -->
<partition label="modem" size_in_kb="86016" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename="NON-HLOS.bin"/>
<!-- #63 -->
<!-- First LBA: 1056768 / Disk Offset: 541065216 -->
<!-- Last LBA : 1122303 / Disk Offset: 574619136 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 383FBD12-CFF4-3137-8F8D-69C49703D8A6 -->
<partition label="ADF" size_in_kb="32768" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename=""/>
<!-- #64 -->
<!-- First LBA: 1122304 / Disk Offset: 574619648 -->
<!-- Last LBA : 1548287 / Disk Offset: 792722944 -->
<!-- Basic data partition / Linux filesystem data | Windows / Linux -->
<!-- GUID: 76B0ECA5-A079-FC8D-3EDC-0AA860D47AEE -->
<partition label="APD" size_in_kb="212992" type="EBD0A0A2-B9E5-4433-87C0-68B6B72699C7" bootable="false" filename=""/>
<!-- #65 -->
<!-- First LBA: 1548288 / Disk Offset: 792723456 -->
<!-- Last LBA : 1810431 / Disk Offset: 926940672 -->
<!-- CACHE? partition | Qualcomm -->
<!-- GUID: 7F4EC5DA-3C24-155B-3639-58E5CB1FEAAD -->
<partition label="cache" size_in_kb="131072" type="5594C694-C871-4B5F-90B1-690A6F68E0F7" bootable="false" filename="cache.img"/>
<!-- #66 -->
<!-- First LBA: 1810432 / Disk Offset: 926941184 -->
<!-- Last LBA : 9674751 / Disk Offset: 4953472512 -->
<!-- SYSTEM? partition | Qualcomm -->
<!-- GUID: 0151F7F1-D2B2-E356-C17F-F3A340AEC4F2 -->
<partition label="system" size_in_kb="3932160" type="97D7B011-54DA-4835-B3C4-917AD6E73D74" bootable="false" filename="system.img"/>
<!-- #67 -->
<!-- First LBA: 9674752 / Disk Offset: 4953473024 -->
<!-- Last LBA : 122142686 / Disk Offset: 62537055232 -->
<!-- USERDATA? partition | Qualcomm -->
<!-- GUID: 6CDDD106-8A83-4B64-976B-17EE4AEFC790 -->
<partition label="userdata" size_in_kb="56233967" type="1B81E7E6-F50D-419B-A739-2AEEF8DA3335" bootable="false" filename="userdata.img"/>
</physical_partition>
</configuration>
Click to expand...
Click to collapse
I'll be that
guinea pig just tell me what I should do with those files. Been a bit busy so sorry for late reply...

Categories

Resources