Affichage des articles dont le libellé est firmware. Afficher tous les articles
Affichage des articles dont le libellé est firmware. Afficher tous les articles

dimanche 8 février 2015

[HELP] Can't flash Shield Tablet - Stock Firmware 4.4.2 i think topic






Hey guys,
I have been trying to flash my Tablet for a few hours now. I would constantly get problems trying to flash. I'd reboot and go into fastboot again and then it would flash successfully. This works for everything (boot.img, recovery.img, system.img) however i can never get userdata.img to flash correctly. I am using the steps from nVidia to do this. Ill post the steps here as well as the exact error im getting.
Steps:

Code:


SHIELD TABLET RECOVERY IMAGE FLASHING INSTRUCTIONS

To follow the instructions in this guide, you will need adb and fastboot.
These tools are provided as part of the Android SDK:
http://developer.android.com/sdk/index.html

Before flashing this recovery image to your SHIELD TABLET, connect your SHIELD TABLET
via USB to the PC where you downloaded this recovery image.

Next, put your SHIELD TABLET into fastboot mode using one of the following methods:
SW method:
- Boot to android home screen
- Connect the device to linux/windows system
- Open terminal (on linux); command prompt (on windows).
- Type "adb reboot bootloader" in terminal/command prompt

HW method:
- Turn off the device
- Press "Volume Down" -> "Power", hold "Volume Down" and leave Power buttons till device boots

To flash this recovery image to your SHIELD TABLET, run the following commands from
the directory where you extracted the recovery image package. If this is the
first time you have done this procedure, you must unlock the bootloader (see
below):

fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash staging blob
fastboot flash dtb tegra124-tn8-p1761-1270-a04-e-battery.dtb

Unlocking the Bootloader
Your SHIELD TABLET may have shipped with a locked bootloader. To update the device,
you must unlock the bootloader using the following:
- fastboot oem unlock
- Press the "Volume Down" button to select "Unlock bootloader" option on device
- Press the "Power" button to confirm the unlock. Your device's bootloader is now unlocked.


My CMD window:

Code:


C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot erase userdata
******** Did you mean to fastboot format this partition?
erasing 'userdata'...
OKAY [ 12.593s]
finished. total time: 12.594s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot reboot
rebooting...

finished. total time: 0.022s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash userdata userdata
.img
target reported max download size of 570425344 bytes
erasing 'userdata'...
OKAY [ 12.548s]
sending sparse 'userdata' (557052 KB)...
OKAY [ 23.951s]
writing 'userdata'...
FAILED (remote: (FileWriteFailed))
finished. total time: 46.546s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery
.img
target reported max download size of 570425344 bytes
sending 'recovery' (9758 KB)...
OKAY [  0.425s]
writing 'recovery'...
FAILED (remote: (FileWriteFailed))
finished. total time: 10.476s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot erase recovery
erasing 'recovery'...
OKAY [  5.034s]
finished. total time: 5.034s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery
.img
target reported max download size of 570425344 bytes
sending 'recovery' (9758 KB)...
OKAY [  0.416s]
writing 'recovery'...
FAILED (remote: (FileWriteFailed))
finished. total time: 10.463s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery
.img
sending 'recovery' (9758 KB)...
FAILED (command write failed (Invalid argument))
finished. total time: 0.004s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery
.img
target reported max download size of 570425344 bytes
sending 'recovery' (9758 KB)...
OKAY [  0.414s]
writing 'recovery'...
FAILED (remote: (FileWriteFailed))
finished. total time: 10.462s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot erase recovery
erasing 'recovery'...
OKAY [  0.030s]
finished. total time: 0.031s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery
.img
target reported max download size of 570425344 bytes
sending 'recovery' (9758 KB)...
OKAY [  0.428s]
writing 'recovery'...
OKAY [  0.281s]
finished. total time: 0.711s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash boot boot.img
target reported max download size of 570425344 bytes
sending 'boot' (7608 KB)...
OKAY [  0.339s]
writing 'boot'...
OKAY [  0.226s]
finished. total time: 0.567s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash system system.img

target reported max download size of 570425344 bytes
erasing 'system'...
OKAY [  0.637s]
sending sparse 'system' (556772 KB)...
OKAY [ 24.041s]
writing 'system'...
OKAY [ 20.876s]
sending sparse 'system' (555305 KB)...
OKAY [ 24.219s]
writing 'system'...
OKAY [ 19.289s]
sending sparse 'system' (56409 KB)...
OKAY [  2.431s]
writing 'system'...
OKAY [  1.964s]
finished. total time: 93.461s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash userdata userdata
.img
target reported max download size of 570425344 bytes
erasing 'userdata'...
OKAY [ 10.050s]
sending sparse 'userdata' (557052 KB)...
OKAY [ 23.801s]
writing 'userdata'...
FAILED (remote: (FileWriteFailed))
finished. total time: 43.929s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash userdata userdata
.img
target reported max download size of 570425344 bytes
erasing 'userdata'...
OKAY [  5.048s]
sending sparse 'userdata' (557052 KB)...
OKAY [ 23.702s]
writing 'userdata'...
FAILED (remote: (FileWriteFailed))
finished. total time: 38.796s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot staging blob
usage: fastboot [ <option> ] <command>

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash staging blob
target reported max download size of 570425344 bytes
sending 'staging' (17491 KB)...
OKAY [  0.742s]
writing 'staging'...
FAILED (remote: (FileWriteFailed))
finished. total time: 10.807s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot reboot
rebooting...

finished. total time: 0.003s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash staging blob
target reported max download size of 570425344 bytes
sending 'staging' (17491 KB)...
OKAY [  0.752s]
writing 'staging'...
OKAY [  0.495s]
finished. total time: 1.249s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash dtb tegra124-tn8-
p1761-1270-a04-e-battery.dtb
target reported max download size of 570425344 bytes
sending 'dtb' (68 KB)...
OKAY [  0.027s]
writing 'dtb'...
OKAY [  0.011s]
finished. total time: 0.039s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash userdata userdata
.img
target reported max download size of 570425344 bytes
erasing 'userdata'...
OKAY [ 12.662s]
sending sparse 'userdata' (557052 KB)...
OKAY [ 23.825s]
writing 'userdata'...
FAILED (remote: (FileWriteFailed))
finished. total time: 46.542s

C:\Program Files (x86)\Minimal ADB and Fastboot>








Firmware update failed through Odin topic






I tried to flash a fresh Samsung firmware for my device [GT-5830i]
I get the firmware from sammobile [tried more than one ] yet i get the same message from odin [1.87 - 3.04 - 3.07 - 3.09] on each of them


Quote:









<ID:0/005> Added!!
<OSM> Enter CS for MD5..
<OSM> Check MD5.. Do not unplug the cable..
<OSM> Please wait..
<OSM> S5830iXXLK3_S5830iDBTLK1_S5830iXXLK1_HOME.tar.md5 is valid.
<OSM> Checking MD5 finished Sucessfully..
<OSM> Leave CS..
<ID:0/005> Odin v.3 engine (ID:5)..
<ID:0/005> File analysis..
<ID:0/005> SetupConnection..
<ID:0/005> Initialzation..
<ID:0/005> Get PIT for mapping..
<ID:0/005> Firmware update start..
<ID:0/005> sbl.bin
<ID:0/005> NAND Write Start!!
<ID:0/005> BcmCP.img
<ID:0/005>
<ID:0/005> Complete(Write) operation failed.
<OSM> All threads completed. (succeed 0 / failed 1)




Kindly ... Give me any ideas to fix this problem

........Thanks






firmware help? topic






Hello, I recently unlocked, rooted and installed a custom Rom on my HTC one, I'm still s-on. Question is and I hope someone gives me a some what dumbed down response. I'm running the latest viperone Rom and I wanted to try the lollipop based roms out, now here's where I get confused!, they require latest firmware? My phone before rooting etc was KK 4.3. Anyone able to help?






samedi 7 février 2015

How to get HTC One from custom firmware to original? topic






^title how i can get my original firmware back..?






Problem after flashing firmware topic






Hi,
I was in the process of flashing new firmware (iI have a thread for this when asking advice and followed the steps on my previous thread) I was flashing firmware 5.11.401.11 which loaded succesfully and rebooted to bootloader.
When it rebooted a driver message cam up I think regarding Qsub or something and the device has frozen or dead.
In the command window it says "wating for device"...i cant seem to get it to do anything!!

Any help please?

Shepps






Galaxy Grand Prime can't flash new firmware topic






Hello everyone I need help I can't flash the latest build of my phone using odin. My phone is rooted and knox is already tripped. I tried 2 firmware on my country odin says fail auth! on the phone it says secure check fail: aboot. I can only flash the same firmware on my phone but unable to flash newer builds. I tried using different usb port using 3 different usb cables flash the same firmware to remove root still cant flash any higher build. I read somewhere that when knox is tripped you cant flash any knox enabled firmware? is this true? so I am doomed on flashing newer build firmware??? :( pls help.






[Q&A] i9506 Lolipop Official Samsung firmware 5.0.1 topic






Q&A for i9506 Lolipop Official Samsung firmware 5.0.1

Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.

Before posting, please use the forum search and read through the discussion thread for i9506 Lolipop Official Samsung firmware 5.0.1. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.

Thanks for understanding and for helping to keep XDA neat and tidy! :)






vendredi 6 février 2015

Need Kyocera Hydro Icon Stock Firmware topic






I had to do a factory reset on my phone today due to some issues and after I did it booted up once to the home screen and then restarted up to the Boost screen and is stuck in a boot loop.
I can factory reset it and it will do the same thing, boot once and restart into the boot loop.

Does anyone have the a firmware for the Hydro Icon ?
Recovery only has the wipe options and the update from SD card but I don't have a file to update.

I have a feeling that something has been deleted from the system files and it's not loading.
I don't know what to do, I cant' afford a new phone right now.

Please help. Thanks.






Updating Firmware for Lollipop ROM? topic






Hello! I'm a bit of a noob when it comes to updating firmware and I've heard that it's really easy to brick your device if you screw it up so I want to ask some questions before I dive in.
From what i've gathered, this is the right place to get the latest firmware and flashing instructions. Do I need to flash the full firmware if I'm not planning on using a stock/Sense ROM? Would it matter either way?
I'm on CM 10.2 now and was thinking about checking out the latest CM 12 nightly or maybe one of the Lollipop GPE ROMs. I don't think I'll be going to a Sense ROM.
P.S. I've had this phone since August 2013 and have never updates the firmware.






Flash stock firmware. topic






I have a GT-I9500. I want to flash stock firmware downloaded from sammobile.com using odin but when i press start it stops at "system.img" and says failed. I use original cable of the phone. I've changed usb ports to my computer. I've used different versions of odin, but it still says failed. I don't understand. Please help.






i9506 Lolipop Official Samsung firmware 5.0.1 topic






Hey guys! Samsung finally released Lollipop for international i9506!
It's available for few country sale codes:


Quote:









GT-I9506 Germany (Vodafone) 5.0.1 I9506XXUDOA6 I9506VFGDOA4
GT-I9506 Czech Republic (Vodafone) 5.0.1 I9506XXUDOA6 I9506VFGDOA4
GT-I9506 Czech Republic 5.0.1 I9506XXUDOA6 I9506OXXDOA1
GT-I9506 Slovakia 5.0.1 I9506XXUDOA6 I9506OXXDOA1




Download links
http://live.samsung-updates.com/inde...evice=GT-I9506
or
http://www.sammobile.com/firmwares/?=page3

I'm downloading SLovakia ORX version, can't wait to see new Android on my beloved S4 :)






Pic of Dead Droid with ! after firmware update attempt topic






I recently got my TF701T back from repairs and they of course factory reset it (they put a new battery in). We all know it needs factory reset for that right? Anyways. I do a check for updates and nothing. I know I was running 4.4 previously but updater says no updates and stuck on original. So I start reading and download the latest US 4.4 firmware directly from ASUS, unzip it and put in main directory (verified mine was US) and reboot. Says all is fine, would I like to update, yes, reboot and I get the Android gear guy for about 10 minutes then it reboots. He shows up again and dead android shows up.

Now it just loops forever to this. I spent about 5 hours reading forums here, attempted a restore, but 1. the recovery.img link is bad and 2. my tablet isn't rooted.

Any suggestions? I can access the fastboot screen that gives me "RCK, Android and "Wipe Data". I tried Wipe data 3 times, no good still getting dead guy. I tried copying the latestest zip file to an sd card with boot.img and blob and file and ran RCK and it says match then reboots then dead guy again...

the fastboot screen says "released by: "US_epad-10.14.1.45-20131014" which I believe is the original.






jeudi 5 février 2015

Firmware problem on s4 i9500 topic






hi. i have a problem, i installed android 5.0.1 and as it seems its chinese version so google play and its services don't work. now i am trying to install 5.0.1 russian version but it writes error what can i do how can i get an official version ?






mercredi 4 février 2015

Factory firmware for noir a120 topic






Please i want custom ice cream sandwich or original rom for noir a120 please urgent






[Q] Official Lollipop firmware same N900 / N9005 ? topic






Hey!
So samsung released the official lollipop firmware for the SM-N900, you can get it from sam mobile and using Odin update manually. My question is, i have the n9005 version, can i use that firmware or should i wait for the proper way and wait for the mobile update system when it notifies me that its good to go? Thanks






mardi 3 février 2015

[Q] Samsung Galaxy Tab 3 Lite "Firmware upgrade encountered an issue" [Boot loop] topic






I have a Samsung Galaxy Tab 3 lite and it would only boot into cwm recovery mode so i googled it and tried installing an stock rom using odin but that failed and now it's stuck in a boot loop. It will only loop while plugged in whens its not plugged in i cant get it to turn on, while its looping it says firmware upgrade encountered an issue for 3 seconds turns off then says it again. I've tried booting it into download mode and recovery mode both while unplugged and plugged and nothing works. Any help would be greatly appreciated.






CM12 on latest firmware? topic






I know that the Cyanogenmod HTC One M8 builds apply to all variants of the phone, but will CM12 work with the current 4.4.4 firmware on our phones? Or is it just something that isn't listed and we should wait for the 5.0 firmware update to be released for us?






[Q] Disable red txt for firmware 4.16.1540.8 topic






Is there a hex edit post for firmware 4.16.1540.8. I'm having problems finding a post to remove the red txt. All the best, rob I cant seem to find for this firmware for hex edit for this .:p






about firmware, how it works topic






1. i am wondering the way firmware works in the phone, what components does it change, how changing from branded to unbranded is possible?
2. is it ok to use firmwares of same model for different country?
3. what is the difference between software version and customization version?






[Q] Rear camera firmware appears null topic






Hey everyone, this is my first thread and I am not native speaker so sorry for bad language.

The proble is that my Galaxy S5 is presenting a problem with its rear camera, everytime I oppen the app it says there was a problem and it closes with no explanation. Also I managed to check its firmware entering a code in the dial pad and where it says Rear Camera (main) everything is null. I am no expert, I am actually new at this but my first guess ir that maybe there is a missing driver or something like that?

Any idea how to fix this problem?

Thank you very much








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_2015-02-03-12-13-08.jpg<br/>Views:	N/A<br/>Size:	149.5 KB<br/>ID:	3148311