Sasktel/Bell E973 bloat removal - LG Optimus G (International)

Hello all
I'm wondering if any of you that have unlocked an E973 can comment with success or failure when removing specific LG bloat apps. Maybe we can start putting together a list of ones to punt and others to keep?
Thanks for any input...
Cheers and happy holidays

I have weeded out a good chunk of the included apps using Titanium and I must say I could not be more happy with this phone. I got rid of apps that I know I would never use, installed a few stock Google apps to replace, but left that apps I felt like...maybe that could be useful. The biggest change came after disabling Fast Dormancy(thank you VERY much to jonasl). My Android OS usage in Battery Info went from being 50-55% usage to 14-23%. No more wake in BetterBatteryStats related to fast dormancy.
http://forum.xda-developers.com/showthread.php?t=2018894
For Sasktel E973 users...the MCCMNC # Sasktel uses is 302780...so to do this via ADB your commands would be as follows:
$ adb shell
# su
# sqlite3 /data/data/com.android.providers.telephony/databases/telephony.db
update dcm_settings set fastdormancy="0" where numeric="302780";
.quit
# reboot
And if you want to revert back to having it enabled with default values you would do:
$ adb shell
# su
# sqlite3 /data/data/com.android.providers.telephony/databases/telephony.db
update dcm_settings set fastdormancy="1,0,0,1000,5000,10000,5000,5000,1" where numeric="302780";
.quit
# reboot
For other Canadian Network MCCMNC #'s ....
http://www.mingwireless.com/iphone-repair-a-unlocking/iphone-news/162-canada-wireless-operators-mcc-mnc-code.html
The apps that I have successuly uninstalled via Titanium in no particular order:
-Calender
-Calender Widget
-Email
-Email Widget
-Facebook
-Favorite Contact Widget
-Finance
-Media Home
-Memo
-Memo Widget
-Music 3.1.007
-Music 3.0.33
-MusicFX
-News
-Notebook
-SmartShare
-Twitter
-Video Editor
-Video Wiz
-Nuance Voice Control
-Voice Recorder
-Weather
-Google Play Books
-Google Play Movies
That at is all.....cheers all

Just got my phone today, on the bell network, it asked for a update so I went ahead and installed it, think it was about 14.93mb or something.
My question is best way to root? Or have I screwed myself by installing the update
Sent from my LG-E973 using xda premium

You'll have to downgrade, root then update to latest OTA.
Sent from my LG-E971 using Tapatalk 2

I'll look into it, thankyou
Sent from my LG-E973 using xda premium

markdexter said:
I'll look into it, thankyou
Sent from my LG-E973 using xda premium
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=35678042&postcount=28
Use the eE97310F_00.KDZ to downgrade, root, then apply OTA and it will keep your root.
http://forum.xda-developers.com/showthread.php?t=2010624 is a guide you can follow.

I could not be more happy with how long my battery is lasting after all the bloat removal and fd twek

Just a question, found any more removable apps. A lot of the things I want to get rid of dont have an APK and I guess Ill have to wait on a "clean" stock rom to not have hark dash and 100% games bull****. Vendors should learn that no one wants that. I sell phones. People complain all the time.

metal_god69 said:
http://forum.xda-developers.com/showpost.php?p=35678042&postcount=28
Use the eE97310F_00.KDZ to downgrade, root, then apply OTA and it will keep your root.
http://forum.xda-developers.com/showthread.php?t=2010624 is a guide you can follow.
Click to expand...
Click to collapse
I just used the links to downgrade, thankyou.
I had some issues though, unfortunately. I got root , i then installed OTA root keeper. I then performed the software upgrade.
All went fine, I then installed Busybox, as Titanium wasnt letting me remove system files, kept saying cant locate .apk file.
I then rebooted my device and got a bootloop with security error and a constant boot loop.
So i entered recovery mode and tried the wipe.bat , after that I just had a black screen with android lying down and red triangle.
I kept hold of the power button , managed to get back into download mode and just restored my phone again.
Could it have been the root i used? http://forum.xda-developers.com/showthread.php?t=1886460

I did not use root keeper. I also did not have to wipe, my e973 booted right up without doing it.
Sent from my LG-E973 using xda app-developers app

I'll try again, if not ill just wait for a new root method, thankyou
Sent from my LG-E973 using xda premium

Is there a way to do a complete clean fresh install (like a brand new phone)
Sent from my LG-E973 using xda premium

Factory reset would put it back to complete stock. As close as your gonna get to a brand new phone I would think.

a thought
Maybe adb wipe would be a better option? I've done factory resets but usually rogue folders still exist. From recovery, so long as you have a method to restore or flash, and backups of your data, format all dir's and wipe all, then kdz to stock.

Related

[Q] Bloatware Reappears on Restart

So I used Visionary to root my HTC Desire Z, checked that it was rooted with Android Terminal Emulator using su returning #
I then proceeded to delete all the .apk's of the bloatware in /system/app folder
Upon restart they reappeared. I've tried 3 different file managers and I also tried deleting their data folders in /data/data and now matter what I do they reappear on a restart.
Does this mean it is hard coded into the ROM? DO I have to wait for a permanent root and flash a new stock ROM minus the bloatware?
Anyone found a solution or maybe i'm doing it wrong...
This is another example of where we're miles behind the G2 forums. Check out the G2 ROM Dev forum, there is an app there to show how you can delete built-in apps and then they won't reappear.
But BE CAREFUL ! It will probably be the case that if you go down this road, you may have a problem with future OTA updates.
The reason it's not working with your current method is that you're not really deleting anything. Write access to the internal storage is not possible right now (it is being worked on intensively for the G2), so the phone is caching the file system and making it appear they've been deleted, but the internal storage hasn't been updated. So when you reboot, the app just comes back again. This is how come there's been a myth that the phone automatically "un-does" any changes and resets itself when you reboot - it's not really doing that, because you didn't make any permanent changes in the first place.
steviewevie said:
This is another example of where we're miles behind the G2 forums. Check out the G2 ROM Dev forum, there is an app there to show how you can delete built-in apps and then they won't reappear.
But BE CAREFUL ! It will probably be the case that if you go down this road, you may have a problem with future OTA updates.
The reason it's not working with your current method is that you're not really deleting anything. Write access to the internal storage is not possible right now (it is being worked on intensively for the G2), so the phone is caching the file system and making it appear they've been deleted, but the internal storage hasn't been updated. So when you reboot, the app just comes back again. This is how come there's been a myth that the phone automatically "un-does" any changes and resets itself when you reboot - it's not really doing that, because you didn't make any permanent changes in the first place.
Click to expand...
Click to collapse
Thanks for the explanation! Hmm yeah, I don't know if I want to start flashing roms or leave it stock because it's pretty decent stock. And I did hear that updating/upgrading to new OS's have problems is you delete the bloatware programs...
Thanks again
st1n6r4y said:
So I used Visionary to root my HTC Desire Z, checked that it was rooted with Android Terminal Emulator using su returning #
I then proceeded to delete all the .apk's of the bloatware in /system/app folder
Upon restart they reappeared. I've tried 3 different file managers and I also tried deleting their data folders in /data/data and now matter what I do they reappear on a restart.
Does this mean it is hard coded into the ROM? DO I have to wait for a permanent root and flash a new stock ROM minus the bloatware?
Anyone found a solution or maybe i'm doing it wrong...
Click to expand...
Click to collapse
try this method:
1. install VISIONary
2. install busybox
3. install titanium backup
4. run VISIONary
5. Run BusyBox
6. install busybox through the installer
7. run Titanium Back-up
8. find the app you don't want
9. press and hold and an a contextual menu will pop up and select the last option
or check our this link: http://android.modaco.com/content/h...move-applications-using-the-recovery-exploit/
i did it this way and have master reset many times and all the Bell Bloatware is gone, BUT... i had to repeat the steps 4 - 9 after each time, but the crapware is gone!
seattleboi1982 said:
try this method:
1. install VISIONary
2. install busybox
3. install titanium backup
4. run VISIONary
5. Run BusyBox
6. install busybox through the installer
7. run Titanium Back-up
8. find the app you don't want
9. press and hold and an a contextual menu will pop up and select the last option
or check our this link: http://android.modaco.com/content/h...move-applications-using-the-recovery-exploit/
i did it this way and have master reset many times and all the Bell Bloatware is gone, BUT... i had to repeat the steps 4 - 9 after each time, but the crapware is gone!
Click to expand...
Click to collapse
Cool thanks!
seattleboi1982 said:
try this method:
1. install VISIONary
2. install busybox
3. install titanium backup
4. run VISIONary
5. Run BusyBox
6. install busybox through the installer
7. run Titanium Back-up
8. find the app you don't want
9. press and hold and an a contextual menu will pop up and select the last option
or check our this link: http://android.modaco.com/content/h...move-applications-using-the-recovery-exploit/
i did it this way and have master reset many times and all the Bell Bloatware is gone, BUT... i had to repeat the steps 4 - 9 after each time, but the crapware is gone!
Click to expand...
Click to collapse
Tried this method. Everything works fine (rooted, Busybox installed), but when I try to pick the option to "Force remove app (by recovery exploit)" I get the error message "Cannot remove system app, Failed to locate apk file".
What am I doing wrong?
redpoint73 said:
Tried this method. Everything works fine (rooted, Busybox installed), but when I try to pick the option to "Force remove app (by recovery exploit)" I get the error message "Cannot remove system app, Failed to locate apk file".
What am I doing wrong?
Click to expand...
Click to collapse
Never mind, I figured it out. You need to have either S-OFF or CID unlock in order for this method to work. I was only rooted, and intentionally not S-OFF and SuperCID. I used the gfree method to S-OFF and SuperCID, and the above method of removing the bloatware seems to be working perfectly now.
redpoint73 said:
Never mind, I figured it out. You need to have either S-OFF or CID unlock in order for this method to work. I was only rooted, and intentionally not S-OFF and SuperCID. I used the gfree method to S-OFF and SuperCID, and the above method of removing the bloatware seems to be working perfectly now.
Click to expand...
Click to collapse
It was the S-OFF. Unless you have S-OFF, you still have write protection on the system and recovery partitions. So apps will appear to get deleted as the information is written to cache. But they'll come back on a reboot because the information was never written to (deleted from) permanent storage.
So if I'm rooted using Visionary and have S off using the gfree method but I never installed busybox.. What would be the best method? Can I just install busybox and install or would I need to do another method?
Sent from my HTC Vision using XDA App
Rickroller said:
So if I'm rooted using Visionary and have S off using the gfree method but I never installed busybox.. What would be the best method? Can I just install busybox and install or would I need to do another method?
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
Just install Busybox.
The above method worked great EXCEPT for one app: Kobo (e-reader). I've tried to force remove in Titanium Backup three times now, and also tried using the "regular" un-install option in Titanium Backup. Every time the phone reboots, Kobo is still there.
Any ideas?
I used an app called system app remover i think thats the name...not 100% suree...but i got it to get rid of wifi calling cuz im on roger and tmobile wifi calling wouldnt work so i tried the titanium back up method and it didnt work so i looked around and android underground had a download for the app and it removed the app and it went into an fc loop so i pulled the battery and it is gone and rom runs perfectly fine
Sent from my HTC DesireZed
SN4K3B1T3 said:
I used an app called system app remover i think thats the name...not 100% suree...but i got it to get rid of wifi calling cuz im on roger and tmobile wifi calling wouldnt work so i tried the titanium back up method and it didnt work so i looked around and android underground had a download for the app and it removed the app and it went into an fc loop so i pulled the battery and it is gone and rom runs perfectly fine
Sent from my HTC DesireZed
Click to expand...
Click to collapse
Using an app called Absolute System Root Tool has the feature to uninstall system apps, and this worked for me to remove Kobo.

OTA update sprint Tab e1f2c3c89878.update_DJ30_to_EA24

http://rapidshare.com/files/447278039/e1f2c3c89878.update_DJ30_to_EA24.zip
is it ok to do OTA if you're rooted?
Yup works fine. sofar sogood..
How bout if u have Cwm and voodoo kernel installed?
Sent from my PC36100 using Tapatalk
I installed the update, lost root and haven't been able to run z4root to root my device since then. However this update fixed the problems I had with using gmail exchange servers in the samsung e-mail app. Now I just need to get rooted again and figure out how to disable gmail app notifications.
you tried one click root?
Not yet, I'm at work right now and my work machine is running linux. I was planning on trying it tonight when I got home
Update and info
Baseband - S100.08.EA24
Build - SPH-P100.EA24 2/7/2011 This update offers:
- QIK software update to 0.04.77
- Addition of Sprint start up and shut down screens
- Fixes intermittent email count missing issue
- Fixes problem with addresses in "to" field displaying incorrectly
- Addresses email hang-up in low coverage
- Offers ability to add contact to address book
http://support.sprint.com/support/a...2-20101102-163753#__highlight&id16=galaxy+tab
Does this update have a locked bootloader?
After the update it still rooted
Sent from my SPH-P100 using XDA App
OT
For those of you who are rooted, which method seems to be best right now.
I want to do it but was waiting to see some rom action
Also is everyone using the same recovery these days?
I was looking for Sprint specific info but its kind of muttled up in here.
Thanks
Im having the same issue. I am really keaning toward a T-Mobile Tab or the ipad2.
Sent from my SPH-P100 using XDA App
I definitely LOST root when I applied the update, I tested and retested with multiple root apps, also I couldn't unroot or root using z4root at all after this, z4root would simply crash. However using oneclickroot on PC I was able to root the device again after the update and I was able to run lcd density and all my other root apps again.
might i ask how you actually pulled this update and zipped it up? Where are ota updates located on the system?
any modem files in this.
I did not lose root when I installed the system update that came OTA. I originally rooted with z4root.
Sent from my SPH-P100 using XDA App
how strange, did you confirm that the update actually installed successfully? I wonder why mine would lose root and yours wouldn't.
IMPORTANT INFO ABOUT UPDATE
If you guys changed your WPA_SUPPLICANT file to allow AD-HOC networks, the update FILL FAIL.
So restore the original/stock WPA supplicant file before you try the update, or itll just fail and made no difference. I'll keep you posted, im going to do the update right now
Also make sure your using STOCK DPI LCD Density or it will fail as well. Its stock 240.
go back in to your about galaxy tab and check for updates and check for new firmware; if it hasn't installed yet then I believe that it should attempt to install again. You can match the new baseband version, build number, and qik version to see if you are running the new update.
it tried to install before OTA but failed due to different WPA_supplicant and LCD Density change (give a buildprop error).
Now im doing the manual update, i just changed the zip to update.zip. Now it seems to be working.
UPDATE COMPLETE: btw, the new sprint logo is CRAP. i liked the original Samsung Logo! anyway to change that back. I'll keep you guys posted on any new things i find.
Ok this does Break ROOT!
If it doesnt break root for you, then the update did not go through. Check your settings "about my galaxy tab".
My update is failing because I'm running a modified Gallery. Like an idiot I didn't backup the original app. Anyone know where I can snag a copy of the stock Gallery3D.apk and .odex?
-edit-
Nevermind... found a modified ROM that was using the stock Gallery app. Just pulled it from that and presto, update applied without errors.
-edit
Hmm... though when it rebooted it said the update failed to apply and I should try again. Though the sprint logo at boot the version numbers tell a different story. Odd.

[GUIDE] What to do if you get the UPDATE Notification (OTA) while rooted.

Ok, so I've seen this question asked I don't know how many times in each Rom at the Dev Section and also in the General Forum so I decided to make a quick guide.
- If you're on any ROM or even stock rooted and get prompted to update to the new update you can do a couple things.
1.- If you don't already have Titanium Back up, Download it from the market and FREEZE Device Management. Once you freeze it just reboot and the update will go away. I was going to recommend Bloat Freezer, but I couldn't find it on the Market, not sure what's going on with that.
This is the easiest step * ** *
Titanium Backup - https://market.android.com/search?q=titanium+back+up&c=apps
*An alternative would be using Root Explorer -
Under System/ App/ wssyncmldm.apk Just delete.
Root Explorer - https://market.android.com/search?q=root+explorer&c=apps
2.- If you must have the update for some reason and don't want to just flash a ROM that's already 2.3.6, then it's best to go back to stock. UPDATE will not work unless you have STOCK RECOVERY on your phone.
To go back to stock refer to this Guide made by Jangst123.
http://forum.xda-developers.com/showthread.php?t=1321811
3.- You can also try to flash your nandroid backup and then Odin the stock recovery. You also might need the stock kernel if you had a custom one installed, in this case flash Stock kernel first before your nandroid.
Stock Kernel - http://dl.dropbox.com/u/2510030/kernel-stock.zip
4.- If you're only rooted with the stock Rom you can try to update without doing anything, but you will lose Root. There has been reports that it has worked for some, but not for others.
Be Careful with what you decide to do!!
== The update you are getting is NOT ICS, it is an update to 2.3.6 and for the Wifi Calling App. == In order for Wifi calling to work you MUST have the New Sim card that came with the phone. If you don't have one go to your T-mobile store and get one. =
*** If you rather just get the Baseband/Modem by itself then you can get it from here http://rootzwiki.com/topic/11883-odin-tmo-sgsii-modem-collection-eam-kang12142011/
Thanks to Team Kang.
Hope this HELPS, now if people only used the SEARCH engine. I think I'm going to make a guide on how to use it, LOL.
*I am not responsible if you damage your expensive phone in any way. Use this guide at your own risk.*
Or....... just use free es file explorer on market ( don't forget to enable root under its settings ) and backup/delete both wssync apk's under /system/app. Then reboot
Takes less than 2 minutes and can be done without odin, firmware flashing, ect
Sent from my SGH-T989 using xda premium
Nice. Thank you. Worked using root explorer and deleting. I am using barbaridier 3.5 weird it made.me update....
Sent from my SGH-T989 using xda premium
Thanks for the info, i switched different rom's due to the update message stuck in the notification bar
Bloat Freezer is definitely not an app to use for freezing the Device management app anymore. An earlier forum post pointed out that it's been pulled from the market, and as this article cites, with good reason. Alternatives suggested are SystemCleanup, NoBloat, and as the OP pointed out, Titanium Backup.
Good Luck..
thank you for the thread
Hi, i went back to stock everything, and i haven't had a prompt for the update yet. I updated previously, is that the reason why?
= The update you are getting is NOT ICS, it is an update to 2.3.6 and for the Wifi Calling App. == In order for Wifi calling to work you MUST have the New Sim card that came with the phone. If you don't have one go to your T-mobile store and get one. =
Ok what if the next update is ICS and i'm rooted and I want to update? Will it mess anything up if It tries to update?
Thanks, a simple guide with an easy solution.
If you are Low on cash and dont want to pay for titanium backup ... Ultimate Backup Does the job for free
Hello
Just dropping by to say hello and that this thread has been featured on the XDA Portal
http://www.xda-developers.com/andro...ate-notifications-on-the-samsung-galaxy-s-ii/
If there were only a version of this that worked on the Epic 4g Touch (Sprint version of SGS II), we're having a problem with that right now.
PoorCollegeGuy said:
Hello
Just dropping by to say hello and that this thread has been featured on the XDA Portal
http://www.xda-developers.com/andro...ate-notifications-on-the-samsung-galaxy-s-ii/
If there were only a version of this that worked on the Epic 4g Touch (Sprint version of SGS II), we're having a problem with that right now.
Click to expand...
Click to collapse
I noticed, thanks!
Powered by the SGSII....
Titanium is free, and does everything you will need. The donate version is very inexpensive too.
Titanium backup is great! And the pro version that does all the restoring in one go!
Which one do you use?
jasnn said:
Bloat Freezer is definitely not an app to use for freezing the Device management app anymore. An earlier forum post pointed out that it's been pulled from the market, and as this article cites, with good reason. Alternatives suggested are SystemCleanup, NoBloat, and as the OP pointed out, Titanium Backup.
Good Luck..
Click to expand...
Click to collapse
jasnn,
Thank you for the heads up. I read that article and seems like this Trey guy is a bit shady. Which one do you use jasnn? I plan on buy Titanium backup in the near future before I start loading custom roms, but I am looking to leave the stock rom for now and just get rid most the t-mobile preinstalled stuff. In all fairness I was pretty impressed with the dnla app allshare and also Kies Air but there was just sooo much preloaded junk.
Ken
thank you so much! it helped alot!
thanks for this
Thank You
Thank you - I am a noob - not only am I learning how to's of T989 but how to let contributors know - again thanks
? i have the sprint GS2 and I tried lookin up the device management in TB like you said top freeze the ota update push but i didnt see it. I am on 2.3.6 stock rooted Gengerbread Eko2 : and all i have in that area is
DRM content 2.3.6
DRM content launcher 1.0
DRM Protected Content Storage 2.3.6
could anyone of these be what i need to freeze?
Also:
In Es file Explorer i did see a file close to what you said to look for to delete but it was WSSYNCMLNPS.APK instead. is this the one for my fone?
thanks for your help - hate the ota push been trying to figure out how to get rid of it cause i dont want to update.
let me know
StifflerServices said:
? i have the sprint GS2 and I tried lookin up the device management in TB like you said top freeze the ota update push but i didnt see it. I am on 2.3.6 stock rooted Gengerbread Eko2 : and all i have in that area is
DRM content 2.3.6
DRM content launcher 1.0
DRM Protected Content Storage 2.3.6
could anyone of these be what i need to freeze?
Also:
In Es file Explorer i did see a file close to what you said to look for to delete but it was WSSYNCMLNPS.APK instead. is this the one for my fone?
thanks for your help - hate the ota push been trying to figure out how to get rid of it cause i dont want to update.
let me know
Click to expand...
Click to collapse
Do you have Download Manager 2.3.6?
If so try that one.
Are you already on 2.3.6? Because I noticed Device Management is no longer there once I updated to 2.3.6.
But you're on Sprint, so not exactly sure what it's called.
Powered by the SGSII....

gTalk

hi guys,
is there a way to install gtalk with voice and video on my sgw?
nobody knows?
you can download "talk 1.3 installer [root]" in market...
Link...will try TKU
https://market.android.com/details?id=com.brainwashstudio.talkinstaller&hl=en
tried latest (recommended) and briso's 3rd mod.....
both FC'd,
app never ran,
the quest continues!!!
ive been looking for this myself but none of the current methods seem to work. Im hoping that samsung pull their fingers out and get it sorted.
I have gtalk with video working on my Galaxy W.
For sure I used the link provided above: talk installer 1.3
However, it could be I first removed the original system app using Titanium Backup
But it's working now...
http://forum.xda-developers.com/showpost.php?p=13408651&postcount=183
Sent from my MB526 using XDA App
yie612 said:
you can download "talk 1.3 installer [root]" in market...
Click to expand...
Click to collapse
didn't work
djc151084 said:
http://forum.xda-developers.com/showpost.php?p=13408651&postcount=183
Sent from my MB526 using XDA App
Click to expand...
Click to collapse
didn't work too
what can i do?
djc151084 said:
http://forum.xda-developers.com/showpost.php?p=13408651&postcount=183
Sent from my MB526 using XDA App
Click to expand...
Click to collapse
dont work me too
Thiso said:
I have gtalk with video working on my Galaxy W.
For sure I used the link provided above: talk installer 1.3
However, it could be I first removed the original system app using Titanium Backup
But it's working now...
Click to expand...
Click to collapse
I can confirm using this method is working
tesna said:
I can confirm using this method is working
Click to expand...
Click to collapse
i installed busybox and talk 1.3 but didn't work
can you tell me all the steps that you have done?
Didn't work for me.
I backed up and uninstalled the Talk app with TB, then ran the Talk 1.3 installer from the market, which failed (said something like "can't copy Talk.apk"). Then, to make matters worse, TB refused to reinstall the app from the backup - it just hung, even with the indirect option enabled (makes me wonder why I paid for it!).
I eventually got the talk app back by flashing the latest stock ROM (there just happened to be a new one available when I fired up Kies).
Edit: I just thought I'd try again using just the Talk 1.3 installer. However, it won't even backup the stock app - like with the attempted installation before, it says it cannot copy Talk.apk. I'm not sure what I'm doing wrong, since I'm not doing very much at all!
Edit2: I just checked in /system/bin and there is no "cp" symlink in there - perhaps that's the problem? (I rooted using the recovery method, which installed busybox, but it doesn't seem to have created the cp symlink...)
Edit3: I sorted the cp issue by installing a terminal emulator and running "busybox --install /system/xbin". Backing up with the Talk 1.3 Installer now works. I don't have a good data connection where I am at the moment though so I can't have another go and installing the modified Talk app until later.
Edit4: The installation of the modified Talk app now works, but it force closes whenever I try to start it. I've tried all the versions in the installer, and they all FC on startup. I could easily restore the original apk from the installer's backup though, so no damage done.
Confirmed [root] Talk 1.3 Installer works.
Requirements:
1) Rooted Phone
2) Titanium backup (root)
Steps:
1) Sign out from gTalk
2) Make backup of Talk app using Titanium
3) Wipe Data for Talk app using Titanium
4) Uninstall Talk app using Titanium
5) Download [root] Talk 1.3 Installer from Market
6) Run it .. it will ask you to backup .. Select No
7) It will ask again ... again Select No
8) Use recommended version and then let it install new Talk
9) After installing you will need to sign in again to your Google account.
10) Now you can use Talk with voice and video
Yay! The above method works. I can only assume it was force closing before because I didn't wipe the data from the old app.
The only problem I've found so far is that I don't seem to be able to start video chats with anyone - they have to "call" me. But that's not a huge issue.
Edit: I also seem to have an ongoing video chat notification that I can't get rid of, even after signing out. I have to force stop Talk to get rid of it. Annoying, but again, not a huge issue.
I went back to the stock version in the end. As far as I can tell, the modded version only works with video the first time you connect - if you want to start another video chat after you've ended the first one, you have to force close Talk and start it again. I think this may be connected to the fact that the ongoing video chat notification never disappears from the status bar.
Anyway, I've decided it's not worth the hassle - I've reinstalled the stock app and I'm just going to use Skype for video chat instead.
tievolu said:
I went back to the stock version in the end. As far as I can tell, the modded version only works with video the first time you connect - if you want to start another video chat after you've ended the first one, you have to force close Talk and start it again. I think this may be connected to the fact that the ongoing video chat notification never disappears from the status bar.
Anyway, I've decided it's not worth the hassle - I've reinstalled the stock app and I'm just going to use Skype for video chat instead.
Click to expand...
Click to collapse
same issue
and the voice chat doesn't work well...
is this app so bad or it's only mine problem?
Same issue
Sent from my HTC Flyer P512 using Tapatalk

How to stop system update from popping up???

can someone point me i'm the direction of this thread? i've seen it b4 but haven't been able to find it now. Thanks in advance.
Sent from my SPH-D700 using Tapatalk
Let it install it will fail pop out the battery and it will boot into cwm then just reboot
Sent From My "epic" SPH-D700 via XDA Premium
What Biggie said. The threads you are looking for are in General. As long as you are not fully stock it will fail and probably boot into CWM after popping battery and rebooting. Just hit reboot system.
Sent from my SPH-D700 using XDA App
I have allowed it to fail, let it boot to CWM, but it just keeps coming back. It is quite annoying. Does anybody have a way to stop it?
mikebarr said:
I have allowed it to fail, let it boot to CWM, but it just keeps coming back. It is quite annoying. Does anybody have a way to stop it?
Click to expand...
Click to collapse
Google Fotakill. It is an app you have to put in your system\app directory.
Sent from my SPH-D700 using XDA App
kennyglass123 said:
Google Fotakill. It is an app you have to put in your system\app directory.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
I tried FOTAKILL, it worked when I was on EC05 to stop the OTA prompt.
But it's not working for me this time. The only thing that stops it for a while is doing like you said. Accepting the update & letting it fail. It came back again one time since then & I did the same thing, this has fixed it for now. But I do still have foatakill installed if that matters.
At least I have a way to stop the prompt for a week or so. I'm just waiting for CleanGB MTD to be updated.
Not sure if it's any help, but according to the Sprint Rep I spoke with, all security updates come from Samsung. If that is true, its very disturbing. I have used the superfreeze and am running a gingerbread based rom already that does NOT have Carrier IQ. I did find the update zip in the system cache and deleted it, but no luck. The update pops up less often though, but still annoying. With that said, Samsung still has access to download files without consent, dispite a root command to freeze updates. Again very disturbing. []
jerm1027 said:
Not sure if it's any help, but according to the Sprint Rep I spoke with, all security updates come from Samsung. If that is true, its very disturbing. I have used the superfreeze and am running a gingerbread based rom already that does NOT have Carrier IQ. I did find the update zip in the system cache and deleted it, but no luck. The update pops up less often though, but still annoying. With that said, Samsung still has access to download files without consent, dispite a root command to freeze updates. Again very disturbing. []
Click to expand...
Click to collapse
Check the op of my thread in general on how to stop the update message for a PERMANENT fix to the update message...
Sent from my CM9'd epic!
I copied this from a thread in development. This works great. Open up an adb shell. Copy/paste this and run it. It modifies the build.prop file to identify your system as 2.3.6, which will stop the update prompts.
Code:
su
remount rw
sed -i 's/SPH-D700-user 2.3.5 GINGERBREAD EI22 release-keys/SPH-D700-user 2.3.6 GINGERBREAD EL30 release-keys/g' /system/build.prop
sed -i 's/sprint\/SPH-D700\/SPH-D700:2.3.5\/GINGERBREAD\/EI22:user\/release-keys/sprint\/SPH-D700\/SPH-D700:2.3.6\/GINGERBREAD\/EL30:user\/release-keys/g' /system/build.prop
remount ro
DaggettBeaver said:
I copied this from a thread in development. This works great. Open up an adb shell. Copy/paste this and run it. It modifies the build.prop file to identify your system as 2.3.6, which will stop the update prompts.
Code:
su
remount rw
sed -i 's/SPH-D700-user 2.3.5 GINGERBREAD EI22 release-keys/SPH-D700-user 2.3.6 GINGERBREAD EL30 release-keys/g' /system/build.prop
sed -i 's/sprint\/SPH-D700\/SPH-D700:2.3.5\/GINGERBREAD\/EI22:user\/release-keys/sprint\/SPH-D700\/SPH-D700:2.3.6\/GINGERBREAD\/EL30:user\/release-keys/g' /system/build.prop
remount ro
Click to expand...
Click to collapse
Yep same method in my thread in general
Sent from my SPH-D700 using Tapatalk
Noooo...your method was in General so it must not be right...only the one from Development should work...LOL.
Sent from my SPH-D700 using XDA App
DeviceManagement.apk
I have an epic 4g on rooted with cwm and cleangb. I have been irritated with the frequent system update messages I have been rec'ing lately. Yes, letting it install and then pulling the battery works fine. But I have also been looking for a way to stop the update service from running in my phone. Here's what I did:
I checked Titanium Backup ( free version ) and found "System Updates" in the list of apps under the backup/restore tab. The list wasn't sorted so I had to scroll and carefully scan each app-name to find it. Then I started to uninstall it, but I cancelled when I was prompted whether or not to uninstall DeviceManagement.apk. Now that I know the apk, I don't need to uninstall, I can rename, right? Then I went to root-explorer and browsed to /system/app. Then I hit the button to mount r/w; then I renamed DeviceManagement.apk to DeviceManagement.apk.bak. Rebooted and checked menu -> settings -> Applications to see if System Updates was running. And it's not.
Hopefully this means no more firmware updates... time will tell
hope this helps someone else out there
-disc-
Why not just edit the build.prop as suggested? Can you still update PRL? I think you will get a network error.
Just a quick update, I'm still getting update notices. So renaming the .apk def did not work.
Re: build.props
I'm totally ignorant on how to do this. Ill re-read this post from the beginning. I must have missed it.
Thanks to all,
Disc
Sent from my SPH-D700 using Tapatalk
discodan7700 said:
Just a quick update, I'm still getting update notices. So renaming the .apk def did not work.
Re: build.props
I'm totally ignorant on how to do this. Ill re-read this post from the beginning. I must have missed it.
Thanks to all,
Disc
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
With something like root explorer you just long press on build.prop , choose edit text, change all EI22 instances to EL30 and all 2.3.5 to 2.3.6, save and exit then reboot.
Why the hell would this annoying pop-up repeatedly come up in the first place... so much for the "users" right to custom ROMS. They always have to sneak some b.s. in to annoy the XDA community. Theres a conspiracy going on at Samsung {-_-}
RealTic said:
Why the hell would this annoying pop-up repeatedly come up in the first place... so much for the "users" right to custom ROMS. They always have to sneak some b.s. in to annoy the XDA community. Theres a conspiracy going on at Samsung {-_-}
Click to expand...
Click to collapse
I think it is because they consider it a security update to remove CIQ.
Sent from my SPH-D700 using xda premium
Hi,
I finally got back to this. As previously stated, renaming devicemanagement.apk didn't do anything regarding the autoupdate notification. I was indeed nolonger able to do a prl or profile update via home-screen -> menu -> settings -> about phone -> updates. Not only that, but, I got a little foolhardy renaming stuff in /system/app when I started getting the update notices. Long story short, I've gone back thru, re-renamed everything back from .bak to .apk with rootexplorer, and I'm still not getting my vmail downloaded to my phone.
Back on track now... as suggested, I used rootexplorer to edit /system/build.prop. only 2 instances needed to be updated. 1 from EI22 to EL30, and one more a few lines down from that, updating 2.3.5 to 2.3.6. Hopefully this will quiet the autoupdate gremlins.
Sent from my SPH-D700 using Tapatalk
Update: rebooted phone, and I still had the update to el30 in my notifications. I suspect that since the update was auto-downloaded pre-updating build.prop that I would continue to get update nags till I did the "go ahead and install update / pull battery" trick one last time.
So I did that one last time hoping that the update will nolonger auto-download since build.prop references the current versions.
Thanks for everyone's help. Hope someone else finds it useful.
-disc-
Sent from my SPH-D700 using Tapatalk
Uh-oh, rebooted my phone today and was greeted with an auto-update nastygram. Ill recheck my build.prop. to see if I missed anything. If not, I think there's an adb method described earlier in this thread. Ill try that and report back.
Sent from my SPH-D700 using Tapatalk

Categories

Resources