Was wondering if there was a way to block all Verizon updates without root. I keep getting notifications to install the latest update (the one that gives Advanced Calling 1.0) but I don't want to install it in case it causes issues. Is there a way to remove/block this update feature without root? Thanks
Affichage des articles dont le libellé est updates. Afficher tous les articles
Affichage des articles dont le libellé est updates. Afficher tous les articles
lundi 5 janvier 2015
dimanche 4 janvier 2015
[Q] Novice Question regarding Android OS updates and Rom Development topic
Ok I am not sure how to ask this question so I will explain exactly what I want to do and why I'd like to do it if possible. I have an iReadyGo Much G2 android phone and it is running Android 4.2 but I really want an Android Wear watch which requires 4.3. I don't expect this phone to receive an update anytime soon so I want to know if it would be possible to develop a ROM to bring this phone up to speed and put Android 4.3 on it.
By:
dd
On 04:27
Please provide the original zip updates topic
I recently flashed my phone with 2 updates 8MP camera and Increase internal memory. They work smoothly. But now i wanna flash the original stock camera and memory ... Would anyone provide me the zips..... :thumbup::thumbup::thumbup:
Sent from my Micromax A177 using xda app-developers app
Sent from my Micromax A177 using xda app-developers app
By:
dd
On 01:07
vendredi 26 décembre 2014
New firmware updates do not show up after locale change topic
Hello, I bought my GNote PRO 12.2 LTE in Hong Kong. Then, moved to Japan in mid-September. I changed the locale to Japanese. Since then, from this forum, it seems that there has been 1 or 2 firmware update. However, I have not received such notification. Even I manually went to settings to check if there is any new firmware update, the device reports that I got the latest firmware. Now I am travelling Hong Kong. Again, after manually checking for possible firmware upgrade, it says no. Have I messed up the system so that no more firmware upgrade is detected? The one I got is:
SM-P905
4.4.2
Base Handle version: P905XXUANA7
Kernel version: 3.4.0-2454801, dpi@SWDD3915 #1, Fri Aug 8 11:53:36 KST 2014
Build number: KOT49H.P906ZSUANH1
SM-P905
4.4.2
Base Handle version: P905XXUANA7
Kernel version: 3.4.0-2454801, dpi@SWDD3915 #1, Fri Aug 8 11:53:36 KST 2014
Build number: KOT49H.P906ZSUANH1
By:
dd
On 17:08
jeudi 25 décembre 2014
[Q] Please explain, android updates, pushing topic
Hi all,
Firstly a thanks to everyone contributing to this website, i find it to be a most invaluable source of information.
I have perhaps a simple question, I want to know who pushes updates to my phone, note 3? I bought this online unlocked and when I had a look at the back behind the battery it is made in Vietnam. My phone is a SM-N900, Android 4.4.2, Baseband Version N900XXUENG1, Build Number KOT49H.N900XXUENH1.
I am looking forward to a android 4.4.4 update and then eventually lollipop.
I am confused as to whether Samsung pushes any updates directly to my phone or if it has to go through a carrier? However, my phone is not locked to any carrier although my sim is on a plan with Vodafone. Vodafone says they are testing a new update but when they released the 4.4.2 update my phone had updated prior to that and the update I have is different to the Vodafone update details, e.g. baseband version.
I hope I have included enough information to have my question answered. Sorry for the long post.
Thanks all!
:)
Firstly a thanks to everyone contributing to this website, i find it to be a most invaluable source of information.
I have perhaps a simple question, I want to know who pushes updates to my phone, note 3? I bought this online unlocked and when I had a look at the back behind the battery it is made in Vietnam. My phone is a SM-N900, Android 4.4.2, Baseband Version N900XXUENG1, Build Number KOT49H.N900XXUENH1.
I am looking forward to a android 4.4.4 update and then eventually lollipop.
I am confused as to whether Samsung pushes any updates directly to my phone or if it has to go through a carrier? However, my phone is not locked to any carrier although my sim is on a plan with Vodafone. Vodafone says they are testing a new update but when they released the 4.4.2 update my phone had updated prior to that and the update I have is different to the Vodafone update details, e.g. baseband version.
I hope I have included enough information to have my question answered. Sorry for the long post.
Thanks all!
:)
By:
dd
On 17:33
[Q] Xperia Z3 camera updates topic
Hello,
I've noticed some "artifacts/noise", with a recursive pattern, in some photos of the Sony Xperia Z3 in "some" smartphone websites (I don't know if I can say the names :p).
They were made in manual mode 20mpx.
Are there updates/firmware for the camera that have improved the final result versus the early reviews?
Thanks a lot.
I've noticed some "artifacts/noise", with a recursive pattern, in some photos of the Sony Xperia Z3 in "some" smartphone websites (I don't know if I can say the names :p).
They were made in manual mode 20mpx.
Are there updates/firmware for the camera that have improved the final result versus the early reviews?
Thanks a lot.
By:
dd
On 07:39
mercredi 24 décembre 2014
SuperSU always requesting updates??? topic
Now another question, the SuperSU on my Motorola Xoom always asking for update everytime I restart the unit, any solutions for this?
Thank you for your attention
Thank you for your attention
By:
dd
On 19:12
vendredi 19 décembre 2014
jeudi 11 décembre 2014
I made a script that roots and updates your watch to 5.0.1 in a click. topic
This version is Mac only :( sorry, will update for PC this week.
Directions:
1.) Download from https://www.dropbox.com/s/4zd9rz3akc...lipop.zip?dl=0[1][1] to your desktop. (file size 124 mb), and extract it the zip.
2.) Open up terminal, and type navigate to the file via cd/Desktop/lollipop .That code only works if the extracted file is actually called lollipop and is in your desktop.
3.) Type sh runMe.sh into the terminal and just follow on screen instructions.
Short version of what it does: Used adb to unlock bootloader, Roots it, Copies over 5.0.1, Writes to cache, and reboots. Then optional install of TWRP recovery.
This code isn't specific to the G Watch, to make it work for your phone, just add two files...
Replace:
update.zip with your factory image of lolipop
LGGW-rootboot.img with temporary boot image for your device to give it root, can find this on forums like XDA TWRP (optional) custom recovery
Be sure to keep the file names the same, as that is what the script looks for! I'm too lazy now, but only 2 things need to be done to make it work for PC...
1.) Get the adb drivers and fastboot, and put it in the lollipop folder, make sure you keep the names the same as the ones in there now.
2.) On the script called runMe and called, everywhere it says ./fastboot or ./adb-mac, get rid of the ./ part, so it would just say fastboot or adbmac
Directions:
1.) Download from https://www.dropbox.com/s/4zd9rz3akc...lipop.zip?dl=0[1][1] to your desktop. (file size 124 mb), and extract it the zip.
2.) Open up terminal, and type navigate to the file via cd/Desktop/lollipop .That code only works if the extracted file is actually called lollipop and is in your desktop.
3.) Type sh runMe.sh into the terminal and just follow on screen instructions.
Short version of what it does: Used adb to unlock bootloader, Roots it, Copies over 5.0.1, Writes to cache, and reboots. Then optional install of TWRP recovery.
This code isn't specific to the G Watch, to make it work for your phone, just add two files...
Replace:
update.zip with your factory image of lolipop
LGGW-rootboot.img with temporary boot image for your device to give it root, can find this on forums like XDA TWRP (optional) custom recovery
Be sure to keep the file names the same, as that is what the script looks for! I'm too lazy now, but only 2 things need to be done to make it work for PC...
1.) Get the adb drivers and fastboot, and put it in the lollipop folder, make sure you keep the names the same as the ones in there now.
2.) On the script called runMe and called, everywhere it says ./fastboot or ./adb-mac, get rid of the ./ part, so it would just say fastboot or adbmac
By:
dd
On 23:44
Disabling updates with adbfire program? topic
Does the enable Amazon updates toggle check mark in the settings of this app fully disable updates if I uncheck it. I recently did this instead of typing the adb command and it seems to be staying off but is this permanent?
By:
dd
On 22:46
samedi 6 décembre 2014
[Q&A] ZTE V9 (Light) updates topic
Q&A for ZTE V9 (Light) updates
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 ZTE V9 (Light) updates. 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! :)
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 ZTE V9 (Light) updates. 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! :)
By:
dd
On 13:04
Inscription à :
Articles (Atom)
