Hello heineken78,
I am a german guy who owns a Gigaset ME, too. Via TWRP 2.8.7.0 I made a complete wipe/format of my cellphone without making a backup before. I know it is stupid but to tell you the whole story would take hours.
I have downloaded your complete backups, but I do not know the correct workflow (step by step) to get all the android stuff back on the internal storage of my cellphone. After all i'd like to perform a normal boot into Android 5.1.1, as it was the case I bought it. Can you help me please!
Thank you before.
I think you still able to use recovery? TWRP backup of fresh system can help you, but I don't have time to upload it now.
You can restore all parts in factory download mode from image backups you have downloaded. So you have to follow those steps:
1) download this zip and unpack to same folder with backups
https://drive.google.com/open?id=0B1DGOBuVxY2ZZU9STGYzckdHcXc
2) install driver included in zip. For win10 clock on exe of driver and set compatibility to "older version", and then run as administrator.
3) Remove usb, switch off the phone, then press vol down and hold, plug usb. You should see new device in device manager in com ports."Qualcomm HS-..9008". Check number of comport (ex. com3).
4) in cmd type (example for COMport 3):
You need reflash now system, boot and recovery partitions:
Reflashing of system (systembackup.img)
emmcdl -p COM3 -f prog_emmc_firehose_8994_lite.mbn -b system systembackup.img
if its oke it will take 2-3 min and you see countdown on screen.
Reflashing of boot (boot.img)
emmcdl -p COM3 -f prog_emmc_firehose_8994_lite.mbn -b boot boot.img
Reflashing of recovery (twrp included in zip)
emmcdl -p COM3 -f prog_emmc_firehose_8994_lite.mbn -b recovery twrp-recovery.img
Or reflashing of stock recovery:
emmcdl -p COM3 -f prog_emmc_firehose_8994_lite.mbn -b recovery recovery.img