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

lundi 9 février 2015

[Q] Stock Recovery needed for M8 CID T-MOB003 topic






Hi,

I have been reading a lot of posts to find the stock recovery version for my HTC One M8. My CID is T-MOB003 and I have the stock ROM (Software nr. x.xx.114.x)still running but I can't find my stock recovery - must have misplaced it after the back-up - so I can do the update to Android 5.0. I have already looked here for it but no solution.

Is there anyone who can help me with a stock recovery for my device?

Greetings,

JHS






[Q] install stock Rom ? topic






i have no os on my z3 and cannot do anything it comes no longer than the sony logo when i start the phone






dimanche 8 février 2015

Going back to stock on Boost Mobile version. But I need help. topic






So this one isn't working when I flash it with TWRP ( http://forum.xda-developers.com/desi...stock-t2961521 ). I wasn't successful looking for one so I was hoping I could find some help here. After I flash back to stock I want to flash this kernel ( http://forum.xda-developers.com/desi...ernel-t2969979 ).
Correct me if I'm wrong but I feel as though this combination is better than just having CM11. Less hardware issues is a huge plus for me.

Sent from my HTC Desire 510 using XDA Free mobile app






Lollipop stock rom for all variants Lg G2 topic






All working fine
Stock lollipop version 5.0.1
Based on stock f320 LRX21Y






[Q] Help to install stock ROM in HTC ONE S topic






Hello all,

I was trying to return to the stock ROM of my HTC One S device. but unfortunately I failed to find out the correct ROM for my device.
can anyone tell me how can I find the ROM ?
Here is my device info:

Code:


VILLEC2 PVT SHIP S-ON RL
HBOOT-3.01.0000
RADIO-16.11.20.24_M
OpenDSP-v11.6.0.2235.00.0304
eMMC-boot
Apr 28 2014,15:53:26:-1








Lollipop stock rom for all variants Lg G2 topic






All working fine
Stock lollipop version 5.0.1
Based on stock f320 LRX21Y
Download link - http://sccn.vn/threads/stock-lollipo...1f-vs980.8070/








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_2015-02-09-10-10-10.png<br/>Views:	N/A<br/>Size:	103.6 KB<br/>ID:	3156722
 

Click image for larger version<br/><br/>Name:	Screenshot_2015-02-09-10-11-08.png<br/>Views:	N/A<br/>Size:	98.0 KB<br/>ID:	3156723
 

Click image for larger version<br/><br/>Name:	Screenshot_2015-02-09-10-12-44.png<br/>Views:	N/A<br/>Size:	137.3 KB<br/>ID:	3156724
 

Click image for larger version<br/><br/>Name:	Screenshot_2015-02-09-10-13-54.png<br/>Views:	N/A<br/>Size:	226.4 KB<br/>ID:	3156725
 

















How to change recent apps style after upgrade to stock 5.0.1 topic






How to change recent apps style after upgrade to stock 5.0.1. I need Kitkat recent apps style. Is it possible to get on stock updated 5.0.1.


Sent from my HTC One_M8 using XDA Free mobile app






[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>








[Q] Need help getting back to stock topic






Hello, I have rooted (s-on) my Htc one m8 Harmon/Kardon edition. I have seen a lot of threads and guides showing how to do this but none of them seem to apply to my specific cid, which is SPCS_004. I haven't been able to find any compatible nandroid backups. I think maybe im just in over my head and I don't want to mess anything up....can anyone point me in the right direction?






[Q] No network after flashing stock ROM topic






I've recently restored my phone to it's stock firmware. Everything works great, but sadly the mobile networking doesn't seem to be functioning and the radio is off apparently. The Sim card is OK, it still has my phone number I me I and everything. I tried to find people who had the same problem, but they either had no results or the threads had no replies.

Is there any way I can fix this problem? My phone model is a XT1032 Retail US 210.12.61 and I,ve tried things like putting in *#*#4636#*#* to gain access to the hidden phone settings., but it didn't really do anything.

Also for anyone wondering where I went to restore to stock it was here
http://forum.xda-developers.com/showthread.php?t=2542219






Voice Quality on non stock ROMS topic






I was curious if others see that CM11/CM12 Roms have voice quality issues when compared to the stock rom. I am guess that VOLTE is not being used. Also I ran the GPE rom and it had good voice quality but b/c I have Sense firmware I had wifi issues.

Am I correct or do I need a different radio for CMxx ROMS?

thanks
-brad






How to ODIN ATT S5 Active back to stock? topic






Hey there gang.

My sister has an S5 Active and has somehow managed to make her rom unusable. I was wondering if anyone could point me in the right direction. I'm thinking of using ODIN to flash her back to stock as download mode seems to be the only mode functioning. Anyone have the proper files for this? Any help would be appreciated.

Thanks
HazyJMac






[q] please help me get stock sense 6 back!!! topic






Hello, I have an htc one m8 from att, and I lost my stock sense 6 backup. All i want to do is get it back. I am not good when it comes to android rooting, so please go easy on the instructions. How do I get back the sense 6 rom, I am on cyanogenmod skin on top of lollipop, whenever I go into adb, it gives me a device not found, though I have the latest drivers, I apparently have to have s-off, so I found a file for firewater which I am not sure it works or not. Please somebody help, I am getting really tired of this big, metal brick!






[Q] Return HTC One (M7) back to stock topic






Heres my fastboot information:



C:\mini-sdk>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.28.3218.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.13.707.7
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH41FW
(bootloader) imei: 355859
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0714000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4202mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0

I bought this phone from Singapore and it came unlocked without a subscriber. I unlocked the bootloader and flashed (Insert Coin) I also have CWM, I matched up the model and the hboot but does'nt the baseband need to either be the same or higher for restoring to a factory RUU?
Please post any suggestions as I'm excited to get this back to stock.






[Q] Return to Stock Rogers on HTC One topic






Hi,
I am attempting a return to Stock Rogers on my M7 HTC One. The phone is unlocked and rooted but S-ON. I have not installed any custom ROMs on the phone. Below is the "getvar all" output:

(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.27.3218.14
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.11.631.8
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HTxxxxxxxxx
(bootloader) imei: xxxxxxxxxxxxxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: ROGER001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4073mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e47fb74b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.050s

I did not take a NANDROID backup. I unlocked the bootloader with HTCDev.com instructions. The Rooting was enabled through Clockwork Recovery. How can I revert to stock Rogers ROM with ability to get updates OTA? Kindly advise. Thank you.






Stock TouchWiz with themes support for Lollipop topic






Stock and not modified Touchwiz launcher for Android Lollipop with themes support!

How to install:

*Download the provided zip file and flash it using any custom recovery: https://mega.co.nz/#!nw9hkZjZ!rhG5Gz...7gHfi6_wQp_cf0


*Tha's all.. Enjoy :D

Screenshots:











Switching tracks, the volume keys for deodex stock 5.0.1 topic






Switching tracks, the volume keys

thanks S0bes














Attached Files





File Type: zip SkipTracks.zip -
[Click for QR Code]
(246.8 KB)










Flash stock rom gionee M3 and get warranty back topic






Hello
We can flash stock rom for gionee M3 as decribed here.
http://androidxda.com/flash-stock-ro...one-flash-tool
I do not rewrite this page here as I do not create this method.
We can download gionee m3 stock rom from here
http://www.mediafire.com/download/6a...0202-T5185.zip
Do not forget to press thanks button






Stock music app deleted by mistake. topic






I deleted the stock music app after installing the Walkman app found on the given thread.


http://forum.xda-developers.com/showthread.php?t=


Now the sound settings are not working. Using the stock rom. Miui v45.

Any way to revert?


Sent from my HM 1SW using XDA Free mobile app






[REQUEST] Stock ROM Flashable ZIP topic






I was just wondering why nobody has bothered making a flashable ZIP of the stock ROM. It would be super great if someone could make one because it would be so much easier to just flash the ZIP using TWRP instead of flashing the factory image which wipes everything.

I am sorry I dont know apart from flashing a ROM. Hence the request :)