Guest arnookie Posted December 19, 2011 Report Posted December 19, 2011 Can I remove rom included apps after flashing from with android? How can I do it without causing problems?
Guest Atomix86 Posted December 19, 2011 Report Posted December 19, 2011 Can I remove rom included apps after flashing from with android? How can I do it without causing problems? Certain ones you can, yes. You can use Titanium Backup or a root accessible file manager. I use it to remove what I consider the "bloat" on Atomic (such as androzip, link2sd and talk). Hasn't messed up for me yet ;).
Guest dneill2006 Posted December 19, 2011 Report Posted December 19, 2011 Currently O/C at 998MHz :) Tested it with some games and quadrant, no lock ups etc so seems save to run at this speed :D Plus, definitely notice it's a lot smoother.
Guest putbinoot Posted December 19, 2011 Report Posted December 19, 2011 Has anybody had problem with gmail after switching to this as I don't seem to be getting my emails now came over from bluemonte1.6d
Guest Atomix86 Posted December 19, 2011 Report Posted December 19, 2011 Has anybody had problem with gmail after switching to this as I don't seem to be getting my emails now came over from bluemonte1.6d No problems here. Check to see if sync gmail is selected in your accounts and sync settings.
Guest putbinoot Posted December 19, 2011 Report Posted December 19, 2011 No problems here. Check to see if sync gmail is selected in your accounts and sync settings. They are listed but I am sure when you select the account and it lists contacts, mail etc and you click sync now the little disks spin but nothing happens the disk is green on the main account page.
Guest Atomix86 Posted December 19, 2011 Report Posted December 19, 2011 They are listed but I am sure when you select the account and it lists contacts, mail etc and you click sync now the little disks spin but nothing happens the disk is green on the main account page. Hmm that is odd indeed. Sorry I can't think of what else may be affecting it.
Guest Posted December 19, 2011 Report Posted December 19, 2011 I'm making a zip to flash in recovery in order to redirect cache to data. Testing and I'll upload in a sec. How you getting on with that ?
Guest D3abL3 Posted December 20, 2011 Report Posted December 20, 2011 How you getting on with that ? The script is done, but I can't make it work properly at boot... If you want I can upload the script separately and instruct you the 2 command lines to make it work.
Guest Posted December 20, 2011 Report Posted December 20, 2011 The script is done, but I can't make it work properly at boot... If you want I can upload the script separately and instruct you the 2 command lines to make it work. Yeah cool man. Can I put the script in system with root explorer ?
Guest pakfa Posted December 20, 2011 Report Posted December 20, 2011 Hi All, Seem that website for Atomic Rom V.2.0 not responding, can any body confirm this. need to upgrade v1.6 to v2.0, I am stuck now. Thks
Guest Posted December 20, 2011 Report Posted December 20, 2011 Hi All, Seem that website for Atomic Rom V.2.0 not responding, can any body confirm this. need to upgrade v1.6 to v2.0, I am stuck now. Thks Confirmed!
Guest tillaz Posted December 20, 2011 Report Posted December 20, 2011 (edited) Confirmed! its working for me, try wiping browsing history & cookies edit: why is the download page for v2 saying its 113mb... it should be 108mb can someone tell me if there download is 113mb ? Edited December 20, 2011 by tillaz
Guest arnookie Posted December 20, 2011 Report Posted December 20, 2011 Certain ones you can, yes. You can use Titanium Backup or a root accessible file manager. I use it to remove what I consider the "bloat" on Atomic (such as androzip, link2sd and talk). Hasn't messed up for me yet ;). Thanks I will do that. I was just double checking it would not mess things up if I use rootexplorer to get rid of the stuff I don't want. ;0)
Guest tillaz Posted December 20, 2011 Report Posted December 20, 2011 (edited) Thanks I will do that. I was just double checking it would not mess things up if I use rootexplorer to get rid of the stuff I don't want. ;0) remember though people removing the music.apk brakes Bluetooth file receiving,, i checked this on other 2.3.5 roms & got the same result edit: alot of stuff can be removed and redownloaded/reinstalled to the memory card.. for example for me to get on the 150mb system partition i just removed maps & docsTOgo from the rom then reinstalled them from the sd card or market Edited December 20, 2011 by tillaz
Guest D3abL3 Posted December 20, 2011 Report Posted December 20, 2011 (edited) Yeah cool man. Can I put the script in system with root explorer ? Yes, put it under /system/etc/init.d/ and verify the permissions that it gets. Open terminal emulator or through adb shell and issue the following [i]su chown root.shell /system/etc/init.d/90redirectcache chmod 755 /system/etc/init.d/90redirectcache[/i] After last line check the file permissions again, they should be rwxr-xr-x Script: 90redirectcache.rar If you want it to redirect cache to sdcard simply open the script and change everything that says "data" to "sdcard". EDIT I spoke too soon....This way it won't make you happy either.... Could it be the ROM not accepting it? Cuz if I run each command from the script manually it works, it makes the redirection, but with boot scripting it doesn't do a thing.... Tillaz any thoughts? :( Edited December 20, 2011 by D3abL3
Guest arnookie Posted December 20, 2011 Report Posted December 20, 2011 Thats just what I was wanting to do. I just removed docs2go and streetview and maps I know about the music app so I left that alone. The ones I was not sure about is "fcctest 1.0" , "google partner setup 2.3.7" and what is "pico tts 1.0" and TTS service? Can I also remove those?
Guest D3abL3 Posted December 20, 2011 Report Posted December 20, 2011 Thats just what I was wanting to do. I just removed docs2go and streetview and maps I know about the music app so I left that alone. The ones I was not sure about is "fcctest 1.0" , "google partner setup 2.3.7" and what is "pico tts 1.0" and TTS service? Can I also remove those? Everything saying TTS is Text To Speech. You can remove those unless you want your phone to speak to you :P
Guest arnookie Posted December 20, 2011 Report Posted December 20, 2011 Everything saying TTS is Text To Speech. You can remove those unless you want your phone to speak to you :P Thanks I think I will strip those out also But "fcctest 1.0" , "google partner setup 2.3.7" What are those for?
Guest tillaz Posted December 20, 2011 Report Posted December 20, 2011 Thanks I think I will strip those out also But "fcctest 1.0" , "google partner setup 2.3.7" What are those for? my advice would be.. if you don't know wot it is & it doesn't sound like an app, give it a miss
Guest tillaz Posted December 20, 2011 Report Posted December 20, 2011 Everything saying TTS is Text To Speech. You can remove those unless you want your phone to speak to you :P or if you use gps
Guest tillaz Posted December 20, 2011 Report Posted December 20, 2011 (edited) EDIT I spoke too soon....This way it won't make you happy either.... Could it be the ROM not accepting it? Cuz if I run each command from the script manually it works, it makes the redirection, but with boot scripting it doesn't do a thing.... Tillaz any thoughts? :( needs init.d support in the kernel so you can run custom scripts at bootup im not very good with kernels but will try & have this in the next version Edited December 20, 2011 by tillaz
Guest Dukelord Posted December 20, 2011 Report Posted December 20, 2011 Hey men, i asked before. any future plans for full ICS version?
Guest 1immortal Posted December 20, 2011 Report Posted December 20, 2011 can the Dolby Mobile be added to the rom ? it enhances the sound and boosts it nicely.
Guest Sunderj Posted December 20, 2011 Report Posted December 20, 2011 Again, forgive my noobness... I am getting a little confused by all this talk of removing items from system & re-installing them as data, then linking to sd card (freeing up space on data), to allow for repartitioning of the system size. Have I understood that right? I have set up Link2sd OK. It works "better" than my previous sd linker, I guess because giving it its own formatted patition on the SD card allows for some apps which were "phone only" to be moved, meaning it is more useful than sd linkers that only use Android "native" link-to-sd tech. But lots of stuff that COULD be put on the sd card, are stuck in system (Maps & Docs being 2 largish ones). Deleting them does not free up data space. I can see the sense of moving them from system, if I could then get the system space back. But how do I do this? I am unsure how to repartition system to gain back the saved space. Can this be done by noobs? I guess I am concerned that there is a "better" version of this ROM, with these user apps *put where they belong*, in the data space; but that this version of the ROM is only available to a select few who know to repartition the system. Or again, I am wrong? Cheers!
Recommended Posts