Cruising

In order to view the Nseries Widget you need JavaScript and Flash Player 9+ support

Thursday, January 29, 2009

Lil' B Orange

Lil' B - Orange


A short text message wandered through the night
My phone’s screen lit up, illuminating my room and lonely feelings
Knowing we both felt the same was a mix of joy and pain
I wish distance or time didn’t matter so I could go to you

Tears-laughter-love, what’s the color of your heart’s paintbrush now?
Tears-laughter-love, smiles widens on our faces
And we let off an orange glow like the sun

The days we met seem so long ago
When I held your warm hand all the time
Started to compare you to air and discovered emotions, emotions of trust
Now I’m on that dream you had
Which stretches on endlessly, I could get lost there
Without you I just break down in tears, I can’t let go of your hand…

Loneliness toys with me and I can’t be more open
I hurt you and you hurt me, morning comes without change
We pass by each other everyday, the next time we meet
Hold my hand tight so I’ll never go astray

Tears-laughter-love, what’s the color of your heart’s paintbrush now?
Tears-laughter-love, even my tears become
An orange color that would melt into the setting sun

Shy laughs, hating each other, then laughing together again
I was in love and didn’t want to be apart from you for 1 minute, 1 second…
But here we are, the end of the line for a love you could call “eternal”
A rainbow appears across the clear sky
Like that star that shines in the night sky
I want to be there in the orange landscapes reflected in your eyes…

Longing, jealousy, I’m caught in a whirlpool of fear
When I’m alone it feels like my heart has fallen apart
Hold me with your love before a giant hole opens up
And sew my heart back up with needle and thread so nothing spills out

Tears-laughter-love, what’s the color of your heart’s paintbrush now?
Tears-laughter-love, when love overflows
So much I could cry, it slowly turns orange

It’s as if people are a clock’s pendulum
They can’t return without going away, no matter how much you cry
Infatuation only takes one person, but true love takes two to grow
Let’s not shrink away from leaving our mark

Tears-laughter-love, hey, I wonder
What color our future’s paintbrush will be
Tears-laughter-love, no matter how many decades away
I wish for a bittersweet orange color

No matter (what dreams) or how many mornings come
Hold my hand, wrap your arms around me
I’ll sob (by your side) then laugh my head off
Yeah, I want to be orange with you forever

Tuesday, January 27, 2009

Aww!

Kawaii!! Ninja game! So cute! I'm gonna explode from it!

T-Mobile G1 "Cupcake" WITH icing on it!

Applications

MMS
New features
Save attachments from MMS.
Significant bug fixes
Faster conversation list scrolling
Email
Significant bug fixes
Accounts that were marked "never check" are not auto-checked.
Date & time displayed using user preference (e.g. 24 hr vs. AM/PM).
cc: displayed in message view.
Relaxed POP3 parser rules so it works with non-compliant email servers.
Password quoting bugs in IMAP. Makes it work for users with funny chars in their password (e.g. spaces).
Various sources of errors in auto & manual account setup.
Improvements on how we report various connection errors. Makes it much easier for user to diagnose failed account setups.
New-mail notifications for POP3 accounts.
Properly recover from POP3 connection failures, so that the next connection has a chance of working properly.
Remove automatic accounts setup entries that were broken or not testable. Minor fixes to a few of the remaining entries. Improvements to warning dialogs used for a few special cases.
New accounts are now set to check every 15 minutes (instead of defaulting to "never").
Fixed a bug causing approximately 1 in 25 outbound messages to freeze up the IMAP connection (to a Gmail based server) when transferred to the Sent folder. This broke the entire connection so new messages could not be downloaded either.
Unit test framework so Email can be extended & tested more reliably.
Fix IMAP manually-created accounts so message delete works properly.
Alarm Clock
Significant bug fixes
Alert now plays audio/vibe directly, rather than through AlarmManager. AlarmClock alert starts playing audio/vibe in its IntentReceiver, rather than on activity start. These changes should prevent alarms from being blocked by modal dialogs.
Package Installer
Significant bug fixes
Bugs related to replacing existing applications.


Settings
New features
New menu option to list running processes in Settings->ManageApplications.


Music
New features
Music playback fades in after suspending for phone call.
New media search intent allows for 3rd party apps to launch or respond to media searches based on artist, album, or title.
Affects: Music Player, YouTube, Browser applications.


Browser
New features
Updated WebKit browser core, synced with Nov 2008 WebKit version.
Support for new, optimized JavaScript engine (SquirrelFish).
Copy / paste is enabled in the browser. To copy with touch, press and hold the shift key and select the text. Releasing the shift key or ending the touch drag copies the text. To copy with the trackball, press and hold the shift key, move the cursor to the selection start, click the trackball, and move the trackball to the extend the selection. Releasing the shift key, or clicking the trackball a second time, copies the text.
Find is enabled in the browser. To find text, choose it from the menu and type the text to find.
Drawing has been sped up substantially by supporting partial content invalidates and partial screen invalidates. Pages with animations are 5x faster.


VoiceDialer
New features
VoiceDialer supports 'open app' command


Camera/Gallery
New features
Video recorder mode
Share intent for videos
Video thumbnails
Local file playback
Download manager

New features
Support for HTTP codes 301, 302, 303 and 307 (redirects).
HTTP code 503 is now handled, with support for retry-after in delay-seconds.
Downloads that were cleanly interrupted are now resumed instead of failing.
Applications can now pause their downloads.
Retry delays are now randomized.
Connectivity is now checked on all interfaces.
Downloads with invalid characters in file name can now be saved.
Framework

New features
Support of touch events in WebView.
New JavaScript engine (SquirrelFish) in WebView.
Input method framework, for soft keyboards and other on-screen input methods. Includes new APIs for applications to interact with input methods, and the ability for third party developers to write their own input methods.
Access to the raw audio data for playback and recording from application code.
New PendingIntent.FLAG_UPDATE_CURRENT option.
Support for top-level boolean resources.
Tactile feedback to the LockPatternView. Tactile feedback can be enabled/disabled by going to Settings > Security & location and then checking/unchecking "Use tactile feedback". Note that this can be used independently of the visual feedback of the lines ("Use visible pattern"). Thus it gives users a middle ground between showing the lines on the screen and having no feedback at all.
PackageManager changes to support un-installation of partially installed applications. Added new flag PackageManager.GET_UNINSTALLED_PACKAGES to include partially installed apps in all relevant PackageManager api's. ManageApplications screen now lists such partially installed apps and the user can uninstall these applications completely.
Support third party updates of system applications. New menu options in Settings->ManageApplications to list updated system applications.
Framework support to list current running processes. New API in ActivityManager.
Framework feature to declare required configurations by applications. New manifest attribute uses-configuration in android manifest.
Hardware accelerated video encode (video recorder) in opencore.
Simplified SREC speech recognition API available.
Streaming audio I/O for applications.
Significant bug fixes
Fixed issues with saving state in the view hierarchy, so that you can properly subclass from something like TextView and create your own state that inherits from that provided by TextView.
TextView now implements onKeyMultiple(), so that flinging the trackball will result in accelerated scrolling. This required some changes to movement methods, and included some improvements to the acceleration computed when flinging.
Framework bug fixes in PackageManager to share/un-share permissions for applications with shared uid's.
Significant rework of Settings->ManageApplications Performance and UI enhancements.
A number of settings in android.provider.Settings.System were moved to android.provider.Settings.Secure. Only system software can modify these settings. Additionally, a new permission, WRITE_SECURE_SETTINGS, is required to access these settings. The old constants in Settings.System have been deprecated. It is possible to read settings values via Settings.System using the deprecated constants. However, attempts to modify these settings via Settings.System will result in a log message and the setting value will be left unchanged.
Many bug fixes in the media framework

Bluetooth

New features
Support for A2DP & AVRCP profiles.
Significant bug fixes
First connection after pairing always fails on many carkits.
Mini Cooper and some late model BMW cars fail to use Bluetooth or take 2 minutes for Phone Book transfer.

System software

New features
New kernel based on Linux 2.6.27.
Improvements to the wakelock API.
Work to transition to the USB Gadget Framework underway.
Basic x86 support.



Radio & Telephony

New features
SIM Application Toolkit 1.0.
Green CALL button is no longer a shortcut for "add a new call". This has been a rarely used feature and confusing if triggered accidentally.
Longer in-call screen timeout when using the speakerphone.
"Show dialpad" / "Hide dialpad" item added to the in-call menu, to make it easier to discover the DTMF dialpad.
Significant bug fixes
An obscure case where the Phone UI could cause the device to not go to sleep on its own. This would happen if user bails out of the in-call screen by hitting HOME, followed by the call disconnecting remotely.
Don't allow a single tap to open the in-call dialpad. It is now required to touch and drag it. This makes it much harder to accidentally open the dialpad by touching the screen with your face.

Developer Tools

New features
Enable handset manufacturers to extend the Android SDK with add-ons. SDK add-ons will include:
system libraries to let developers use additional APIs provided by handset manufacturers or from other 3rd party vendors that handset manufacturers chose to include
emulator system images, skins, and hardware configuration to let developers test their applications on their Android implementation
This is work-in-progress. Please note that the latest Android SDK (Android 1.0 SDK, Release 2) is not compatible with the SDK plugin in the new branch, please use ADT 0.8.0. SDK add-on support is planned for future SDK release.




Build System

New features
The functions in build/envsetup.sh should be much more useful.

My cute new cell strap

Yea yea.. It's not anything pig.. But it's green.. It's LIME green.. Hehe it's supposed to be some sort of bread.. Or something..

Bleach 203

Yay! I'm up to speed!!

Monday, January 26, 2009

cookies?

Windows 7

I like it.. It's like a facelift for windows vista.. It's still got it's issues though for sure..

Sunday, January 25, 2009

Windows 7

I'm currently trying to install the beta.. I'm so excited! I will definitely buy it when it comes out.:)

Friday, January 23, 2009

Bleach 202

Last 1 tonight..

Bleach 201

I'm so glad it got this far.. But also dear that it'll end..

Bleach 200

Whoo! Hehe..

Thursday, January 22, 2009

Bleach 199

Finally! I'm watching the 199.. It's been a while..

Tuesday, January 20, 2009

I liked Ajisen Ramen

I think they're pretty delicious.. yuki didn't really like it though..

Diet spray??

This might borderline to the point of desperation.. hmmm

Power rangers

Lady in a power rangers hat.. of course she was asian.. it look like she was abt to take off and turn her car into some sort of t-rex robot..

Thursday, January 15, 2009

C-c-changes...

Wow they're almost done with the construction of a metro line in little tokyo..  that's gonna b super cool! Can't wait!

Sunday, January 11, 2009

I finally got Haruhi!

Yay! I'm so happy! Lucky&#9834.. Now i just need to get the rest..

Wednesday, January 7, 2009

Current Wallpaper

I'm seriously on a lucky☆star heavy mode

Monday, January 5, 2009

Adding more to the family..

I gotz some more lucky☆star and Haruhi Suzumiya chara fortune collection.. I'm almost on the way to being a full blown otaku:) oh well.. They're so cute!! Pretty pricey little mo-fo's..

This time i got yuki in a witch uniform just like in the last eps of lucky star when Konata decided to dress up as Yuki in a witch/fortune teller costume.. I also got Kyon looking VERY girly i might add.. I also got Hiyori.. The underclassmen of konata and gang.. Which seems to have the same personality as konata.. So cute!! Oh i'm also in love with the character from lucky star named Patricia Martin.. Wow.. First name in my t9 that i didnt have to "spell" huahuahua!!

Saturday, January 3, 2009

It's raining..

So nice.. Had coffee bean.. Warm drink on a cold day.. The drive was pretty nice too.. Pretty good day.. Till they decided to eat at than mai... You know.. "neck time" restaurant.. Who do i have to kill to get someone who speaks fluent english here? Oh table behind me are talking so loud! Haha ghetto.. Yea funny.. So tacky.. I hate small talks.. She's so annoying! I wanna say something to her but i'm afraid her gays'll put a hit on me thru the gay mafia.. Oh wellz..

Thursday, January 1, 2009

Cute!! Lucky☆Star

Just wanted to show off my current wallpaper.

Happy new year!! 2009!!!

That's a LOT of food!! Whee!!