Hi guys, so my problem is this. After my tablet went into infinite boot I flashed my galaxy Tab 10.1 GT-P7500 with a restore ROM(ICS 4.0.4)that i had saved, but now when I try to flash CM10 throught CWM 6.0.xx I get a status 7 error.
Any one had the same problem?
Thanx!
I have download CM10 again for my device but I still get a status 7 error, anyone know how to fix this???
Thanx in advance!
drefcom said:
I have download CM10 again for my device but I still get a status 7 error, anyone know how to fix this???
Thanx in advance!
Click to expand...
Click to collapse
Flash the latest recovery from droidbasement, which is in the CM10 folder you've downloaded.
Status 7
Getting status 7 error, I am finding a lot of 'solutions' so far none have worked. Does anyone have a current solution? Using CM 10.1 on Galaxy 10.1 rooted with Clockwork Mod Recovery v4.0.0.4. Not my first ( or second root), but I'm still basically a noob.
!!! Solution for status 7 error in cwm !!!
A final solution for the status 7 problem is described below (this can be a little tricky but won't harm your device ):
1.Extract the ROM in a new folder, but remember the name of the ROM so you can repack it later for flashing...
2.Go to this address: ROM FOLDER ( the folder originally containing META-INF and system folders and boot.img)\META-INF\com\google\android\
3.open the "updater-script" file with notepad++ or another code editor...
4.the model checking assert is perhaps placed in the first line or is spread over the few first lines, and is this:
assert(getprop("ro.product.device") == "p4" || getprop("ro.build.product") == "p4");
this wicked (!) but sometimes useful model checking prevents flashing on some devices, mostly when flashing Cyanogenmod 10.1...
to tell the CWM system to omit that, you can turn it to a comment (!) by placing a "sharp" sign (#) in the beginning of the line, that will make it like this:
#assert(getprop("ro.product.device") == "p4" || getprop("ro.build.product") == "p4");
5. Happy Flashing!
sorry, I forgot: it doesn't matter if you flash a P7510 ROM on P7500, but I haven't tested it reverse (flashing P7500 ROM on P7510)...
Thanks!!!
Many, many thanks, this solution works!!
arashtarafar said:
A final solution for the status 7 problem is described below (this can be a little tricky but won't harm your device ):
1.Extract the ROM in a new folder, but remember the name of the ROM so you can repack it later for flashing...
2.Go to this address: ROM FOLDER ( the folder originally containing META-INF and system folders and boot.img)\META-INF\com\google\android\
3.open the "updater-script" file with notepad++ or another code editor...
4.the model checking assert is perhaps placed in the first line or is spread over the few first lines, and is this:
assert(getprop("ro.product.device") == "p4" || getprop("ro.build.product") == "p4");
this wicked (!) but sometimes useful model checking prevents flashing on some devices, mostly when flashing Cyanogenmod 10.1...
to tell the CWM system to omit that, you can turn it to a comment (!) by placing a "sharp" sign (#) in the beginning of the line, that will make it like this:
#assert(getprop("ro.product.device") == "p4" || getprop("ro.build.product") == "p4");
5. Happy Flashing!
sorry, I forgot: it doesn't matter if you flash a P7510 ROM on P7500, but I haven't tested it reverse (flashing P7500 ROM on P7510)...
Click to expand...
Click to collapse
Hello people,
I got a big problem with my tablet.... so.... I use Rom Manager to do the upgrade....
In Rom Manager:
- Download ROM
- CyanogenMod Nightlies
- CyanogenMod 10 20121202
That's all ok... but now i have a P7510 without 3G....
So i go to the clockworkmod folder and i see... the flashed image to my tablet is "cm-10-20121202-Nightly-p4wifi.zip" so... i loose my 3G and in the present moment i can't connect the tablet to the computer... It is simply not recognized.
After this... i go to our friend google... and i find the (Correct ROM ( I Hope ) )....cm-10-20121202-Nightly-p4.zip, but.... when i try to flash this rom... i got this error:
assert failed getprop( ro.product.device ) == p4 getprop( ro.build.product ) == p4
status 7 error
Well ..
So my request is ... can someone help me put the correct ROM on my tablet and get back to 3G and USB?
Thank's a lot!!
Ps--> I forgot to say... i don't have my stock rom backup
mrbouli said:
After this... i go to our friend google... and i find the (Correct ROM ( I Hope ) )....cm-10-20121202-Nightly-p4.zip, but.... when i try to flash this rom... i got this error:
assert failed getprop( ro.product.device ) == p4 getprop( ro.build.product ) == p4
status 7 error
Click to expand...
Click to collapse
Unpack the zip file somewhere, keeping the directory tree intact.
In the folder META-INF\com\google\android, there's a file called "updater-script". Open that with a text editor (but NOT MS Word!! - I use notepad++ on Windows.)
You should see a pair of lines reading:
assert(getprop("ro.product.device") == "p4" ||
getprop("ro.build.product") == "p4");
Or maybe just one line:
assert(getprop("ro.product.device") == "p4" || getprop("ro.build.product") == "p4");
Either way, disable that by inserting "#" at the beginning:
#assert(getprop("ro.product.device") == "p4" ||
# getprop("ro.build.product") == "p4");
Save the new file, rebuild the zip, and it should install fine.
Before ... thanks for your help!
I did what you told me ... I put the # in front of the two lines and looked like this:
#assert(getprop("ro.product.device") == "p4" ||
#getprop("ro.build.product") == "p4");
( I use WordPad to edit the file )
Now I try to install the ROM and now I have another error .... :
E:Error in /sdcard/xxcm-10-20121202-NIGHTLY-p4.zip
(Status 6)
Installation aborted.
k1mu said:
Unpack the zip file somewhere, keeping the directory tree intact.
In the folder META-INF\com\google\android, there's a file called "updater-script". Open that with a text editor (but NOT MS Word!! - I use notepad++ on Windows.)
You should see a pair of lines reading:
assert(getprop("ro.product.device") == "p4" ||
getprop("ro.build.product") == "p4");
Or maybe just one line:
assert(getprop("ro.product.device") == "p4" || getprop("ro.build.product") == "p4");
Either way, disable that by inserting "#" at the beginning:
#assert(getprop("ro.product.device") == "p4" ||
# getprop("ro.build.product") == "p4");
Save the new file, rebuild the zip, and it should install fine.
Click to expand...
Click to collapse
Do not use wordpad. Í suggest downloading notepad++, it's available as standalone (no install required) and doesn't break linux compatible line endings.
Sent from my GT-P7510 using xda app-developers app
Thk's my friend!!!
Tablet 100% working with 3g and wi-fi.
Real a show this rom!!!
Obrigado!!!
Only one question more....
Now i connect the tablet to the computer... but don't works...
Have u any ideia???
If i put in developer mode.... the computer makes a sound... but don't recognize in windows nothing....
Can u help me??
Thk's in advance...
use usb connection settings
mrbouli said:
Only one question more....
Now i connect the tablet to the computer... but don't works...
Have u any ideia???
If i put in developer mode.... the computer makes a sound... but don't recognize in windows nothing....
Can u help me??
Thk's in advance...
Click to expand...
Click to collapse
go to settings, storage and on top right corner you will have usb connection.. click that and check the MTP checkbox... then connect to pc and check.... If it didnt work first time, try unplugging and connecting the cable couple of times...
mrbouli said:
Only one question more....
Now i connect the tablet to the computer... but don't works...
Have u any ideia???
If i put in developer mode.... the computer makes a sound... but don't recognize in windows nothing....
Can u help me??
Thk's in advance...
Click to expand...
Click to collapse
Make sure you're using a Samsung USB cable.
I just spent two days messing around trying to find out why I kept getting failures when plugging a tab into my PC. Cheapo cable doesn't work, but the OEM one does.
Yes it's the original cable of samsung... and i can't connect to the computer
ycharan said:
go to settings, storage and on top right corner you will have usb connection.. click that and check the MTP checkbox... then connect to pc and check.... If it didnt work first time, try unplugging and connecting the cable couple of times...
Click to expand...
Click to collapse
this works! flashed CM10 nightly, then went to Storage and selected MTP, and i rebooted the tablet just in case.
tablet was recognised in Win7
It seems to me that you have a recovery that is for the p4wifi instead of p4. I suggest flashing a recovery for the p4 (like the one here), so that you wont have to deal with this again in the future.
Hi! I have a Zenfone 5 T00F and i'm triying to install the international ROM because the phone have the chinese ROM (CN version=1.15.40.35)) and i can't use google services and store In the moment that install de new ROM in the phone appears the error that you can see in the picture; i'm triying flash the rom with the asus zenfone blog methods and all the times appears the picture error. What could I do?
Someone have an idea for solve this problem?
Same problem
Gyocan said:
Hi! I have a Zenfone 5 T00F and i'm triying to install the international ROM because the phone have the chinese ROM (CN version=1.15.40.35)) and i can't use google services and store In the moment that install de new ROM in the phone appears the error that you can see in the picture; i'm triying flash the rom with the asus zenfone blog methods and all the times appears the picture error. What could I do?
Click to expand...
Click to collapse
I have same problem on my Zenfone 6( CN version=1.15.40.35). hope developer will make a flash tool or custom rom for these devices...
Gyocan said:
Hi! I have a Zenfone 5 T00F and i'm triying to install the international ROM because the phone have the chinese ROM (CN version=1.15.40.35)) and i can't use google services and store In the moment that install de new ROM in the phone appears the error that you can see in the picture; i'm triying flash the rom with the asus zenfone blog methods and all the times appears the picture error. What could I do?
Click to expand...
Click to collapse
Sold Problem :Zenfone 5 Of You Version CN 1.15.40.35
asus . com/vn/Phones/ASUS_ZenFone_5/HelpDesk_Download/
You Download : ASUS ZenFone 5(T00F/T00J) software Image: V1.15.40.35 for WW SKU only
Extract file UL-ASUS_T00F-WW-1_15_40_35.zip => UL-ASUS_T00F-WW-1_15_40_35-user.zip
Then rename WW => CN, File name : UL-ASUS_T00F-CN-1_15_40_35-user.zip, OK
Copy File UL-ASUS_T00F-CN-1_15_40_35-user.zip to internal store
Then have 1 notice System update and select Ok, Sold Problem,
---------- Post added at 07:58 AM ---------- Previous post was at 07:47 AM ----------
jamesone said:
I have same problem on my Zenfone 6( CN version=1.15.40.35). hope developer will make a flash tool or custom rom for these devices...
Click to expand...
Click to collapse
Sold Problem :Zenfone 6 Of You Version CN 1.15.40.35
asus.com/vn/Phones/ZenFone_6_A600CG/HelpDesk_Download/
You Download : ASUS ZenFone 6(T00G) software Image: V1.15.40.35 for WW SKU only*
Extract file UL_ASUS_T00G_WW_1_15_40_35.zip => UL_ASUS_T00G_WW_1_15_40_35-user.zip
Then rename WW => CN, File name :UL_ASUS_T00G_CN_1_15_40_35-user.zip, OK
Copy File UL_ASUS_T00G_CN_1_15_40_35-user.zip to internal store
Then have 1 notice System update and select Ok, Sold Problem,
Same Problem
tunglethanh90 said:
Sold Problem :Zenfone 5 Of You Version CN 1.15.40.35
asus . com/vn/Phones/ASUS_ZenFone_5/HelpDesk_Download/
You Download : ASUS ZenFone 5(T00F/T00J) software Image: V1.15.40.35 for WW SKU only
Extract file UL-ASUS_T00F-WW-1_15_40_35.zip => UL-ASUS_T00F-WW-1_15_40_35-user.zip
Then rename WW => CN, File name : UL-ASUS_T00F-CN-1_15_40_35-user.zip, OK
Copy File UL-ASUS_T00F-CN-1_15_40_35-user.zip to internal store
Then have 1 notice System update and select Ok, Sold Problem,
---------- Post added at 07:58 AM ---------- Previous post was at 07:47 AM ----------
Sold Problem :Zenfone 6 Of You Version CN 1.15.40.35
asus.com/vn/Phones/ZenFone_6_A600CG/HelpDesk_Download/
You Download : ASUS ZenFone 6(T00G) software Image: V1.15.40.35 for WW SKU only*
Extract file UL_ASUS_T00G_WW_1_15_40_35.zip => UL_ASUS_T00G_WW_1_15_40_35-user.zip
Then rename WW => CN, File name :UL_ASUS_T00G_CN_1_15_40_35-user.zip, OK
Copy File UL_ASUS_T00G_CN_1_15_40_35-user.zip to internal store
Then have 1 notice System update and select Ok, Sold Problem,
Click to expand...
Click to collapse
I have same problem on Zenfone 5 Version CN 1.15.40.35
I have try to do that, but have same error. Cant't change to WW version, Please help, any sugestion ? Thank's
kid4398 said:
I have same problem on Zenfone 5 Version CN 1.15.40.35
I have try to do that, but have same error. Cant't change to WW version, Please help, any sugestion ? Thank's
Click to expand...
Click to collapse
You download file UL-ASUS_T00F-WW-1_15_40_35.zip, this is Version world, then Extract
Extract to UL-ASUS_T00F-WW-1_15_40_35-user.zip
Then Rename WW to CN, File Rename UL-ASUS_T00F-CN-1_15_40_35-user.zip
And Copy file UL-ASUS_T00F-CN-1_15_40_35-user.zip to internal store , notice system update, Press Ok, Sold Problem
I do the step
tunglethanh90 said:
You download file UL-ASUS_T00F-WW-1_15_40_35.zip, this is Version world, then Extract
Extract to UL-ASUS_T00F-WW-1_15_40_35-user.zip
Then Rename WW to CN, File Rename UL-ASUS_T00F-CN-1_15_40_35-user.zip
And Copy file UL-ASUS_T00F-CN-1_15_40_35-user.zip to internal store , notice system update, Press Ok, Sold Problem
Click to expand...
Click to collapse
I do the step but when system update : failed it show
Device image SKU: CN
OTA image SKU: WW
assert failed: getprop("ro.build.asus.sku") == WW
return code 8E: Error in /data/media/0/UL-ASUS...
....
E:Installation failed with status 1
E:Cannot load volume /misc!
Please, how to solve this problem, Thanks
kid4398 said:
I do the step but when system update : failed it show
Device image SKU: CN
OTA image SKU: WW
assert failed: getprop("ro.build.asus.sku") == WW
return code 8E: Error in /data/media/0/UL-ASUS...
....
E:Installation failed with status 1
E:Cannot load volume /misc!
Please, how to solve this problem, Thanks
Click to expand...
Click to collapse
OR step 2
download file UL-ASUS_T00F-WW-1_15_40_35.zip Extrack to UL-ASUS_T00F-WW-1_15_40_35-user.zip and IntelAndroidDrvSetup1.1.5.zip,. then install IntelAndroidDrvSetup1.1.5,
Volume up + PW => recovery select Apply update from ADB
Rename UL-ASUS_T00F-WW-1_15_40_35-user.zip to rom.zip and copy to ADB
Comand adb :
adb device
adb sideload rom.zip
load 100% Done
tunglethanh90 said:
OR step 2
download file UL-ASUS_T00F-WW-1_15_40_35.zip Extrack to UL-ASUS_T00F-WW-1_15_40_35-user.zip and IntelAndroidDrvSetup1.1.5.zip,. then install IntelAndroidDrvSetup1.1.5,
Volume up + PW => recovery select Apply update from ADB
Rename UL-ASUS_T00F-WW-1_15_40_35-user.zip to rom.zip and copy to ADB
Comand adb :
adb device
adb sideload rom.zip
load 100% Done
Click to expand...
Click to collapse
Hei.
i need help after i instaled IntelAndroidDrvSetup1.1.5.. when i run adb devices in cmd on my pc i onely get "adb" is not recongized as an internal or external command, operable program or batch file.
and the phone is in theVolume up + PW => recovery select Apply update from ADB menu end usb cable connected.
Please, how to solve this problem, Thanks
Have do that
tunglethanh90 said:
OR step 2
download file UL-ASUS_T00F-WW-1_15_40_35.zip Extrack to UL-ASUS_T00F-WW-1_15_40_35-user.zip and IntelAndroidDrvSetup1.1.5.zip,. then install IntelAndroidDrvSetup1.1.5,
Volume up + PW => recovery select Apply update from ADB
Rename UL-ASUS_T00F-WW-1_15_40_35-user.zip to rom.zip and copy to ADB
Comand adb :
adb device
adb sideload rom.zip
load 100% Done
Click to expand...
Click to collapse
I have done before, try with UL-ASUS_T00F-WW-1_15_40_35, and firmware below 1_14 stil have same meesage error
I try to extract UL-ASUS_T00F-WW-1_15_40_35-user.zip and found the file
UL-ASUS_T00F-WW-1.15.40.35-user\META-INF\com\google\android\updater-script when i look this file script :
assert(!less_than_int(12688890, getprop("ro.build.date.utc")) || greater_than_int(getprop("ro.build.date.utc"), 1392739200));
ui_print("Device image SKU:");
ui_print(getprop("ro.build.asus.sku"));
ui_print("OTA image SKU: WW");
assert(getprop("ro.build.asus.sku") == "WW");
assert(getprop("ro.product.device") == "ASUS_T00F" ||
getprop("ro.build.product") == "ASUS_T00F");
show_progress(0.500000, 0);
invalidate_os("boot");
on the below / before firmware UL-ASUS_T00F-WW-1_15_40_35 there is no script
ui_print("Device image SKU:");
ui_print(getprop("ro.build.asus.sku"));
ui_print("OTA image SKU: WW");
assert(getprop("ro.build.asus.sku") == "WW");
I think this file was make failed to change CN to WW
I try to downgrade with adb sideload, get the same error to. I try some tutorial still failed to change to WW, maybe anyone can solve this problem. Please help. Thanks a lot
kid4398 said:
I have done before, try with UL-ASUS_T00F-WW-1_15_40_35, and firmware below 1_14 stil have same meesage error
I try to extract UL-ASUS_T00F-WW-1_15_40_35-user.zip and found the file
UL-ASUS_T00F-WW-1.15.40.35-user\META-INF\com\google\android\updater-script when i look this file script :
assert(!less_than_int(12688890, getprop("ro.build.date.utc")) || greater_than_int(getprop("ro.build.date.utc"), 1392739200));
ui_print("Device image SKU:");
ui_print(getprop("ro.build.asus.sku"));
ui_print("OTA image SKU: WW");
assert(getprop("ro.build.asus.sku") == "WW");
assert(getprop("ro.product.device") == "ASUS_T00F" ||
getprop("ro.build.product") == "ASUS_T00F");
show_progress(0.500000, 0);
invalidate_os("boot");
on the below / before firmware UL-ASUS_T00F-WW-1_15_40_35 there is no script
ui_print("Device image SKU:");
ui_print(getprop("ro.build.asus.sku"));
ui_print("OTA image SKU: WW");
assert(getprop("ro.build.asus.sku") == "WW");
I think this file was make failed to change CN to WW
I try to downgrade with adb sideload, get the same error to. I try some tutorial still failed to change to WW, maybe anyone can solve this problem. Please help. Thanks a lot
Click to expand...
Click to collapse
Please post for me true version Zenfone 5 of you
Setting->About->Software infomation->buitmynumber
post here for me,thks
---------- Post added at 06:25 AM ---------- Previous post was at 06:13 AM ----------
Vidarak said:
Hei.
i need help after i instaled IntelAndroidDrvSetup1.1.5.. when i run adb devices in cmd on my pc i onely get "adb" is not recongized as an internal or external command, operable program or batch file.
and the phone is in theVolume up + PW => recovery select Apply update from ADB menu end usb cable connected.
Please, how to solve this problem, Thanks
Click to expand...
Click to collapse
Please teamview to sold problem
CN SKU problem
Hi
I bought a zenfone 5 from china a few months ago, CN SKU can't support google services and so many applications don't work correctly on it.
I emailed the Asus Support team, and they told me there is no way to change the SKU version!
I afraid to update my SKU with TW or WW versions and my phones get out of function.
Can you tell me your suggested way is only for phones who doesn't boot at all or a healthy phone can also use it?
I wonder why Asus doesn't provide a tool for changing SKU!
Mehrdadj.87 said:
Hi
I bought a zenfone 5 from china a few months ago, CN SKU can't support google services and so many applications don't work correctly on it.
I emailed the Asus Support team, and they told me there is no way to change the SKU version!
I afraid to update my SKU with TW or WW versions and my phones get out of function.
Can you tell me your suggested way is only for phones who doesn't boot at all or a healthy phone can also use it?
I wonder why Asus doesn't provide a tool for changing SKU!
Click to expand...
Click to collapse
here http://forum.xda-developers.com/android/help/sold-problem-zenfone-5-zenfone-6-cn-t2828546
zenfone 5
Mehrdadj.87 said:
Hi
I bought a zenfone 5 from china a few months ago, CN SKU can't support google services and so many applications don't work correctly on it.
I emailed the Asus Support team, and they told me there is no way to change the SKU version!
I afraid to update my SKU with TW or WW versions and my phones get out of function.
Can you tell me your suggested way is only for phones who doesn't boot at all or a healthy phone can also use it?
I wonder why Asus doesn't provide a tool for changing SKU!
Click to expand...
Click to collapse
You need to lower firmware version! I know the way but unfortunately I did not speak English! = (
Upgrade fail
tunglethanh90 said:
here http://forum.xda-developers.com/android/help/sold-problem-zenfone-5-zenfone-6-cn-t2828546
Click to expand...
Click to collapse
thank you my friend,
I tried "reset to factory" at first, I removed the external memory so the phone was exactly the same as the time I purchased it.
Then I did the exact step to step procedure in above link, but the upgrade failed, and the phone got back to it's previous status.
The SKU has not changed and I think I'd better to try your second upgrading method (using recovery---> update from ADB)
if I encountered a problem, I will let you guys now it.
Mehrdadj.87 said:
thank you my friend,
I tried "reset to factory" at first, I removed the external memory so the phone was exactly the same as the time I purchased it.
Then I did the exact step to step procedure in above link, but the upgrade failed, and the phone got back to it's previous status.
The SKU has not changed and I think I'd better to try your second upgrading method (using recovery---> update from ADB)
if I encountered a problem, I will let you guys now it.
Click to expand...
Click to collapse
I have tried the ADB method but still without positive result. I also have a CN firmware.
HELP
infers said:
I have tried the ADB method but still without positive result. I also have a CN firmware.
Click to expand...
Click to collapse
I wonder if is anybody here who has changed this ROM successfully?!
if yes, please share his experience
I also thought maybe we should unzip the file at first and copy the files into internal memory. I tried it but the phone didn't detect any upgrade file
Mehrdadj.87 said:
I wonder if is anybody here who has changed this ROM successfully?!
if yes, please share his experience
I also thought maybe we should unzip the file at first and copy the files into internal memory. I tried it but the phone didn't detect any upgrade file
Click to expand...
Click to collapse
I change rom success(Zenfone5,Zenfone6) CN to WW, please teamview with me, post your ID teamview here, I will help
These my topic sold problem LINK,sorry my bad english
---------- Post added at 05:13 PM ---------- Previous post was at 05:05 PM ----------
Vidarak said:
Hei.
i need help after i instaled IntelAndroidDrvSetup1.1.5.. when i run adb devices in cmd on my pc i onely get "adb" is not recongized as an internal or external command, operable program or batch file.
and the phone is in theVolume up + PW => recovery select Apply update from ADB menu end usb cable connected.
Please, how to solve this problem, Thanks
Click to expand...
Click to collapse
please teamview with me, post your ID teamview here, I will help
Help please!!
Originally Posted by kid4398 View Post
I have done before, try with UL-ASUS_T00F-WW-1_15_40_35, and firmware below 1_14 stil have same meesage error
I try to extract UL-ASUS_T00F-WW-1_15_40_35-user.zip and found the file
UL-ASUS_T00F-WW-1.15.40.35-user\META-INF\com\google\android\updater-script when i look this file script :
assert(!less_than_int(12688890, getprop("ro.build.date.utc")) || greater_than_int(getprop("ro.build.date.utc"), 1392739200));
ui_print("Device image SKU:");
ui_print(getprop("ro.build.asus.sku"));
ui_print("OTA image SKU: WW");
assert(getprop("ro.build.asus.sku") == "WW");
assert(getprop("ro.product.device") == "ASUS_T00F" ||
getprop("ro.build.product") == "ASUS_T00F");
show_progress(0.500000, 0);
invalidate_os("boot");
on the below / before firmware UL-ASUS_T00F-WW-1_15_40_35 there is no script
ui_print("Device image SKU:");
ui_print(getprop("ro.build.asus.sku"));
ui_print("OTA image SKU: WW");
assert(getprop("ro.build.asus.sku") == "WW");
I think this file was make failed to change CN to WW
I try to downgrade with adb sideload, get the same error to. I try some tutorial still failed to change to WW, maybe anyone can solve this problem. Please help. Thanks a lot
I have the same problem kid4398.
I think the CN rom is locked by ASUS.
plz help me
Sorry for my bad English
When asus updated zenfone 5 firmware to 1.15.40.35, you can't downgrade or cross SKU between CN to WW or CN to TW rom. But this instruction will help you dowgrade and change SKU from CN to WW rom (I think zenfone 6 is the same)
- The first you need ROOT your zenfone we need root access to modify something (and remember enable USB debugging)
- Download 0625 WW version from Asus download page (support.asus.c om/Download.aspx?SLanguage=en&m=ASUS+ZenFone+5&p=39&s=1)
- Download adb (sure you installed zenfone 5 driver on your computer) and connect your Zenfone success on adb
- Extract 0625 WW rom to get files: fastboot.img, boot.img, recovery/recovery-from-boot.p, recovery/etc/install-recovery.sh and copy them to adb folder
- Open install-recovery.sh with notepad++ or SublimeText (or other text editor) and edit /system/recovery-from-boot.p to /data/local/tmp/recovery-from-boot.p
- Go to Droidboot (turn off your phone then press Volume UP + Power)
- In adb folder, hold Shift and right mouse click => select open command window here
- In cmd, type fastboot flash fastboot fastboot.img (copy and paste to cmd) then enter :v
- In cmd, type fastboot flash boot boot.img (copy and paste to cmd) then enter :v
- Reboot your phone and turn on it normal
- Connect your phone with adb and push 2 files recovery-from-boot.p and install-recovery.sh to your phone
(adb push recovery-from-boot.p /data/local/tmp after success do the same adb push install-recovery.sh /data/local/tmp)
Or you can use root Exproler to copy file.
- In adb command type adb shell
- get root access by type: su (accept when SuperSu require grand root access)
- type sh data/local/tmp/install-recovery.sh
- When done, you can install 0625 WW rom with adb sideload
I hope it will help you
Source: Tinhte VietNam
tinhte. vn/threads/huong-dan-ha-rom-ban-cu-hon-cho-zenfone-5-khi-da-up-len-fw-1-15-40-35.2330710/