Related
Ok guys i've managed to successfully install the LiveWallpapers.apk from the NeXus dump and also the MagicSmokeWallpaper.apk on the G1 on android 2.1. problem is that I can't get the LiveWallpaperPicker.apk to install in order to use live wallpapers. reason being is because it isn't being deodexed properly.. I used the deo-all tool and it de-dexes the .apk but i see that it throws an error during the process and i can't find out what it is since the terminal quits to quickly for me to do so. i sign the .apk and install, but throws the error "dexopt". so my theory is its not properly being de-dexed.. once I get this solved i'll also have the new launcher2.apk, gallery3d.apk, and visualization wallpapers.apk able to be installed.
any help??
bump this get this poppin
I liked to see those apps working as well...
Major progress, so thanks to a cpl devs who helped out (miketaylor, djengizz) i've been able to install the livepaperpicker.apk and the prompt to use live wallpaper shows up now.
but it fc's. reason being is because for some odd reason when it gets deodexed the mainclass in the classes.dex gets deleted and so the activity can't be read and it isn't initialized by dalvik. all we would need is to be re-compile the classes.dex back with the mainclass and in theory it should work.. but that's where the problem lays. smali isn't being so nice and throws bunch of errors.
ive heard talk about these wallpapers. what exactly is so special about them?
[email protected]@ said:
ive heard talk about these wallpapers. what exactly is so special about them?
Click to expand...
Click to collapse
From what i've seen they allow the wallpapers to be animated, so for example, you can have a wallpaper that has different weather effects, or a pic of the ocean moving etc.
I cant wait until this is working on the Manup 1.0.1 rom.
good luck guys, this would be amazing.
update: there's just 1 issue holding this back from happenning afaik, once we get this worked out it should be a go.
jroid said:
update: there's just 1 issue holding this back from happenning afaik, once we get this worked out it should be a go.
Click to expand...
Click to collapse
Thanks for your feedback
Hope you can tune the app soon!
Maybe something is wrong with the app that you been trying to deodex. Have you tryed downloading another nexus dump from a different source and deodexing those apps? Just a suggestion in case you didnt think about it just trying to help!
i am trying to install this on my droid with 2.1.
You need to move over some of the libraries from 2.1 or else it will not work.
iamkewl said:
i am trying to install this on my droid with 2.1.
You need to move over some of the libraries from 2.1 or else it will not work.
Click to expand...
Click to collapse
ok like what libs??.. my main issue right now is when de-odexing the apk, it leaves out the mainclass activity, so it cannot be initialized by dalvik and throws a fc. I've got it installed however and attempts to intialize when prompted
jroid said:
ok like what libs??.. my main issue right now is when de-odexing the apk, it leaves out the mainclass activity, so it cannot be initialized by dalvik and throws a fc. I've got it installed however and attempts to intialize when prompted
Click to expand...
Click to collapse
Maybe he is talking about this lib's:
http://www.alldroid.org/viewtopic.php?f=210&t=850
"lib files - http://www.megaupload.com/?d=BFIEKPH3"
anthonws said:
Maybe he is talking about this lib's:
http://www.alldroid.org/viewtopic.php?f=210&t=850
"lib files - http://www.megaupload.com/?d=BFIEKPH3"
Click to expand...
Click to collapse
will look over these files. thank you
jroid said:
will look over these files. thank you
Click to expand...
Click to collapse
Any Progress on this...ill be a beta tester if you need any
this is one of the coolest features of 2.1 to be honest...the eye candy factor is amazing. Seems like progress is being made though...you think it will be done soon? want it on my mt3g soon =D
guys, I have everything I need to get this working, it's just I still have the 1 problem that is totally hindering this. i'ved asked for help to somebody but they haven't responded back, although it's not something that me and djengizz haven't tried already. at this point, only hope we have is getting an un-odexed dump, OR jf updating the smali tools that are throwing the errors that we get. believe me, if u guys can't cait to have this, imagine how i feel having everything set and ready to go with only 1 thing holding it back, especially since I was basically the first 1 to start up on this mod before anyone else.
Sucks I cant do anything to help...im just sitting down while you do all the work so I can watch my wallpaper move
sounds like your really trying hope you get this out soon...you'll be my hero for sure.
basically, the main problem is in smali... I have all the smali files and try re-assembling but smali just throws loads of erros and doesn't make the classes.dex we need to get this up and running.
I don't know how useful this will be, since many of the devs have probably gleefully pounced on the 2.1 leak (and can't roll back now to Cupcake), but...
The OTA update process (1.16.605.1 -> 1.17.605.1) is completely different than the RUU/HBOOT methods... it actually boots into android and performs file-by-file binary patching on all sorts of stuff as well as installing new files and other miscellany - controlled by an "update-script" (not a shell script, but quite readable).
The OTA .zip files which are downloaded from a Google server are not signed the same way as the RUU "rom.zip" files - they use the app .apk manifest signing method. (manifests and certs a la "jarsigner").
If you are interested in looking at the process that HTC/Verizon uses for the OTA updates, you can get the URL for the OTA zip the following way:
Run logcat on the pc and accept the update on the phone
$ adb logcat > logcat_accept.txt
This will sit like this (it continues to log output into the output file) until the phone reboots. At that point, the adb logcat job will terminate, and the name of the zip file will be indicated in the logfile in a message similar to:
W/SystemUpdateHelper( 64): !!! REBOOTING TO INSTALL /cache/desirec-ota-104882.7b1e5cca.zip !!!
Then, take the name of the file and paste it on the end of android.clients.google.com/updates/partner, for instance, for the Eris 1.17.605.1 OTA, the complete url is:
https://android.clients.google.com/updates/partner/desirec-ota-104882.7b1e5cca.zip
Note: because the 2.1 release is so vastly different than the 1.5 release, an OTA (if that's the way VZW/HTC rolls it out) for that will probably be very different than a patch release like this example ... but it would still be very useful for anyone who gets notice of an update to capture the URL using the "logcat" method shown above. There might be "interesting" tools included that could be exploited.
I don't think this will help get an "early OTA" - I'm not sure that hboot/fastboot methods can make use of an "update.zip" with an unrooted phone. Someone can correct me if I am wrong about that.
bftb0
Can someone tell me if this has been captured? I just received a replacement device with 1.5 and am prompted to install the OTA. I am about to root and can capture if needed.
Please let me know as soon as you can. I will probably "play" with 1.5 root for a little bit.
pharaohmd said:
Can someone tell me if this has been captured? I just received a replacement device with 1.5 and am prompted to install the OTA. I am about to root and can capture if needed.
Please let me know as soon as you can. I will probably "play" with 1.5 root for a little bit.
Click to expand...
Click to collapse
I'm not sure where the posted link is, but we've had the 2.1 OTA download link for a while.
nindoja said:
I'm not sure where the posted link is, but we've had the 2.1 OTA download link for a while.
Click to expand...
Click to collapse
Thanks...thought so but wanted to check...I tried to search but there have been so many */*/*/etc posts it's a bit confusing.
(edited out the example search terms so as NOT to contribute to the mess with this post...)
can sombody do this with the Update that just started pushing tonight?
iornslave said:
can sombody do this with the Update that just started pushing tonight?
Click to expand...
Click to collapse
Since so many of the XDA members are rooted, we're going to have to count on one of the "leakers" to capture it. We've confirmed (on android forums dot com) that it's coming to those on leak v3, which makes sense since that's up-to-date with the RUU and OTA.
No one has captured this yet ? Hoping that whatever "fix" or "fixes" are in this update can be applied to our rooted phones.
hallstevenson said:
No one has captured this yet ? Hoping that whatever "fix" or "fixes" are in this update can be applied to our rooted phones.
Click to expand...
Click to collapse
I'm sort of wondering if VZW had some customer problems with it and pulled the plug on it. In the past, there have been claims that VZW starts the rollout in very small groups - several hundred at a time - and then ramp it up if they don't see complaints coming in from their customer support channels.
Sure does seem like there's very little chatter about it.
I've got my phone running OTA-2.1 to try and intercept it, and I also hacked a custom recovery that doesn't automatically erase files in /cache (basically, a recovery boot that doesn't run /sbin/recovery at all). That way I can just pull it out of /cache as soon as it is downloaded via OTA.
Nevertheless - to anybody reading this - please post up the URL to the zip file download if you capture it.
bftb0
[Edit] For references, PRIOR OTA URLs were
1.17.605.1 (aka "MR2") OTA: https://android.clients.google.com/packages/desirec/desirec-ota-104882.7b1e5cca.zip ( md5sum: f6bd240c726874e3922767979ecc6b32 )
2.36.605.1 (aka "OTA-2.1") OTA: https://android.clients.google.com/packages/desirec/OTA_Desire_C_Verizon_WWE_2.36.605.1_1.17.605.1_release_0420.79112f65.zip ( md5sum: 9a3a82e4b5afb4e885b41d28085b9adc )
Note: both these links verified working w/ correct checksums as of 2010-07-01.
hallstevenson said:
No one has captured this yet ? Hoping that whatever "fix" or "fixes" are in this update can be applied to our rooted phones.
Click to expand...
Click to collapse
I agree I have been hoping someone would have posted it considering that several have claimed to have received it. Oh well, hopefully soon.
Maybe all the people who are "smart" enough to do this are already rooted?
Stonent said:
Maybe all the people who are "smart" enough to do this are already rooted?
Click to expand...
Click to collapse
Nothing about root prevents you from running a copy of OTA2.1 for a couple of days in order to capture the URL; that's what Nandroid backups are good for. S'pose you could run Plain Jane or Ivanmmj's Official and add back in the updater apps & certs if you really needed root in the meantime.
OTOH, it's been mighty quiet the past few days; I'm starting to wonder if there was a problem with the new OTA, and VZW pulled the plug on it.
bftb0
So I got a notification in the bar stating "Connecting to DM server". About 30 min later, another message stating "Update Available". Well, my battery is about 25%, so it postponed the update. Good thing though, it says to click the "Software Update" in the System Settings when the battery is charged.
See screenshots below.
My friends phone the same issue
My friend has the same issue. So I'm charging it for him. Going to run a log on his phone once we can upgrade it and see if we can get some nice information like a URL and such.
androidmonkey said:
So I got a notification in the bar stating "Connecting to DM server". About 30 min later, another message stating "Update Available". Well, my battery is about 25%, so it postponed the update. Good thing though, it says to click the "Software Update" in the System Settings when the battery is charged.
See screenshots below.
Click to expand...
Click to collapse
Would you mind trying to do an adb pull /cache to try and grab the ota zip file?
Cheers
s0niqu3 said:
Would you mind trying to do an adb pull /cache to try and grab the ota zip file?
Cheers
Click to expand...
Click to collapse
Yes this would be awesome.
s0niqu3 said:
Would you mind trying to do an adb pull /cache to try and grab the ota zip file?
Cheers
Click to expand...
Click to collapse
I have adb working at home, cant remember where I got the driver though for the phone. I put the phone in debug mode, hook it up via usb. WinXP pops up and wants a driver.
Where do I get this driver?
androidmonkey said:
I have adb working at home, cant remember where I got the driver though for the phone. I put the phone in debug mode, hook it up via usb. WinXP pops up and wants a driver.
Where do I get this driver?
Click to expand...
Click to collapse
Found it on Samsung site. nevermind.
androidmonkey said:
I have adb working at home, cant remember where I got the driver though for the phone. I put the phone in debug mode, hook it up via usb. WinXP pops up and wants a driver.
Where do I get this driver?
Click to expand...
Click to collapse
Hi again,
Do you need 32-bit or 64-bit drivers?
I have the 64-bit driver package on dropbox, can PM you the link, but I don't have the 32-bit drivers, sorry
I love how it says Congradulations! like you just won the update lottery.
So where would this update file be located? I have Dalvik Debug Monitor running. The only folder that has a change date of today is the "Data" folder. I cannot access anything in it though.
I haven't installed the update yet, if someone tell me the steps to get the files you need, i could help out
If you're rooted -- you should be able to look in /cache for a file named update.zip.
j0hnZ said:
I love how it says Congradulations! like you just won the update lottery.
Click to expand...
Click to collapse
Pretty much! Some of us are getting updates, others are still waiting.
ipugh said:
If you're rooted -- you should be able to look in /cache for a file named update.zip.
Click to expand...
Click to collapse
Im not rooted. Havent had the urge to do it, dont want to spend all my time modding my phone like I did with the G1
@ j0hnZ
so you have updated yours? if yes would you mind sharing the status of your phone please.
iynfynity said:
@ j0hnZ
so you have updated yours? if yes would you mind sharing the status of your phone please.
Click to expand...
Click to collapse
What status are we looking for?
I have an updated phone right here. (not mine though.)
swehes said:
What status are we looking for?
I have an updated phone right here. (not mine though.)
Click to expand...
Click to collapse
is it running smoothly? and is it a stock vibrant?
iynfynity said:
is it running smoothly? and is it a stock vibrant?
Click to expand...
Click to collapse
Stock with root (the root stayed)
Running smoothly. I don't see any issues with it. But it isn't my phone and I have lots more stuff on my phone so I will be able to run a better test.
Battery needed to be at least 50%. Updating my phone now.
swehes said:
Stock with root (the root stayed)
Running smoothly. I don't see any issues with it. But it isn't my phone and I have lots more stuff on my phone so I will be able to run a better test.
Click to expand...
Click to collapse
Any way you could pull the .zip out of the /cache folder and send a PM to s0niqu3? It would help the devs out as I don't believe anyone has done that yet (could be wrong and just don't see it though).
ShinyBuddha said:
Any way you could pull the .zip out of the /cache folder and send a PM to s0niqu3? It would help the devs out as I don't believe anyone has done that yet (could be wrong and just don't see it though).
Click to expand...
Click to collapse
I can not find the update.zip file. The only thing I see is a downloadfile.apk in there. I think it downloaded this file first, then restarted the phone into an installation mode. Well there it did the rest as in downloading the zip file. When going back trying to find it, it is gone. Not sure what else to do. I uploaded to files of the log if there is any smarter people than me that can interpret it.
A spanish htcmania user with a german Moto G has received a new OTA (176.44.1.falcon-umts.retail.en.de), apparently it fixes otg, and pendrives can be used as they were in 4.3, with regular file managers.
Thanks to basurado for his image.
Changelog:
Fixed temporary cellular network loss
Fixed an issue which could lead to temporary loss of cellular network service for a small number of Moto G customers.
Fixed wallpaper cropping issue
Fixed an issue which could cause the home screen wallpaper on some devices to be cropped after rebooting the phone.
Resolved USB OTG support issue
Resolved a USB On The Go support issue that prevented Moto G from writing data to a connected USB storage device.
Fixed voice call volume issue
Fixed an issue where the volume of voice calls heard through the device earpiece could gradually become too low.
cesc1972 said:
A spanish htcmania user with a german Moto G has received a new OTA (176.44.1.falcon-umts.retail.en.de), apparently it fixes otg, and pendrives can be used as they were in 4.3, with regular file managers.
Thanks to basurado for his image.
Click to expand...
Click to collapse
OK, found the thread on htcmania and I can see your posts there but I don´t speak Spanish. Can you please ask basurado to extract and post the zip?
drfr said:
OK, found the thread on htcmania and I can see your posts there but I don´t speak Spanish. Can you please ask basurado to extract and post the zip?
Click to expand...
Click to collapse
I don't think the ota can be pulled if he has already updated, can it?
cesc1972 said:
I don't think the ota can be pulled if he has already updated, can it?
Click to expand...
Click to collapse
No, it´s too late. But he could re-flash
http://sbf.droid-developers.org/download.php?device=14&file=811
and when OTA notification comes again he could refuse to install it and then look into /cache for the zip.
The exact procedure?
drfr said:
No, it´s too late. But he could re-flash
http://sbf.droid-developers.org/download.php?device=14&file=811
and when OTA notification comes again he could refuse to install it and then look into /cache for the zip.
Click to expand...
Click to collapse
Could you please explain the procedure in a little more detail?
Here is a link to my gdrive, where i've uploaded the New ota update. I know the filename is wrong, but this is the ZIP my moto g downloaded for 176.44 ota update german moto g.
Cannot apply it, because i don't have the original kernel and recovery.
https://docs.google.com/file/d/0B_zBwPk95Z1jcThaNmo3Yk1uU1U/edit?usp=docslist_api
Sent from my XT1032 using xda app-developers app
Alright I flashed it and now my system version is 176.44.1.
Thanks a lot for zip.
... aaaand OTG USB storage works! Nice patch from Moto! No need for Stickmount anymore.
drfr said:
Alright I flashed it and now my system version is 176.44.1.
Thanks a lot for zip.
... aaaand OTG USB storage works! Nice patch from Moto! No need for Stickmount anymore.
Click to expand...
Click to collapse
Can you please check if unmounting works good? There's an option under Settings/Storage but using it always results in a persistent notification saying something like 'USB storage removed. Please insert new media'. Unplugging the USB drive without unmounting results in an error too!
pratik11 said:
Can you please check if unmounting works good? There's an option under Settings/Storage but using it always results in a persistent notification saying something like 'USB storage removed. Please insert new media'. Unplugging the USB drive without unmounting results in an error too!
Click to expand...
Click to collapse
I unplugged without unmounting and no problem here.
Edit: sorry, now I can see the same behaviour.
... adding screenshots
drfr said:
I unplugged without unmounting and no problem here.
Click to expand...
Click to collapse
Hmm...Well my XT1033(maybe they have different patches for different devices) with ES File Explorer shows an error.
I would check with Total File Commander and see if it exists. Meanwhile can you say how your USB drive is formatted ? I mean the file system ?
pratik11 said:
Hmm...Well my XT1033(maybe they have different patches for different devices) with ES File Explorer shows an error.
I would check with Total File Commander and see if it exists. Meanwhile can you say how your USB drive is formatted ? I mean the file system ?
Click to expand...
Click to collapse
I edited my previous post. I get those errors too, sorry.
drfr said:
I edited my previous post. I get those errors too, sorry.
Click to expand...
Click to collapse
So the problem does exist in all variants. I was reading through Moto X forums earlier and it has the same bug too
Here´s another new thing, new values were added. Personally I´m glad that
there´s now 0,25x option because it solves the problem with dialer and 0,5x was too much for me.
Edit: sorry, missed Gravitybox silent tweak.
Just bumping this up.
Edit: @cesc1972
Just thought you might want to edit the title of your post to something more specific - add date or system version, because I feel it didn´t get as much attention as it deserves.
Also, besides the OTG fix there´s seems to be an improvement in radio, which was brought to attention by @lost101 in his thread:
http://forum.xda-developers.com/showthread.php?t=2649763
How to install that update via the Option Systemupdate without root and cwm? Whats the Name of the File and the right folder to move the file to force the update?
ps: I copied the zip into the root folder of sdcard, made a reboot and searched for New update. Unfortunately nothing was found. From 4.3 to 4.4.2 that procedure worked fine.
pratik11 said:
Hmm...Well my XT1033(maybe they have different patches for different devices) with ES File Explorer shows an error.
I would check with Total File Commander and see if it exists. Meanwhile can you say how your USB drive is formatted ? I mean the file system ?
Click to expand...
Click to collapse
USB works with fat32 system only. No NTFS support
If you connect NTFS pendrive it will ask for format.
Sent from my XT1033 using Tapatalk
drfr said:
Here´s another new thing, new values were added. Personally I´m glad that
there´s now 0,25x option because it solves the problem with dialer and 0,5x was too much for me.
Click to expand...
Click to collapse
What was the problem with the dailer? was it blank screen on 1st call?
Sprint82 said:
How to install that update via the Option Systemupdate without root and cwm? Whats the Name of the File and the right folder to move the file to force the update?
ps: I copied the zip into the root folder of sdcard, made a reboot and searched for New update. Unfortunately nothing was found. From 4.3 to 4.4.2 that procedure worked fine.
Click to expand...
Click to collapse
Go to recovery and try "update from sdcard" and it should do I guess.
cpuspeed said:
What was the problem with the dailer? was it blank screen on 1st call?
Click to expand...
Click to collapse
I mean if you don´t use any transition effects (I always diasable them, no reason to deliberately slow down the UI), the dialer or phone app behaves like this: when you start it (and it wasn´t already running in the background), what you see by default are the contacts. If you tap dialpad icon on the bottom, dialpad won´t start just the icon disappears and you have to tap two more times to show the dialpad. You can remove this behaviour when you set transition effects to something more than 0x. On previous builds, minimal value was 0,5x which was far too much for me. Now with this new patch there is 0,25x option as well which is acceptable. But the dialpad bug is still there when you turn transitions off.
---------- Post added at 02:14 PM ---------- Previous post was at 02:10 PM ----------
Sprint82 said:
How to install that update via the Option Systemupdate without root and cwm? Whats the Name of the File and the right folder to move the file to force the update?
ps: I copied the zip into the root folder of sdcard, made a reboot and searched for New update. Unfortunately nothing was found. From 4.3 to 4.4.2 that procedure worked fine.
Click to expand...
Click to collapse
tmacher said:
Go to recovery and try "update from sdcard" and it should do I guess.
Click to expand...
Click to collapse
Yep, that´s right, now it won´t work if you just put in sdcard and reboot. You have to go to recovery (stock one of course).
AMAZON is at it again with update 13.3.2.2_user_322095220
i think we have a snitch for amazon in this forum and im pretty sure i know who it is!!!!!!
he always acts like he is going to do things to help other and then never comes through with the files and stuff that he says he is going to make for everyone and his brother just do happens to work for them!!!
http://dl.xda-developers.com/attach.../5/7/1/9/5/Screenshot_2014-03-29-09-58-38.png
Seriously... snitch? Wats the change log?
adix82 said:
Seriously... snitch? Wats the change log?
Click to expand...
Click to collapse
i would not doubt it
i dont know the change log
but i have seen two users report the 13.2.2.2 update
it could not be anything more than to mess up the work around that people have been getting away with by updating the build.prop
because when i try to change the build.prop to 14.3.2.2_user_322095220 in all the right places and try to save it the way i did before using root explorer it saves as 0 kb and is blank when i look at it.so i delete it and change the build.prop.bak file that is created when changing the build.prop back to build.prop because i am afraid to reboot with the blank one in fear of a brick
jjrizzelcincy said:
i would not doubt it
i dont know the change log
but i have seen to users report the 13.2.2.2 update
it could not be anything more than to mess up the work around that people have been getting away with by updating the build.prop
Click to expand...
Click to collapse
Would it be possible to post the build.prop file?
Thanks in advance...
sw01 said:
Would it be possible to post the build.prop file?
Thanks in advance...
Click to expand...
Click to collapse
i did not get updated.
i have mine in airplane mode
jjrizzelcincy said:
i did not get updated.
i have mine in airplane mode
Click to expand...
Click to collapse
Never mind, got the update file...Thanks!
sw01 said:
Never mind, got the update file...Thanks!
Click to expand...
Click to collapse
where did you find the file ?
jjrizzelcincy said:
where did you find the file ?
Click to expand...
Click to collapse
Go to Amazon download site and get the old link, substitute new version info...
sw01 said:
Go to Amazon download site and get the old link, substitute new version info...
Click to expand...
Click to collapse
i tried that by changing the build.prop but it would not let me it was just saving as a blank
jjrizzelcincy said:
i tried that by changing the build.prop but it would not let me it was just saving as a blank
Click to expand...
Click to collapse
Google "hdx 8.9 download"
Find the Amazon page that lets you manually download the updates
The download link points to 14.3.2.1..
Copy that link into a new browser window and edit it in two places
this is for 8.9 obviously
sw01 said:
Google "hdx 8.9 download"
Find the Amazon page that lets you manually download the updates
The download link points to 14.3.2.1..
Copy that link into a new browser window and edit it in two places
this is for 8.9 obviously
Click to expand...
Click to collapse
This Amazon page linked the download below: https://www.amazon.com/gp/help/customer/display.html?nodeId=201357220
https://s3.amazonaws.com/kindle-fire-updates/update-kindle-14.3.2.1_user_321093620.bin
What Changed?
Wonder what changed... the recovery, kernel(s) and system apps all appear to be the same. There must be some critical bugs that had to be urgently patched with this latest update coming so quick on the tail of the 13.3.2.1 update.
[Edit]Upon closer inspection, looks like there are some noticeable changes in the following apps:
WhisperlinkSdk.apk
WhisperplayActivityView.apk
WhisperplayCDSSettings.apk
WhisperplayCore.apk
WhisperplayQCSource.apk
com.amazon.communication.apk
com.amazon.tcomm.apk
[/Edit]
THANLS
I've updated 13.3.2.2, somehow opened when the machine is updated immediately so!!
I wonder if it would be possible to insert the SU binaries in this new update and then manually install it without breaking the signature
I just did a manual "Check Update" on my HDX 7 and it said no new updates, but only has 13.3.2.1.
I did sniff the traffic from the Kindle during this check and found that it contacted "softwareupdates.amazon.com" - which I now blocked in my router for what its worth.
Captured packets attached just in case they're useful.
Well crap. Blocking the server as above on my home LAN did stop the update from ever happening but I forgot to turn WiFi off at School and what do you know, 13.2.2 snuck right on in in a matter of minutes
Cevyn said:
Well crap. Blocking the server as above on my home LAN did stop the update from ever happening but I forgot to turn WiFi off at School and what do you know, 13.2.2 snuck right on in in a matter of minutes
Click to expand...
Click to collapse
Sucks.
evilgrin98 said:
Sucks.
Click to expand...
Click to collapse
Couple questions...
1. Once I stay out of the Stock rom it shouldn't update. Am I right on that?
2. If I have a rom slot with Fire OS loaded to it and in use. Can I turn on wifi and it not update?
3. I have the AOSP rom in as lot. Can I turn on wifi in this without fear of update?
Reckerr said:
Couple questions...
1. Once I stay out of the Stock rom it shouldn't update. Am I right on that?
2. If I have a rom slot with Fire OS loaded to it and in use. Can I turn on wifi and it not update?
3. I have the AOSP rom in as lot. Can I turn on wifi in this without fear of update?
Click to expand...
Click to collapse
install safestrap on both stock and rom slot one
so it will not be able to fully update it will bootloop back to safestrap according to GSLEON3
Update the hosts file on the kindle to point to localhost(127.0.0.1) or something. That might, or might not offer some help on WiFi you don't control. You'll need to still have root to do this of course.