acloudtree

Tag Android

Be Cheap: Use Your Android Phone Without Cellular Service

THE STORY

It’s that age old story. Boy meets android phone. Boy buys android phone. Boy’s new employer provides boy with a non-smart cell phone so boy sets out on a journey to uncover the mysteries of having a android device with no cellular service.

THE DEVICE

I’m using a Gen 1 HTC Evo 4G.

THE ROOT

I’m running Cyanogenmod 7.1

THE COST

Lets face it, at $80 bucks a month, a smart phone is not the cheapest luxury. My bi-annual cost for service was running me roughly $1920 ($2496 gross earned) dollars. After receiving a crack-berry from work. I (a) realized how much blackberry’s suck and (b) also knew I couldn’t justify the cost of keeping my android cellular service (sorry sprint).

THE VOICE

I’ve had my number for approximately 7 years. It was important for me to keep it. My problem was solved with the use of Google voice and the ability to port my mobile number. For a one time $20 fee, I now have my old cell number attached to my google voice account.

THE FORWARD

I make my Google voice number forward to my work provided cell phone. So that should I get a call on my old number, I can still answer it.

THE GROOVE

And here is the secret sauce, Groove IP. This little android application allows me to make calls using my google voice number when connected to WiFi. It even uses the stock Android phone dialer so it feels just like a regular call. The quality carries the sound of “tin” a bit, but it’s more than usable.

THE INTERNATIONAL

Taking the device with me will also allow me to make free calls back to my friends and family in the US. That is a bonus.

THE PLUGIN (honorable mention)

While at work, I also use the Google Voice plugin for Chrome so that I can send texts directly from my browser. This is actually pretty awesome as I don’t have to pick up my phone to text my wife back.

THE CONCLUSION

I’ve been using this setup for about a month now. I still can Facebook and Twitter. I still can play games. I still can read eBooks. I still can use it as a calendar. I can still use it as a flashlight. All these things and more, and it is working really well.

I realize that some may consider having a cell phone kind of cheating in this expiriement, but I think I could totally make this continue to function without the work provided phone. I would have to change my habits. Making sure to target locations to shop from with free WiFi and such.  But despite this inconvenience, I’d still see the value.

 

 

 

Startup Thoughts : Prestige or Profit? (Part 1)

In the startup community, it appears to me that the metric of success is primarily focused on making money. This is not surprising as for most every businesses, this is the only value that matters. And you can break down the process into two conclusions.

a) Startup makes money = Success
b) Startup doesn’t make money = Failure

But I’ve come to focus a lot on a third option, a value that most people don’t think about, which is what I would call “Prestige”, and the concept is rather simple.

Create something with the goal of increasing your visibility in a particular group or scene. With hopes that by increasing your personal brand recognition, your prestige, you will have better opportunities in the future. This is where I feel I am lacking right now, in my community, or as Seth Godin would say my “Tribe”.

I need to increase my own personal visibility to generate the one thing that I desire right now more than anything else, opportunity. If I were more connected, with people that want to get stuff done, I could indeed make powerful things happen. But so far, Bend Oregon is not the bustling hub of entrepreneurial activity that one would hope, and is in fact far from it.

So lets put this into a real world scenario.

I’ve built a mobile app and I have to set the goal. Do I want to focus on Prestige or Profit? Well with profit I could specify a target sale amount of my app, say $.99 cents. And then just get an idea of the volume it would sell over the course of the next two-three years and grind away trying to create the value to sell the specified volume.

After the research I’ve done on the number of units one could potentially sell, it seems that it is a shot in the dark. But I think I could probably move about 250k thousand units based on current trends, then again I could just as easily move only 10k units.

My other option in trying to build out my community. Give the app away for free, and promote myself by saying something like

“Hey, connect with me on linkedin,twitter, or facebook. I’m looking to meet people who want to make amazing things happen!”

How many units could I move then? Well again, from some of the research I’ve done it looks like there is the potential for a 1000:1 ratio of free vs sold applications. That is, for every one app you sell, you could have given away 1000 applications for free.

What gave me this idea? It was when I was researching in-application advertising. I could give away my app away for free, but implement ads, hoping that enough traffic would be generated as to monetize the traffic from my app. But then I thought;

“Why couldn’t I buy out ads, to build out my community, in my own application?”

This goal totally seemS resonable, because I’ve been studying some of my rich friends. And even though they have a ton of cash, they never cash out, they still continue to work. You can even see this with people like Steve Jobs, Mark Zuckerberg, and many others. So knowing that I still have about 35 years worth of work left to accomplish, I would rather be working with people and on projects that actually change things. That make both an impact but also a profit.

And currently, that is what my brain is chewing on.

Prestige or Profit? Prestige or Profit indeed…

Errata: Professional Android 2 Application Development Reto Meier

Page 108 has an issue where a Resources object is called though has not been instantiated yet.  Just move the Resources instantiation further up the chain in the initCompassView() method.

 
protecteded void initCompassView() {
  setFocusable(true);
  Resources r = this.getResources();
 
 // Removed for brevity
 
}

Oh yeah, the Wrox errata form totally sucks. It wants me to create a user and fill out a large form. Otherwise I would have let them know.

Copyright © Jared Folkins
Programming, Computers, Writing, Economics, and Life

Powered by WordPress