I’ve recently joined the google code group for the Mephisto Backup utility for Linux systems written in java. The program is young and I hope to contribute much to it. So far I’ve only done some refactoring and haven’t gotten into doing anything mind blowing. I’m really glad that I’ve found an open source project to contribute a little bit of my time to and I hope that I’m able to help out some users.
For a description of the program, check out the main website.
I’ve updated my initial t-mobile tap review with some new information about e-mail, screen lock, text messaging, and the java app snaptu.
Posted in updates
|
Tagged t-mobile tap
|

I just got a new phone today after 4 years or so with my Samsung T-809 with the T-Mobile Tap
and so far it’s pretty cool. The touch screen take a little getting to but so far I’ve been working pretty well. So far the web browsing is pretty decent and it’s only $10 a month! There’s a google maps program that works well enough for me and it has a gps inside this device. Another thing to boot is that I got it for a super cheap price because of a mail in rebate at costco and I qualified for an upgrade to my plan!
Check out the review at c-net and I’ll post another update when I’ve running it for awhile.
==== Update 3/19/2010 ====
So using this phone for a month, I can say that it is awesome for the price plus the cheap internet plan. I have some cool pluses and some minuses so far but keep in mind that I haven’t explored everything on the phone yet.
Let’s go with the pluses first:
- After installing the program snaptu, I now have an awesome little java program that can do rss feeds and google calendar. There’s other little options that are available when you install snaptu, but I found that I use the rss reader every single day when I have a few minutes to kill.
- The web browser works well enough that you can surf around and see regular pages like on your computer. It’s nice when you flip the phone to the side that the web browser will change to landscape mode (sometimes). Downloading the newest Opera Mobile works really well too. This and Snaptu are the main apps I use on this phone. Just be sure to use the regular web browser for your ssl and not Opera Mobile because they do a man in the middle for the Opera compression.
- Text messaging with the on screen keyboard took only a few minutes to get used to. I vary between using T9 in portrait mode, or swinging it to the side to get the qwerty style keyboard.
- Onscreen lock, if you touch the screen when the display has timed out, it’ll have a big icon where you press and hold to get into the phone. I think this option is great because I’m not forced to press the lock button on the side of the phone everytime I need access.
The minuses:
- In landscape mode when text messaging, the space button is too close to the send button! I’ve accidentally sent messages when I was just trying to hit the space. The pain of having huge hands I suppose.
- E-mail isn’t as wonderful as I was hoping on this phone. It sends e-mails perfectly fine, the only problem is that you can only have up to 100 e-mails on it. Using imap doesn’t really do the full imap experience because when I’ll read a message on the phone, it is still marked unread on my computer when I connect to my mail. It’s more like pop using the imap protocol to get the e-mail.
- Delayed touch responses on the screen. This could be due to the low processor, but I know that every time I go into the java apps menu, there’s a huge lag of time when I touch the screen to flip to the button for snaptu. It happens sometimes in other places, but I always go to the java apps menu and hence why I notice it all the time.
- Lock/unlock button on the side of the phone. This is a little annoying because the button always gets pressed when I put the phone in my pocket or when I take it out! No butt dials or side pocket dials have occured which is good, only pictures of the inside of my pocket.
- The home screen has a side bar on the side with widgets that you can drag onto the home screen so you can have quick access to your mail or text messaging. Unfortunately, if you turn the phone off, all the widgets go back into the side bar! Also I noticed that my wallpaper got reset too.
My coworker sent me this fun website of programming projects to do. They are math related so you know the formula to help optimize your solution, even better for you. Each project has a question that involves some mathematics and you get a submission form to submit your answer to see if you are right.
The website is at http://projecteuler.net/ and I really recommend anyone to register and go down the list of projects to do. I’m doing mostly in java at the moment but I would love to try using C# as well as some of the other variants built on java like groovy or scala.
So far I’m on project 3 and having a blast solving these problems!
is a question I always ask myself. I have the following page bookmarked to find the answer:
http://www.adobe.com/software/flash/about/
Now that adobe has some weird installer thing, I just want the binaries so I just go to:
Firefox: http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe
Internet Explorer: http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe
Sifting through some documentation, I couldn’t find a little walkthrough of how to remove a zfs filesystem from a zone. I’ve seen plenty of docs for adding zfs filesystems to zones. The process is very simple once I gave it a try:
$ mount |grep disk02
/export/disk00/zones/zonehost/root/export/disk02 on tank_001/zfs_fs_disk02/read/write/setuid/devices/nonbmand/exec/xattr/atime/dev=4010008 on Thu Nov 19 15:28:20 2009
root@globalhost 13:23:24 /
$ umount /export/disk00/zones/zonehost/root/export/disk02
root@hostname 13:25:05 /
$ zonecfg -z zonehost
zonecfg:zonehost> info
fs:
dir: /export/disk02
special: tank_001/zfs_fs_disk02
raw not specified
type: zfs
options: []
zonecfg:zonehost> remove fs dir=/export/disk02
Running info again will show that there isn’t an fs anymore associated with the zone. Now exit back into the global zone and change the zfs mountpoint back from legacy to where your zf’s default mountpoint was before:
zfs set mountpoint=/tank_001/zfs_fs_disk02 tank_001/zfs_fs_disk02
By the time you read this you should head over to http://www.ubuntu.com and get the newest release of Karmic Koala!
I’ve been running the beta for awhile on my desktop and the new bootup is blazing fast. My computer has crashed a lot less as well which is a problem I’ve had since I built my computer.
I’m hoping to get the moblin karmic somehow to work on my little eee pc 901. We’ll see next week hopefully if I have time.
A common problem we have in our git directories are files that are generated automatically. You can do a simple thing to prep for things by creating a .gitignore file in the root of your git directory. For example here is one of mine:
generated.conf
*.swp
RCS/
In this example I do a couple things.
- ignore the file generated.conf that gets created nightly by a script.
- ignore all files that end with .swp. This is useful just in case I’m using VI on a file somewhere in the directory.
- ignore the folder named RCS. There’s some legacy still here
.
There you go! Enjoy ignoring those files. Check out the untrack files in git post I made awhile ago.
Now we are running 141414-10 but php files in directories not local (mounted via nfs) now don’t work. We get a 504 timeout problem when displaying the webpages. PHP files local to the server work fine though and html files mounted anywhere do to.
Looks like 141414-10 got obsoleted yesterday and removing this patch and 141932-02 did get things working again. I may try checking out the replacement patch of 141444-09 and see if it still causes the same problem.
patchrm 141932-02
patchrm 141414-1 did get things working again.
is not supported by the BIOS! One of these was purchased recently and we decided to get the Intel Core 2 Duo P7550 which according to Wikipedia had at the time said it was a chip that supported VT. Of course it got changed after we ordered it on October 11th, line 403. Too bad the upgrade was $100 to this CPU when we really didn’t need it.
After talking with HP support they did offer to replace the laptop with the cheaper CPU that I would have got, but it was going to take too long to do the exchange, so I declined their offer. They also mentioned that this laptop will never have support for the hardware virtualization acceleration. If it’s a deal break, the Dell Studio XPS I believe have it in their BIOS and chips, but you should make sure before you buy it unlike what I did at HP.