Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Phones > HTC Droid Eris > Eris - All Things Root

Eris - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old April 10th, 2011, 09:41 PM   #1 (permalink)
New Member
 
Join Date: Apr 2011
Posts: 2
 
Device(s):
Thanks: 1
Thanked 1 Time in 1 Post
Default XTRsense 5.0.1 newbie with some questions

Hello all, I am brand new to this forum, and just rooted my first ROM- XTRSense 5.0.1 on my Droid Eris
I am going to start by apologizing for the lack of knowledge I possess around this, and the amount of questions I will be asking. I am pretty good with this stuff once I have an idea of what I am doing. So, thank you for whatever direction you can point me in, or any help you can offer.
Since I am new to this,
1- what do you do after you get your phone up and running?
2- Are there really good apps for Rooted phones? Can you run swype at all?
3- Can I reinstall my apps off of the sdcard that are backed up? Or should I just download them again from the app market?
4- I was reading [ROM][GPL][3/15/2011] xtrSENSE5.0.1 [cache2cache,apps2sd,oc,jit]-HTC Sense - xda-developers and the terms just don't make sense to me. I was hoping to find a newbie friendly guide for xtrsense.
5- Also, are there any tweaks I should make to any of the new settings for the ROM? I have read a little bit about Gscript. Are there settings to make the phone run better? If so, how do I do that?
6- Are there ways to delete "stock" things like stocks, peep, etc.?
7- I do not really understand cache2cache and how to use them, or if it will mess my phone up. Same with apps2sd.
If anyone can just tell me how to best utilize this rom, that would be awesome. Also, ways to not screw my phone up.
Thank you so much for any help offered!!
Scott

mars1560 is offline  
Reply With Quote
The Following User Says Thank You to mars1560 For This Useful Post:
JennRN (September 26th, 2011)
Sponsors
Old April 11th, 2011, 08:15 AM   #2 (permalink)
Senior Member
 
Join Date: Jan 2010
Posts: 3,962
 
Device(s): Moto Droid 3 (stock), HTC Droid Eris (rooted with CondemnedSoul CM7)
Thanks: 219
Thanked 903 Times in 751 Posts
Default

Quote:
Originally Posted by mars1560 View Post
Hello all, I am brand new to this forum, and just rooted my first ROM- XTRSense 5.0.1 on my Droid Eris
I am going to start by apologizing for the lack of knowledge I possess around this, and the amount of questions I will be asking. I am pretty good with this stuff once I have an idea of what I am doing. So, thank you for whatever direction you can point me in, or any help you can offer.
Since I am new to this,
1- what do you do after you get your phone up and running?
At the risk of sounding snarky, I use it.

Honestly, there is nothing "special" about root, with the exception that it makes the phone better.

Quote:
2- Are there really good apps for Rooted phones? Can you run swype at all?
I am the last one to ask about Swype, because I hate it. My favorite apps for root are:

- Cachecleaner NG - can run on a schedule to clean app cache. Great for xtrSENSE
- Titanium Backup - to back up my installed apps and then restore them later if I switch to a different ROM, etc.
- Root Explorer (just for looking around more than anything else)
- Quickboot is useful on xtrSENSE - it lets you easily restart the phone, into HBOOT or Recovery if you want to - no more shutting down and then holding down some key to start Recovery.

Quote:
3- Can I reinstall my apps off of the sdcard that are backed up? Or should I just download them again from the app market?
If you created a Nandroid backup of what you had before, you could Nandroid backup what you have now, restore your rooted stock ROM, install Titanium Backup (or MyBackup Pro), batch backup your user apps, Nandroid Restore xtrSENSE, install Titanium (or MyBackup Pro), and then restore your apps. Otherwise, you could just reinstall from the market if that's too much work/hassle.

Quote:
4- I was reading [ROM][GPL][3/15/2011] xtrSENSE5.0.1 [cache2cache,apps2sd,oc,jit]-HTC Sense - xda-developers and the terms just don't make sense to me. I was hoping to find a newbie friendly guide for xtrsense.
List the terms you do not understand and somebody can explain them.

LWP = live wallpapers
OC = overclock
deodex = the ROM has separated the pre-compiled pieces of the ROM into discrete parts, which is useful for people who want to change the appearance of the phone - fonts, background colors, etc.
GPL = the open source license agreement for the ROM, which means that the source code must be distributed, and anybody who uses it must also license under GPL and distribute any changes made to source.
cache2cache - I thought that this was explained well, but you can think of the internal storage of the phone as being split into several different drive letters of fixed sizes on your computer. The storage location called /data, where all of the apps that you install and use (and their data) is fairly small. There is another location called /cache, which usually has plenty of available space. What cache2cache does is move a specific storage location in /data to /cache, leaving a lot more space for your user apps and data.
apps2sd = move your apps, which are usually in /data on internal storage (as I just described), to a specific location on your SD card instead. Your phone also "tricks" Android into thinking that the apps are still on /data.
JIT = just-in-time compiling. Fairly technical, but it's a way to make apps run faster by converting some of the interpreted Java code into machine code, which runs much faster. on xtrSENSE, do not do this.

Quote:
5- Also, are there any tweaks I should make to any of the new settings for the ROM? I have read a little bit about Gscript. Are there settings to make the phone run better? If so, how do I do that?
6- Are there ways to delete "stock" things like stocks, peep, etc.?
To 6, that is all in gscript. The directions are in that link you listed above, to xtrSENSE:

Quote:
. After opening GScript press the menu button and select "Add script"
2. A new window will open.
3. Press the Load file button
4. Select a script from the list (each is obviously named as to its function)
5. Ensure Needs SU? is checked
6. Now select "Save" and you have added your script
7. To run just select it from the list in the main GScript screen
8. You may be prompted to reboot the phone for the change to take effect.
When you get to the list of scripts to add, there is one to remove Peep, there is one to remove Teeter, there is one to remove Footprints. Load them all, tap them when you get back to the Gscript main screen, and the scripts will remove those apps that you want to remove.

As for other "tweaks" that you can set from Gscript, honestly, I think that xtrSENSE is set to run fairly well. You may want to consider set_memory_balanced, which alters Android's internal memory management to leave more RAM free and suspend background apps a little more quickly than stock.

Quote:
7- I do not really understand cache2cache and how to use them, or if it will mess my phone up. Same with apps2sd.
You already have cache2cache - that is set up by default with xtrSENSE. That should leave you with plenty of space for running third party apps without thinking about apps2sd. I strongly recommend that anybody who is at all nervous about "messing with" computers from going through the steps to set up apps2sd, unless it is absolutely necessary because you need to install 200 apps or something.
doogald is offline  
Reply With Quote
The Following 5 Users Say Thank You to doogald For This Useful Post:
JennRN (September 26th, 2011), John58543 (April 20th, 2011), mars1560 (April 11th, 2011), scotty85 (April 14th, 2011), xx_bishop_xx (April 11th, 2011)
Old April 11th, 2011, 11:02 AM   #3 (permalink)
Senior Member
 
xx_bishop_xx's Avatar
 
Join Date: Dec 2009
Location: Texas
Posts: 1,285
 
Device(s): Meh....don't ask. *shrug*
Thanks: 65
Thanked 152 Times in 126 Posts
Default

Damn nice explanation.
xx_bishop_xx is offline  
Reply With Quote
Old April 11th, 2011, 02:05 PM   #4 (permalink)
New Member
 
Join Date: Apr 2011
Posts: 2
 
Device(s):
Thanks: 1
Thanked 1 Time in 1 Post
Default

Yeah man, that was EXACTLY what I was looking for!!! Thank you so very much for taking your time to explain all this, within seconds I was able to get those programs off of there. I will let you know if I have any other questions, but that was awesome!
mars1560 is offline  
Reply With Quote
Old April 11th, 2011, 03:20 PM   #5 (permalink)
Senior Member
 
Join Date: Jan 2010
Posts: 3,962
 
Device(s): Moto Droid 3 (stock), HTC Droid Eris (rooted with CondemnedSoul CM7)
Thanks: 219
Thanked 903 Times in 751 Posts
Default

You are very welcome. Let us know how things work out after you've been using it for a while.
doogald is offline  
Reply With Quote
Old April 12th, 2011, 07:19 PM   #6 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 83
 
Device(s):
Thanks: 1
Thanked 4 Times in 4 Posts
Default

If I have an older version of xtrasense how do I upgrade to the newer version?
H2342 is offline  
Reply With Quote
Old April 12th, 2011, 07:45 PM   #7 (permalink)
Senior Member
 
Join Date: Jan 2010
Posts: 3,962
 
Device(s): Moto Droid 3 (stock), HTC Droid Eris (rooted with CondemnedSoul CM7)
Thanks: 219
Thanked 903 Times in 751 Posts
Default

Quote:
Originally Posted by H2342 View Post
If I have an older version of xtrasense how do I upgrade to the newer version?
Though I would Nandroid Backup first, one of the great things about xtrSENSE is that you can install over without wiping data first - it should be all set. You should probably wipe Dalvik cache, but:

- Download and move to SD xtrSENSE5.0.1.zip
- Restart in Recovery
- Nandroid backup (just in case)
- Wipe Dalvik cache
- Flash xtrSENSE5.0.1
- Restart

If you have customized by running any of the gscripts, you would need to run those again. If you don't know what I am talking about, you're all set.

If, for some reason, something isn't working right, restart in Recovery and run a Nandroid Restore of what you had before and you'll be right back to where you were when you ran the Nandroid Backup.
doogald is offline  
Reply With Quote
Old April 12th, 2011, 09:05 PM   #8 (permalink)
Junior Member
 
dirtyriffs's Avatar
 
Join Date: Apr 2010
Location: NE Ohio
Posts: 65
 
Device(s): Verizon Galaxy Nexus, HTC Eris (retired)
Thanks: 21
Thanked 33 Times in 20 Posts
Default

Just so you know, I been running Swype on this rom just fine.

Also another root only app I use is Adfree Andriod. It will remove ads from most apps that have them.

I ve used a few other roms. But I like this one the most. Everything I need te phone to do, just works.
dirtyriffs is online now  
Reply With Quote
Old April 14th, 2011, 06:10 AM   #9 (permalink)
Senior Member
 
scotty85's Avatar
 
Join Date: Jul 2010
Posts: 5,105
 
Device(s):
Thanks: 1,901
Thanked 2,460 Times in 1,638 Posts
Default

not much to add,except for a link

Swype | Text Input for Screens

if you want to run swype,just go to the above sight and register,then follow the directions. you actually dont even need to be rooted. if you go to the site and it tells you youre not on an android phone use a different browser. i got that error message once while using skyfire. used the stock browser and it worked fine.

i dont use it all the time,but i like swype. i think its kinda neat
__________________
The Delivery Guy
If someone has helped you,please click the THANKS button on that post.
Please post questions so others can benefit from the answers.
follow me on twitter @scotty1223
scotty85 is online now  
Reply With Quote
Old April 14th, 2011, 07:50 PM   #10 (permalink)
Member
 
chassum's Avatar
 
Join Date: Dec 2009
Location: TX
Posts: 191
 
Device(s): Incredible 2
Thanks: 16
Thanked 17 Times in 14 Posts
Default

Just flashed xtrSense mainly for app2sd and so far I love it!
__________________
Eris with xtrSense -> Incredible 2
chassum is offline  
Reply With Quote
Sponsors
Old April 19th, 2011, 05:51 PM   #11 (permalink)
Junior Member
 
Join Date: Feb 2011
Posts: 27
 
Device(s):
Thanks: 0
Thanked 3 Times in 2 Posts
Default

I have changed my Eris ways from GSB to xtrSENSE and I am a fan of sense for sure! It's great, I feel it's more stable than GSB (plus I'm sick of flashing an update once or twice a week!)

Only thing that bothers me is no auto delete for text. Does anyone have a remedy?! (besides just deleting on my own, sorry, I'm just lazy haha)
DavidG6 is offline  
Reply With Quote
Old April 19th, 2011, 07:08 PM   #12 (permalink)
Member
 
Join Date: Jun 2010
Posts: 390
 
Device(s):
Thanks: 20
Thanked 89 Times in 56 Posts
Default

Doogald for Prez.

kenn is offline  
Reply With Quote
Old April 19th, 2011, 07:46 PM   #13 (permalink)
Resident Plumber
 
bobcat331's Avatar
 
Join Date: Nov 2010
Location: Midlands,SC
Posts: 4,213
 
Device(s): ReZound, Dinc (ret), Nexus one, Eris (ret), Gtab
Thanks: 534
Thanked 1,123 Times in 687 Posts
Default

Quote:
Originally Posted by kenn View Post
doogald for prez.

:d

+1 :d
__________________
THE PLUMBER
HTC Rezound - Scott's Developer Edition 1.2 S-OFF, HTC Incredible - ICS Aokp build 26
HTC Eris - Condemned CM7 V 23 R.I.P., HTC Eris - GSB v4.4-full_ODEXED_CM7.2.0, ViewSonic Gtablet - TnT
Do you have questions about the forum? Click here: http://androidforums.com/faqs/.
bobcat331 is online now  
Reply With Quote
Old April 19th, 2011, 08:06 PM   #14 (permalink)
Junior Member
 
Join Date: Mar 2011
Posts: 27
 
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
Default Flash problems

Whats up guys. I've been running GSB for awhile and today I decided to switch over to xtrSENSE. But after I wiped data and dalvik and during the installation of xtrSENSE it failed and I got this message:
"xtr sense installation aborted. Flash lite plug in verification failed"

Has anyone experienced this or know how to resolve it?
Thanks


EDIT: I flashed 5.0 and it worked fine. I'm running ti now. The problem was with 5.01
bustedukulele is offline  
Last edited by bustedukulele; April 19th, 2011 at 09:38 PM.
Reply With Quote
Old April 20th, 2011, 10:26 AM   #15 (permalink)
Junior Member
 
Join Date: Mar 2011
Posts: 27
 
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Alright last question...
I got pretty used to Swype on GSB. When I switched over to xtrSENSE I went to the site to download Swype but the .apk fails to download because there is not enough space. I can install apps from the market. I have 96MB free internally and 670MB free on my SD card.
bustedukulele is offline  
Reply With Quote
Old April 20th, 2011, 11:32 AM   #16 (permalink)
Member
 
chassum's Avatar
 
Join Date: Dec 2009
Location: TX
Posts: 191
 
Device(s): Incredible 2
Thanks: 16
Thanked 17 Times in 14 Posts
Default

Quote:
Originally Posted by bustedukulele View Post
Alright last question...
I got pretty used to Swype on GSB. When I switched over to xtrSENSE I went to the site to download Swype but the .apk fails to download because there is not enough space. I can install apps from the market. I have 96MB free internally and 670MB free on my SD card.
FWIW, I was able to load and run Swyipe with no problem. Be sure to request a new beta invite in order to get a current installer.
chassum is offline  
Reply With Quote
Old April 20th, 2011, 04:48 PM   #17 (permalink)
Senior Member
 
Join Date: Jan 2010
Posts: 3,962
 
Device(s): Moto Droid 3 (stock), HTC Droid Eris (rooted with CondemnedSoul CM7)
Thanks: 219
Thanked 903 Times in 751 Posts
Default

Quote:
Originally Posted by DavidG6 View Post
Only thing that bothers me is no auto delete for text. Does anyone have a remedy?! (besides just deleting on my own, sorry, I'm just lazy haha)
Message Cleanup works; it doesn't cost too much.

Message Cleanup - Android app on AppBrain
doogald is offline  
Reply With Quote
Old April 21st, 2011, 02:15 PM   #18 (permalink)
Junior Member
 
Join Date: Feb 2011
Posts: 27
 
Device(s):
Thanks: 0
Thanked 3 Times in 2 Posts
Default

Thanks Doogald! You're awesome.

One quick question - I partitioned my SD Card and all that stuff and have GScripted Apps2SD. Whenever I download an app, will it just automatically go to SD?
DavidG6 is offline  
Reply With Quote
Old April 21st, 2011, 07:16 PM   #19 (permalink)
Senior Member
 
Join Date: Jan 2010
Posts: 3,962
 
Device(s): Moto Droid 3 (stock), HTC Droid Eris (rooted with CondemnedSoul CM7)
Thanks: 219
Thanked 903 Times in 751 Posts
Default

Quote:
Originally Posted by DavidG6 View Post
Thanks Doogald! You're awesome.

One quick question - I partitioned my SD Card and all that stuff and have GScripted Apps2SD. Whenever I download an app, will it just automatically go to SD?
Yes, all of the apps that you install from the market from now on will be installed to the SD.
doogald is offline  
Reply With Quote
Old April 21st, 2011, 07:36 PM   #20 (permalink)
Junior Member
 
Join Date: Mar 2011
Posts: 27
 
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by chassum View Post
FWIW, I was able to load and run Swyipe with no problem. Be sure to request a new beta invite in order to get a current installer.

It's not just swype. When I tried to download another ROM from XDA it was unsuccessful because of low space
bustedukulele is offline  
Reply With Quote
Sponsors
Reply

HTC Droid Eris
Current Rating:
Rate this Phone:

The HTC Droid Eris launched for Verizon Wireless on November 6th in part as the carrier's first Android Phone. However it was overshadowed by the other member of the inaugural Verizon Droid duo - the Motorola Droid. The Droid Eris might look fa... Read More


Bookmarks


Go Back   Android Forums > Android Phones > HTC Droid Eris > Eris - All Things Root User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -5. The time now is 06:08 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo