Wednesday, December 30, 2009

Getting Response Body of HttpResponse

Hey everyone,

For those of you who want to do stuff with web POST and GET methods and need some help getting the response body of your HttpResponse objects, this post is for you!

public static String getResponseBody(HttpResponse response) { String response_text = null; HttpEntity entity = null; try { entity = response.getEntity(); response_text = _getResponseBody(entity); } catch (ParseException e) { e.printStackTrace(); } catch (IOException e) { if (entity != null) { try { entity.consumeContent(); } catch (IOException e1) { } } } return response_text; } public static String _getResponseBody(final HttpEntity entity) throws IOException, ParseException { if (entity == null) { throw new IllegalArgumentException("HTTP entity may not be null"); } InputStream instream = entity.getContent(); if (instream == null) { return ""; } if (entity.getContentLength() > Integer.MAX_VALUE) { throw new IllegalArgumentException( "HTTP entity too large to be buffered in memory"); } String charset = getContentCharSet(entity); if (charset == null) { charset = HTTP.DEFAULT_CONTENT_CHARSET; } Reader reader = new InputStreamReader(instream, charset); StringBuilder buffer = new StringBuilder(); try { char[] tmp = new char[1024]; int l; while ((l = reader.read(tmp)) != -1) { buffer.append(tmp, 0, l); } } finally { reader.close(); } return buffer.toString(); } public String getContentCharSet(final HttpEntity entity) throws ParseException { if (entity == null) { throw new IllegalArgumentException("HTTP entity may not be null"); } String charset = null; if (entity.getContentType() != null) { HeaderElement values[] = entity.getContentType().getElements(); if (values.length > 0) { NameValuePair param = values[0].getParameterByName("charset"); if (param != null) { charset = param.getValue(); } } } return charset; }

Basically, all this is just complicated code for getting the CharSet of your HttpResponse entity, and then creating a buffer that slowly makes the response string one char at a time. Besides that everything else seems self explanatory, but let me know if you have questions and I’ll do my best to answer them.

Happy coding.

- jwei

[Via http://thinkandroid.wordpress.com]

Nexus One (Google Phone) price and details hit the sphere

A tipster at Gizmodo has leaked some details to the world about the new ‘Gooogle Phone’ AKA the Nexus One. Pricing has been released and it looks like this may be the official price. So the phone is manufactured by HTC, will work on any GSM network, (3G only on T-Mobile) and will be sold by Google!? Here are the details we’ve got so far:

Google will NOT call it the ‘Google Phone’ but rather the ‘Nexus One’ when it is launched.



The phone will be sold both with a T-Mobile contract or unlocked and unsubsidized depending on what you want to pay.

You can purchase the phone through Google via ‘www.Google.com/Phone’ for $580.00 and it will come unlocked and unsubsidized by any carrier. (Though $580.00 still seems cheap for a phone of this caliber so we don’t know if Google is taking a hit on this price point)

You can purchase the phone from Google after signing a new 2 year agreement with T-Mobile for $180.00. Cheaper than the Droid on Verizon!

You cannot get the subsidized version on any other plans except a single person plan. No Family, pay as you go, KidConnect, and more. So if you want this phone for $180.00 you will be on a plan by yourself.

There is only one plan available for this phone when getting it at the subsidized price, which is T-Mobile’s ‘Even More’ plan for $39.99 + Text/MMS/Email + Data which totals out to $79.99 per month for the subsidized version.

If you want to keep the plan you already have either with a previous Android phone or any other smartphone plan, you will have to purchase the phone unsubsidized. (FULL PRICE $580.00)

Persons will be limited to 5 ‘Google Phones’ per Google Checkout account. You can’t buy one for your entire company just yet.

Gizmodo has also been putting out some more leaked fine print as the day goes on so we will keep an eye out for any more important details. So are you going to dump your iPhone, Droid, Palm Pre, 97, or N900 for this beast?

[Via Gizmodo]

[Via http://fonefrenzy.com]

Monday, December 28, 2009

MewBox Android's Source To DRM-Free Music.

Today I found that a new music download service is available for Android called Mewbox. It is very similar to the ITunes music store. Which is what Android has been waiting for. The great thing about Mewbox is that it is DRM-Free, and what this means you could lets say download a song from your android device and then put it on a cd with no problems.Unfortunately Mewbox is still in beta, but holds great promise. You can download this incredible software threw there website for Android devices or the ARCHOS 5. I personally am very excited to see the development with Mewbox and where it will go. We as Android users hope that it will hold up against the Giant that is ITunes…Below you will see what the people over at Mewbox have to say about the development of MewBox, and make sure that you check out Mewbox

We understand that you love music, and that you want to have access to it when you want access to it. That’s why we’re here.Our first offering will be a way for you to buy the music you love when you want it. Register your Android device with us and you’ll be able to get what you want, when you want. Simple as that.What we’re doing next is far more fun, stay tuned for more information.Enjoy your music!

[Via http://androidfeen.wordpress.com]

How to quickly add Superscript / Subscript

Hey everyone,

Quick post today. Here’s how you would add superscript/subscript to your text in a TextView.

TextView text = (TextView) findViewById(R.id.text); // retrieve your text view text.setText(Html.fromHtml("5x2"));

And so your text view should now have 5x2 show up.

It’s as simple as that! And if you want subscripts just replace “< sup >” with “< sub >” and you’re good to go.

Finally, depending on what you’re doing, sometimes it appears that the super/sub scripts are “cutoff” by the text view, and so I’ve found that adding a “< small >” clause to the HTML does the trick:

text.setText(Html.fromHtml("5x2"));

Hope this helped some people!

- jwei

PS: I know there is a TextAttribute class in Android/JAVA that you can use, but I just found this way much simpler.

[Via http://thinkandroid.wordpress.com]

Wednesday, December 23, 2009

HTC Hero battery life

It’s hard to gauge from reading other reviews on the web just how good or bad a device’s battery can be prior to deciding whether to splash out or not. You never know whether the person reviewing it has been thrashing it or going easy or has been somewhere inbetween. I suspect most of them though have everything on, 3G, wifi, location services and possibly stuff like Bluetooth as well and all these things are switched on most of the time.

I’ve been fine with the Hero battery to date although my useage is probably on the light side. I never use 3G during the day and one of the first things I do with any new device is look for the settings to switch it to 2G only.  I also turn off anything to do with GPS as I very rarely use apps that need it. I do however tend to switch on wifi when I get back in the evening and leave it on for a couple of hours, in case I am browsing through the Android Marketplace or need to download any application updates.

Being the anti-social and grumpy old bugger that I am, I don’t make a lot of phone calls but I do have push GMail on all day. From this typical useage I get 2 full days and a bit more out of the stock battery which is as good as I think you can expect these days from phones with big, power hungry screens and fast processors. The bottom line for me is that I can relax a little with the Hero as it the battery level never seems to go plummeting sharply and the descent from 100% down to 50% is about the same as the drop from 50% down to 0%.

[Via http://palmmac.wordpress.com]

Nexus One UI walk through video

There has just been a flood of news regarding the new  ’Google’ phone lately. I suppose it is a cool thing that Google doesn’t seem to care too much about all the leaked footage. It is sure getting us pretty excited and you should be too. This is a bump up in the Android OS and a huge bump up in hardware specs. It will be nice to see most phones have the same OLED screen with a really high resolution display going forward. The days of 480×320 are hopefully behind us.

Some new footage popped up on YouTube and it is the most detailed walk through of the Nexus One thus far. One of my favorite things is the UI animation when opening the ‘app drawer’. The old tab that slides up was beginning to feel a bit dated as far as how pretty the OS looks. See for yourself!

[Via http://fonefrenzy.com]

Monday, December 21, 2009

I'm gonna try my hand at it..

A friend of mine is a software developer and now an avid android geek (like myself) and he asked if I’d be interested in helping him make some apps. now to say I’m excited would definitely be an understatement. To say that I’m nervous would also be a complete understatement. I haven’t written a line of code since college and I don’t want to be the hold up, but he said he’d take the reigns and walk me through it. This could be the start of my part time career, full time hobby and all around good times. I’ll definitely keep you posted on how this goes and will soon probably start taking suggestions as to what types of apps, themes, and android goodies you would like to see. Wish me luck and hopefully I’ll be able to one day start helping with development for our wonderful android community. That’s all for now. Take care!

[Via http://ogreen32.wordpress.com]

Application process com.android.browser stopped unexpectedly after upgrade to Android 1.6

I own a HTC Dream running Google’s Android 1.5 and I was being prompted for an upgrade saying “System update available”. I accepted the install and it upgraded my firmware to version 1.6.

Firmware Version : 1.6

Build Number: DRD020

After this, the browser application refused to open. It would give an error that said “the application browser process com.android.browser has stopped unexpectedly”.

I tried removing all browser data and cache via Android system system settings but that did not help! I read in one of the Google forums that the only way out of this was to format the SD card. I don’t seem to find that link/site again. I formatted the SD card and things seem to work fine now !.

[Via http://blogsai.wordpress.com]

Friday, December 18, 2009

And we love it!

Hello All!

We loved the response and appreciation we have got till now. But more is yet to come. Right from more than one product to be there at CES, to the recent patents we have filed, there are going to be more disclosures on the work we are doing. A special thanks to the open source community, nVidia and Pixel Qi, for supporting us and helping us make this into a reality. Also to slashgear for cover us.

So, who are we? What do we do? When are we going to launch the product? I know you all have lots of questions.

We see ourselves as the usability firm, one which will always keep the user at the core and design everything. Right now the product which is to come at CES will showcase only Android. But was it not designed for smaller mobile phone? What about those full screen alert boxes? There are lots of issues for Android to be used on the big screen. We are going to fix it, but will not showcase in CES this time. There are going to be a lot of User Interface changes in the final product.

We believe that the ‘window’ concept is gone. The UI which we are using is some 4 decades old, but we are yet to get rid of the folders, hierarchy and drop down menus! All this is going to change. A lot of new user interface ideas are coming. One of the few one which we like are this and this. In fact, TIME’s project Manhattan is an early response to the same. The UI is going to change, because the needs have changed. Now we need our devices not only to browse internet, but also to read the books.

Some of the concept designs have made us smile in awe and in anger as well. Awe because they were able to solve a lot of problems, and anger, cos they were able to showcase it to the world before us. Yet, this new UI needs to evolve. And the community would play a very big role in the same. We are thinking of involving the community in a bigger way, where they get to choose which rules are to be adopted, what UI element makes a lot of sense and what compromises are to be made, if efficient usability is to be achieved.

iPod brought music to life, then videos as well. Soon internet and applications saw the surge. Amazon came out with Kindle. But what’s next? We believe its the media. Newspapers at go. Delivered every morning to your home screen.

We recently went to Taiwan. And to our understanding, and major ODM’s fear, we can definitely say, that Apple IS cooking up something. Even if one of the ODMs is their manufacturer, the fact that their other non-Apple group would suffer is a big burden for them. We talked to all. And we tried to explain them, that product is not going to win the next generation of computing device race. It’s the CONTENT. We tried our hard to make them realize, when Apple launches their product, they will have a very beautiful device, the best UI which a tablet can feature, and to support all that, one of the best content delivery systems (their recent acquisition are big hints). All this would again usher a big group of people making application for them. And then again the normal product manufacturers would be left.

We are not going to do to this mistake. That is why we have already made quite a few collaborations, and many more are in the pipeline. We would release our own SDK later next year for the bigger screen application development. We would help the open community as much as we can, so there is already lot of content there, before we hit the market. Designing on Android if way easier than on any other OSes.

We have a comments section on the website, would love to hear from you. And love to answer your queries. You can also mail us at info@notionink.com

[Via http://notionink.wordpress.com]

Google Phone / Nexus One

Nexus One

The Nexus One.  Beauty.  This is the Android phone many have been waiting for.  Pictured left, it is the true “Google Phone”, AKA “Nexus One”.  Granted, what I’m about to say is all based on rumors, but a lot of it is probably true.  I’m going to compare this a lot to the iPhone, but that’s because that’s the only true competition this phone has.

I’ve been waiting for an Android phone with a big screen, a slim and beautiful figure, and a TRACKBALL.  Not to mention one with a good camera, SNAPDRAGON (1ghz) PROCESSOR, and probably a flash for the 5MP camera.  The big, capacitive screen is probably going to be the best, brightest, clearest, and most responsive screen on an Android device yet.  And trackballs are good for when you have gloves on.  Seriously.  I went to a couple football games recently and it was great being able to use my phone using the trackball with thin gloves on…while laughing at everyone with an iPhone who couldn’t use it with gloves.  Some people are saying that trackballs are outdated and that the capacitive pads (not sure what they’re really called) on the new Blackberries are so much better.  But then you can’t use the phone with gloves, so what’s the point!  The trackball lights up and glows, as seen in some of the YouTube videos of this phone (they are short and non-informative and some have been pulled).  I also hope the trackball sticks up above the screen.  This sounds weird, but I dropped my G1 once and it slid across concrete…face down.  This would have been disastrous if it hadn’t been for the chin / trackball of the G1.  When I get the Nexus One, I will definitely get a case, but it’s still nice to have that extra protection.

Speed.  My biggest complaint with Android vs. the iPhone has to be speed.  I have Cyanogen’s latest and it still isn’t fast at all compared to the iPhone.  Web browsing on Android is a joke for me; even when I’m on Wi-Fi, web pages load and render slow because the G1’s processor sucks so badly.  Enter the Nexus One.  It’s 1ghz Snapdragon processor will give it a faster processor THAN THE IPHONE.  It should now be able to play 3d games, multi-task, load/render web pages and data quickly, and never lag.  The increased RAM and processing power this phone has over the G1 is enough for me to cave in and buy it.  I’m also excited because it’s stunningly beautiful; more so than the iPhone, in my opinion.  The only thing I haven’t heard rumored that better be part of it is MULTITOUCH.  Web browsing on the iPhone is so damn usable mainly because of multi-touch.  It would also be awesome if it has a flash (I think it does).  Physically, this phone is amazing.  Except for one thing.

Keyboard.  I’m scared.  I’ve rarely used on-screen keyboards.  The iPhone’s is really great and responsive, but I’m still slow at it.  I know over time I would get better, but I don’t think I could ever be as fast with an on-screen keyboard as I am with a hardware one.  I leave my fingers on the keys and slide them around and push when I need to.  You can’t do this with an on-screen keyboard.  (However, a company has actually designed a program on top of Android that allows you to just slide fingers over the keys you want…it’s called Swype – http://tinyurl.com/yhlujgk).  Has anyone reading this used an on-screen keyboard and become equally efficient with one as a hardware one?  Comment.  I’m not that worried because the screen is HUGE and the processor can handle it, but it would be nice to have a hardware keyboard…even if it would add thickness.

This phone is amazing for another reason.  It’s the true Google Phone (rumor).  The Android 2.1 software loaded on this is slick.  It’s beautiful, fast, and seems to have some new UI features that haven’t been used in Android yet.  It also has new weather and news programs.  Engadget has some nice pictures – http://tinyurl.com/ya6eh6s.  Since it’s made and sold by Google (presumably), it will be the most updated Android device.  It’s being used by all Google employees who received them free last Friday – so every Google application should be made specifically for this big screen and processing power.  Not that Google would neglect other Android devices, but this is their baby.  It’s powerful, sleek, and beautiful.  And I want one.

Price.  How much will Google sell this for?  Will it be just another Dev Phone or will it be something more…will Google try to sell it unlocked directly to consumers?  Will they themselves subsidize it?  Or will it be another ridiculously expensive phone, where the only sensible way to buy it is through T-Mobile on a contract so it’s subsidized?  Here’s my opinion/hope/dream.  I want this phone to knock the cell phone market off it’s feet.  I want it to be $200.  Unlocked.  Straight from Google.  Ready for action.  Think about this.  Mobile advertising is about to pick up exponentially.  Google has AdMob…so it’s in.  They want more people on the mobile web.  If they sell this phone unlocked making no profit from the sales of the phone itself, but get this phone into the hands of a million more people, then they will make a lot of money in advertising.  A ton.  Not to mention once people get their first smartphone, they rarely go back to dumbphones.  So it would secure Google’s future of a strong mobile advertising market as well.  (Some of this I stole from a Gizmodo article, which said the phone will probably be around $200 to make.)  I’m not saying Google should take a hit and subsidize the phone themselves (that would be even more amazing though), but if they just didn’t make a profit or made a really small profit from the hardware, it could be very beneficial to them in the long run with advertising.

Release date.  Right now the rumored release date for the beautiful Nexus One in January 5th.  I hope this is true, and that they open pre-orders on Christmas and deliver it to my door on January 5th.  Sure, I’m scared about the lack of an onscreen keyboard, but that’s a small sacrifice for the speed and stability this phone will have over my current G1.  And if tons of unintelligent iPhone users can use one, I can learn.  (I’m not saying iPhone users are stupid, I’m saying there are a lot of stupid people who own iPhones that are just fine with the onscreen keyboard).  With this phone comes the true Android Version 2.  One with overly-adequate processing power.  One that can get the job done.  I want the Google Phone.

[Via http://chrisbellman.wordpress.com]

Wednesday, December 16, 2009

Leaked roadmap shows Googe's Android gaining ground with HTC

While the new kid on the block, Google’s Android operating system will dominate HTC’s smartphone lineup for 2010, if documents believed to be from a leaked presentation are authentic. The presentation categorized the phones into four distinct groups targeting various audiences: Design/Lifestyle; Social; Performance; and Productivity. Five of the eight devices creating the biggest are built on Google’s growing Android operating system. The three in the Productivity device category are based on Windows Mobile 6.5. There is no mention on the roadmap of Windows Mobile 7. An HTC spokesperson told eWeek he could neither confirm nor deny whether the devices are official. Demand for smartphones remained strong overall. According to IDC’s Worldwide Quarterly Mobile Phone Tracker, vendors shipped a total of 43.3 million units during the third quarter of 2009, up 4.2 percent from the 41.5 million units shipped in the same quarter a year ago, and up 3.2 percent from shipments of 41.9 million units the previous quarter. IDC expects additional Android-running phones to be introduced to the market soon from handset makers including LG, Samsung, Sony Ericsson and Motorola.

[Via http://ascentiveblog.wordpress.com]

Nexus One Being Sold Through Google Home Page?

The blogosphere has been on fire since December 12th, when Google held it’s annual “all hands” meeting and gave out a mysterious device to it’s employees. Since then it has leaked been leaked to Twitter, Engadget, BGR and others. The 2.1 ROM has been stripped. The Boot sequence shown on both the Nexus, G1 and Droid.

There has been speculation that the device would be sold through the Google website and the above image puts credibility to that rumor. Right now Google.com/phone takes you to a lovely 404 error page, but we’re thinkin soon enough there might be a bit of info there about the Nexus. Plenty of other rumors still circulating, but maybe this one can be put to rest for now.

via TheNexusOne

[Via http://devphone.wordpress.com]

Monday, December 14, 2009

New Google phone pictures leak

According to sources like The New York Times and The Washington Post, Google has given its employees a copy of their next Google Android phone, which appears to be running Android 2.1. The new phone is said to release sometime in 2010, without carrier influence on what features are used.

Normally service providers dictate what features they will allow on phones they sell, and so far Google has gone behind the scenes on creating Android 2.1 and create their own phone.

Google decided to test out their latest phone with their employees, giving them the first-hand look with the new hardware, running Android 2.1. One of their employees leaked some photos of the new phone, showing off pictures of the phone and the updated Android 2.1 software, running on the phone.

Some experts believe the name of the phone will be called, “Nexus One”, says one writer John Gruber who wrote, “Nexus is the brand name of the series of androids (a.k.a. replicants).” Google even put up a temporary page that redirects users when entering, unless you disable javascript. Users can view the page source and get a first look at some of the graphics here, here and here.



[Via http://itsoluti0ns.wordpress.com]

Changing original font on the Droid

Teaser ;)

You have 2 basic requirements for this “hack” 1. Phone MUST be ROOTED!!! 2. MUST be a True Type font or your phone won’t read it and you’ll have a $500 PaperWeight =D

Disclaimer: If you don’t understand these simple steps, you should NOT be messing with your phone. They are self explanatory and I will not be held responsible for your bricked phone.

Alright, let’s get to the fun stuff now :) 1. Create a folder in the SD card ROOT folder, I just used “new_font” 2. Copy the font you want to use to that folder. (I recommend using a font that has “normal” and “bold” types) 3. Name the “normal” font DroidSans.ttf and the “bold” font DroidSans.ttf 4. Create a folder to store the stock font, I named mine “orig_font” 5. Using Terminal on your phone do the following:

su

mount -o remount /dev/mtdblock4 /system

cat /system/fonts/DroidSans.ttf > /sdcard/orig_font/DroidSans.ttf

cat /system/fonts/DroidSans-Bold.ttf > /sdcard/orig_font/DroidSans-Bold.ttf

cat /sdcard/new_font/DroidSans.ttf > /system/fonts/DroidSans.ttf

cat /sdcard/new_font/DroidSans-Bold.ttf > /system/fonts/DroidSans-Bold.ttf

mount -o ro,remount /dev/mtdblock4 /system

sync

reboot



6. You should now have new font on your phone :)

“If I have helped you, help me”

[Via http://0mietechsupport.wordpress.com]

Friday, December 11, 2009

Verizon Droid Eris Arrives -- Small Android Phone

The good folks at Verizon (s vz) have just dropped off a loaner Droid Eris at Mobile Tech Manor. The Eris is Verizon’s Android (s goog) phone produced by HTC, so it has the HTC Sense interface baked in. I was surprised how small the Eris is in the hand, it almost feels too narrow for my big hands. It is very thin and light and is a typical HTC Android phone.

The Eris has a svelte 3.2-inch screen displaying at 320×480. It runs Android 1.5, although I have been told by Verizon that 2.1 will be released for the Eris early next year. For some reason I was thinking that the Eris lacked Wi-Fi, but this handset has it and it works fine.

I am getting it set up now so I can test it out — here are some quick photos to show the phone from all sides:

[Via http://jkontherun.com]

Top Ten Android Apps

Considering its the most viewed blog over on the old one, I think it would be good to port it over to this.

I’ve been meaning to do this for quite a while actually , its been another of the many ideas that have been swirling around in my head. Plus seen as I now actually know someone who has a Android phone why nott

In the beginning I was only going to do my top five Android apps but that leaves far too many great ones out so its expanded to 10 and even that leaves some good ones out but then i guess that shows how good the Android market is, to ape Apple there really is a app for everything…

1. Babbler - http://www.babblerforandroid.com/

I found this on the market just the other day. Its a Facebook app that uses the facebook API so its more than a reskinned mobile site, in fact its probably the best Facebook app there is, Probably be even better than the offical Facebook app thats in the pipe. 

Two versions a free add supported verison and one at #1.29 

2. Google Places Directory http://sites.google.com/site/placesdirectory/

The first of three Apps from Google. This one being a must have. It basically finds you the nearest of any type of shop – It does alot more than that but tis the easiest way to describe it. Its always being used on mine even more so when I’m in somewhere new to find a Starbucks. Google maps helps as well. As with all Google apps its free.

3.Twidroid - http://twidroid.com/

Number three is a Twitter app. The best in the store again. Does everything you would expect from a twitter app. Let’s you post video and photos as well as RT and all the rest of Twitter. Free as well.

4. Google Voice Search -http://googlemobile.blogspot.com/2009/02/search-with-your-voice-on-android.html

This is cool and useful. Its what it sounds like. Being a app that let’s you search Google and the rest of the web with nothing more than your mouth. Recongises Manc accents as well.

5. Robo Defence - http://lupislabs.blogspot.com/

The only game on the list which makes it a decent game. That plus the fact that I’ve just downloaded the full paid version. If you don’t want to spend $2.99 then you don’t need to the free version would take weeks to complete. Its a game where you have to stop the robots getting across the screen, easy it sounds but its challenging and addictive at the same time.

6. Shazam http://www.shazam.com/music/web/pages/android.html

The app for working out what any piece of music is. Can’t work out who sings a song shazam it. Just don’t let anyone see the embarrassing  tracks

7. Last.fm http://blog.last.fm/2009/01/23/lastfm-on-android

So you’ve found out who sings the song. Now listen to it on Last.fm its pretty much the same as last.fm for the computer. So you can listen to pretty much most music on your phone. Best used on a decent 3g or Wi-fi signal though. Free it is also. 

8. Hi Msn http://uk.androlib.com/android.application.com-himsn-Cqn.aspx

Well its Msn messenger but for Android. And unlike webmessenger you can be doing other things and it will tell you when someone talks to you, and it won’t if they don’t. 

9.Google Scoreboard http://palmaddict.typepad.com/palmaddicts/2008/12/google-scoreboa.html

Google’s Third entry in the top ten and this is a sports scoreboard, for most if not all popular sports…

10. Shop Savvy http://www.biggu.com/apps/shopsavvy-android/

Its an app that compares the prices of things by scanning the barcode and then shows you prices on a map.

Other notable apps

Scrobbledroid - http://code.google.com/p/scrobbledroid/

Google SkyMap - www.google.com/sky/skymap.htm

[Via http://conn1231.wordpress.com]

Wednesday, December 9, 2009

Next year's iPhone

An analyst describes the smartphone innovations he expects from Apple in 2010

Photo: Apple Inc.

In a note to clients issued Wednesday, Piper Jaffray’s Gene Munster suggests three ways Apple (AAPL) can stay ahead of the coming wave of smartphones powered by Google’s (GOOG) Android OS.

  • Build an iPhone for Verizon. Munster continues to believe there’s a 70% chance Verizon (VZ) will get an iPhone before the end of 2010. The value of more than doubling the phone’s addressable market — i.e. adding Verizon’s 89 million U.S. subscribers to AT&T’s (T) 82 million — would more than justify the cost of manufacturing a CDMA iPhone, according to Munster.
  • Give the iPhone a battery that lasts longer than one day. “Apple has introduced advanced battery technology with its portable Macs,” he writes, “and we expect the company to dramatically improve the iPhone battery life with the next several hardware launches.”
  • Turn the iPhone into a digital wallet. Munster predicts that future iPhones will have built-in RFID (radio-frequency identification) technology, allowing them to make retail payments with a single swipe.

“We’ve just scratched the surface” in terms of apps and accessories, says Munster, who has an interesting take on Apple’s continued resistance to Adobe (ADBE) Flash. He sees it as a slightly Machiavellian move with strategic implications.

“Apple has built a moat around their apps,” he writes, “in part by excluding Flash, preventing app developers from building apps in Flash and porting them to all mobile platforms.”

[Follow Philip Elmer-DeWitt on Twitter @philiped]

[Via http://brainstormtech.blogs.fortune.cnn.com]

Google Goggles: The Innovations in Search Marketing Just Keep on Coming

Just when you thought there were no new breakthroughs to be had in search marketing … along comes Google Goggles. It’s a new “visual search” application focusing on computer vision for mobile phones, currently in development and testing at Google Labs. An early version has already been unveiled by the Goggles product development team and been released to Android mobile users.

What does Google Goggles do? It allows anyone to search on a cell phone simply by snapping a picture of an object. Once the picture has been taken, it is “read” by Google’s cloud, algorithms search for the information, the matches are ranked and detailed search results appear on your phone – just as if you had typed in a search command.

Because this is far easier to show than to explain, Google has issued a short video clip that features several members of the development team demonstrating how Goggles works. Currently, the app works well with inanimate objects such as DVDs, books, and physical landmarks. You can even point your phone to a store building while using the geo-targeting feature, and search results pertaining to the store and its merchandise will appear on your phone.

What doesn’t work so well are items like food, plants, animals and people … yet. Give it a few more years, and no doubt the brains at Google will have figured out those challenges as well.

While at present Goggles is available only to Android phone users, it is Google’s intention to develop and offer the program to other popular mobile platforms. So iPhone and BlackBerry users needn’t worry.

Incidentally, Goggles isn’t the only new development in search that’s happening right now. Google is also working on creating real-time translation in multiple languages by speaking a query into a search engine app. (The audio is translated into a digital request before being processed and returning results.) And developers at Ball State University are working on devices that can “read” search commands simply by the flick of a finger or by waving in front of the screen.

What’s next? Search results appearing after someone merely thinks about making a query?

[Via http://nonesnotes.wordpress.com]

Monday, December 7, 2009

How to get Twitter on your desktop and mobile

I’m preparing for my Twitter for Business, eMarketeers course on Wednesday (11 December 2009) and have put together a list of desktop and mobile applications – below. If you have any additions, experiences or recommendations I’d love to hear, as not all uses, phones or desktops are the same.

Desktop applications

All suitable for PCs and Macs. * indicates that it’s also available as a mobile version

*Hootsuite – http://hootsuite.com/ (via @simonianson)

*Mixero – http://www.mixero.com/

*Seesmic – http://seesmic.com/seesmic_desktop/

*Tweetdeck – http://www.tweetdeck.com Latest version (0.32.1) includes list management.

Twhirl – http://www.twhirl.org/

*Twibble – http://www.twibble.de/twibble-desktop/ (also has a mobile version)

Twitterific – http://iconfactory.com/software/twitterrific

Tweetie (MAC ONLY) – http://www.atebits.com/tweetie-mac/ Highly recommended by Mac/twitter users, @simonianson and @simonjjones.

Web clients – for when Twitter.com isn’t enough

Brizzly – http://brizzly.com/#twitter/-/home Operates very much like a desktop application

Seesmic – http://seesmic.com/app/

Mobile sites – using your mobile phone browser

Official Twitter mobile page – http://m.twitter.com

Dabr, an open course, mobile site for using Twitter – http://www.dabr.co.uk (highly recommended, works on most web enabled phones with a browser pre-installed)

Mobile applications – for downloading, all require a ’smart’ phone

Echofon – http://echofon.com

Mixero (iPhone) – http://www.mixero.com/

Gravity (Nokia S60) – http://mobileways.de/products/gravity/

Tweetie (iPhone) – http://www.atebits.com/tweetie-iphone/

Tweetdeck (iPhone) http://www.tweetdeck.com/beta/iphone/

Twitterberry (BB) http://www.orangatame.com/products/twitterberry

Seesmic (BB + Android) http://seesmic.com/seesmic_mobile/

Swift (Android) – http://www.swift-app.com/ (via @pubstrat)

Twitterfon (Windows) http://twitterfon.net/

Twibble (Nokia, BB, SonyEricsson) http://www.twibble.de/twibble-api/

Twitdroid (Android) – http://twidroid.com/ (via @pubstrat)

Ubertwitter (BB) – http://www.ubertwitter.com/ (via @helenduffett)

[Via http://kathryncorrick.co.uk]

Lose those cables with the Kensington 4 port USB charger plug!

Our gadget worlds are getting more and more cluttered with cables.  When I look at my desk now it’s just a complete mesh of cables.  Each cable requires a separate plug which is really frustrating.  Then I saw the Kensington 4 port USB charger plug.

The Kensington 4 port USB Charger plug will charge everything you need in one place. It comes with 4x USB ports to allow you to plug in your USB cables for various devices and you can then charge these Mobile Devices direct to the plug rather than using your computer or separate charger plugs.  You can charge iPhone’s, iPod’s, mobile phones, SmartPhones, Windows Phones, PDAs and much more.

Features

  • Four USB power ports charge up to four mobile devices simultaneously
  • Eliminates the need for multiple wall chargers and outlets
  • Small, compact design doesn’t block extra wall outlets
  • Use with your existing USB charging cable

Technical specifications

  • Input: 100-240 VAC, 50-60Hz, 0.3A max.
  • Output: 1-4 x USB, 5 VDC, 2.0A max.
  • Dimensions (LxWxD): 3.03 x 2.17 x 1.14 in./7.7 x 5.5 x 2.9 cm
  • Weight: 4.23 oz./120.0 g

This is a little pricey at £22.95 but if you were to purchase separate chargers then it’s certainly a cheaper option, and by buying one also gives you a good travel charger (as it comes with UK and EU plugs).  Also buy buying one also frees up your other chargers to use them in other rooms ;-)

[Via http://blog.daveburrows.com]

Thursday, December 3, 2009

2009-12-03: The @RLavigne42 Tweet Round-Up

169 Enclosed Tweets, covering:
  • Twitter
  • Google
  • Enterprise 2.0
  • #sn09
  • #E20
  • Facebook
  • Branding
  • Semantic
  • LinkedIn
  • FourSquare
  • Web 2.0
  • Gov 2.0
  • Skype
  • Sidewiki
  • Cisco
  • P&G
  • #ois09
  • Sharepoint
  • SalesForce
  • Sugar CRM
  • Farmville
  • Telco
  • NASA
  • IPv4
@RLavigne42 Tweetpicks
  • Please Comment and Nominate your Tweetpicks for this Entry

  • Full Tweets listed below.

If you find any broken Tweets or Links, please report them in the comment section.

If you like what you see, may I recommend you start following me on Twitter to enjoy the benefits of real-time content as it materializes.

If you choose to follow @rlavigne42, please leave me a comment. I will make sure to check out your Tweets in return.

If you see a Tweet you appreciate, please Pay it Forward by ReTweeting it.

If you find an blogger you like, please Join Me in following Them.

Click “Read the rest of this entry” to view this @RLavigne42 Tweet Round-Up.

My Thoughts Enclosed…Rb

  1. @kevinmarks what a great idea. Using your twitterID as your bluetooth name on devices

    18:15 PM Dec 2nd from Tweetie
  2. @rlavigne42 Is “curation” what we used to call “editing”? (via @ddmcd) <- Kinda. Everything needs some form of human element to build trust.

    18:18 PM Dec 2nd from Tweetie
  3. @rlavigne42 any more info on subscription revenue models? (via @EmekaPatrick) < The key to me is micro-contributions based on engagement

    18:19 PM Dec 2nd from Tweetie
  4. @rashmi the open data will enable aggregated realtime apps (but we need context for it too) #sn09 (via @SameerPatel @alevin)< CONTEXT is key

    18:20 PM Dec 2nd from Tweetie
  5. RT @donthorson: @kevinmarks suggesting data curation is an active process done by the community (in real time) #sn09 (via @olivermarks)

    18:20 PM Dec 2nd from Tweetie
  6. #sn09 new mashup companies with new services are they a good future? Correlation and semantic interactions of social data? (@dcoleman100)

    18:21 PM Dec 2nd from Tweetie
  7. 68% of Android app developers don’t plan on continuing with the platform: http://bit.ly/75y93L (via @JeremiahLee)

    18:21 PM Dec 2nd from Tweetie
  8. “we’re working towards a web OS made up of open standards cooperating players” @timoreilly #sn09 (via @olivermarks)

    18:22 PM Dec 2nd from Tweetie
  9. Number of great articles from @Irregulars cranked out on a regular basis here: http://www.enterpriseirregulars.com/ (via @nenshad)

    18:22 PM Dec 2nd from Tweetie
  10. The Truth about Facebook | Scared Yet? – http://bit.ly/6qy13w #socialmedia #privacy (RT @Minervity) (via @JasonSpector)

    18:22 PM Dec 2nd from Tweetie
  11. #E20 New Info Series Clarifies Social Knowledge Management and Enterprise 2.0 Strategies http://url4.eu/s9rs (via @enterprisetwo)

    18:23 PM Dec 2nd from Tweetie
  12. QoTD “It’s easier to act your way into a new way of thinking than to think your way into a new way of acting.”@gquaggiotto (via @20Adoption)

    18:23 PM Dec 2nd from Tweetie
  13. Brett: if you violate my privacy as a service that is a bigger failure than downtime #sn09 (via @kevinmarks)

    18:23 PM Dec 2nd from Tweetie
  14. #sn09 – violate trust is a big failing, loose track of privacy. Spam not the same as violating privacy. Catastrophic failure -@dcoleman100

    18:24 PM Dec 2nd from Tweetie
  15. So smart meters will save the average home £28 per year but will cost around £380 to roll out per household. (via @andybudd)

    18:24 PM Dec 2nd from Tweetie
  16. Wolfram Alpha Teaches You Math, One Step at a Time http://lifehacker.com/5417302/ #learning #wolframalpha (via @Lifehacker)

    18:24 PM Dec 2nd from Tweetie
  17. 39% of internet users w/4 or more internet devices (i.e., laptop, cell phone, game console, or Kindle) use Twitter. (via @LinkedInQueen)

    18:25 PM Dec 2nd from Tweetie
  18. @ITSinsider They say that cars are the most recycled product out there (scrap yards, used cars, parts). #E20 Content is as equally reusable

    18:27 PM Dec 2nd from Tweetie
  19. French law would force corporate boardrooms to be http://sn.im/50percent female by 2015. via @Slate (via @marciamarcia)

    18:28 PM Dec 2nd from Tweetie
  20. @sabrinacaluori You’re very welcome. Thanks for the great #140conf tweets – Rob

    18:31 PM Dec 2nd from Tweetie
  21. Sprint Cup Series champion Jimmie Johnson will kick off his 2010 racing season @ the Rolex 24 At Daytona http://bit.ly/6mePoL (@DISupdates)

    18:32 PM Dec 2nd from Tweetie
  22. Proposed talk at the #e2conf: MediaWiki: does it help or hurt Enterprise 2.0 ? http://bit.ly/4AUW1l (via @gyehuda)

    18:33 PM Dec 2nd from Tweetie
  23. @EmekaPatrick Will keep you in mind, if I come across any case studies on subscription revenue models. Rob

    18:35 PM Dec 2nd from Tweetie
  24. @ddmcd To me curation is all about providing the required context(Semantics) and thus filters against the massive content we have access to

    18:48 PM Dec 2nd from Tweetie
  25. Posted => 2009-12-02: The @RLavigne42 Tweet Round-Up @ http://wp.me/psXyQ-sM #E20 #sCRM #SocialMedia #Google

    19:13 PM Dec 2nd from LinkedIn Status
  26. I am always looking to connect with new #E20 and #sCRM followers. If I am not following you, send me a tweet so that I can.

    19:36 PM Dec 2nd from web
  27. RT @Rich_Weaver: Identity Wars: Google & Yahoo! Bow to Facebook & Twitter http://bit.ly/7L4vvX (via @abbashaiderali)

    0:50 AM Dec 3rd from Tweetie
  28. RT @mkrigsman: SlideShare: Psychology of project management, SOA, and business transformation http://slidesha.re/8omUPP (via @SameerPatel)

    0:51 AM Dec 3rd from Tweetie
  29. Facebook to allow users to hide their indiscretions http://bit.ly/7gbojp (via @nzherald) (via @NeilSanderson)

    0:52 AM Dec 3rd from Tweetie
  30. RHB: the shape of things to come. http://twitpic.com/rx4ls (via @RHBDaveHowlett)

    0:54 AM Dec 3rd from Tweetie
  31. RT @infovark: New Blog Post – Information Management in the 21st Century http://bit.ly/5ZkxEk
    0:54 AM Dec 3rd from Tweetie
  32. Facebook’s Killer Feature: The Mutual Friends List http://cli.gs/4r6XN (via @PrateekThapar)

    0:54 AM Dec 3rd from Tweetie
  33. IT Failures blog recognition http://bit.ly/86bDVj (via @mkrigsman)

    0:54 AM Dec 3rd from Tweetie
  34. Pragmatic #E20 analyst briefing report is on the homepage of SlideShare (@ross @dhinchcliffe) http://bit.ly/7t7so4 (via @mkrigsman)

    0:55 AM Dec 3rd from Tweetie
  35. back on @tweetdeck. love the lists and FB pages implementation. in this age, #ThereIsNoProductLoyalty (via @baratunde)

    0:56 AM Dec 3rd from Tweetie
  36. How Twitter is Revolutionizing Business http://bit.ly/5Yf21M via @e_veilleur (via @aponcier)

    3:07 AM Dec 3rd from Tweetie
  37. Introduction aux mondes virtuels http://twurl.nl/ekulik via @romm1 @rez0 (via @aponcier)

    3:07 AM Dec 3rd from Tweetie
  38. How to find a pint of Guinness with an iPhone http://om.ly/citK (via @GuyKawasaki)

    3:08 AM Dec 3rd from Tweetie
  39. Augmented reality Twitter 360 app geolocates your friends by their tweets http://bit.ly/8c3op6 (via @Ade1965)

    3:08 AM Dec 3rd from Tweetie
  40. Blogged “The Dark Side of Technology” http://it.toolbox.com/trd/46/2/35685/3 (via @denthewise)

    3:10 AM Dec 3rd from Tweetie
  41. [NEW BLOG POST] Behind the scenes of Social Pollination, my new book http://bit.ly/4yYkeo (via @monicaobrien)

    3:10 AM Dec 3rd from Tweetie
  42. Modern consumers are more discerning, critical & design-centric than ever. Brands must be as well http://bit.ly/yEtjt (via @thinkBIG_blog)

    3:11 AM Dec 3rd from Tweetie
  43. Great design turns good companies into successful brands. (via @thinkBIG_blog)

    3:12 AM Dec 3rd from Tweetie
  44. Twitter is English’s most popular word of 2009. Should it also be a synonym for Real-time ? (via @srinsesh)

    3:12 AM Dec 3rd from Tweetie
  45. Facebook et YouTube, termes les plus recherchés sur Google en 2009 http://www.web-libre.org/breves/Facebook,11049.html (via @eogez)

    3:43 AM Dec 3rd from Tweetie
  46. Top 10 Semantic Web Products of 2009. http://bit.ly/82KeeG (via @rww)

    3:44 AM Dec 3rd from Tweetie
  47. The recently improved and yet still *FREE* @RLavigne42 Tweet Round-Up Series covering #E20, #sCRM, #SocialMedia, #Stuff http://bit.ly/5eSkz9

    4:22 AM Dec 3rd from LinkedIn Status
  48. @absolutesubzero Which single open source platform would your recommend Emanuele?

    5:21 AM Dec 3rd from Tweetie
  49. Why should I need all that information from around the world when I dont’t know what’s going on around me… #E20 (via @draftkraft)

    5:21 AM Dec 3rd from Tweetie
  50. The Local Goverment of Andalucía (Spain) launch a program to activate #e20 in our Companies http://bit.ly/5bBFuY (via @joaquin_pena)

    5:21 AM Dec 3rd from Tweetie
  51. RT @johnt: RT @cdn: RT @VMaryAbraham: Fundamentals of the Enterprise 2.0 Culture http://bit.ly/4aVW4X #e20 #KM (via @lukegrange)

    5:22 AM Dec 3rd from Tweetie
  52. Plse RT- My Thoughts Enclosed: Sharing of New Found Knowledge is the Responsibility of all Knowledge Workers http://bit.ly/4rQ9MG #E20 #sCRM

    6:18 AM Dec 3rd from Tweetie
  53. LinkedIn Is Set To Explode With New Announcement http://bit.ly/5PMfZw via @LisaMcKenzie @kirste (via @ruhanirabin)

    6:18 AM Dec 3rd from Tweetie
  54. 34 Interesting Facebook Statistics And Facts http://bit.ly/8cUCDX #yam (via @srinsesh)

    6:19 AM Dec 3rd from Tweetie
  55. How much do you know about Google? http://om.ly/cjBq (via @GuyKawasaki)

    6:19 AM Dec 3rd from Tweetie
  56. #E20 Web 2.0 Meets Gov 2.0: Hacking Human Behavior within a City, FourSquare, MoMo 13, & AR DevCamp http://url4.eu/sLZS (via @enterprisetwo)

    6:19 AM Dec 3rd from Tweetie
  57. If everyone else is following 1000’s anomalously on Twitter, follow a few people and get to know them. @Robin_Dickinson (via @BrandMyCareer)

    6:21 AM Dec 3rd from Tweetie
  58. “If everyone else is following a trend, be a bold leader, take a few risks and start your own.” @Robin_Dickinson (via @BrandMyCareer)

    6:21 AM Dec 3rd from Tweetie
  59. If everyone else is plastering their website with ads, plug-ins and headers, make yours elegantly simple.-@Robin_Dickinson (@BrandMyCareer)

    6:22 AM Dec 3rd from Tweetie
  60. The enterprise IT return on investment myth (and you think Enterprise 2.0 has issues?) http://bit.ly/76UBWW (via @tdebaillon)

    6:22 AM Dec 3rd from Tweetie
  61. RT @e2conf: If Enterprise 2.0 is a Crock, Second Life Enterprise if the Stuff That Fills the Crock http://bit.ly/6xBLhz (via @Greg2dot0)

    6:22 AM Dec 3rd from Tweetie
  62. “Skype se tourne vers le travail collaboratif” http://snipurl.com/tjege (via @albertedenis)

    6:23 AM Dec 3rd from Tweetie
  63. Oh man, that is so not fun >>> No Internet at home for next 48h. :( (via @bduperrin)

    6:24 AM Dec 3rd from Tweetie
  64. 90%+ of small businesses in the US have less than 5 employees - http://bit.ly/7oXWIQ (via @RichardAlderson)

    6:24 AM Dec 3rd from Tweetie
  65. Only 15% of men & 7% of women entrepreneurs in the US want to maximise the growth of their business http://bit.ly/7oXWIQ (@RichardAlderson)

    6:25 AM Dec 3rd from Tweetie
  66. Personal Branding On Facebook http://bit.ly/7qlyjA BY @pathfindernig (via @BrandMyCareer)

    6:25 AM Dec 3rd from Tweetie
  67. Can Google Wave make it in the Enterprise? – FierceContentManagement http://trcb.us/NQ4 (via @businesswaves)

    6:25 AM Dec 3rd from Tweetie
  68. Plse RT- My Thoughts Enclosed: Sharing of New Found Knowledge is the Responsibility of all Knowledge Workers http://bit.ly/4rQ9MG #E20 #sCRM

    6:26 AM Dec 3rd from Tweetie
  69. Companies Ban Social Media = Bad Idea http://ff.im/-cmUKy (via @dannywahlquist)

    6:35 AM Dec 3rd from Tweetie
  70. Google Side Wiki being explored at the social media workshop today http://www.snipurl.com/googlesidewiki #dmi (via @krishnade)

    6:58 AM Dec 3rd from Tweetie
  71. Brilliant anti-Murdoch speech by Arianna Huffington of HuffPo fame: Journalism 2009 http://bit.ly/4onu8E (via @jackschofield)

    6:58 AM Dec 3rd from Tweetie
  72. 5 tips for open leadership – people have power, orgs need to share, be curious, hold openess accountable, forgive failure #e20(@sammarshall)

    7:21 AM Dec 3rd from Tweetie
  73. Ten Commandments of Personal Branding – #1 Be a Space Commander http://bit.ly/7OGQYC (via @nancerosen)

    7:31 AM Dec 3rd from Tweetie
  74. http://znl.me/J74DO Germain Team Meeting (via @maxpapis)

    7:31 AM Dec 3rd from Tweetie
  75. Google FriendConnect now Twitter compliant http://bit.ly/4C6tQK (Video) this helps Google “Map” more of the social web. (via @jowyang)

    7:32 AM Dec 3rd from Tweetie
  76. Google Connect & Google Profiles to be key components of the #scrm landscape. SAP/Oracle/Salesforce partner with Google? Maybe (@jowyang)

    7:33 AM Dec 3rd from Tweetie
  77. But of course: RT @dajbelshaw Study: Children Who Blog Or Use Facebook Have Higher Literacy Levels http://bit.ly/6Ll24Z) (via @JaneBozarth)

    7:34 AM Dec 3rd from Tweetie
  78. RT @HKotadia Companies Interested in Enterprise 2.0 Need to Take #Strategy Seriously http://bit.ly/660Dp6 #e20 #socialmedia (via @ralph_ohr)

    7:35 AM Dec 3rd from Tweetie
  79. RT @cmswatch: Updated Collaboration and Community software evaluation research #e20 #socialmedia http://bit.ly/527J7b (via @KeyContent)

    7:35 AM Dec 3rd from Tweetie
  80. RT @fredzimny: Check out Cisco’s Collaborative Executive Guide http://ping.fm/xAMMr #e20 (via @MarkTamis)

    7:35 AM Dec 3rd from Tweetie
  81. Cisco getting mentions as model for networked leadership #e20 #online09 (via @sammarshall)

    7:35 AM Dec 3rd from Tweetie
  82. What Enterprise 2.0 Really Means [Article by Andrew McAfee] http://cptlst.com/sg45 (via @ForbesTech)

    7:37 AM Dec 3rd from Tweetie
  83. I’ve decided to let my customers determine how much I get paid. Shouldn’t all CEOs be paid this way? http://bit.ly/6odfc3 (via @leolaporte)

    7:38 AM Dec 3rd from Tweetie
  84. Failing to see how much of what is being advertised as #sCRM is truly social and not just a re-badge of traditional CRM (@chrisabutler)

    7:50 AM Dec 3rd from Tweetie
  85. Best Seth Godin post in a while. VERY practical – http://bit.ly/4W5Sgl (via @chrisbrogan)

    7:51 AM Dec 3rd from Tweetie
  86. Is Facebook Losing its Coveted Demographic? http://ow.ly/I9vd (via @WeCanDoBIZ)

    7:51 AM Dec 3rd from Tweetie
  87. Change your mind and life looks so much better. Change your feelings and life brings you miracles. (via @krisraphael)

    7:52 AM Dec 3rd from Tweetie
  88. RT @kenigstar The quality of your life is based on the quality of the questions you ask ~ John Demartini (via @posimperative)

    7:52 AM Dec 3rd from Tweetie
  89. #E20 Announcing the “New and Improved” and yet still *FREE* @RLavigne42 Tweet Round-Up Series http://url4.eu/sR9C (via @enterprisetwo)

    11:55 AM Dec 3rd from Twitterrific
  90. Plse RT- My Thoughts Enclosed: Sharing of New Found Knowledge is the Responsibility of all Knowledge Workers http://bit.ly/4rQ9MG #KM #2010

    12:28 PM Dec 3rd from web
  91. RT @RichardLRobbins: Interesting play on words in the newspaper… “Woods hopes to salvage par from unplayable lie“

    13:24 PM Dec 3rd from web
  92. Today’s Job Search Tip: Add Video To Your LinkedIn Profile (@chrismingryan) http://bit.ly/838SGc (via @jacobshare)

    13:37 PM Dec 3rd from Tweetie
  93. RT @jhagel FarmVille, a game on FB, has 70M active players out of 350 FB members – who knew? #sn09 #fun (via @supernovahub)

    13:38 PM Dec 3rd from Tweetie
  94. Great preso! RT @kevinmarks: my presentation on the social web standards landscape: http://prezi.com/c2hwhoqdmlfj/ #sn09 (via @danyork)

    13:38 PM Dec 3rd from Tweetie
  95. Fascinating… Google to offer a new DNS resolver… “to make the web faster” – http://bit.ly/6OAzQv (via @danyork)

    13:39 PM Dec 3rd from Tweetie
  96. Over Googled? Try http://opendns.com instead of Google Public DNS. (via @JeremiahLee)

    13:39 PM Dec 3rd from Tweetie
  97. 10 Usability Crimes You Really Shouldn’t Commit - http://ow.ly/Ie66 #webdesign << Nice use of Masters of Universe. (via @JasonSpector)

    13:41 PM Dec 3rd from Tweetie
  98. A to Z of leadership ;http://rapidbi.com/management/2009/12/a-to-z-of-leadership/ (via @rapidbi)

    13:42 PM Dec 3rd from Tweetie
  99. RT @channelinsider Ouch! Developers Disappointed with Android – Spotlight http://retwt.me/1KJt1 (via @mrjcleaver)

    13:42 PM Dec 3rd from Tweetie
  100. Thanks for the RT and dialogue @elsua> Sharing of New Found Knowledge is the Responsibility of all Knowledge Workers http://bit.ly/4rQ9MG

    13:44 PM Dec 3rd from Tweetie
  101. Google DNS privacy terms seem to reserve right to use personally identifiable info and combine with search/ad data for 48 hours(via @edbott)

    13:46 PM Dec 3rd from Tweetie
  102. Google Gets Into The DNS Business. Here’s What That Means http://bit.ly/8mieqL (via @tweetamar)

    13:49 PM Dec 3rd from Tweetie
  103. P&G now has 22 billion-dollar brands, markets more than 300 branded products in 180 countries #ois09 (via @AndreaMeyer)

    13:49 PM Dec 3rd from Tweetie
  104. Reddy: Open innovation is about mutual value collaboration for both parties. #ois09 (via @bhc3)

    13:50 PM Dec 3rd from Tweetie
  105. P&G’s Connect&Develop network has 70 dedicated ppl to identify outside expertise #ois09 (via @AndreaMeyer)

    13:51 PM Dec 3rd from Tweetie
  106. Sugar CRM Matches Salesforce.com, Launches “Cloud Connects” and Social Feeds http://bit.ly/8JCpcy (via @katharnavas)

    13:51 PM Dec 3rd from Tweetie
  107. SADLY, I think it will be Sharepoint 2010 > Care to predict which #e20 product will be most talked about next year. #predict2010 (@gyehuda)

    13:54 PM Dec 3rd from Tweetie
  108. Social Software 2.0: Enterprise Process Ubiquity http://is.gd/5bnza #social #e20 #business (via @nsaliba)

    13:54 PM Dec 3rd from Tweetie
  109. What I am not hearing from skype is that it is a namespace. This is its essential value. #sn09 (via @identitywoman)

    16:45 PM Dec 3rd from Tweetie
  110. Jason Fischl from Skype: ‘We are a software company, not an operator.’ #sn09 (via @Ribbit)

    16:45 PM Dec 3rd from Tweetie
  111. @ekolsky @gyehuda #e20 #predict2010 It would be great if Jive got some legs in 2010, but the Mkt $$$ is going to be spent pushing Sharepoint

    16:48 PM Dec 3rd from web
  112. @nancerosen Thanks for the kind words about my #E20 and #sCRM research Nance. Rob

    16:50 PM Dec 3rd from web
  113. @ajkim “points => levels => leaderboards => badges … ‘points’ are the foundation of the house of games” #sn09 (via @supernovahub)

    17:14 PM Dec 3rd from Tweetie
  114. @nicolelazzaro 4 Value Sources in Games 1) challenge/mastery 2) exploration 3) feeling before/during/after 4) connecting w/colleagues #sn09

    17:15 PM Dec 3rd from Tweetie
  115. @ajkim most farmville players wouldn’t consider themselves ‘gamers’ #sn09 #fun (via @supernovahub)

    17:16 PM Dec 3rd from Tweetie
  116. the definition of who a gamer is is radically changing #sn09 (via @jkrisch)

    17:16 PM Dec 3rd from Tweetie
  117. @jobsworth: Voice is a cloud service. Telephony and data centers are actually already merged #sn09 (via @donthorson)

    17:16 PM Dec 3rd from Tweetie
  118. voice doesn’t take a whole lot of pipe – the problem is that downloading an HD movie at the same time can fill it #sn09 (via @kevinmarks)

    17:17 PM Dec 3rd from Tweetie
  119. @timoreilly at #sn09 “the social graph is a fingerprint” A way to identify authenticity of social media profiles. (via @gandralf)

    17:17 PM Dec 3rd from Tweetie
  120. glossary: codec: software to compress audio/video (like mp3) PSTN: public switched telephone network (any more?) #sn09 (via @kevinmarks)

    17:18 PM Dec 3rd from Tweetie
  121. POTS: Plain Old Telephone System (ie analog audio over wires) IP: Internet Protocol VoIP: Voice over Internet Protocol #sn09 (@kevinmarks)

    17:19 PM Dec 3rd from Tweetie
  122. @amyjokim – “the people designing systems now grew up with points, and badges” #sn09 #fun (via @brucemacv)

    17:19 PM Dec 3rd from Tweetie
  123. my presentation on the social web standards landscape: http://prezi.com/c2hwhoqdmlfj/ #sn09 @IdentityWoman (via @kevinmarks)

    17:19 PM Dec 3rd from Tweetie
  124. Walker (GOOG): SMS is really important- we save them all for Google Voice so you can send, receive and search them #sn09 (via @kevinmarks)

    17:20 PM Dec 3rd from Tweetie
  125. @sw engagement is a VERY cultural thing #sn09 #fun (via @supernovahub)

    17:20 PM Dec 3rd from Tweetie
  126. RT @robhof – “Engagement a better term than fun (true). Using game mechanics in work can make it more engaging if not always fun” #sn09

    17:21 PM Dec 3rd from Tweetie
  127. @crick suggesting that existing carriers actually make MORE money as the Voice 2.0 companies proliferate. #sn09 (via @donthorson)

    17:21 PM Dec 3rd from Tweetie
  128. telcos historically had control from one end to the other You collected monopoly rents and provided quality guarantees #sn09 (@kevinmarks)

    17:22 PM Dec 3rd from Tweetie
  129. In the future, all carriers will provide the baseline service, s/w services will wrap and offer additional benefits. #sn09 (via @Ribbit)

    17:22 PM Dec 3rd from Tweetie
  130. says @jobsworth enterprise IT fretting about how to lock down individual’s laptops and phones is like old carriers #sn09 (via @kevinmarks)

    17:23 PM Dec 3rd from Tweetie
  131. “Market forces, civil society and technology can all come together to solve social issues.” #sn09 (via @nextgenweb)

    17:23 PM Dec 3rd from Tweetie
  132. Emotions from sharing with ability for tech to connect people changing behavior for positive change faster than tech #sn09 (@NicoleLazzaro)

    17:24 PM Dec 3rd from Tweetie
  133. Robin Chase envisions a free wireless infrastructure worldwide using excess capacity. #sn09 (via @heidigro)

    17:24 PM Dec 3rd from Tweetie
  134. 40billion RFID tags worldwide – amazing when we think about the power of that- good and evil #sn09 (via @debs)

    17:31 PM Dec 3rd from Tweetie
  135. There is no content without a container. There are no data with a process to make them relevant to some POV. #sn09 (via @JPBarlow)

    17:31 PM Dec 3rd from Tweetie
  136. the amount of data created by each person doubles very 1.5-2 years - Andreas Weigend #sn09 (via @seanbohan)

    17:31 PM Dec 3rd from Tweetie
  137. Social Data=Shared Data – 10billion pieces of content shared every month (more pieces of content than people on the earth #sn09 (@seanbohan)

    17:32 PM Dec 3rd from Tweetie
  138. 10 billion items of content is shared on Facebook per month #sn09 (via @Furrier)

    17:32 PM Dec 3rd from Tweetie
  139. RT @JPBarlow: Relevance is always king (via his comment on @chadcat saying content and now data being king) #sn09 (via @peterkaminski)

    17:33 PM Dec 3rd from Tweetie
  140. C2B customer to business, C2C with each other, C2W – customer sharing with the world - #sn09 (via @seanbohan)

    17:33 PM Dec 3rd from Tweetie
  141. how do you know people’s secret desires? through the Search box – we share more with google than our partners – #sn09 (via @seanbohan)

    17:33 PM Dec 3rd from Tweetie
  142. Game mechanics can create the emotions from sharing, more than “feel good about doing good” Doing this w Tilt. #sn09 (via @NicoleLazzaro)

    17:33 PM Dec 3rd from Tweetie
  143. attention (transactive/clicks) – intention (search) – situation (device and location) – #sn09 (via @seanbohan)

    17:33 PM Dec 3rd from Tweetie
  144. Andreas: Shopping = creating and refining product space awareness only occasionally punctuated by purchases. #sn09 (via @petersgriddle)

    17:34 PM Dec 3rd from Tweetie
  145. rt @JPBarlow “Content” is code for “consumer product resembling expression that can be owned and distributed by a company.” #sn09 (@romelu)

    17:34 PM Dec 3rd from Tweetie
  146. RT @JPBarlow: Data are only important if they can be transformed into information relevant to a sentient being. #sn09 (via @CBCLearning)

    17:34 PM Dec 3rd from Tweetie
  147. companies thought they owned customer, then thought owned the product, then thought they own the brand -whats left? #sn09 (via @seanbohan)

    17:34 PM Dec 3rd from Tweetie
  148. “my dad tried to unsubscribe to AOL in Germany for years, he died before he could do it” – @aweigend #sn09 (via @chadcat)

    17:34 PM Dec 3rd from Tweetie
  149. IMO: If the point is to change how people decide you need to give people emotional and rational benefits. #sn09 (via @NicoleLazzaro)

    17:35 PM Dec 3rd from Tweetie
  150. “The cost of communication is not free, but has dropped dramatically in the past few years” @aweigend at #sn09 (via @EpicStates)

    17:36 PM Dec 3rd from Tweetie
  151. “We have replaced the cost of communication with the cost of attention” @eweigend at #sn09 #LI (via @richardcolback)

    17:36 PM Dec 3rd from Tweetie
  152. NASA spends well over a billion dollars a year on IT infrastructure #sn09 (via @chadcat)

    17:36 PM Dec 3rd from Tweetie
  153. RT @Casablanca NASA has a satellite that can measure the thickness of the ice at the poles, to 1mm accuracy #sn09 (via @NicoleLazzaro)

    17:36 PM Dec 3rd from Tweetie
  154. Twitter plans to add permanent archive (& other takeaways from Supernova). http://bit.ly/7anZsj #sn09 (via @jdlasica)

    17:36 PM Dec 3rd from Tweetie
  155. the lack of bridges between different siloed skill sets is being highlighted in current data session -ongoing issue #sn09 (via @debs)

    17:36 PM Dec 3rd from Tweetie
  156. Cloud computing, Google AdSense, Web 2.0 let startups focus on product/distribution. #sn09 http://bit.ly/6c3cKh (via @bolo_bao)

    17:37 PM Dec 3rd from Tweetie
  157. An algorithm is a precise way of doing something. People can perform an algorithm, but not as consistently as computers.#sn09 (@techliminal)

    17:38 PM Dec 3rd from Tweetie
  158. 74% of the internet addresses have been assigned, 13% can’t be assigned… running out of IPv4 numbers #sn09 (via @seanbohan)

    17:38 PM Dec 3rd from Tweetie
  159. in 644 days we will run out of IP addresses! #sn09 (via @heidigro)

    17:38 PM Dec 3rd from Tweetie
  160. in 644 days we’ll run out of IPv4 addresses – we’re currently at 10.4% remaining capacity #sn09 (via @chadcat)

    17:38 PM Dec 3rd from Tweetie
  161. #sn09 if you want to know more about IPv6 migration http://www.slideshare.net/pveijk/ipv6-the-movie (via @petersgriddle)

    17:38 PM Dec 3rd from Tweetie
  162. “Tension between data and those who which to manage it. – regime of regulation must be about “outcome” & performance” #sn09 (@identitywoman)

    17:39 PM Dec 3rd from Tweetie
  163. “Early adopters are rich people who are stupid.” – @bradtem #sn09 (via @arielwaldman)

    17:40 PM Dec 3rd from Tweetie
  164. #sn09 Brad Templeton. We won’t get the robot car because ‘we don’t like to be killed by robots’ even if it’s far fewer deaths. (@wseltzer)

    17:41 PM Dec 3rd from Tweetie
  165. We’d rather suffer 50,000 deaths at the hands of humans rather than 500 deaths due to robot cars! #sn09 (via @Casablanca)

    17:41 PM Dec 3rd from Tweetie
  166. think tribally, stop market segments, stop thinking info channels, start thinking knowledge flows/networks – @fgossieaux #sn09 (@seanbohan)

    17:42 PM Dec 3rd from Tweetie
  167. @craignewmark @jimmy_wales and Alec Ross for the Supernova plenary #sn09 http://bit.ly/sn09stream #sn09 (pRT) (via @supernovahub)

    17:42 PM Dec 3rd from Tweetie
  168. @gyehuda @ekolsky Sadly it is not always the best product that gets rammed down the throat of IT budgets. Sharepoint 2010 is proof of that

    17:44 PM Dec 3rd from Tweetie
  169. @lammiia early adopters are more or less gamblers playing in a larger stakes game. Without them though we have no innovation

    17:46 PM Dec 3rd from Tweetie

[Via http://rlavigne42.wordpress.com]

Wednesday, December 2, 2009

AT&T, Sprint or Verizon this Holiday Season?

Sprint: A-



Sprint is featuring three phones for the Holiday season – The Blackberyy Tour (also available on Verizon), the Palm Pre and the HTC Hero. I love this lineup, but is it the most impressive? 

 

Verizon:  B+



Verizon is featuring a bunch of new phones this Holiday season, including the new Droid phones, the Chocolate Touch and the Blackberry Storm 2. 

 

AT&T: C



AT&T’s lineup include the iPhone, the HTC Pure and a bunch of other phones that can be found on their website. 

 

After looking at all of the product offerings, comparing ads, and visiting the individual website, I would say that Sprint has done the best job preparing for the Holiday season. I’m not sure if they have the best phones, but their ads and website are more catered to the Holidays. AT&T and Verizon are caught up in one another, allowing Sprint to focus on their lineup of new phones and offer a more fun and relaxed advertisement. The Android phone by Verizon is my pick for best new phone, especially since AT&T hasn’t done much besides the iPhone. 

What do you think?

[Via http://mpshea.wordpress.com]

TouchDown

TouchDown is a program that lets you get you exchange email, contacts and calendar on you phone. As someone who uses my Droid with my work’s email server, I was pretty frustrated with the built in exchange program. One of my colleagues recommended TouchDown by NitroDesk. It comes as a 5 day trial to make sure it works for your server. I found it very easy to setup and get going. After using it for most of the day I have to say I am quite pleased. It looks much better than the built in program. It has lots of little touches that put it over the top such as widgets.

I really like being able to see quickly what the latest emails are so I can decide if I need to go into my email or not. Also the TouchDown home screen is very nice with easy access to all of you corporate functions making it east to go to your email or see your appointments or contacts.

I havn’t gotten to really push this app yet but from what I see so far this is the app I really needed. So far my only little hiccups have been my email coming a bit late. It has only happened a couple of times but it may be my server and not the app. This is by far the most expensive app I have purchased But so far seems like it was worth every penny. Everyone who uses corporate email should at least give the 5 day trial a shot. I don’t think you will regret it.

App name: TouchDown

App price: $9.99

App market rating: 4.5

My rating: 4

[Via http://mydroiddid.wordpress.com]

Monday, November 30, 2009

Remember The Milk

I have been using this on the iPhone previously and now on the HTC Hero. I paid for the Pro version a few months back as I wanted to keep using the iPhone application. You can trial it on the iPhone but it expires after a while unless you sign up for the $18 a year Pro version. There is also a nice version available for Android and I’m fairly sure but not 100% certain that it is free whether you are a Pro user or not.

The interface on both is quite nice although I think the Android version just edges it, changing existing todos is easier and quicker on Android whereas it is a bit too convoluted on the iPhone app. The best thing is that both version sync directly with the RTM website therefore it does not matter whether I enter new stuff on the website or either device as all three can be kept in sync via wifi. I’d love to get a version for the Palm Pre but the way things are going that would be unlikely so in the meantime will continue using Fliq Notes from MarkSpace.

Having said that, the website interface is not good and it took me ages to work my way around it, trying to fathom how to edit stuff. Adding new todos is easy enough and with the “smart” system in place you can enter new tasks quickly. For example, entering “Clean kitchen Friday” gets translated into a task for the next Friday with the date added.

[Via http://palmmac.wordpress.com]

Me VS Google

Aún recuerdo cuando tenía como homepage, por aquello del buscador en Internet, a páginas como Yahoo!, Altavista y Yupi. De repente, a finales de los 90, empezó la fiebre encabronada de un buscador cuya website cargaba en, prácticamente, nada y que encontraba lo que fuera en Internet. La website: una página en blanco, una barra para insertar palabras a buscar y seis letras en colorsitos agradables: Google.

Recuerdo muy bien que las primeras palabras  que busqué en Internet (gracias a un primo 6 años mayor que yo…¬¬) fueron en Yahoo! Yo estaba impresionado, pero cuando probé Google por primera vez, me agradó ver que cargaba y buscaba muchísimo más rápido que su competencia en ese momento. Todos empezamos a poner a Google como nuestro homepage y fuimos felices.

Han pasado alrededor de 10 años desde ese entonces y Google está mucho más cabrón: ahora no solo tiene el mejor motor de búsqueda en Internet (Bing that, motherfucker!), sino que también tiene un motor especializado en búsqueda de imágenes, un servidor de correo electrónico y mensajería instantánea, una herramienta de documentos (Google Docs) que en un futuro nos hará olvidarnos de MS Office, una aplicación para ver la Tierra (y nuestra casa) desde el espacio (Google Earth… ¿quién no se ha puesto a pendejear por unos cuantos minutos de ocio en esa cosa?), una aplicación para ver mapas de calles de cualquier ciudad en el mundo (mejorado con Google Street View, que implementa vistas de 360° desde la calle), una cosa que todo el mundo quiere para estar en onda pero que nadie entiende… (cof * cof* Güeiv* cof*), etcétera. Como ya se habrán dado cuenta, Google nos ofrece una amplia gama de productos y servicios bastante amigables y funcionales sin costo alguno. Entonces… ¿cuál es mi pedo con Google?

Ninguno.

Hasta hace un año o dos, no tenía ningún inconveniente con usar Google para todo: buscador, correo y hasta sustituto de Guia Roji, cuando me es/era necesario. El problema empezó con su lanzamiento de Google Chrome, la alternativa  Google como Internet Browser. Al principio, hubo ciertos aspectos y características de Google Chrome que simplemente no me llamaban la atención, pero con el tiempo, empecé a sentir algo que aún no puedo describir… algo muy parecido a la indignación. Es importante mencionarles que creo que cuando una empresa se expande de manera como lo ha hecho Google es una prueba irrefutable de que la empresa ha alcanzado el éxito y hasta más; si no me creen, chequen las referencias, rezos y alabanzas a “Diosito Google”. Yo mismo lo he llamado así un par de veces. Ahora Google está a punto de lanzar lo que muchos temían, esperaban y/o creían imposible: un Sistema Operativo de Google: Chrome OS.

Recuerdo que no hace mucho me preguntaba a mí mismo si era posible que Google hiciese algo más para competir con las grandes compañías de tecnología; mi respuesta llegó la semana pasada y tenía una sola palabra: GooglePhone.

Tal parece que mucho se ha especulado sobre la autenticidad de este lanzamiento, cosa que me causa risa… como si Google no pudiera o no se atreviera a dar un paso así de gigantesco. Según los “rumores” y varios artículos en internet, Google planea lanzar un servicio de telefonía móvil con llamadas ilimitadas y gratuitas utilizando recursos de un par de compañías pequeñas de telefonía, así como recursos de Google Voice. El teléfono celular promete ser uno de los más avanzados teléfonos inteligentes, además de tener un procesador 2 veces más rápido que el de un iPhone 3G. Obviamente, éste artefacto contaría con una de las versiones más recientes de Android. Estamos hablando de que, por primera vez, una compañía controlaría los 2 grandes rasgos de un teléfono celular: software y servicio telefónico. Por ahí leí también que es bastante probable que sean los de HTC los que se dediquen al desarrollo del hardware de los equipos celulares, lo que nos llevaría a hablar de procesadores Qualcomm (nada NADA malos). Obviamente, este servicio solo estaría disponible en Gringolandia… … … por el momento, ya que el plan de Google sería lanzarse a nivel mundial.

Dando por hecho que lo de GooglePhone sea verídico nos llevaría a decir que el lanzamiento de ese producto-servicio sería un éxito rotundo. Entonces viene la siguiente pregunta: ¿qué sigue para Google? ¿Automóviles con Android, 3G, reconocimiento de voz y radio-televisión por YouTube sin costo? ¿Computadoras portátiles y potentes a $100 dólares? ¿Un canal de televisión donde transmitan películas en HD? ¿QUÉ SIGUE?

En lo personal… simple y sencillamente no encuentro el por qué soy reacio a siquiera pensar en la posibilidad de probar Chrome OS. Probé Google Chrome y no me gustó. Comprendo lo de gustos diferentes, pero… ¿por qué me niego a unirme a la gigantesca cantidad de usuarios 100% Google? Creo que hay cosas que me gustan y cosas que no. Tal vez dentro de esas cosas que no me gustan, sea el hecho de que no me llama la atención la idea de que TODOS mis servicios y productos provengan de una sola compañía. Soy Windows user, uso Ubuntu como SO alterno, mi navegador es y seguirá siendo Firefox, estoy a punto de cambiarme a Movistar, mi internet lo provee Cablevisión.

Aún recuerdo cuando Google tan solo era el nuevo buscador que llegaba para quedarse por el simple hecho de no cargar tanto a la hora de ingresar la dirección Google.com, sin mencionar el motor de búsqueda de primera.

Alguien me dijo un día: “así hablan los viejos“, por lo que me callaré (soy MUY joven todavía) y me prepararé para la gigantesca ola de tecnología que se viene. Afortunados los que nacerán a partir del 2010, serán parte de una generación sin precedentes.

Que tengan un excelente inicio de semana.

[Via http://bygeek.wordpress.com]

Friday, November 27, 2009

Max Factory: Fireball: Drossel Figma Instock Now!

Max Factory’s hit Figma: Drossel from Fireball is now available for order!

Price: $100 NZD

Arrival Date: On Hand: In Stock w/supplier

——————————————

Please check the “Information” post for shipping costs and payment methods.

——————————————

[Via http://hobbycollecting.wordpress.com]

Wednesday, November 25, 2009

My Samsung Galaxy internals...

Now, isn’t that lovely? How sweet does that look? I could be starting a new trend here….go nekkid with your smartphone, smartphone “porn”. What a marvelous sight, the Galaxy back with full frontal battery shot…a real treat for all you battery lovers out there. I’m able to show you this wonderous image as the replacement battery cover has still not arrived and thus this is the view I get every time I pick up the Galaxy up and turn it over. Check out that sim card slot and feel the quality.

I can’t begin to tell you how much I am looking forward to being able to slip that back cover on when it arrives….mmmmmm. Mind you, I have been half thinking of just sticking the current one on and sticking it down with Blu Tak, which I sort of ended up doing with the BlackBerry 8900 however I don’t think the Galaxy one would sit as well.

[Via http://palmmac.wordpress.com]

Android the #2 mobile platform in the US. Really?

I used to work in market research, so I’m always skeptical of data until I’ve understood how it was measured.  That’s why I was surprised with this headline from TechCrunch: “Apple And Android Now Make Up 75 Percent Of U.S. Smartphone Web Traffic“. More specifically, I was surprised how large Android was in this reported data.  I absolutely believe Android will grow in significance in the future; today is a different story.

To the casual reader, that title of the TechCrunch report, along with the accompanying pie charts suggested that the iPhone and Android accounted for 55 percent and 20 percent of the US smartphone market.  These results position the iPhone and Android in number one and two in US smartphone web traffic.

Digging a little deeper, AdMob clearly explains how they arrive at the data:

“The report is based on the ad requests we receive from our network of more than 15,000 mobile Web sites and iPhone and Android applications.”

I couldn’t find details that split the “15,000″ figure between mobile websites and mobile device-specific applications.   Mobile websites that serve information to any device seems like a logical way to measure mobile web traffic. On the other hand, iPhone and Android applications will definitely increase the web traffic counted in the iPhone and Android buckets accordingly. This is not to say that AdMob’s data or methodology is flawed.  Rather, it’s helpful to know what was actually measured and how.

I went back to the October 2008 results and found that over the past year, the number of mobile sites and applications has increased 150 percent from 6,000 to 15,000. I’d love to understand how the additional 9,000 “mobile sites and applications” added in 2009 split across mobile sites versus iPhone or Android applications. There has been an explosion in iPhone applications, so it’s not hard to assume that AdMob is tracking a higher percentage of iPhone applications in its data collection network in 2009 versus 2008.

Another factoid that surprised me, over the past year, the number of requests tracked by AdMob has increased 127 percent from 2.2 billion to 5 billion in the US. The mobile web is still in its infancy and it’ll be interesting to track the number of mobile request in a year. Oh, that and the percent of requests associated with Android phones!

Follow me on twitter at: SavioRodrigues

PS: I should state: “The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions.”

[Via http://saviorodrigues.wordpress.com]

The Great Mobile Debate

Once again, I am at the end of another mobile contract and it’s time to decide what to do.  I am currently with T-Mobile and enjoy the low-cost and high quality of service. But in IMHO, most of the phones T-Mobile offers are a little less than appealing.  So I’m stuck between a rock and a hard place… should I stick with the best price and a lame phone or choose a plan based on the phone I want?



The iPhone: 

I’ve been dreaming of owning an iPhone for the past two years.  I own an iPod Touch and love it.  I can do many of the things an iPhone does with the iTouch, but it’s still not the same. 

The iBeer iPhone App

The iBeer iPhone App

I only have Web access where there is a WiFi connection and there’s no camera.  Furthermore, many of the sweet iPhone apps require the iPhone functionality.  What doesn’t excite me about the iPhone is the phone reception itself.  Almost everyone I know that has an iPhone consistently drops calls.  Still, I’m not a big phone talker so that’s not a deal-breaker.  The deal -breaker is that the iPhone is only offered through AT&T (formerly Cingular).  I had Cingular a few years ago and their customer service was a nightmare.  Their name was so badly tarnished that they had to switch names and hide behind the AT&T reputation.  Here’s hoping that Verizon Wireless gets an iPhone agreement in 2010

The Android

I have read positive reviews on the Android and the commercials are hot!  However to me, the Android is just a wanna-be iPhone. Also, the plans through Verizon are a bit pricey and I’m not sure that I want to want to pay that much when T-Mobile is so much more reasonable.  But I’m still open to the thought of going with the Android and being proven wrong about it being a wanna-be iPhone.

The Blackberry Curve

I think the Blackberry Curve is a solid device and T-Mobile has reasonably priced plans for it.  However, I’m not fan of the Web interface; it seems a bit slow and clunky. 

I have until February to figure out which direction to go in, and have plenty of time to stew on it.  So let the internal debate continue and hope for a moment of clarity on which phone/provider to choose.

[Via http://adamdince.wordpress.com]

Monday, November 23, 2009

Google Maps Navigation Comes to Older Android Phones

Google today launched its popular Google Maps Navigation (beta) for older devices that use Android OS version 1.6 or higher. It debuted as a free feature on Android 2.0 (Droid) handsets a few weeks ago and was received with much enthusiasm. Now devices such as the T-Mobile myTouch 3G and the G1 will be able to use the Internet-connected navigation system that offers voice-based guidance and automatic routing. “This release also includes the new Layers feature, which lets you overlay geographical information on the map. View My Maps, transit lines, Wikipedia articles about places, and more,” Google notes on its blog. Since I don’t drive, this system isn’t of much use to me. But I have seen some friends use it, and it’s pretty darn good — enough so to cause a long-term migraine for others in the dedicated GPS business. (Related post: “With Maps Navigation, Google Fires Another Shot at Carriers”)

[Via http://gigaom.com]

Media companies and mobile: Asia envy

Add media and marketing executives to the long list of constituents who wish North American mobile systems were more like those in Asia.

Though the entertainment and advertising rarely are on the cutting edge when it comes to embracing new technologies, a group of muckety mucks at the Paley Center for Media International Council meeting in New York last week made it clear that the future of  media consumption is the mobile devices – at least the mobile device as used by consumers in countries such as Japan, Korea and even China.

“If you look at what’s happening in Japan and Korea the potential for mobile is huge,” says Nick Brien, president and CEO of Mediabrands, a media holding company and unit of Interpublic Group (IPG).’

“The future is here,” Brien adds. “And it is there.”

For a panel discussion on “Monetizing the Mobile Landscape,” Brien described mobile marketing initiatives launched by his company and its divisions that showed how marketers and entertainers alike could effectively using wireless handsets to build brands with consumers. He cited an example of a McDonald’s (MCD)-sponsored concert in Japan accessible only on wireless devices.

Reality, only better?

On the same panel, Peggy Johnson, executive vice president of the Americas and India for Qualcomm (QCOM), noted that Japan also benefits from consumers’ ability to use their cellphone as a wallet. NTT DoCoMo (DCM) since 2004 has offered a service called FeLiCa, that allows subscribers to pay for goods (or ride trains and enter office buildings) with a swipe of their phones.

Brien, Johnson and others in attendance at the council event felt that the combination of robust wireless networks, mobile payments systems and a simplified platform that gave media companies access to subscribers could quickly transform the way companies build relationships with customers.

Qualcomm’s Johnson talked about something her company is calling “augmented reality.”  Fix your mobile phone on a building, say, and, using mapping technology, the phone might be able to identify all the retailers in the building, and provide you with user-generated reviews of the restaurant – or just the reviews and rankings of people in your circle of friends. As you’re clicking through the reviews, the restaurant could send you coupon or other enticement to lure you into the eatery.

Of course, notes panelist Susan Whiting, vice chairman of the Nielsen Company, consumers will have to opt into this kind of service or marketers and mobile companies would quickly find themselves running into privacy issues – though she notes that younger consumers have a much different attitude about online privacy than older tech users.

Yet for all the talk about the great wireless applications in Japan, Korea and other Asian nations, a great deal of the action around smartphones and other new devices has shifted to the United States thanks to Apple’s (AAPL)  iPhone and now Google’s (GOOG) Android operating platform. In the second quarter, Nielsen says, one in four phones sold in the U.S. were smartphones.

The couch potato’s killer app: Mobile TV

Smartphone users are frequently online. Nielsen research from the third quarter of this year suggests that owners of Android phones, for example, will be more likely to use more of the data features on the device more often than if using other smartphones, suggesting that its users truly will use Andoid phones as pocket computers – not voice calling devices.

And video consumption on the small screen is getting to be a big deal: In the second quarter, Nielsen says, there were 15.3 million active mobile video viewers, or 7% of all U.S. mobile subscribers.

A few years ago pundits thought consumers would only watch tidbits (remember “Mobisodes”) on their mobile phones. Now people watch entire programs, even films, on their iPhones. Indeed, there’s anecdotal evidence that some people watch television or video programming on their mobile devices even when a large-screen television or computer screen is in the room. (Perhaps they are too lazy to look for the remote?)

The upshot: Asia may have a head start when it comes to mobile services, but never underestimate American couch potatoes’ ability to consume media – especially television – on whatever platform comes along.

[Via http://brainstormtech.blogs.fortune.cnn.com]

Friday, November 20, 2009

AppManager (update)

seit der Installation von cyanogen 4.2.5 funktionierte der AppManager nicht mehr :-/
Also habe ich ein Logfile erstellt und den Autor angeschrieben, der dann auch umgehend geantwortet und auch gleich eine Beta zum Testen mitgeschickt hat — jetzt funktioniert wieder alles wunderbar

Nach Aussage des Autors lag es weder an cyanogen noch am AppManager, sondern an einer Detail-Änderung in der Android 2.0 API…

Essential Android Applications

I don’t remember all of the great apps I have downloaded, but here is a rundown of the ones I find most useful. I intend to keep this post updated when I find cool new apps. If you know of an Android app, that is really cool, or that you can’t live without, please list it in the comments!

Linda – file manager
Google Voice (but only if you have a GV account – which I have invites) – look online for what this does, it basically allows you to control all your communication (we’ll see if Verizon blocks this – iPhone does – VRZN said they wouldn’t)
ACast – podcast aggregator
SavvyShoppper – comparison shop products by bar code
MissedCall – changes LED based on type of notification (SMS, VoiceMail); fully configurable
Barcode Scanner – read all sorts of different barcodes (including 2D)
MyTracks – not sure if it is relevant for you; good for running or hiking; keeps track of distance travelled, and speed, elevation gain etc; good for keeping track of workouts (From Google)
Scoreboard – for sports fans, gives you notifications of sports scores (From Google)
USA Today – news
Facebook – they have an official app
Twidroid – my favorite Twitter App (but I don’t use Twitter that much, so I may not be the person to endorse this).
Shazam – identify any song by “listening” to it; tells you song information
Pandora – internet radio
Layar – augmented reality puts information on top of the map (or streetview) with tons of different information; This is just the beginning of this sort of app, this sort of functionality will be huge in the future
Locale – change phone settings based on location; kind of buggy but when it works, it is great
3Banana – list manager (integrated with website to keep lists on phone and web)

Wednesday, November 18, 2009

Rumor: Google presentaria telefono celular en 2010

El rumor del dia de hoy en la blogosfera/Twitter es el probable nuevo telefono que esta planeando fabricar Google, basado obviamente en su sistema operativo open source Android.

Google Phone (rumor vaporware)

Originado por la gente de TechCrunch (que ultimamente ha hablado de demasiados rumores relacionados con el gigante de la informacion), aunque de momento esto es solo un rumor y deberemos esperar hasta que vaya apareciendo nueva informacion al respecto.

Via: Meneame | Alt1040

[ROM] T.A.G v1.6.1 (AOSP)-ADP1-r1 (Includes Simple Installation Guide)

This is T.A.G Mod version of 1.6 with a few Eclair 2.0 goodies and F.H.L’s simple installation guide.

Before we reveal the good stuff…

Disclaimer:

- T.A.G and F.H.L will not be held accountable for bricked devices, dead SD cards or any issues even remotely related to your Android from flashing this ROM so please do your research if you have any concerns about features included in this ROM

- Please remember before flashing it! YOU are choosing to make these modifications so don’t blame anyone but yourself if you mess up your device.

F.H.L Installation Instructions:

1 – Perform a Backup e.g – Nandroid etc
2 – Download T.A.G’s ROM (Posted Below)
3.1 – If downloading directly using your Android Rename the ROM (using Astro or any other file manager) to “TAG” and copy or move to SDCard (NOT inside a folder on the SD or this will make it invisible upon recovery), once you’ve done that power off your device.
3.2 – If downloading from a PC Rename the ROM to “TAG”, Mount your phone and copy or move the ROM to phone SDCard from PC (Again NOT inside a folder on the SD or this will make it invisible upon recovery).
4 – Reboot into recovery mode (Press both Home+Power at the same time and release upon a screen appearing) ensuring you have either Cyanogen 1.4 (or higher) recovery or Amon_RA 1.2.3 (or higher) recovery installed
5 – WIPE EVERYTHING!!!! (unless your coming from previous T.A.G build then ignore this unless we say otherwise).
6 – Select “Apply sdcard:choose zip” and pick “TAG” from the list
7 – Reboot

NOTE: The first reboot takes a little longer then normal, this is normal and will only happen once after each flash.

CHANGELOG

v1.6.1 – updated 18/11/2009:

Includes but is not limited to:

- Stock 2.6.29 Mod Kernel
- Bluetooth, Obexd/Obexd/Obex-Client/Obex_Test@System/Bin enables Bluetooth file sharing/Recieving.
- Tweaked Build props/Framework For performance
- 2.0 Maps with Google Navigation included
- YouTube from 2.0
- Updated Most Icons for modern 2.0 look.
- I’m also aware it displays forceclose message upon start-up I’m working on it and hope to have it fixed next release for now though just click “Wait”

Download: http://www.4shared.com/file/154460518/7aeb520a/TAG-16-AOSP-ADP1_Signed.html

Please note: I’m limited to what i can organize at the moment, Will update and organize when resourses become available.

Like what I do? – Click Here To Donate Via PayPal/Credit Card

Follow me on twitter (click my name) – TheANDR0IDGuy

ScreenShots