Search This thread

immortalneo

Senior Member
Jan 25, 2011
4,408
1,990
Malappuram, Kerala
There are a lot of people joining XDA on a daily basis, and there are a lot of repetitive questions being asked
which clutter up the Development and 'Q & A' threads. Point them here. Feel free to ask or answer questions.

The idea of this thread is to get users to help other users with their problems/questions. People are usually
ridiculed for asking questions that other people deem stupid even though it may be a legitimate question. This
leads to new users being afraid to ask questions!

Only provide well mannered help towards users in this thread. Please do not spoon feed, but rather point in
the direction where that user can find an answer
and educate himself. If you don't want to answer, at least
point out where to find the answer.



Before posting anything, I strongly advise you to read THIS thread.

Then, have a quick look at the names of threads in Post No. 2, you might find what you need right away.

Third. Even if you do get your question answered, please do come back and read threads in Post No. 2
(coming later as soon as we start getting the guides) to educate yourself. You'll be surprised how much time
and frustration it will save you in the future!



No abuse towards noobs tolerated here! That means:
NO TROLLING
NO NAME CALLING
NO RIDICULING
NO FLAMING


ASK ANY QUESTION HERE! No question is stupid or irrelevant in this thread. You will either get an answer or will get pointed in the right direction.


*A Special Thanks to mark manning for his help in creating this thread*


HALL OF FAME

People who contributed most to this thread and helped countless number of people with their
problems/questions. In no particular order.

Bruce Wayne
post-mortem
SilentStrider
Ghostfreak NB
mayank9856
sgs22012
Zatta
ADDICT.ANK



These people also have the right to use the banner below:
Newbie%20Thread%20Sign.gif


Just add this code to your signature:
HTML:
[URL="http://forum.xda-developers.com/showthread.php?t=2257421"][IMG]https://dl.dropboxusercontent.com/u/41066660/Newbie%20Thread%20Sign.gif[/IMG][/URL]
 
Last edited:

Droidriven

Senior Member
Jan 27, 2014
15,921
11
5,499
NC
Verizon Samsung Galaxy S III
HTC Thunderbolt
My phone is stuck in fastboot, i cannot access the recovery, or the adb i was downloading a twrp.img and i think it occupied my storage space so now i can't delete it.
I am now following this guide: https://forum.xda-developers.com/t/fastboot-unbrick-your-device-with-no-display.2949356/ and im stuck at "fastboot update update.zip"
I am pretty sure i don't have the right update.zip but i am also afraid that my obama phone wont have enough space for when I do find the right update.zip same with the "recovery.img" mentioned in that guide.
I know that my device is oem unlocked and i know how to delete cache.

Now thanks to you i also know that sim unlocking is a completely different thing which i thank you for that but my device is still bricked :(
Are you spelling the file name correctly when you type the command? Is the update zip stored in your fastboot folder on your PC? If not, you will have to include the path to the file in your command or move the copy of update.zip to the folder where fastboot/adb.exe are located, then the command can properly find the file without having include the path to file in your command. What is contained in the update.zip, extract it to see it's contents.

Also, the thread you linked says that method will not work if your recovery partition is not intact, you may have corrupted your recovery partition, preventing this method from working.

Have you tried downloading a stock firmware for the device or extracting the update.zip and then flashing the individual .img files via fastboot using fastboot flashing commands for each .img?
 
Jan 28, 2023
5
0
Are you spelling the file name correctly when you type the command? Is the update zip stored in your fastboot folder on your PC? If not, you will have to include the path to the file in your command or move the copy of update.zip to the folder where fastboot/adb.exe are located, then the command can properly find the file without having include the path to file in your command. What is contained in the update.zip, extract it to see it's contents.

Also, the thread you linked says that method will not work if your recovery partition is not intact, you may have corrupted your recovery partition, preventing this method from working.

Have you tried downloading a stock firmware for the device or extracting the update.zip and then flashing the individual .img files via fastboot using fastboot flashing commands for each .img?
1. Are you spelling the file name correctly when you type the command?

Yes i am, upon connecting my phone to my pc, I type "fastboot devices" and if I don't spell it right or i am not in the right folder i get the error ['fastboot' is not recognized], If i am in the right folder (C: \.android) and type fastboot devices I get [XXXXXXXX fastboot] if i type "adb devices i only get [list of devices attached] and then nothing.

2. Is the update.zip stored in your fastboot folder on your PC?

Yes,it is stored in my .android folder, where fastboot and adb is located.

3. What is contained in the update.zip?

It is the only attached file

4. Have you tried downloading a stock firmware for the device?

I looked around for a stock firmware for my Sense tw102 but all the google pages and XDA forums lead to expired/dead links. I did find a tutorial on XDA that basically allows me to save my stock firmware as a backup in case I brick my phone but I only backed up my data, I didn't know i had to backup my stock firmware too :(

(The XDA tutorial to backen a stock firmware: https://forum.xda-developers.com/t/need-a-loader-file-to-unbrick-moto-g7.3938342/ )

5. Have you tried extracting the update.zip and then flashing the individual .img files via fastboot using fastboot flashing commands for each .img?
The update.zip doesn't seem to have any .img files so idk how to
There's another .img file titled "recovery_samsung_11.img
I thought samsung11.img would flash without a problem when I use the command "fastboot flash boot recovery_samsung_11.img" but it returned:

sending 'boot' (58324 KB)...
OKAY [ 1.869s]
writing 'boot'...
FAILED (remote: size too large)
finished. total time: 1.869s

Idk how to free up space using fastboot also i just need something operational and low on storage, oh and thank you for talking the time to help me, i really appriciate it!
 

Attachments

  • Update.zip
    2.5 GB · Views: 13

Droidriven

Senior Member
Jan 27, 2014
15,921
11
5,499
NC
Verizon Samsung Galaxy S III
HTC Thunderbolt
1. Are you spelling the file name correctly when you type the command?

Yes i am, upon connecting my phone to my pc, I type "fastboot devices" and if I don't spell it right or i am not in the right folder i get the error ['fastboot' is not recognized], If i am in the right folder (C: \.android) and type fastboot devices I get [XXXXXXXX fastboot] if i type "adb devices i only get [list of devices attached] and then nothing.

2. Is the update.zip stored in your fastboot folder on your PC?

Yes,it is stored in my .android folder, where fastboot and adb is located.

3. What is contained in the update.zip?

It is the only attached file

4. Have you tried downloading a stock firmware for the device?

I looked around for a stock firmware for my Sense tw102 but all the google pages and XDA forums lead to expired/dead links. I did find a tutorial on XDA that basically allows me to save my stock firmware as a backup in case I brick my phone but I only backed up my data, I didn't know i had to backup my stock firmware too :(

(The XDA tutorial to backen a stock firmware: https://forum.xda-developers.com/t/need-a-loader-file-to-unbrick-moto-g7.3938342/ )

5. Have you tried extracting the update.zip and then flashing the individual .img files via fastboot using fastboot flashing commands for each .img?
The update.zip doesn't seem to have any .img files so idk how to
There's another .img file titled "recovery_samsung_11.img
I thought samsung11.img would flash without a problem when I use the command "fastboot flash boot recovery_samsung_11.img" but it returned:

sending 'boot' (58324 KB)...
OKAY [ 1.869s]
writing 'boot'...
FAILED (remote: size too large)
finished. total time: 1.869s

Idk how to free up space using fastboot also i just need something operational and low on storage, oh and thank you for talking the time to help me, i really appriciate it!
ADB will not respond while in fastboot mode.

The recovery .img you have might be just the recovery itself instead of a whole boot .img. I could easily be wrong though. If it actually just the recovery by itself, then, instead of:

fastboot flash boot recovery_samsung_11.img

Try:

fastboot flash recovery recovery_samsung_11.img

I'm just grasping at straws here, so, don't try this command without first verifying whether or not your file is the recovery by itself because flashing things to partitions they weren't meant for will brick your device. There is also the possibility that what I'm saying doesn't even apply because of how things constantly change in how Android is partitioned and what those partitions contain. For example, on some devices, recovery is packaged as part of the boot.img and on others it isn't or In the past, some devices had recovery packaged with the kernel(which can also be part of the boot.img but in a different place).
 
Last edited:
Jan 28, 2023
5
0
ADB will not respond while in fastboot mode.

The recovery .img you have might be just the recovery itself instead of a whole boot .img. I could easily be wrong though. If it actually just the recovery by itself, then, instead of:

fastboot flash boot recovery_samsung_11.img

Try:

fastboot flash recovery recovery_samsung_11.img

I'm just grasping at straws here, so, don't try this command without first verifying whether or not your file is the recovery by itself because flashing things to partitions they weren't meant for will brick your device. There is also the possibility that what I'm saying doesn't even apply because of how things constantly change in how Android is partitioned and what those partitions contain. For example, on some devices, recovery is packaged as part of the boot.img and on others it isn't or In the past, some devices had recovery packaged with the kernel.
well before i try, is there a way to redo this fastboot command like fastboot clean partition or fastboot delete useless files?

Edit: same issue, file too large :(

Edit 2: I managed to get the latest twrp recovery.img and used your command to enact it...
Output:
sending 'recovery' (4690 KB)...
OKAY [ 0.142s]
writing 'recovery'...
OKAY [ 0.063s]
finished. total time: 0.205s

Afterwards, I attempted to access the recovery mode on my phone but it was without a success. I am attempting again in different methods as im writing this
 
Last edited:

SubwayChamp

Senior Member
Aug 6, 2016
4,471
4
1,728
I ended up flashing stock rom on my phone (Realme 8i RMX3151) while using sp flash tool, apparently wiping or overwriting NVRAM in the process.
I lost the imei and googlekey attestation but managed to restore them using SN writer. However my touchscreen also became erratic and completely unusable, with the four quadrants of the screen also swapped around, and the X and Y axis swapped within them. I've requested help from the manufacturers with no result. I wonder if anyone knows what I have done and how I can fix it. My research so far leads me to think that lost the configuration/calibration data for the touchscreen, something which is no included in the downloadable stock rom. I wonder if I can somehow obtain this data file from an identical phone, either individually if I can identify it, or simply clone everything, in order to restore the required data.

I've read somewhere that I can fix this by flashing touch configuration file, not that that helps me much as I have no idea where to find it.

I'm not sure to what degree this problem, and any solution, might be device specific. I've found many threads of people in the same position, with a wide variety of phones, but no answers on how to solve it.

Does anyone have any knowledge about this issues or and pointers towards solutions?
For the next, you should know that never you have to use the Format All instance in SPFT, this is reserved for engineers, SPFT is an advanced tool that can completely wipe your device.

In a normal flashing round, some partitions are ignored by SPFT, you can try editing the scatter file, first open SPFT, choose the OFP file, previously extracted, see which partitions are listed, and compare one by one with your scatter text, you have to edit it and change it where it says download = false, for true, with this, you only will do a step furthermore, to get sure more partitions are effectively flashed, you can use too mtk client from GitHub (just search it).

Although that, there are two main issues here, oppo_custom files have the ability to fix many things to the device, but unfortunately, the right one is not provided in the stock firmware, you should search for one, in case, at this stage, you can't solve the issue.

And second, only MTK DownloadTool_Rcsm can flash properly all the files, but it is reserved for commercial use.

Anyway, you were lucky to recover the IMEI, and trying the first method, may or may not solve it.

In the super_map file, you have to check which is the right super image according to your region.
 
  • Like
Reactions: grimlet

SubwayChamp

Senior Member
Aug 6, 2016
4,471
4
1,728
Hello how do I unlock my galaxy A12 without PC or with my pc
Some Samsung devices of the new A series can enter to unlocking mode using hardware buttons, as the A01,2,3 series.

From a device off, try pressing PWR + volume down buttons, if you are redirected to the unlock bootloader screen menu, then you can, just by long pressing the volume up, as indicated in that menu, by pressing volume up shortly, then you can cancel the operation.
 

Scripter84

New member
Feb 3, 2023
1
0
Hey all,

Trying to unlock the bootloader for my wife's Nokia C30. I have done all the standard stuff;

- Enabled USB debugging
- OEM unlock is set to yes
- Drivers installed etc
- No PIN or security set on phone

However when I boot into "Fastboot Mode" the 'Device State' is "Lock".

I then tried to run the "fastboot oem unlock" command (through powershell as admin) but get:

FAILED (remote: 'Unlock bootloader fail.')

I have also done a factory reset and had the same results. Does anyone have any ideas?
 

galih_ken

Member
Sep 22, 2017
24
4
Hi, anyone knows a video player that can loop video seamlessly? I mean seamless and without milliseconds pause in between.

I have many video which should be played with perfect loop but I haven't found even one video player app on android able to do this.

On windows there's mpv and mplayer, but on android??
 
  • Wow
Reactions: pakopac

SubwayChamp

Senior Member
Aug 6, 2016
4,471
4
1,728
Hey all,

Trying to unlock the bootloader for my wife's Nokia C30. I have done all the standard stuff;

- Enabled USB debugging
- OEM unlock is set to yes
- Drivers installed etc
- No PIN or security set on phone

However when I boot into "Fastboot Mode" the 'Device State' is "Lock".
Those steps are to be able to unlock the bootloader in the next steps required, they don't unlock by itself.
I then tried to run the "fastboot oem unlock" command (through powershell as admin) but get:

FAILED (remote: 'Unlock bootloader fail.')

I have also done a factory reset and had the same results. Does anyone have any ideas?
Since last year, Nokia started to provide keys/token, to can unlock bootloader, to some eligible devices, it can't be unlocked just using command like you tried.

For a strange reason, actually I can't find the official page (in a quick search), so you can search it more extensively, something like "Nokia unlock bootloader official site", it could be also, that it is temporarily (or permanent) suspended.
 

O.operator

New member
Feb 7, 2023
1
0
Hello,
been having great trouble trying to install stock rom onto my BLU View 2 (B130DL), running android 11 I believe.
I accidentally took the battery out of my phone while it was still running.... sure enough my phone became corrupted and I am forced to either keep trying to reboot for eternity or factory reset (I have some very important things on this phone that I'd like to salvage). I have tried re installing the stock firmware onto the phone using ADB which always leaves me with

"E:footer is wrong
Updage package verification took 0.0 s
E:Signature verification failed
E:error: 21"

My phone is only ever recognized by my pc when i plug it in after I press "Apply update from ADB".
I've also tried the SP Flash tool method, but my phone isn't ever recognized and nothing happens.
I can't boot into fastboot mode on my phone because there is no fastboot option in the list to pick when I am in recovery mode, and no combination of long hold power key + up or down works to get into fastboot either.
Neither my phone's bootloader nor developer options have ever been unlocked, never rooted or jailbroken obviously.
Am I doomed? Should I just factory reset? Would I be able to install the stock firmware with a SD card as a last option?
 

SubwayChamp

Senior Member
Aug 6, 2016
4,471
4
1,728
Hello,
been having great trouble trying to install stock rom onto my BLU View 2 (B130DL), running android 11 I believe.
I accidentally took the battery out of my phone while it was still running.... sure enough my phone became corrupted and I am forced to either keep trying to reboot for eternity or factory reset (I have some very important things on this phone that I'd like to salvage). I have tried re installing the stock firmware onto the phone using ADB which always leaves me with

"E:footer is wrong
Updage package verification took 0.0 s
E:Signature verification failed
E:error: 21"

My phone is only ever recognized by my pc when i plug it in after I press "Apply update from ADB".
I've also tried the SP Flash tool method, but my phone isn't ever recognized and nothing happens.
I can't boot into fastboot mode on my phone because there is no fastboot option in the list to pick when I am in recovery mode, and no combination of long hold power key + up or down works to get into fastboot either.
Neither my phone's bootloader nor developer options have ever been unlocked, never rooted or jailbroken obviously.
Am I doomed? Should I just factory reset? Would I be able to install the stock firmware with a SD card as a last option?
In order to use SPFT, you need to update the drivers, installing the MediaTek drivers, you'll need to update them, after that your device has to be recognized like MediaTek Preloader USB VCOM or a similar naming depending on the version.

Once you get it, you need to bypass the DA/SLAA restriction, you may read this https://www.getdroidtips.com/bypass-mediateks-sp-flash-tool-authentication-protection/ and here other tool https://github.com/bkerler/mtkclient

Once you have all, don't flash the userdata partition.
 

lm8lm8

Senior Member
Nov 10, 2020
123
7
hi guys
have a xperia h8216
with lineageos 20
Id like to know :
how could I enable the camera access directly on lock screen?
how to change the bottom to up swipe to accept incoming call, to a left to right swipe?

thank you :)
 

SubwayChamp

Senior Member
Aug 6, 2016
4,471
4
1,728
hi guys
have a xperia h8216
with lineageos 20
Id like to know :
how could I enable the camera access directly on lock screen?
how to change the bottom to up swipe to accept incoming call, to a left to right swipe?

thank you :)
Check if those options are present in the lock screen and security settings (where they're placed may vary), if not, then ask the developer to include them in some build.
 

kos25k

Senior Member
Nov 15, 2012
3,165
434
Hello guys.Please some help here.I want a way (maybe with tasker or macrodroid) to have option (probably by pressing volume & power buttons combo) to fake an incoming call (with stock ringtone and dialer)I know there are some apps out there,but they mimic the fake call with their own iconic dialer and also only by setting the time manually for phone to make the fake call.I just want to avoid stupid and arid conversations like:When will you get maried,or to avoid stupid conversations at work.Thanks for possible help.
 
hi all,

just wanted to ask if it is possible to obtain logs from bootloop in recovery? my mi mix 2s running los 18 started bootlooping when it was tethered to my laptop, and does not show up in adb when bootlooping so i am unable to to logcat. ive also tried looking for /sys/fs/pstore/console-ramoops and /proc/last_kmsg but they do not exist.
 

michal_jb

New member
Feb 11, 2023
1
0
Is there a simple way to map app identifiers (like 'com.andorid.chrome') to 'pretty' app names?

Specifically i have TWRP backup that i have extracted data directory from, and i'm trying to see what apps were installed, and potentially restore their data (that's a separate issue).
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    XDA is dedicated to Android OS, but that is developed and maintained by Google -- So why can't XDA make a section to that which is developed by and maintained to the OS it is "dedicated" to outside of a specific device forum? There are numerous sections on this site that is not dedicated specifically to the Android OS itself; Windows Mobile OS, iOS, even non OS related like Nintendo Switch, Build a PC, PC peripherals, etc. Why can't there be a separate section for Google non-device specific matters? I would imagine that Google and their processes is a bit more related to "android operating system itself" than Nintendo Switch. As it happens, my issue deals with something related to happening inside the Android OS itself, but is a Google non-device process...
    Using your analogy, in a hypothetical site dedicated to the Windows OS itself, why couldn't there be a Microsoft section where there can be discussion on the direction Microsoft is taking the Windows OS, or an issue with one's Microsoft account (for example; how might one navigate billing or account recovery) in relation to how it is working in the Windows OS (i.e. logging in, activation, etc.)? In this case (similar to mine), these are discussions not quite OS (or in my case, device) specific so bringing it up in a Windows 11 or Windows 10 forum wouldn't apply, but it still relates to the Windows OS is made and developed by Microsoft so logically there can be allowances of a Microsoft section to bring it up in....

    In any case, if my only recourse is to go through Google support, I would like to take that discussion to a proper, appropriate section instead of attempting to discuss it here among many other random unrelated topics and was just hoping there was a section that already exists instead of just being relegated to "go to Google support." Also, I wanted to bring details up to the members here in case there is others that have the same issue and/or if they were able to resolve it themselves and could assist me, particularly without having the need to go to Google support. If I merely just "go to Google support", how could I achieve these things...?
    Additionally, I had already attempted to reach out to Google support, but may have gone about it wrong and, again if it is my only recourse, also wished to create a thread in hopes to receive specific guidance from members here on how to go about it correctly. Again, if I just "go to Google support", I don't know how I would be able to receive this.
    In any case, I was just seeking advice on what section on XDA (hoping someone would point to an existing proper section) I could/should start this type of thread -- since it is not device specific but it relates to Google...
    We deal with the operating systems and the devices, not the companies that make them or how they do things on their end. Sure, we can help with "some" things Google related but none of us are Google experts that understand all the ins and outs of how to handle Google issues. That isn't where we focus our interests, knowledge or experience.
    1
    How did you connected? where is the positive and negative poles in that unit?
    Here is my original question post #49,418 and process that @Renate helped me solve the issue (Thank you again for your help!). It’s about 5-6 replies in a row and it will guide you through.
    1
    Please I have a quite dumb question, and unsure if this is the right place to ask:

    It's about Android 12/13 GSIs.

    How could one get rounded corners on apps as they are closed and opened? I've tried so many GSIs, and so far only launchair 12.1 has that feature as far as I know.
    May I´m wrong, but I think that Global animations are implicitly made for every Android version, so no way to change that in the normal way.

    Launchers have its own animation as any app can "break" that, not the apps itself, but, if you are in the desktop, they can show slightly differences.

    This way, custom ROMs can "offer" different animations, but stock ones, only reduce or remove them at all, like happens in low end devices.
    1
    I'm trying to root a Moto G 5G XT-2213-3. Found an xda thread that suggests flashing a patched boot image. The image that can be downloaded from that thread is for an earlier version of my phone's firmware. Any problem with using that on my phone? I don't care if it reverts my phone to an earlier firmware as long as it is rooted.
    Flashing a boot from an earlier firmware version won´t change the entire firmware version. But you should avoid, flashing a different image -whatever- than the firmware you´re currently on.

    Get the firmware for your device, check the exact same version, download it, usually you should get it in Lollinet site, extract it, patched, and proceed.
    1
    Probably you need to unlock, also, the critical partitions, or after of some failed attempts and so, your device needs the stock ROM to recover from.
    Hey, just so you know, I was able to flash the stock ROM and it seems to work perfectly! The problem was what I said: the phone had to be in fastboot and NOT fastbootd. I read it had to be the other way around, but this must be outdated info. I hope this helps anyone else who's stuck!
  • 403
    There are a lot of people joining XDA on a daily basis, and there are a lot of repetitive questions being asked
    which clutter up the Development and 'Q & A' threads. Point them here. Feel free to ask or answer questions.

    The idea of this thread is to get users to help other users with their problems/questions. People are usually
    ridiculed for asking questions that other people deem stupid even though it may be a legitimate question. This
    leads to new users being afraid to ask questions!

    Only provide well mannered help towards users in this thread. Please do not spoon feed, but rather point in
    the direction where that user can find an answer
    and educate himself. If you don't want to answer, at least
    point out where to find the answer.



    Before posting anything, I strongly advise you to read THIS thread.

    Then, have a quick look at the names of threads in Post No. 2, you might find what you need right away.

    Third. Even if you do get your question answered, please do come back and read threads in Post No. 2
    (coming later as soon as we start getting the guides) to educate yourself. You'll be surprised how much time
    and frustration it will save you in the future!



    No abuse towards noobs tolerated here! That means:
    NO TROLLING
    NO NAME CALLING
    NO RIDICULING
    NO FLAMING


    ASK ANY QUESTION HERE! No question is stupid or irrelevant in this thread. You will either get an answer or will get pointed in the right direction.


    *A Special Thanks to mark manning for his help in creating this thread*


    HALL OF FAME

    People who contributed most to this thread and helped countless number of people with their
    problems/questions. In no particular order.

    Bruce Wayne
    post-mortem
    SilentStrider
    Ghostfreak NB
    mayank9856
    sgs22012
    Zatta
    ADDICT.ANK



    These people also have the right to use the banner below:
    Newbie%20Thread%20Sign.gif


    Just add this code to your signature:
    HTML:
    [URL="http://forum.xda-developers.com/showthread.php?t=2257421"][IMG]https://dl.dropboxusercontent.com/u/41066660/Newbie%20Thread%20Sign.gif[/IMG][/URL]
    116
    Reserved

    Just a few words of advice on keeping this thread clean of unnecessary clutter:

    1. Before posting a question, it is highly recommended to read this thread.

    2. Click the Thanks button on the posts that helped you, instead of posting "Thanks". This helps other members in finding out the best replies that get buried in the thread.

    3. Do not use this thread to increase your post count! The Off-Topic forum is the place for that.

    4. Do a simple search of this thread before asking to see if your question has been asked previously.

    5. If your question has not received an answer after a few hours, please be patient. Someone will answer you shortly. If you do not get an answer in 24 hours, you may BUMP your post. If you still have no answer after a week, do mention me in your post.

    Thank you for your cooperation!
    30
    Good job mate, hopefully lots of members will find this thread very helpful :cool::good:
    13
    ZTE V970 Brick?

    Hi,

    I've been trying to install Bruno's ROM for this phone (cam with all chinese apps). http://forum.xda-developers.com/showthread.php?t=1856578

    but have a big problem. I tried my best to follow the instructions but, really couldn't work out if I was doing things in the right order.. is there an actual step- by step for this procedure? I know I'm a noob and read this read that I am an idiot etc. etc. but I thought if I used to ROM on that page and the software recommended it would be easy.

    Here's what I did:

    Downloaded all the files as told.

    Tried to 'flash a custom recovery' as here http://bm-smartphone-reviews.blogspot.co.uk/2012/05/mt6575-flashing-tutorial.html

    but it did not mention how to use the ZTE custom recovery file http://d-h.st/Vgt

    I'm also not sure at all that the 'MediaTek drivers' were installed properly. The phone never appeared in the Device manager.

    I opened SP flash tool and followed this: http://bm-smartphone-reviews.blogspot.co.uk/2012/05/mt6575-flashing-tutorial.html

    and selected the 'scatter file' from the unzipped Bruno ROM (took a while to realise had to unzip it to get the file!!!)

    I noticed most of the boxes on the scatter file were unchecked but carried on and ignored a warning message about the phone may not be able to boot (the tutorial said to ignore it).

    I had to click 'download' then plug the phone in and eventually I got the red loading bar. This finished... then nothing else.. no purple bar.. nothing.

    So after waiting a few minutes I unplugged the phone.

    It now appears to be a total brick. What did I do wrong? Why no purple bar? Were the scatter items supposed to be unchecked? What was the 'custom recovery' file for? Because the SP flash prog never asked for it.

    Is there any point in trying it again or is the phone dead?

    Thanks for any help..

    Theo