Guest KapTmaH Posted November 17, 2011 Report Posted November 17, 2011 ZTE Skate Offical ROM - Android 2.3.5 ro.build.version.release=2.3.5 ro.build.date=Mon Oct 17 11:01:12 HKT 2011 ro.product.model=ZTE-SKATE ro.build.software_version=GENERIC_P743V1.0.0B01 ro.build.sw_internal_version=GENERIC_P743V1.0.0B19 ro.product.locale.language=en ro.product.locale.region=US Download ROM (GENERIC_P743V1.0.0B19)
Guest Frankish Posted November 17, 2011 Report Posted November 17, 2011 Great but anything else in general to tell us about this build?
Guest xiaoyaoswim Posted November 17, 2011 Report Posted November 17, 2011 Thanks for sharing. It's a image.bin file
Guest unrandomsam Posted November 19, 2011 Report Posted November 19, 2011 Terrible filehost. 50KB/s download speed Can anyone upload it to a decent place - ideally ftp/http but I suppose multiupload would be OK
Guest unrandomsam Posted November 19, 2011 Report Posted November 19, 2011 Here u can download. Great thanks allot
Guest dadashi Posted November 20, 2011 Report Posted November 20, 2011 can we have a clockwork flashable zip version...?
Guest dibbles Posted November 20, 2011 Report Posted November 20, 2011 (edited) @Elitemovil - Are you going to bring your ROM that you have created for the Skate over to this forum...? I am sure that there would be many who would appreciate that :) You were much appreciated when you introduced your blade ROM here and at XDA, albeit there isn't a Skate section there AFAIK. I think that you will find that this forum is a little more peaceful now :) Edited November 20, 2011 by dibbles
Guest dadashi Posted November 20, 2011 Report Posted November 20, 2011 Thanks for share!! Oh Yes Please, ELitmovil please post your rom here as well...
Guest glossywhite Posted November 20, 2011 Report Posted November 20, 2011 Mirror: https://rapidshare.com/files/116945946/ZTE-SKATE-Androi2.3.5-GENERIC_P743V1.0.0B19.rar
Guest Posted November 20, 2011 Report Posted November 20, 2011 (edited) Mirror: https://rapidshare.com/files/116945946/ZTE-SKATE-Androi2.3.5-GENERIC_P743V1.0.0B19.rar Is this a flashable version ? edit: I see its a .bin Edited November 20, 2011 by Guest
Guest Dukelord Posted November 21, 2011 Report Posted November 21, 2011 I am new to rom customization. Just downloaded this. Contains only an image.bin file. How to use?
Guest D3abL3 Posted November 21, 2011 Report Posted November 21, 2011 I am new to rom customization. Just downloaded this. Contains only an image.bin file. How to use? Make folder "image" in sd card, place there image.bin, boot phone with volume plus+menu+power.
Guest Dukelord Posted November 21, 2011 Report Posted November 21, 2011 Make folder "image" in sd card, place there image.bin, boot phone with volume plus+menu+power. Thanks. Will try this later when I get home from work. Left the skate at home. Give you a feedback later. But was wondering if I need to backup my current version first and any other thing before I do this update. If yes? How do I backup? Thanks.
Guest D3abL3 Posted November 21, 2011 Report Posted November 21, 2011 (edited) Thanks. Will try this later when I get home from work. Left the skate at home. Give you a feedback later. But was wondering if I need to backup my current version first and any other thing before I do this update. If yes? How do I backup? Thanks. First of all you will need the File Recovery Clockwork 1 - Download and install the SDK or install ADB Made Easy; 2 - Open the command prompt (cmd) in windows and navigate to SDK/tools folder or from the ADB Made Easy (whatever you've installed in previous step) the option "Open CMD to ADB commands"; 3 - On your phone navigate to Settings -> Applications -> Development -> Tick on "Enable debug mode" / "Debug" (description varies from different ROMs); 4 - Connect the phone to your PC / Laptop via USB, without activating the mass storage, just connect the USB and nothing else (if you're asked to install drivers, install them); 5 - At the command prompt run the command adb devices, it must present your device on the next line (go to next step), otherwise you are missing drivers to install (so install them and then return here ); 6 - At the command prompt run the command adb reboot bootloader, your phone should now boot into fastboot, the phone will just to show the image of an Android (general), without any menu or something similar; 7 - At the command prompt run the command fastboot devices, it must present your device on the next line, or a question mark (?) (go to next step), otherwise you are missing drivers (install them and then return here ); 8 - At the command prompt run the command fastboot boot "C:\Users\R&J\Downloads\recovery.img" (example path) and unplug the USB cable after this command is sent (almost immediately), the phone should now start in Clockwork Recovery; 9 - Now in the Recovery menu* select Backup and Restore -> Backup, it should start to Backup** when it's finished you'll have the backup stored on your memory card (/sdcard/ClockworkMod/backup) and duly cautioned to any event! * How to navigate in Recovery: - Up: Volume up - Low: Volume down - Select / Confirm: Home - Back: Back ** It can make skip one or more times, the sd-ext almost certainly will do, but ignore because not all ROMs have these partitions. Edited November 21, 2011 by D3abL3
Guest Posted November 21, 2011 Report Posted November 21, 2011 (edited) Why not just double click on windows.bat ? That would be easier option for noob. Edited November 21, 2011 by Guest
Guest D3abL3 Posted November 21, 2011 Report Posted November 21, 2011 Why not just double click on windows.bat ? That would be easier option for noob. http://android.modac...-the-zte-skate/ Right, I forgot we had that. /me headdesks
Guest Dukelord Posted November 21, 2011 Report Posted November 21, 2011 First of all you will need the File Recovery Clockwork 1 - Download and install the SDK or install ADB Made Easy; 2 - Open the command prompt (cmd) in windows and navigate to SDK/tools folder or from the ADB Made Easy (whatever you've installed in previous step) the option "Open CMD to ADB commands"; 3 - On your phone navigate to Settings -> Applications -> Development -> Tick on "Enable debug mode" / "Debug" (description varies from different ROMs); 4 - Connect the phone to your PC / Laptop via USB, without activating the mass storage, just connect the USB and nothing else (if you're asked to install drivers, install them); 5 - At the command prompt run the command adb devices, it must present your device on the next line (go to next step), otherwise you are missing drivers to install (so install them and then return here ); 6 - At the command prompt run the command adb reboot bootloader, your phone should now boot into fastboot, the phone will just to show the image of an Android (general), without any menu or something similar; 7 - At the command prompt run the command fastboot devices, it must present your device on the next line, or a question mark (?) (go to next step), otherwise you are missing drivers (install them and then return here ); 8 - At the command prompt run the command fastboot boot "C:\Users\R&J\Downloads\recovery.img" (example path) and unplug the USB cable after this command is sent (almost immediately), the phone should now start in Clockwork Recovery; 9 - Now in the Recovery menu* select Backup and Restore -> Backup, it should start to Backup** when it's finished you'll have the backup stored on your memory card (/sdcard/ClockworkMod/backup) and duly cautioned to any event! * How to navigate in Recovery: - Up: Volume up - Low: Volume down - Select / Confirm: Home - Back: Back ** It can make skip one or more times, the sd-ext almost certainly will do, but ignore because not all ROMs have these partitions. I dont use clockword mod. My skate is new. Just got is over the weekend. But been busy so I haven't really used it yet. Do I need to do all this then?
Guest dadashi Posted November 21, 2011 Report Posted November 21, 2011 (edited) Make folder "image" in sd card, place there image.bin, boot phone with volume plus+menu+power. Have you tried this rom? Its supposed to be an original ZTE 2.3.5 rom without the network software from orange or whatever.... Shouldnt we do a clockwork wipe before flashing..? Edited November 21, 2011 by dadashi
Guest Dukelord Posted November 21, 2011 Report Posted November 21, 2011 I'm kinda confused. My skate is new. Nothing on it, no contacts nothing. with android 2.3.4. What do I need to do in order to upgrade properly and safetly to zte skate official 2.3.5
Guest D3abL3 Posted November 21, 2011 Report Posted November 21, 2011 Have you tried this rom? Its supposed to be an original ZTE 2.3.5 rom without the network software from orange or whatever.... Shouldnt we do a clockwork wipe before flashing..? I don't think it's needed, but just in case it should be done. @Dukelord: You can do what I told you or do as jikobutsu said. After you make the backup of your phone's current state make a full wipe(wipe data/factory reset, wipe cache, mounts and storage -> format /system). And then you can install this ROM.
Guest Dukelord Posted November 21, 2011 Report Posted November 21, 2011 I don't think it's needed, but just in case it should be done. @Dukelord: You can do what I told you or do as jikobutsu said. After you make the backup of your phone's current state make a full wipe(wipe data/factory reset, wipe cache, mounts and storage -> format /system). And then you can install this ROM. I am getting error: device not found, then < waiting for device> and just keeps waiting
Guest dadashi Posted November 21, 2011 Report Posted November 21, 2011 I don't think it's needed, but just in case it should be done. @Dukelord: You can do what I told you or do as jikobutsu said. After you make the backup of your phone's current state make a full wipe(wipe data/factory reset, wipe cache, mounts and storage -> format /system). And then you can install this ROM. D3abL3, haven't you tried this yet...? Will it wipe clockwork?
Guest D3abL3 Posted November 21, 2011 Report Posted November 21, 2011 D3abL3, haven't you tried this yet...? Will it wipe clockwork? No, I didn't try nor I will. But I can tell you that it wil make you full Stock(remove clockwork recovery yes).
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now