[Q] Stopping the OTA update?? - AT&T Samsung Galaxy S 4 Q&A, Help & Troubleshootin

My girlfriend has an S4 that I rooted and bootloader unlocked when she got it. This is her first Android phone - finally got her off the iPhone!! I want to block the OTA so I can still have my own fun with it. I know I could use an app, e.g., titanium backup or some other app, to freeze the OTA. But she just switched banks and doesn't have a card yet in order to purchase apps through the play store and I havent found an app that will do it for free.
Wondering if I can just rename the apks responsible for pushing the OTA with a root level access file manager without screwing anything up??
Saw somewhere to freezeI, I think: AT&Tupdate, FWupdate, and LocalFOTA.apk's.
Also saw on ScottsROMS site to rename: wssyncmldm.apk
Can I just rename all of these to '.......apk.bak' without any problem? What ones do I actually need to do something to??

Just run a custom ROM. I'm sure they all have the OTA update disabled.

How to Block OTA
Prerequisites
Must be rooted!
Must have a root level file manager. I prefer ES File Explorer
Instuctions
Start root explorer app
Mount /system as read/write
Navigate to /system/app/
Rename wssyncmldm.apk -> wssyncmldm.apk.bak
Reboot
[CREDIT: http://forum.xda-developers.com/showthread.php?t=2268946 and scrosler]

Related

[Q] updating from version 2.3.15 to the latest ota update

i have a rooted droid x running the version above. i am not interested in running custom roms, i just want root so i can run whatever apps i want to. after rooting i downloaded wireless tether and the free version of titanium backup. wireless tether is my only means of connecting my computer to the internet. i ran a complete backup after downloading titanium backup. just messing around one day i removed cardock and blockbuster from the phone. i have restored blockbuster but can not get cardock restored. my phone has downloaded the latest ota update and wants me to install it. from what i have read, i will need cardock restored. is this correct and if so how can i get it back? i am fairly good with a puter but new to android. i rooted using doroot for windows. all help is much appreciated.
maneddi said:
i have a rooted droid x running the version above. i am not interested in running custom roms, i just want root so i can run whatever apps i want to. after rooting i downloaded wireless tether and the free version of titanium backup. wireless tether is my only means of connecting my computer to the internet. i ran a complete backup after downloading titanium backup. just messing around one day i removed cardock and blockbuster from the phone. i have restored blockbuster but can not get cardock restored. my phone has downloaded the latest ota update and wants me to install it. from what i have read, i will need cardock restored. is this correct and if so how can i get it back? i am fairly good with a puter but new to android. i rooted using doroot for windows. all help is much appreciated.
Click to expand...
Click to collapse
2.3.15 is soooo yesterday
look into some deblured Rom's. Easier to get rid of the Crapware with a Rom than one at a time. that could cause other issue.
IMHO there are easier tools to root like 4Zroot.
Your heading in the correct direction keep on reading the threads and different sites.
please read my post again. i am not interested in roms.
Stock apks
www . chadhaney . com / droidXDefault / ( wont allow me to post links) but go there...
Let me know what happens... I'm in the same boat. No roms, just titanium back up and wireless tether ( which I never use ) Titanium Pro allows you to freeze apps so they dont run and you dont have to delete them.
P
According to droid x forums, if your rooted, and have all the original apk/apps on the phone you should be able to update to 2.3.34. Make sure that every setting is stock too. No frozen apps, etc... You will lose root. Then they recommend Z4root to re-root.
Successful install
I was running 2.3.15 rooted, no leak, installed 2.3.34 OTA with no problems.
I used Z4Root 1.3 to re-root my droid x. If you were previously rooted you should select the unroot option from Z4Root first. Phone will restart and then select permanent root. Should be good to go after that...
I did it the hard way... wish I had un-rooted first!
Thanks for helping eyepopper. I downloaded the apk file but it would not install. I assume I need to move it manually but don't know where it goes. The odex file opened when I selected it and looks like code. Not sure how to get it where I need it either. I am using astro for my files.
Sent from my DROIDX using XDA App
Are you using the phones browser? Try going the chad website thru the phones browser (I use dolphin browser) download it to the phone. Then run the apk thru the browser, go one step further and make sure that you checked off to allow other non market apps to run in applications. Astro app is the problem most likely.
i am using the stock browser but the page just reloads when i select the apk file and opens a window showing gibberish when i select the odex file. i have the 2 files on my sd card under titanium backup and was able to copy and paste them from /sd/titanium backup to /sd but i can't get them to copy and paste to the system folder or the framework folder. as soon as i leave /sd the paste function grays out. looks like your are the only one willing to help me and i am very grateful for it. i need to go on and get this done and be thru with it so i can enjoy the holidays. can you meet me in a chat somewhere and see if we can get this done? pm me ur info if you can. thanks again...
maneddi said:
hi, i was wondering if you could look at my post concerning updating to the latest ota. (it's in the general droid x section) i have the files but can't get them off my sd card onto the phone.
Click to expand...
Click to collapse
Ok you will need to connect your phone to your computer. Open a command prompt and type the following commands:
*make sure your phone's usb mode is Charge Only
1) type: Adb devices (make sure your phone gets listed as a device)
2) type: adb shell (press enter)
3) type: su (press enter)
4) type: mount -o rw,remount /dev/block/mtdblock 4 /system
I'm not sure where you have the cardock.apk on your sdcard, but this next step will require you to know the path to your .apk
5) type: cp /mnt/sdcard/<path to CarDock.apk> /system/app/CarDock/apk
if just on the sdcard then it would be "cp /mnt/sdcard/CarDock.apk /system/app/CarDock.apk
6) type: cd /system/app
7) type: chmod 644 CarDock.apk
8) type: exit
you may need to type exit one more time, but when you return to a normal command prompt, type the following:
adb reboot.
Make sure to take a backup before you do any of this, as if you mess anything up in /system your phone can wind up hosed....
Hope this helps. As a last resort, you could always take a backup of your phone, and then perform the 2.3.15 full sbf and restore the apps that way (make sure to perform a factory reset as well. Then you would be able to perform the OTA update and shouldn't have any problems.
Hope this helps! Lemme know if you need more help.
You can also refer to this link if you want more info...
http://androidforums.com/droid-x-al...w-reinstall-system-apps-_as_-system-apps.html
great post SysAdmin-X, thanks. i haven't used adb manually before but i know if your not careful 1 little missed space or wrong key stroke will mess you up so i opted to go with the post you provided a link for.
i downloaded root explorer and was able to move my files successfully from my sd card to the system apps folder but could not get them to show up afterwards in titanium backup. i figured since they were files i manually removed from tb they were prolly named wrong so to be right i went to this link and downloaded the entire zip. i was then able to place those 2 files in the /system/app folder and after rebooting they showed up in tb. finally...yea!!! ok, i remember reading somewhere they needed to be in the /system/framework folder as well. does anyone know if this is fact? if the update looks for them there and doesn't find them it won't install correctly or at all, so i'm told.
maneddi said:
great post SysAdmin-X, thanks. i haven't used adb manually before but i know if your not careful 1 little missed space or wrong key stroke will mess you up so i opted to go with the post you provided a link for.
i downloaded root explorer and was able to move my files successfully from my sd card to the system apps folder but could not get them to show up afterwards in titanium backup. i figured since they were files i manually removed from tb they were prolly named wrong so to be right i went to this link and downloaded the entire zip. i was then able to place those 2 files in the /system/app folder and after rebooting they showed up in tb. finally...yea!!! ok, i remember reading somewhere they needed to be in the /system/framework folder as well. does anyone know if this is fact? if the update looks for them there and doesn't find them it won't install correctly or at all, so i'm told.
Click to expand...
Click to collapse
possibly with Root Explorer tool you could change the permissions of the moved apps to rwrr.
this way you phone can see them and use them.
Kdinc is right about changing the permissions using root explorer. Make sure to set the as user: read and write, group: read, and other: read. Should look like this after: rw-r--r--
Sent from my DROIDX using XDA App

[Q] Is my Xperia Play rooted?

Edit: Apparently I'm not rooted. But it's still strange.
Hi everyone,
I was wondering whether my Xperia Play is rooted or not (I run the latest official firmware). It seems I can' t run apps like ShootMe, which require root. However, in Astro File Manager, I can view, copy and even edit system files (files in /etc/, /dev/ etc.).
Plus, I read that the PSXperia tool only works for rooted phones (extracting the Crash Bandicoot APK). But I managed to just copy the APK and managed to use the tool fully. Even have a few custom games working on my phone now.
So does anyone know whether my phone is rooted or not?
Thanks in advance.
- Ywa
well apparently you can edit files on those folders because they're mounted as R/W by default. on the case of the Crash Bandicoot APK, you can copy it but you can never delete it because it's in system/app that's mounted as R/O by default. that's where root comes in, you cannot change files in a folder mounted as R/O without ROOT.
To know if your rooted, download root checker from market.
Sent from my Xperia PLAY R800i using XDA App
Cat_On_Droid said:
To know if your rooted, download root checker from market.
Click to expand...
Click to collapse
Yeah it stated that it's not rooted. That's why I edited my post.
Thanks for the information @ narflynn619. But I still find it weird why people stated you required root to get the PSXperia tool working.

[how-to]Fix android market if it isn't working

Hi,
If your like me and you have had some problems with android market on your Kindle Fire (yes,I got one for christmas and its already rooted ) by following a guide with Vending.apk and though you can browse the market, it is stuck on Starting Download, I have found a solution to the problem... All you need to do is get a new file:bit.ly/tlWjSn
This file is simply an updated version to the Vendor.apk other tutorials provide.
All you do is the following(presuming you have rooted, got root explorer and GO launcher):
1.Copy the file to kindle at an easy to access location.
2.Long-Hold the file and tap move.
3.Navigate to / then system then app.
4.Set it to R/W mount (top left)
5.Paste the file.
6.Set the permissions like all other files(tick first 2 in first row, first 1 in second row and first 1 in third row then tap ok)
7.Reboot the device
8.Go onto GO launcher and add it to the screen (tap the list thing bottom middle of the screen,then tap Add. then select Application followed by Market)
9.Done! Enjoy!
Not sure if I should start a new thread or not.
I'm rooted and have SU. I have confirmed this by running Titainium Backup.
Market stopped working after the latest Kindle update. After I re-rooted, I tried re-installing vender.apk, but it still crashes upon launching it. Also, I am running Go Launcher EX.
When I browse folders while connected to a computer (using Win7), the system folder is hidden.
I never installed Root Explorer on the Fire. Is there a way for me to download and install it directly, or will I need to side load it? I assume if it's in the Market I'll need to side load.
leebo said:
Not sure if I should start a new thread or not.
I'm rooted and have SU. I have confirmed this by running Titainium Backup.
Market stopped working after the latest Kindle update. After I re-rooted, I tried re-installing vender.apk, but it still crashes upon launching it. Also, I am running Go Launcher EX.
When I browse folders while connected to a computer (using Win7), the system folder is hidden.
I never installed Root Explorer on the Fire. Is there a way for me to download and install it directly, or will I need to side load it? I assume if it's in the Market I'll need to side load.
Click to expand...
Click to collapse
Unfortunately you will as far as I know, but for $3.99, it is VERY useful when rooting or installing app's. market.android.com/details?id=com.speedsoftware.rootexplorer&hl=en
Check it out. If you run into anymore problems feel free to PM me as it's easier
Hello guys, I have a little question related to market app that maybe has been already answered so I won't start a new thread.
I have my KF with 6.2.1 rooted and with the full android market installed (EX launcher and so on).
Usually the market works fine, but I always get errors ( process com.android.vending has stopped unexpectedly) and consequent force closes even if I can download stuff and apps. Basically, it happens whenever the market takes an action.
Is it a known issue or ir it "normal" ?
Thank you all in advance.
For me, I am having problems copying the Vending.apk to /system/app folder. I follow the steps in that tutorial but when I paste the.apk in the folder nothing happens. Help??
Got it rooted last night, and I'm using file expert since my cheap ass doesn't want to buy root explorer.
sengokubattosai said:
For me, I am having problems copying the Vending.apk to /system/app folder. I follow the steps in that tutorial but when I paste the.apk in the folder nothing happens. Help??
Got it rooted last night, and I'm using file expert since my cheap ass doesn't want to buy root explorer.
Click to expand...
Click to collapse
I'm afraid that without Root Explorer you can't change the /system/app folder permissions from R/O to R/W, therefore you can't paste anything in that folder.
Chiwaz said:
I'm afraid that without Root Explorer you can't change the /system/app folder permissions from R/O to R/W, therefore you can't paste anything in that folder.
Click to expand...
Click to collapse
File expert gives you that option too though.
if ur rooted but it wont paste or read and write in root explorer then ur su wasnt pushed properly in ur root process! When i rooted my kindle i deleted my old su and did the whole root process from scratch when i got the new root process. The whole thing went smooth and su showed up in apps when done but it wasnt totally rooted as i couldnt read or write in root explorer. Jcase told me that when the adb command for pushing the su wasnt done right thats what happens. he fixed it for me, great guy.
that was me though

[Q] Root issues after OTA update (used Voodoo OTA Rootkeeper)

So I did the "temp un-root" in Voodoo OTA Rootkeeper before updating to the new OTA build. The update was successful. I then went back to Voodoo and restored root access. It confirmed that I had root. I then went to SuperSU and it seemed to be working fine as well. TiBu also seemed to be working fine.
I then went to ES File Explorer, which I confirmed had been granted root access, and tried to rename the PowerOn.ogg file in order to stop the AT&T bootup sound. The rename did not work, but no error message. Out of curiosity I then tried to cut and paste that file up one directory and it told me it failed due to insufficient privileges. Does this mean something is wrong with my root?
It reminds me of a time on my Galaxy S3 when I did the exact same process with Voodoo and an OTA update...and everything seemed to be working fine...but when I was testing out the then newly released Carbon backup app, it failed to get proper root access every time until I finally just re-rooted the device.
I can't understand why I am having issues, but everything is reporting that I have proper root access. I even downloaded Root Checker and it confirmed my root access.
Any thoughts? Thanks!
The new es is a pain...you have to go to menu then tools then root explorer then mount r/w then check the rw side next to /system in order to write to anything in /system
Have to do it every time you start es
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2

[Q] Rooted, but have issues with permissions and Root Browser.

Phone: AT&T LG G2
Software Version : D80010q
Status: rooted
I rootedafter the OTA download of D80010q
I have super user permissions according to Root Checker and Terminal Emulator apps.
I am having issues with Root Browser (also same issues with Root Explorer) It never asks for super user permission, as the other apps have done. It also doesn't show up in SuperSU app's log.
I mainly rooted to get rid of the bloatware that comes installed from AT&T. After searching Google, I found the list of apps safe to remove. Root Browser was recommended to remove these. The folder referenced is /system/apps.
Root browser opens, but never asks for SU permissions.
Browse to /system.
There is no /system/apps folder. There is a /system/app folder, but the apps that can be safely removed are not in there.
Any advice?
Sorry for posting this same thing in multiple places.
lostangelintx said:
Phone: AT&T LG G2
Software Version : D80010q
Status: rooted
I rootedafter the OTA download of D80010q
I have super user permissions according to Root Checker and Terminal Emulator apps.
I am having issues with Root Browser (also same issues with Root Explorer) It never asks for super user permission, as the other apps have done. It also doesn't show up in SuperSU app's log.
I mainly rooted to get rid of the bloatware that comes installed from AT&T. After searching Google, I found the list of apps safe to remove. Root Browser was recommended to remove these. The folder referenced is /system/apps.
Root browser opens, but never asks for SU permissions.
Browse to /system.
There is no /system/apps folder. There is a /system/app folder, but the apps that can be safely removed are not in there.
Any advice?
Sorry for posting this same thing in multiple places.
Click to expand...
Click to collapse
I don't use root browser, but in root explorer, go to your root tab and tap the button on top that says ro (read only), which will switch it to rw (read/write) then you'll be asked for su access.... That's the big difference amongst file managers in regards to root access. Root browser has the same option, just don't know where it is because I don't use it.
-VZW LG G2 VS980
annoyingduck said:
I don't use root browser, but in root explorer, go to your root tab and tap the button on top that says ro (read only), which will switch it to rw (read/write) then you'll be asked for su access.... That's the big difference amongst file managers in regards to root access. Root browser has the same option, just don't know where it is because I don't use it.
-VZW LG G2 VS980
Click to expand...
Click to collapse
That was it. Thanks friend.

Categories

Resources