Showing posts with label Nexus One. Show all posts
Showing posts with label Nexus One. Show all posts

Monday, May 24, 2010

Froyo up and running on my nexus one



Yea, Google's next version of their android operating system, Froyo, wasn't supposed to be out for a couple of weeks. But it does appear that they pushed it out to their nexus one dev phones last week so of course its out there on the web... and now on my phone. :-).
The official Google file only works for stock, non-rooted, T-mobile Nexus ones, but thanks to Paul's hard work over at MoDaCo, we now have a way for all of us that rooted our N1s to get our 'Frozen Dessert' - Thanks Paul!
So What Do I Think?
Well, I was running Cyanogen's latest rom with Pershoot's UV/OC kernel - so how's Froyo Compare?
  • Dalvik VM with JIT compiler: I did not notice any performance gains in my apps (although my rooted setup was much more responsive than stock)
  • New Browser rocks! Much improvement here. Notice Google reader and docs to render MUCH faster - definate improvement.
  • Tethering - Both USB and WiFi tethering are enabled on this build, Awesome! Love the support in the OS, this was the biggest reason for me the root 2.1 on my N1, now there's no need. The NexusOne is still Google's favorite Son and they're showing it lots of love, here. I doubt any updates pushed to the other Android phones by the carriers will have this option.
  • The new camera is nicer and more responsive but I miss the desire camera I had on before, touch to focus and face detection should have made it's way into Google's native camera...
  • My problems with loosing WiFi during sleep seemed to have all but disappeared.
  • So far I'm loving all the little enhancements as well (like next and previous buttons in GMAIL and the permanent phone and browser buttons on the home screen.

I'll need a little more time with it to see how battery life is but overall, I think it's worth keeping over the custom roms I was running. Although, I can't wait to see what the ROM cookers have instore for 2.2....

Saturday, May 8, 2010

Rooted my Nexus One


I'll have to admit, I've put off rooting my N1 for lack of a good reason and the possibility of ending up with a $500 brick.
But after reading all the walk thrus on theclockr.com I got the confidence up to finally do it with the sole intent to run the Andriod-WiFi-Tether app.
The one thing that was lacking was detailed instructions on rooting under Linux, but hobo14 saved me there with his post which provided the critical initial usb settings I needed to have the computer see the phone during fastboot (seems that the Vendor id changes when the phone is in fastboot)

$ sudo gedit /etc/udev/rules.d/51-android.rules

- Save these two lines into the file:
Code:

SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"

$ sudo chmod a+rx /etc/udev/rules.d/51-android.rules

After that, all went well. I used the latest Cyanogen mod, as it was noted to be the most stable.

So how's it work?
  • The phone is really snappy but that could be cause I wiped the 30 or so apps off the phone but I'd be nice if it stays that way after I load it back up.
  • Wifi tether works great.
  • So far my Wifi Sleep issues have gone away - but it's still too early to tell.
  • A bit more bling on the phone (multi color trackball, new wallpaper, and ringtones)
  • Also seems that I have 150M free now verses less than 90 with the stock roms.
I'll revisit this post as I find out more.

Monday, February 22, 2010

Fitaly Keyboard running on Nexus One

Well I couldn't wait til my next lunch hour to work on this, so when I got home I did a little search and found an open source project called softkeyboard which is a really nice soft keyboard with multi-language support and lots of great functionality including the predictive text function and user defined dictionary support I was looking for. Since it's quite a bit more complicated than Google's little sample keyboard it took me a bit to figure out how to get my FITALY layout integrated into it but I got it going in about an hour (while watching 24). Here it is running on my Nexus One:

Yea, I was pretty proud of my first hack of an Android app. But now that I got it on my phone how's it work? Well, to be honest, not as great as I thought it'd be. First, as you can see, the 6 row format takes quite a bit of screen real estate and the keys are already too small to 'thumbtype' like I wanted so making them any smaller is out. I'll give it a try for a week and see how I like it.