^ apart from the backup that he's mentioning, do make a Nandroid backup (from the recovery). That would help you if you end up screwing stuff not the app backups and contact backups lol :P
uhmm I can't undo the /ignore <member> in the CB.. have to manually remove the Cookie set by the board to remove them. Can anyone else confirm this.
In case this is a browser specific bug, I'm running Chrome Version 21.0.1180.57 on Ubuntu 12.04
Head over to X.DA Forums (remove the period - bad smiley) and look what's available for your device. Make backups if you're flashing a custom ROM for the first time and it will end up all good if done correctly.
Note: by rooting your phone you'll be voiding your warranty. However, you can...
Here's something trivial: generate random IDs using list comprehensions in Python :)
import random
source_set = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
def random_id(length=7):
return ''.join([random.choice(source_set) for i in range(length)])
EDIT: just...
If your usage is restricted to checking/writing mails and some docs on Google Docs - tablet is the way to go. Even some trivial games and stuff..
But if you're into development, GFX, Video Processing, a laptop is undoubtedly a better choice
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.