Amazon device Oreo update URL from logcat - Moto X4 Guides, News, & Discussion

Just pulled this down on my amazon phone - haven't upgraded yet and this could be dup, but wanted to post anyways. - 1.3 gb -
I've downloaded the file on my computer -
tell me if I should upload it to Google drive or something -
cheers -
https://dlmgr.gtm.svcmot.com/dl/dlw...y1CwbYi8GOy+Jb8mGzYCBCgkK7gthtFJx+8LqJurnV7c=

sardeenz said:
I've downloaded the file on my computer - tell me if I should upload it to Google drive or something
Click to expand...
Click to collapse
The links are temporary (you'll see it no longer works if you click it). An upload would useful always.

definitely clever! seems one has to try to access it during the download or cancel it before it finishes.

https://drive.google.com/open?id=1c7WTAUYJ78feEy1TO2x98n9iyDZhxQJ7

Related

Update Jf modified build's thru a online server ? (Suggestion)

someone should make an app that can upgrade all Jf modified verison thru a server instead of manually connecting the G1 to the computer and download the file and installing on the phone. how does this idea sound.
kay11224 said:
someone should make an app that can upgrade all Jf modified verison thru a server instead of manually connecting the G1 to the computer and download the file and installing on the phone. how does this idea sound.
Click to expand...
Click to collapse
I'm working on it. I hope to have more new about it this weekend.
iight datz great
kay11224 said:
someone should make an app that can upgrade all Jf modified verison thru a server instead of manually connecting the G1 to the computer and download the file and installing on the phone. how does this idea sound.
Click to expand...
Click to collapse
Just download it from your phone. Thats what I do I hardly ever hook my phone up to the computer unless I'm transfering media. Download it to your phone and it will save under downloads. I use Astro to rename it and move it to the root. I also have all the updates and themes I like saved in folders. When I want to use them I just move it to the root and reboot.
It is already in the works, check the original thread. (its kinda dead for now because there isnt much to talk about while they are building it).
http://forum.xda-developers.com/showthread.php?t=475689
I've uploaded a first beta version. Take a look here: http://forum.xda-developers.com/showthread.php?p=3294921#post3294921
why do you spend so much time making your own when you could just hack the one that does it on the phone?

Google Search by Voice v1.4.1 install fails

Searched the forum and wiki and can't find anything on this.
Trying hard not be a 'compleet newb'....
Problem: I've tried to download and install the latest update (v1.4.1) to Google Search by Voice. It fails saying it is not correctly signed. I am not able to uninstall it via the Market software. The existing version is present and still works.
I was thinking of manually uninstalling it and then attempting a re-install from the market. Has anyone had any success getting this update to install on CM 4.2.7.1?
I'm running Cyanogen 4.2.7.1 on my HTC Magic 32B, applied over the flashed and clean-installed 1.6 rooted base - no CM Updater. (Seems to give a better, more stable result - may affect the behaviour of the update).
this stupid error happens because of the test keys or the userdebug keys thay cyanogenmod uses. I would download it somewhere online and use adb to replace the old one wiht the new one. It should work.
Yes I have the same problem with same model phone etc. etc.
I understand the workaround will be the same as Google maps 3.2.1 update but I cannot find up to date "Google search by voice" apk. I was wondering if anyone knows a source that mirrors up to date apps, or could even link a tut about how to get apk's copied out of the phones /tmp folder?
Thanks
I'll check out the package name in the Applications settings and see if I can find it anywhere or somehow capture it. Later....won't have any time until this evening.
linuxluver said:
I'll check out the package name in the Applications settings and see if I can find it anywhere or somehow capture it. Later....won't have any time until this evening.
Click to expand...
Click to collapse
That's great I didn't think of that, ill whip out those quotation marks and asterisks for google too. Also later...... 00:20 is not the right time for this....... so tempted......!!!
I fixed the maps.apk problem by going into adb and uninstalling maps.apk and then removing all traces of it. Then I went to marketplace and i downloaded it as normal and it now works perfectly.
Try that with voice search
Do we know what the package name is? Usually something like "com.google.android.apps.xxx" Could try uninstalling through adb. Then re-download from the market?
hello, could u plz share the installer? its not available on the marketplace in my country.
thanks very much
success
Ok, I managed to get Google Search by Voice updated to 1.4.1. I'm no pro and it took ages but it works.
Could a mod advise whether I am allowed to post a link to the apk?
I would be happy to post the steps i took but its not something i have done before and worse still, i used cmd not putty (noob error #1!). So the commands and the order i used them in are lost.
Should have used ubuntu..............
the concept consisted of updating the app and simultaneously using this command while it was downloading
Code:
cp /cache/downloadfile-9.apk /sdcard/download
"9" is only because it is the 9th apk i have downloaded and once the install fails the OS deletes the apk.
(for anyone else it would be different. go into /cache and type ls at the prompt to see what your next number will be)
then rename downloadfile-*.apk to VoiceSearch.apk, remove the original in the phone using adb and replace with the updated app.
I will post again tomorrow with clearer instructions but would much rather post a link to the apk I got, if it is permitted
hmmm. doing an 'adb shell rm /system/app/VoiceSearch.apk' and reinstalling from the market still gives you the unsigned error?
jayzusfk said:
hmmm. doing an 'adb shell rm /system/app/VoiceSearch.apk' and reinstalling from the market still gives you the unsigned error?
Click to expand...
Click to collapse
yes it will still give an unsigned error.
that is why you need to copy the apk which android market downloads to /cache before it deletes it, i copied it to /sdcard/download. then install via adb afterwards.
you have to manual install the apk to avoid unsigned error, once you have done this any future updates through market will be fine. Maps updated fine to 3.3 after i manually installed 3.2.1
How?
anthortic said:
yes it will still give an unsigned error.
that is why you need to copy the apk which android market downloads to /cache before it deletes it, i copied it to /sdcard/download. then install via adb afterwards.
Click to expand...
Click to collapse
Any advice on how you did that? I can imagine sitting with finger poised over the enter button in an adb shell.......is that what you did? Or is there a more certain, simple way?
Thanks.
linuxluver said:
Any advice on how you did that? I can imagine sitting with finger poised over the enter button in an adb shell.......is that what you did? Or is there a more certain, simple way?
Thanks.
Click to expand...
Click to collapse
lol that is exactly what i did. up, enter, up, enter, up, enter until the shell spat out that "downloadfile-9.apk does not exist" or however it puts it.
anthortic said:
lol that is exactly what i did. up, enter, up, enter, up, enter until the shell spat out that "downloadfile-9.apk does not exist" or however it puts it.
Click to expand...
Click to collapse
heyb buddy, i have been expecting you for the whole days, would plz share the apk file. thank you lol
themaskfly said:
heyb buddy, i have been expecting you for the whole days, would plz share the apk file. thank you lol
Click to expand...
Click to collapse
Can a mod please advise? I'm not out to break google's copyright, they know where i live! they know e-v-e-r-y-t-h-i-n-g!
anthortic said:
Can a mod please advise? I'm not out to break google's copyright, they know where i live! they know e-v-e-r-y-t-h-i-n-g!
Click to expand...
Click to collapse
well actually its pretty safe to share the google apps, since its free.
the link is for ur reference
http://forum.xda-developers.com/showthread.php?t=596281
http://forum.xda-developers.com/showpost.php?p=5098879&postcount=10
thank you much appreciated themaskfly
for my reference
http://www.mediafire.com/?sharekey=c2bec0e7155dcbb5ab1eab3e9fa335ca9bf4984cd4e3a7d4
a link to the folder containing google search by voice 1.4.1 (VoiceSearch.apk) as well as the original taken from Cyanogen 4.2.7.1 (VoiceSearch.apk.bak)
However it will not install using android interface, adb only.
Its been a pleasure to help, I have been using this site as reference for ages and it is nice to give something back
anthortic said:
thank you much appreciated themaskfly
for my reference
http://www.mediafire.com/?sharekey=c2bec0e7155dcbb5ab1eab3e9fa335ca9bf4984cd4e3a7d4
a link to the folder containing google search by voice 1.4.1 (VoiceSearch.apk) as well as the original taken from Cyanogen 4.2.7.1 (VoiceSearch.apk.bak)
However it will not install using android interface, adb only.
Its been a pleasure to help, I have been using this site as reference for ages and it is nice to give something back
Click to expand...
Click to collapse
thx for the sharing, u r AWESOME
Where id VoiceSearch.apk come from?
anthortic said:
yes it will still give an unsigned error.
you have to manual install the apk to avoid unsigned error, once you have done this any future updates through market will be fine. Maps updated fine to 3.3 after i manually installed 3.2.1
Click to expand...
Click to collapse
I downloaded the VoiceSearch.apk file and adb pushed it into /system/app on my phone and it works perfectly. The market sees it as installed and valid.
But I inspected my "normal" load phone (which has voice search) and nowhere could i see anything resembling "VoiceSearch.apk".
Where is this file on an un-rooted phone?
anthortic said:
yes it will still give an unsigned error.
that is why you need to copy the apk which android market downloads to /cache before it deletes it, i copied it to /sdcard/download. then install via adb afterwards.
you have to manual install the apk to avoid unsigned error, once you have done this any future updates through market will be fine. Maps updated fine to 3.3 after i manually installed 3.2.1
Click to expand...
Click to collapse
good to know for the future. thanks.

[Guide] Root, unroot your HTC Desire + Mirrors - Via Modaco

Before reading any further:
Carry out at your own risk. It is unlikely but it is possible to brick your phone.
Please use the official mirrors before using the Rapidshare ones. These are on the modaco thread found here
I didn't make these instructions, I have only displayed in full the original version (not the most up to date) as it is easier for those who already have a mac or a linux machine running!
This WILL remove any branded ROM, i.e no orange/tmobile logo when you boot . This might be great for some but just to warn anyone who wants to keep it!
R4 Instructions
Guide here
Rapidshare Mirrors
If you have a bootloader version 0.75.xxxx or below AND a current ROM of 1.15.xxx.x or below -
Part 1
Part 2​if you have a bootloader version 0.80.xxxx or below AND a current ROM of 1.21.xxx.x or below -
Part 1
Part 2​
R3 Instructions
Rapidshare Mirror
Part 1
Part 2
R1 - Original Guide does not require live cd
R1 is the original version and might be easier for some of you
Downloads
To be ready for the guide, download the following items...
Rapidshare as Modaco links no longer work! (please post any other mirrors)
the 'rooted update' & the 'push files' - Download
the 'test ruu' - Download
Push files single download here
Do not unzip the rootedupdate.zip!
Once you have those on your machine, you're ready to start!
The guide
Follow through these steps, one by one and at the end of it you'll have a rooted Desire with the latest ROM.
Note: This process will wipe your device and there is currently no option to backup your device ROM before you start.
Make your microSD card into a goldcard by following these instructions (it's a good idea to back up the contents of your card first!)
Copy the 'rooted update' you downloaded above to the root of your SD card, before replacing it into your device.
Turn off your HTC desire, then turn it back on with the 'back' button held down. You'll see 'FASTBOOT' written on the screen in a red box.
Connect the phone to your computer, then run the 'test ruu' that you downloaded above (it may take a short while to start). Let the update complete and turn your device off as soon as it reaches the configuration wizard. If you need USB drivers, you can find them as part of the HTC Sync install.
Your device should now be off. Unplug the device from your computer. Turn it on again while holding down the 'volume down' button this time. The screen will look similar to before, but will say 'HBOOT' instead of 'FASTBOOT'. Use the volume buttons and the power button to select the 'RECOVERY' option. You should then see a screen with a red triangle - at this point, plug it into your Linux or OSX computer.
Now you need to unzip the 'push files' zip that you downloaded above. When you have done so, you'll see a file called 'recovery-linux.sh' or 'recovery-mac.sh'. Run the one appropriate to your operating system and the screen of your device should change to display the green recovery image menu.
In the recovery image (moving around using the optical trackball), select 'Wipe -> Wipe data /factory reset' then 'Flash zip from sdcard' and choose the rooted update. Confirm with the trackball and the update process will begin. It'll take a little while, so go make a nice cup of tea.
When the flash has finished, reboot, and you are DONE!
Optional updates
Optional update zips
Apply this updates after rooting by copying to sdcard any applying from the recovery image (entered using the recovery-xxx.sh method).
A2SD - Mirror unavailable
32.36.00.28U_4.06.00.02_2 Radio update (from Asia 1.19.707.6 update) - Mirror unavailable
Credits
Paul at Modaco
His instructions here
Want to UNroot your phone?
Guide on modaco on how to do that too, here
R1 Guide
RS Mirror links to follow...
rom downloads for htc desire root
Can someone tell me how i can get the downloads to perform the root process on my htc desire
cheers
mph130 said:
Can someone tell me how i can get the downloads to perform the root process on my htc desire
cheers
Click to expand...
Click to collapse
Follow the instructions! lol. Click where it says download and it will downlod the file Though if you are using the R3 method then it will probably take you a few hours
downloads
I click on them and it just takes me to a web page forum with no downloads - also do i need a linux pc as only have windows 7 pc
pympster said:
Follow the instructions! lol.
Click to expand...
Click to collapse
Lol yes, that would be a good start
mph130 said:
I click on them and it just takes me to a web page forum with no downloads - also do i need a linux pc as only have windows 7 pc
Click to expand...
Click to collapse
Ok click on this -> click me and let me know when you have downloaded it. If it doesnt download then right click and then click save target as
download link
I dont know if missing something but it just loads web page modaco dot com and thats it!
ok copy this into your browser:
Code:
http://kitchen.romraid.com/paul/bravo/r3-tinycore_2.10-desireroot.iso
must be something wrong as even when i do that it ends up going to modaco home page again as if redirecting - is there another way i can get the 3 downloads to perform root ie email etc
romraid.com does appear to be redirecting to modaco.com - not sure why.
scottishdave said:
romraid.com does appear to be redirecting to modaco.com - not sure why.
Click to expand...
Click to collapse
Hmm odd, ok well I think the mirror links work so I have no switched it to that. I will upload a single file to rapidshare in a second...
Hmm make that a double link (it will be easier to have two seperate than a segmented rar!)
Please don't mirror the whole guide with links here. Please change the links to point to the original post.
P
Sure thing Paul. Is it ok to leave the original version up? Those with linux/OS X machines (such as myself) will find it easier to do it this way
Sure, as long as there's no direct links!
P
paulobrien said:
Sure, as long as there's no direct links!
P
Click to expand...
Click to collapse
So no mirrors for downloads even if they don't work / take 6 hours
pympster said:
So no mirrors for downloads even if they don't work / take 6 hours
Click to expand...
Click to collapse
Well... not quite, a torrent link is up already at Modaco, that should provide fast downloading
So what happens when you root the phone? I mean, will I lose any data since files are being flashed? Is it possible to recover said data and keep root access (if data is erased, that is).
Re: [Guide] Root your HTC Desire - Via Modaco
So what happens when you root the phone? I mean, will I lose any data since files are being flashed? Is it possible to recover said data and keep root access (if data is erased, that is).
Click to expand...
Click to collapse
you can make a back up of your data. what data are you worried about losing?
Sent from my HTC Desire using the XDA mobile application powered by Tapatalk

Nextbook next3 root with market!!!

Android OS 2.1
RockChip RK2818
dual Core CPU, at ~600MHz
8.4" 800x600 resistive touch / 4:3 display
http://www.megaupload.com/?d=UR080WKG
working market and full root!
move this to the sd card or the internal and update it once you get back to the main screen open the market login first try to download some thing if it fails then do this
Market Fix if not working:
1. Open Settings.
2. Select Applications.
3. Select Manage Applications.
4 Press Menu > Filter > All
5. Clear Cache for - Checkin Service, Download Manager, Gmail, Google Talk Service and Market
6. Reboot Device
if you wish to donate pm me and ill give you my mailing address
enjoy
BEEN SOOOOOO Looking for this!!!
YOU ROCK!!! And you're SURE... the root is perm and not temp????
Had to use your fix, but I'll be a monkey's aunt... IT WORKS!!!!!! Mind if I spread the word? There are a TON of us patient Next3 owners who want to know about this!!!!!
donaldj83 said:
http://www.megaupload.com/?d=UR080WKG
working market and full root!
move this to the sd card or the internal and update it once you get back to the main screen open the market login first try to download some thing if it fails then do this
Market Fix if not working:
1. Open Settings.
2. Select Applications.
3. Select Manage Applications.
4 Press Menu > Filter > All
5. Clear Cache for - Checkin Service, Download Manager, Gmail, Google Talk Service and Market
6. Reboot Device
if you wish to donate pm me and ill give you my mailing address
enjoy
Click to expand...
Click to collapse
Will purchased books still work?
I have purchased a book through the built in ebook reader. If I install this build, will I still be able to read the purchase book?
Thanks,
Ben
Dude,Pinch me right now,I'm dreaming right? When i read this at work I was like"No F-ing Way!!." Thanks man.Downloading now.
Ok,on the root of my sd card,only thing that says update is in my seetings that says update media library..guess im a noob on this thing because i dont see a update for the img,and does this install more apps with it?
onlysafonne said:
Ok,on the root of my sd card,only thing that says update is in my seetings that says update media library..guess im a noob on this thing because i dont see a update for the img,and does this install more apps with it?
Click to expand...
Click to collapse
I have the same situation... how do I update "update.img"?
DaremoS said:
I have the same situation... how do I update "update.img"?
Click to expand...
Click to collapse
For some reason after like two days my next 3 asked me to update automatically.ALl you have to do is connect a usb cord to the pc and then turn off usb and it will update on its own and go into recovery.
So great ..thank u
Greetings all!
I have made several attempts at installing Market on my Next3 tablet with varying failures. Here is what I've done (with some details for those who haven't gotten this far):
1. Downloaded update.img from the provided link onto my Windows 7 64 bit PC.(I assume update.img to be a compressed opsys file which the Nextbook's Linux opsys recognizes (by its name/extension) and automatically launches it.)
2. With the Next3 running, I connect the USB cord to my computer.
3. I copy the update.img to the root of my 4gig sdhc card. (root being NOT in a folder or directory but at the top of the dir tree i.e. ROOT)
4. from my PC, I click on Safely Remove Hardware icon (found in the system tray) and disconnect the Next3 Tablet.
5. As soon as the PC disconnects the Next3 Tablet, a bar pops up on the Next3 screen asking if I wish to install the newly found update.img. (I disconnect the USB cord prior to answering)
6. I tell Next3 to install.
7. The screen displays update.img's installation progress and then reboots.
8. After Next3 arrives at the HOME page, I access SETTINGS-> WIRELESS & NETWORKS and enable an internet connection
9. Then I access APPS (middle icon at the bottom of the screen) and tap MARKET.
10. I am then asked for a google login. I provide a GMAIL e-mail address
11. I am prompted to accept a license agreement (don't recall which came first #10 or 11)
12. After a few moments, there is the huge list of apps!!!
13. Have done this 3 times now. I have never been able to actually download an app. It always fails.
14. On the first occasion, I checked to clear the cache as mentioned in item #5 of the instructions on this page: Market Fix if not working
15. I found every time that I followed this step, the only item cache that was not grayed out was Market.
16. QUESTION! Exactly what means "Reboot Device"? (Item #6 of the instructions). Does it mean powering down (shutting off) the Next3 and then turning it back on or is it referring to the RESET button on the back of the Next3?
17. I powered it off and then turned it back on; still no luck downloading. Each and every time, it failed.
18. I then redid steps 2 thru 10. This time, the same google e-mail login (I believe) would not allow me to connect to the Market network.
19. I then redid steps 2 thru 10 AGAIN. This time, using a different Google gmail account. I was successful connecting to the Market Network.
20. and again, see #13
21. and again, see #15 - 17
So there you have it. Truly wish to get this installed. I welcome any suggestions!
Thank you!
can you post the link other than megaupload since they are shutdown now
Any one has that rooting file for nextbook3 please?
I heard about the ing file that worked for many people but I could not find it because Megaupload is shutdown. can someone give a substitute link or post the file here please.
Thanks in advance
Current update.img file location
Hello All,
I am new to the forum. I recently acquired the Next3 and wanted to install the the market. Was excited someone had worked on the image.
Can someone forward the file to me? The download location provided is no longer valid.
Your help is greatly appreciated!
Thanks,
Luis
Need file
Does anyone have a copy of the file? Can you email or PM the link to me?
send2steph said:
Does anyone have a copy of the file? Can you email or PM the link to me?
Click to expand...
Click to collapse
Ditto...
Please PM the link to me as well, thanks!
Ditto
I need the link, please PM it and you will have many years of great luck!!!
nextbook 3
Brooks32 said:
I need the link, please PM it and you will have many years of great luck!!![/QU
I would like the same please...share the wealth and you too will have many years of good luck
Click to expand...
Click to collapse
Did anyone get a link to the file now?
I too am looking for the download link (that works - - poor Megaupload) to mod a friend's Next3.
If I can't get root and the market on this thing for him, I will have to try to figure out how to tell him he bought a crap tablet.
Thank you for any help you can provide!!

Can someone please save the 10.5.8.IN55CB OTA from T-mobile before updating?

Since T-mobile hasn't posted it, I'm surprised no one has saved off the update for others to download. If anyone gets the notification that the update is available PLEASE save it (plug it into your PC and select file transfer) off the device and provide a link to help the rest of us out.
Much appreciated.
mslezak said:
Since T-mobile hasn't posted it, I'm surprised no one has saved off the update for others to download. If anyone gets the notification that the update is available PLEASE save it (plug it into your PC and select file transfer) off the device and provide a link to help the rest of us out.
Much appreciated.
Click to expand...
Click to collapse
Hey there!
I haven't downloaded it yet but I did receive the notification. How would I able to save the downloaded OTA on my phone? I never thought to do this, to tell you the truth.
Thanks.
---------- Post added at 03:29 PM ---------- Previous post was at 03:23 PM ----------
sameog said:
Hey there!
I haven't downloaded it yet but I did receive the notification. How would I able to save the downloaded OTA on my phone? I never thought to do this, to tell you the truth.
Thanks.
Click to expand...
Click to collapse
I forgot to add this: Where in the internal storage would/should I look? I need to back up my phone anyways, therefore, this is a perfect opportunity.
Thanks.
After it downloads you should be able to say "wait to install later." It should be around 360MB I hear. If you have an app that shows file sizes it should locate this as a large file on your device. Like Free Cleaner and File Manager, from the PlayStore, if you go under Memory, go under large files, it should show you the location. Then go there and zip it up and save to another directory like Download. And then upload to Mega.nz or another file sharing site. Thank you for helping!!!
i needed the TMobile modem if one of you guys could share that it would help
i am uploading it right now. I am in desperate need of a persist.img from tmobile device. some how I managed to delete my only copy and my backup to the cloud I guess never was completed. if you could do this for me I would be ever so grateful. ill have the update in about 10 min
mslezak said:
After it downloads you should be able to say "wait to install later." It should be around 360MB I hear. If you have an app that shows file sizes it should locate this as a large file on your device. Like Free Cleaner and File Manager, from the PlayStore, if you go under Memory, go under large files, it should show you the location. Then go there and zip it up and save to another directory like Download. And then upload to Mega.nz or another file sharing site. Thank you for helping!!!
Click to expand...
Click to collapse
Quick update: My phone keeps rebooting after downloading the update and lands back into the tmobile splash screen and into the home screen.
What am I doing wrong? Reason being this is that I'm trying to preserve this OTA myself as well.
ecompton59 said:
i needed the TMobile modem if one of you guys could share that it would help
Click to expand...
Click to collapse
This is exactly what I need as well, just the modem.bin or NON-HLOS.bin whatever is on the modem partition. I suppose there is a way to pull from adb as well. However, not knowing what is in the OTA makes it quite difficult to see if there are mulitple modem partitions.
Go to system / build number / click it 7 times (it should say you are now a developer), the enable USB debugging. Trust the computer you plug it into (it will ask you on the screen of the phone), then type:
adb pull /dev/block/by-name/modem NON-HLOS.bin
Something like the above should work and save to your fastboot directory,where ever you ran the ADB command from. Then you can zip that file up and upload and we get all the new modem bands.
my problem is i use TMobile and changed to eu and global my 4g is 120mbs 5g 44mbits it was 198 i needed it to test if it changes you fastboot flash modem_a or(b) i could use someone who has TMobile modem backed up in twrp i can give everyone img then
i think i found issue with 5g nr is turned off i used settings database editor to change from 0 to 1
Would this help with 5g speeds? Also I have already updated, but I plan to keep my TMobile 8 stock so I'll try to get whatever files you guys need. Currently at work though.
see where i flashed modem
i have 10.59 what file do you need i dumped it
ecompton59 said:
see where i flashed modem
Click to expand...
Click to collapse
Do you have to be rooted for it to actually save? I followed that app's instruction and gave permission via ADB but it doesn't seem to save for me.
tambukey said:
Do you have to be rooted for it to actually save? I followed that app's instruction and gave permission via ADB but it doesn't seem to save for me.
Click to expand...
Click to collapse
ill pull modem when i get home thats twrp backup you need to be bootloader unlocked adb clicked in dev options make a twrp backup of your modem so file is setup for twrp then put that modem in the spot of that one ill pull modem.img later when im home
ecompton59 said:
ill pull modem when i get home thats twrp backup you need to be bootloader unlocked adb clicked in dev options make a twrp backup of your modem so file is setup for twrp then put that modem in the spot of that one ill pull modem.img later when im home
Click to expand...
Click to collapse
I figured that would probably be the way. Just wasn't sure does too the fact the app Setedit made it seem like it would save if you just gave it permissive over adb. No rush on you doing that though. Not sure if I'll be investing into all of that yet. I don't mind stock enough to modify yet.
Ok so where's the OTA download link?
mslezak said:
After it downloads you should be able to say "wait to install later." It should be around 360MB I hear. If you have an app that shows file sizes it should locate this as a large file on your device. Like Free Cleaner and File Manager, from the PlayStore, if you go under Memory, go under large files, it should show you the location. Then go there and zip it up and save to another directory like Download. And then upload to Mega.nz or another file sharing site. Thank you for helping!!!
Click to expand...
Click to collapse
T-Mobile variants don't give you the wait option it restarts immediately. Also you can't get to where it saves the update anyway without root. There's another way of doing it and we are waiting for it to be pulled
Some_Ghost said:
T-Mobile variants don't give you the wait option it restarts immediately. Also you can't get to where it saves the update anyway without root. There's another way of doing it and we are waiting for it to be pulled
Click to expand...
Click to collapse
What's the way ? Same thing I have downloaded update 11.0.3.5.IN55CB but its no where to be found on my storage

Categories

Resources