Flashtool - Z5 Premium - Xperia Z5 Premium Q&A, Help & Troubleshooting

Anyone know when the Z5 Premium will be available to use on Flashtools?

Answered my own question, grabbed the device file from the repo:
http://forum.xda-developers.com/z5-premium/development/stock-32-0-6-200-firmware-generic-italy-t3262928#post64247102

Jygar said:
Answered my own question, grabbed the device file from the repo:
http://forum.xda-developers.com/z5-premium/development/stock-32-0-6-200-firmware-generic-italy-t3262928#post64247102
Click to expand...
Click to collapse
How did you add this to flashtool may I ask?

In flashtools you need to off auto device sync otherwise it will keep removing the folder.
Then in your User directory, open .flashTool\devices and paste the E68xx folder into there.

Jygar said:
In flashtools you need to off auto device sync otherwise it will keep removing the folder.
Then in your User directory, open .flashTool\devices and paste the E68xx folder into there.
Click to expand...
Click to collapse
Done it! I had a complete brain fart and tried finding a place to add the repo in the actual C:\Flashtool folder. Oops.
Thanks a lot!

martin091 said:
Done it! I had a complete brain fart and tried finding a place to add the repo in the actual C:\Flashtool folder. Oops.
Thanks a lot!
Click to expand...
Click to collapse
No worries, I had been the same.

Related

[Q] Linux CWM Guide

I'm using Ubuntu x64 live cd and I'm trying to flash CWM. Is there a detailed guide on how to do this? I'm not use to using linux so the most detailed would be helpful. Thanks.
bluedegeon said:
I'm using Ubuntu x64 live cd and I'm trying to flash CWM. Is there a detailed guide on how to do this? I'm not use to using linux so the most detailed would be helpful. Thanks.
Click to expand...
Click to collapse
Why don't you just do that through Windows?
androidxen said:
Why don't you just do that through Windows?
Click to expand...
Click to collapse
I've tried it a couple times but never got past step 1. on this guide.
http://forum.xda-developers.com/showthread.php?t=1160814
I can't find the files he ask for in step 2 even though I installed the SDK tools
bluedegeon said:
I've tried it a couple times but never got past step 1. on this guide.
http://forum.xda-developers.com/showthread.php?t=1160814
I can't find the files he ask for in step 2 even though I installed the SDK tools
Click to expand...
Click to collapse
Hm, I'm looking at them right now. Did you do a clean, good SDK install? Double check in Android/Tools or whatever directory. It's right there...
androidxen said:
Hm, I'm looking at them right now. Did you do a clean, good SDK install? Double check in Android/Tools or whatever directory. It's right there...
Click to expand...
Click to collapse
Yes I did. Reinstalling again just to make sure. When the packages popped up I just checked "Accept all" and now its installing everything.
I found the first 2 files under platform tools because there was a text that said they had been moved there. I find the dds file under tools and copied em to my C:\
Moved to proper forum.

Looking for Android v4.0 ROM

Hello,
I am looking for original ROM Android version 4.0 or something.
I was searching it but I didn't found.
Actually I have 4.1.1 and I need older version because have to check how will be work my dock station (HTC CR S650) with older versions.
http://forum.xda-developers.com/showthread.php?t=1975140
Sent from my HTC One X using xda premium
drali500 said:
http://forum.xda-developers.com/showthread.php?t=1975140
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Thanks mate.
I don't understand step #5. What does it mean "copy the boot.img in the folder that you prefer"?
1- Go into Recover (CWM) and Mount USB
2- Now From your PC create a folder in the root of the storage and call it "clockworkmod"
3- In the "clockworkmod" folder create another folder named "backup"
4- Extract the .zip file in that folder (do not change the name of the folder extracted cause it could give md5sum problems)(also the folder name must not have any space between words)
5- Before continuing on the phone, open that folder from the pc and copy the boot.img in the folder that you prefer
6- Reboot phone into Fastboot mode and flash the boot.img by typing
Code:
fastboot flash boot path/to/boot.img
7- Reboot the phone into Recovery again
8- Go to Backup & Restore> restore> and here choose the folder previously extracted, and that's it
ZaKooN said:
Thanks mate.
I don't understand step #5. What does it mean "copy the boot.img in the folder that you prefer"?
1- Go into Recover (CWM) and Mount USB
2- Now From your PC create a folder in the root of the storage and call it "clockworkmod"
3- In the "clockworkmod" folder create another folder named "backup"
4- Extract the .zip file in that folder (do not change the name of the folder extracted cause it could give md5sum problems)(also the folder name must not have any space between words)
5- Before continuing on the phone, open that folder from the pc and copy the boot.img in the folder that you prefer
6- Reboot phone into Fastboot mode and flash the boot.img by typing
Code:
fastboot flash boot path/to/boot.img
7- Reboot the phone into Recovery again
8- Go to Backup & Restore> restore> and here choose the folder previously extracted, and that's it
Click to expand...
Click to collapse
That means to copy it in a folder from which you will perform step 6. To make your life easier, I usually copy it in the same folder where I keep fastboot and adb files.
In that case you should only type:
fastboot flash boot boot.img
Click to expand...
Click to collapse
Good luck! :good:
[email protected]|-|oR said:
That means to copy it in a folder from which you will perform step 6. To make your life easier, I usually copy it in the same folder where I keep fastboot and adb files.
In that case you should only type:
Good luck! :good:
Click to expand...
Click to collapse
And when I want to back to my original Android (had made nand backup) I just doing the same but with mine files?
ZaKooN said:
And when I want to back to my original Android (had made nand backup) I just doing the same but with mine files?
Click to expand...
Click to collapse
Which nandroid you have?
4.1.1?
If so, then yes, repeat the procedure once again with your bakup to return to Jelly Bean.
One more thing, make sure that the nandroid you download is named with date and time (something like "2013-01-28.08.49.48"), otherwise you will face md5 issue. There is a solution for that, too, but I don't know if you would do it.
---------- Post added at 12:18 PM ---------- Previous post was at 12:10 PM ----------
Here you are, the full explanation is HERE.
In particular check this explanation:
What if i get MD5 Mismatch?
type in teminal:
Code:
adb shell
# cd /sdcard/clockworkmod/backup/Name_of_the_nandbackup_folder
# rm nandroid.md5
# md5sum *img > nandroid.md5
Click to expand...
Click to collapse
[email protected]|-|oR said:
Which nandroid you have?
4.1.1?
If so, then yes, repeat the procedure once again with your bakup to return to Jelly Bean.
One more thing, make sure that the nandroid you download is named with date and time (something like "2013-01-28.08.49.48"), otherwise you will face md5 issue. There is a solution for that, too, but I don't know if you would do it.
---------- Post added at 12:18 PM ---------- Previous post was at 12:10 PM ----------
Here you are, the full explanation is HERE.
In particular check this explanation:
Click to expand...
Click to collapse
Damn I downloaded it but there is MAC OSX folder...
Look on the image, it is correct or I have to find another ROM?
ZaKooN said:
Damn I downloaded it but there is MAC OSX folder...
Look on the image, it is correct or I have to find another ROM?
Click to expand...
Click to collapse
It looks alright. You have your cache, data, and system partitions in it.
And, I was right - you will get MD5 mismatch, for sure! So, you will have to follow the instruction that I indicated before.
If it doesn't work, or you are having problems, keep your current boot.img handy, and give it a try. You can always revert to your previous state.
What is in this Mac OS folder?
[email protected]|-|oR said:
It looks alright. You have your cache, data, and system partitions in it.
And, I was right - you will get MD5 mismatch, for sure! So, you will have to follow the instruction that I indicated before.
If it doesn't work, or you are having problems, keep your current boot.img handy, and give it a try. You can always revert to your previous state.
What is in this Mac OS folder?
Click to expand...
Click to collapse
There is file: nandroid.md5
So I should keep the boot.img file in that folder?
ZaKooN said:
There is file: nandroid.md5
So I should keep the boot.img file in that folder?
Click to expand...
Click to collapse
If you copy boot.img files into your "fastboot" folder, then it's easier to type the command. Instead of:
fastboot flash boot c:/user/somebody/something/.../folder/boot.img
Click to expand...
Click to collapse
all you do is type:
fastboot flash boot boot.img
Click to expand...
Click to collapse
Less possibility for error.
You can place both boot.img files to this folder, only name them in a way you can recognize them in future (boot_my.img and boot_old.img, for example).
I would also check if nandroid.md5 is the same as the one in parent folder. But, anyhow, you will have to adjust your md5, I'm sure of it.
[email protected]|-|oR said:
If you copy boot.img files into your "fastboot" folder, then it's easier to type the command. Instead of:
all you do is type:
Less possibility for error.
You can place both boot.img files to this folder, only name them in a way you can recognize them in future (boot_my.img and boot_old.img, for example).
I would also check if nandroid.md5 is the same as the one in parent folder. But, anyhow, you will have to adjust your md5, I'm sure of it.
Click to expand...
Click to collapse
I am flashed new ROM but in options still have 4.1.1 version, just see the telephone was return to fabric options
ZaKooN said:
I am flashed new ROM but in options still have 4.1.1 version, just see the telephone was return to fabric options
Click to expand...
Click to collapse
Search for "2.17.xxx.xx" nandroid. That is ICS ROM (4.0.3 or 4.0.4).
[email protected]|-|oR said:
Search for "2.17.xxx.xx" nandroid. That is ICS ROM (4.0.3 or 4.0.4).
Click to expand...
Click to collapse
Damn Why you didn't wrote it earlier?
Downloading now and we will see
ZaKooN said:
Damn Why you didn't wrote it earlier?
Downloading now and we will see
Click to expand...
Click to collapse
I thought you knew what you're doing
No worries, just be patient, and keep your battery charged! :good:
AW: Looking for Android v4.0 ROM
Why did you open 2 threads for this?
Sent from my HTC One X using xda app-developers app
psyko93 said:
Why did you open 2 threads for this?
Click to expand...
Click to collapse
I think he ffirst opened one in Original Development forum, where he was advised to ask for help elsewhere. Then he opened this thread, and then mods moved his first thread here.
You are right, one of them should be closed/deleted.
[email protected]|-|oR said:
I think he ffirst opened one in Original Development forum, where he was advised to ask for help elsewhere. Then he opened this thread, and then mods moved his first thread here.
You are right, one of them should be closed/deleted.
Click to expand...
Click to collapse
Okay new ROM is flashed but I can't insert PIN code because of screen didn't react on touch, just power button is working
ZaKooN said:
Okay new ROM is flashed but I can't insert PIN code because of screen didn't react on touch, just power button is working
Click to expand...
Click to collapse
Try going back to fastboot and typing:
fastboot erase cache
Click to expand...
Click to collapse
After that go to recovery, and do wipe dalvik cache. Reboot. See if it works.
[email protected]|-|oR said:
Try going back to fastboot and typing:
After that go to recovery, and do wipe dalvik cache. Reboot. See if it works.
Click to expand...
Click to collapse
Nope, still the same situation
ZaKooN said:
Nope, still the same situation
Click to expand...
Click to collapse
Hmmmm, mate, I don't know about this.
Could you try flashing back your own nandroid and see if that's the ROM, or something else?

Unzipping the .img file with winzip

I'm having real problems unzipping the above file to show the .img file. The error I keep getting is "Winzip only supports IMG files that are in the ISO format" I have tried to downloading Winrar and 7 Zip file manager but still cannot get it unzipped.
Please, can anybody help, i'm so frustrated!
Thanks
Matt:fingers-crossed:
Are you trying to open a img file with winrar for see the code/stuff into it?
Guich said:
Are you trying to open a img file with winrar for see the code/stuff into it?
Click to expand...
Click to collapse
Hi, I'm trying to put it in my drive so I can flash it, if that makes sense. Really sorry, I'm new to this!
The Mackem said:
Hi, I'm trying to put it in my drive so I can flash it, if that makes sense. Really sorry, I'm new to this!
Click to expand...
Click to collapse
Ah, you will extract this for put into adb/fastboot folder for flash
So, when you have the winrar windows, drop the file and put it into the folder or the desktop.
Now you can flash/use it
vywood which
Guich said:
Ah, you will extract this for put into adb/fastboot folder for flash
So, when you have the winrar windows, drop the file and put it into the folder or the desktop.
Now you can flash/use it
Click to expand...
Click to collapse
Hi, Guich, Am I actually trying to unzip the file to see to the image??? is this what I need to put it in the db/fastboot folder for flash :good:
I have tried that but I'm still getting the same error message!
The Mackem said:
Hi, Guich, Am I actually trying to unzip the file to see to the image??? is this what I need to put it in the db/fastboot folder for flash :good:
I have tried that but I'm still getting the same error message!
Click to expand...
Click to collapse
I can't do some screen now, however, it's strange.
Can you post a screen of your prob?
Guich said:
I can't do some screen now, however, it's strange.
Can you post a screen of your prob?
Click to expand...
Click to collapse
View attachment Book1.xlsx
Hope this helps??
The Mackem said:
Hi, Guich, Am I actually trying to unzip the file to see to the image??? is this what I need to put it in the db/fastboot folder for flash :good:
I have tried that but I'm still getting the same error message!
Click to expand...
Click to collapse
dude, the .img IS THE 'image' file. You don't need to unzip it or anything, just flash it through fastboot.
It's not a compressed .zip file -__-
The Mackem said:
View attachment 1997963
Hope this helps??
Click to expand...
Click to collapse
But the boot.img is in img already...
Now you have to flash it
tomascus said:
dude, the .img IS THE 'image' file. You don't need to unzip it or anything, just flash it through fastboot.
It's not a compressed .zip file -__-
Click to expand...
Click to collapse
Thank you, I'll give it a go.......................talk about totally frustrated!!!
GGGGGGGGGGGRRRRRRRRRRRRRR!! lol
:shakes head in a disappointed manner:
Really guys? REALLY?
Just help the OP out if you can, if not, move along.
Thread cleaned.

Need help editing Update-Script

I've been trying to edit the updater script in the latest T-MO AOKP 4.4.2 nightly so i can flash it on my Att S3, but have had no luck. I've searched XDA and Google but have not found the answers i need. Would anyone be willing to give me a detailed guide or point in the right direction of one.
JamFan05 said:
I've been trying to edit the updater script in the latest T-MO AOKP 4.4.2 nightly so i can flash it on my Att S3, but have had no luck. I've searched XDA and Google but have not found the answers i need. Would anyone be willing to give me a detailed guide or point in the right direction of one.
Click to expand...
Click to collapse
Try this. It's been asked before.
If you can't do it send me the updater script and I'll change it for you.
http://forum.xda-developers.com/showthread.php?t=2585870
Sent from my SGH-I747 using xda app-developers app
KorGuy123 said:
Try this. It's been asked before.
If you can't do it send me the updater script and I'll change it for you.
http://forum.xda-developers.com/showthread.php?t=2585870
Sent from my SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
Thank you for responding. I am able to edit the file, but it will not allow me to save it over the one I need to replace. I am really trying to learn how to do this on my own. Any suggestions as to what I'm doing wrong?
JamFan05 said:
Thank you for responding. I am able to edit the file, but it will not allow me to save it over the one I need to replace. I am really trying to learn how to do this on my own. Any suggestions as to what I'm doing wrong?
Click to expand...
Click to collapse
Without knowing the error, I have no idea what you're doing wrong.
---------- Post added at 11:32 AM ---------- Previous post was at 11:20 AM ----------
For some reason 7zip doesn't like that zip file. I pulled the updater script and pushed it in with winrar and it zipped fine.
Going to try and flash it now.
---------- Post added at 11:40 AM ---------- Previous post was at 11:32 AM ----------
Got it to flash. Just remove the first two lines.
KorGuy123 said:
Without knowing the error, I have no idea what you're doing wrong.
Click to expand...
Click to collapse
Here are my steps
I open the zip with 7zip, by choosing open archive
Navigate to the Updater-script file and copy it to my desktop
Right click on it and chose edit with Notepad++
Delete everything down to the word mount, and it leaves the first line blank
I click on the X to close the file and it asks me to save it, I save it
I try to copy the edited file back into the zip and it gives me this error -
Error Duplicate Filename
system/media/audio/notifications/Arturus.ogg
system/media/audio/notifications/arturus.ogg
Does this help? Or am I doing it completely wrong. Lol
JamFan05 said:
Here are my steps
I open the zip with 7zip, by choosing open archive
Navigate to the Updater-script file and copy it to my desktop
Right click on it and chose edit with Notepad++
Delete everything down to the word mount, and it leaves the first line blank
I click on the X to close the file and it asks me to save it, I save it
I try to copy the edited file back into the zip and it gives me this error -
Error Duplicate Filename
system/media/audio/notifications/Arturus.ogg
system/media/audio/notifications/arturus.ogg
Does this help? Or am I doing it completely wrong. Lol
Click to expand...
Click to collapse
This is easier...
Open the file in winrar (7zip doesn't like this one)
Go to file and drag it to your desktop. Don't close WinRAR
Open file in notepad++ and delete the first 2 lines (make sure the first line isn't blank) First line should be
show_progress(0.500000, 0);
Click to expand...
Click to collapse
Save file
Drag back to winrar in the folder you found it and it'll overwrite.
Put back on phone and profit!
KorGuy123 said:
This is easier...
Open the file in winrar (7zip doesn't like this one)
Go to file and drag it to your desktop. Don't close WinRAR
Open file in notepad++ and delete the first 2 lines (make sure the first line isn't blank) First line should be
Save file
Drag back to winrar in the folder you found it and it'll overwrite.
Put back on phone and profit!
Click to expand...
Click to collapse
THANK YOU! That worked perfectly, Im now up and running. I just want say that i see you help a lot of people out here in the forums with very good and accurate advice. Thanks again for helping me learn something new.
JamFan05 said:
THANK YOU! That worked perfectly, Im now up and running. I just want say that i see you help a lot of people out here in the forums with very good and accurate advice. Thanks again for helping me learn something new.
Click to expand...
Click to collapse
NP glad to help.
Sent from my SGH-I747 using xda app-developers app

[TUTORIAL] Install ROM via sideload

I know most of you already know this, but it may help others because this is very usefull for installing kitkat.
It's a pain to copy an 1,2 GB ROM to internal storage, so sideloading (installing from PC) it's lot easier and faster.
So here's the trick.
Copy the zip you want to install in "adb" folder (archiev attached)
Reboot phone in recovery mode
Optional - do your wipes
If you have CMW
Go to install zip -> install zip from sideload
If you have TWRP
Go to advanced -> ADB sideload
connect the USB cable and run START.cmd
type "adb devices" to check if your phone is recognized and connected (skip if you know everything it's ok)
type "adb sideload kitkat.zip" (replace kitkat with zip's name)
Notes:
Ofc you need USB drivers
Ive tried that a couple times but always i get a "cannot read kitkat.zip" thing, any idea why?
Sent from my LG-E975 using XDA Premium 4 mobile app
mastor10 said:
Ive tried that a couple times but always i get a "cannot read kitkat.zip" thing, any idea why?
Click to expand...
Click to collapse
Umm... Did you replace "kitkat.zip" with the actual name of your zip file (or rename your zip to "kitkat.zip")? I know it might be a very stupid question, but I can only read your post, not your mind...
kt-Froggy said:
Umm... Did you replace "kitkat.zip" with the actual name of your zip file (or rename your zip to "kitkat.zip")? I know it might be a very stupid question, but I can only read your post, not your mind...
Click to expand...
Click to collapse
Of course man, all of the roms ive flashed was through sideload
mastor10 said:
Of course man, all of the roms ive flashed was through sideload
Click to expand...
Click to collapse
Make a screenshot of what you're doing and error you get, this way will be easier for both.
roscatel said:
Make a screenshot of what you're doing and error you get, this way will be easier for both.
Click to expand...
Click to collapse
there you go
i changed the name to zip but norhing happens
mastor10 said:
there you go
i changed the name to zip but norhing happens
Click to expand...
Click to collapse
First, there is no way for a rom to use ".rar" extension. After, error means that the file couldn't be read (missing or corrupted). Also you may try my method which doesn't need android SDK, so there is no complications with wrong paths or such.
roscatel said:
First, there is no way for a rom to use ".rar" extension. After, error means that the file couldn't be read (missing or corrupted). Also you may try my method which doesn't need android SDK, so there is no complications with wrong paths or such.
Click to expand...
Click to collapse
yes i know, but in there the rom is in rar http://forum.xda-developers.com/showthread.php?t=2762171
so i changed the rar to zip, also i downloaded the file 3 times and the same happens, ill try with your adb and see
also the others zips i flash through sideload from sdk works just fine, only in this rom i get the error
edit, nope the same happens
mastor10 said:
yes i know, but in there the rom is in rar http://forum.xda-developers.com/showthread.php?t=2762171
so i changed the rar to zip, also i downloaded the file 3 times and the same happens, ill try with your adb and see
also the others zips i flash through sideload from sdk works just fine, only in this rom i get the error
edit, nope the same happens
Click to expand...
Click to collapse
Look at the screen I've attached. Are you sure your zip it's not the same have you checked it? I've highlighted the rom itself.
roscatel said:
Look at the screen I've attached. Are you sure your zip it's not the same have you checked it? I've highlighted the rom itself.
Click to expand...
Click to collapse
this is what i download
https://drive.google.com/uc?id=0BxtwB2oE42pDNFJsaGJ3ODNkWGM&export=download
from the topic i mention above, its the same, i rename it to a smaller name though
mastor10 said:
this is what i download
https://drive.google.com/uc?id=0BxtwB2oE42pDNFJsaGJ3ODNkWGM&export=download
from the topic i mention above, its the same, i rename it to a smaller name though
Click to expand...
Click to collapse
Ok then simply extract "VDT-V20..." from that archieve. That's the zip you have to install via sideload!
roscatel said:
Ok then simply extract "VDT-V20..." from that archieve. That's the zip you have to install via sideload!
Click to expand...
Click to collapse
this is whats inside the zip i download
mastor10 said:
this is whats inside the zip i download
Click to expand...
Click to collapse
It looks to me that your screenshot is showing contents of a ZIP inside a RAR. What @roscatel means, you should extract the ZIP from the RAR that you downloaded -- it's actually an archive packed inside another archive. After that, flash the ZIP you just extracted using any method (sideload, or from recovery as usual). Do NOT rename RAR to ZIP -- it doesn't make sense, and will most definitely NOT work.
kt-Froggy said:
It looks to me that your screenshot is showing contents of a ZIP inside a RAR. What @roscatel means, you should extract the ZIP from the RAR that you downloaded -- it's actually an archive packed inside another archive. After that, flash the ZIP you just extracted using any method (sideload, or from recovery as usual). Do NOT rename RAR to ZIP -- it doesn't make sense, and will most definitely NOT work.
Click to expand...
Click to collapse
hi my pc known my device but when i write adb sideload ...zip foul (stand) 0% and i watting 15 minuts for process but nothing happening . plz help me . my device is xperia tx.. plzzzzzzzzzzzzz
install the last TWRP (flash it via bootloader), same process by opening commande window in the folder (shift+right click: then open command) and tiping command: fastboot flash recovery (name of the file).img (like that: exemple: fastboot flash recovery lastTWRP.img)
it autorize MTP transfer, so you cas access your internal storage and copy the zip file
or retrieve backups from your phone
I'm using and side load on my lge
LM-x210MA an I keep getting these different errors do I need to flash more than a twrp.imf what about sys.img root.img root-boot.img this is all a lot to take in as a first timer go easy I'm not trolling just trying to learn

Categories

Resources