how to save modified image ?In the archive are packages for DISABLE_FFU_PLAT_ID![]()
It`s strange , my win8.1&win10 can install the driver online automatically. I`m in East Asia. Have you checked "install driver online" option ?1- Flash a stock FFU (059R8T5) on my NL620 (RM-846) ;
Yes, I tried, but he said "Windows found no driver for your device".It`s strange , my win8.1&win10 can install the driver online automatically. I`m in East Asia. Have you checked "install driver online" option ?
I don`t know programming, but I really wana know how to modify .ffu image before WP10 comes out. Just hate the previsioned xaps .
You may try it. Just click the button nearby the bigger blue one to download the driver :http://pan.baidu.com/s/1bnm3TYRYes, I tried, but he said "Windows found no driver for your device".
where to place that files ?In the archive are packages for DISABLE_FFU_PLAT_ID![]()
For 2: While I would like to modify my file FFU, FFU Designer shows me an error.Hi,
For 2: While I would like to modify my file FFU, FFU Designer shows me an error.
Screenshot: http://img11.hostingpics.net/pics/396938anaheiim2.png
- - - - - - -
Any idea?
Thanks,
Dylan
my goal is to flash ATT device with non-ATT firmware, the problem is ID CHECK and I need to disable it and ..Maybe this document could be helpful
https://dev.windowsphone.com/en-US/OEM/docs/Phone_Bring-Up/Optional_features_for_building_images
you don't need to modify ffu file .my goal is to flash ATT device with non-ATT firmware, the problem is ID CHECK and I need to disable it and ..
so do I have to mod ffu which I want to flash on Device or do something different ?
how to change files in ffu please tell me the process step by step in PM![]()
sounds interestingyou don't need to modify ffu file .
as I found some month ago there's a zip compressed file in the ROM files witch include some packages with reg keys and some IDs .
I think you need to modify them but I'm looking for a Lumia 520 to try modifying these packages and flash L520 and see the results .
I can't RISK on my lumia 920 in this time because it's my only phone and I have not enough money to buy another one if it got broken .
Bad news, Microsoft has a pull down the resources which you mentioned in first post.Windows Imaging and Configuration Designer (Windows ICD) - Support FFU Image
Windows Assessment and Deployment Kit (Windows ADK) for Windows 10 Technical Preview
Deployment Image Servicing and Management tool
Version: 10.0.10049.0
DISM.exe [dism_options] {Imaging_command} [<Imaging_arguments>]
DISM.exe {/Image:<path_to_offline_image> | /Online} [dism_options]
{servicing_command} [<servicing_arguments>]
DESCRIPTION:
DISM enumerates, installs, uninstalls, configures, and updates features
and packages in Windows images. The commands that are available depend
on the image being serviced and whether the image is offline or running.
GENERIC IMAGING COMMANDS:
/Split-Image - Splits an existing .wim or .ffu file into multiple
read-only split WIM/FFU files.
/Apply-Image - Applies an image.
/Get-MountedImageInfo - Displays information about mounted WIM and VHD
images.
/Get-ImageInfo - Displays information about images in a WIM or VHD
file.
/Commit-Image - Saves changes to a mounted WIM or VHD image.
/Unmount-Image - Unmounts a mounted WIM or VHD image.
/Mount-Image - Mounts an image from a WIM or VHD file.
/Remount-Image - Recovers an orphaned image mount directory.
/Cleanup-Mountpoints - Deletes resources associated with corrupted
#define SECURITY_SIGNATURE "SignedImage "
typedef struct _SECURITY_HEADER
{
UINT32 cbSize; // size of struct, overall
BYTE signature[12]; // "SignedImage "
UINT32 dwChunkSizeInKb; // size of a hashed chunk within the image
UINT32 dwAlgId; // algorithm used to hash
UINT32 dwCatalogSize; // size of catalog to validate
UINT32 dwHashTableSize; // size of hash table
} SECURITY_HEADER;
#define FFU_SIGNATURE "ImageFlash "
typedef struct _IMAGE_HEADER
{
DWORD cbSize; // sizeof(ImageHeader)
BYTE Signature[12]; // "ImageFlash "
DWORD ManifestLength; // in bytes
DWORD dwChunkSize; // Used only during image generation.
} ImageHeader;

In response to the error in WPID when trying to change the path to modify an existing project. Didn't want to waste space by quoting the image from said post...please tell me how to mod ffu image and bypass ffu id check![]()
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows Phone Image Designer\8.1]
"ShowConfirmStartOverDialog"="True"
"LastSavedProject"="C:\\"
"ShowSaveSuccessDialog"="True"
"LastUsedBspConfig"=""
"Locale"=""