Page is linked to from Android Market developers console, but no content is found.
in reference to: Page not available - Android Market Help (view on Google Sidewiki)Thursday, May 12, 2011
Friday, February 25, 2011
Wikipedia needs a mobile dev
Someone who wants to work in SF should apply for this!
Commenting on Sidewiki since its a wikimediafoundation page, and I have no login.
Official Google hosted android firmware
This link:
http://android.clients.google.
is reported by xda-devs
http://forum.xda-developers.
as being the Nexus 1 Gingerbread update.
Friday, December 17, 2010
Cool Tool
This is how I noticed the Nexus S doesn't have an SDCard. Still with 16 gigs internal I'll take one please :P
in reference to: Google Phone Gallery (view on Google Sidewiki)Monday, December 6, 2010
404
This page is linked to from:
http://books.google.com/help/
Saturday, September 25, 2010
Olous is harmful?
They always host the best DOTA games, sad for them to be distributing malware.
in reference to: Google Safe Browsing diagnostic page for olous.com (view on Google Sidewiki)I loved MPlayer
It was my favorite social network, long before there was a myspace, it competed well with Battle net, but had lots of strong casual games.
I want it back, and on my Droid :)
Sunday, August 29, 2010
Support for Chrome
Someone needs to start writing a download them all style chrome extension.
in reference to: DownThemAll! » No Google Chrome support (view on Google Sidewiki)Sunday, June 27, 2010
Regular people want smart phones
No one wants what was a smartphone last year, 2 years ago, or even 6 months ago.
Everyone wants a new smartphone. It should do everything their current phone does... just as well.
Some want them bigger, some want them smaller. Some want keyboards, some want touchscreens, some want trackballs, some can not understand what purpose a trackball could possibly ever serve.
The form factor isn't important.
My favorite definition of smartphone is also the one I consider most rigourous. A smartphone is a little computer, and it's a phone.
Saturday, June 12, 2010
Android Developers Blog: Download Count Problems
What's the deal with non English apps in the top market listing on multiple US devices?
Tuesday, February 9, 2010
Wednesday, January 27, 2010
Android Developers Blog: UI framework changes in Android 1.6
I am glad that they update old blog posts, crossing out sections that are no longer relevant is very good practice. I like seeing what it used to say, because people repeat it, and seeing the line through it clearly shows that its no longer true.
Friday, January 22, 2010
Auspicious Moral Thought: 嘉仁念
auspicious moral thought: 嘉仁念
I figure now that I work at Sony I should know these things :)
Sunday, January 17, 2010
Microsoft needs to try and "Embrace and Extinguish" Android.
Reducing backwards compatibility with Windows Mobile 7 would be a sign of taking a huge step towards raising the quality of the Windows Mobile platform.
The old platform was not good.
Microsoft should go out of it's way to help WinMo developers port their code to the new platform.
But what I want is for Microsoft to try and "Embrace and Extinguish" Android. There is no reason Microsoft couldn't build a phone that is "Windows Mobile 8" and also runs most Android apps. They already started putting good JVMs for J2ME on WinMo, and it helped keep the platform alive for a couple more years.
The biggest drawback to running your own Android distribution is you don't get the Google Apps. I don't think Microsoft would mind :-)
Wednesday, December 16, 2009
Most common email message
What do you think the most common message sent by email is?
Thursday, December 3, 2009
HTC!
Tuesday, December 1, 2009
Some companies are their 3rd party ecoystem
Been thinking about the iPhone appstore, enjoying my Droid, and then I thought again about Palm and Flash.
Flash could really help save Palm, and I think the reason why is Flash has an army of 3rd party developers who have created simple flash apps, and content providers already proving their content through flash.
I've had the opportunity to talk with some people at Flash in the past, and I've watched their mobile efforts closely. It's still fascinating to watch.
I read a comment recently someone made that talked about how Nokia allows you to use all sorts of 3rd party verticals for application development. Their native symbian, or java, or flash, or silverlight, etc. The same is true of Windows Mobile.
It's not remotely true of the iPhone. It's not especially true of Android yet either. There are some phones that support flash in the browser, but the HTC is the only phone I'm aware ofthat supports such, and I believe that Flash is one of the reasons the Hero is stuck on the 1.5 Android firmware. That could be business reasons though, for all I know.
If I was a professional blogger I'd have a point here. Perhaps someone else can provide one as a comment? ^_^
Wednesday, November 25, 2009
java.lang.OutOfMemoryError: bitmap size exceeds VM budget
Inbox X
mathiastck X
UNFILTERED X
Reply to all
|
Matt Kanninen
to Android, matt.kanninen
show details 9:37 AM (2 minutes ago)
This:
private static final int[] glowDrawableIds={
R.drawable.graphic_microphoneglow_01,
R.drawable.graphic_microphoneglow_02,
R.drawable.graphic_microphoneglow_03,
R.drawable.graphic_microphoneglow_04,
R.drawable.graphic_microphoneglow_05,
R.drawable.graphic_microphoneglow_06,
R.drawable.graphic_microphoneglow_07,
R.drawable.graphic_microphoneglow_08,
R.drawable.graphic_microphoneglow_09,
R.drawable.graphic_microphoneglow_10
};
...
View glow = findViewById(R.id.glow);
..
glow.setBackgroundResource(glowDrawableIds[scale]);
is causing
11-25 09:21:02.046: WARN/UsageStats(1018): Failed to persist new stats
11-25 09:21:02.694: DEBUG/dalvikvm(2386): GC freed 298 objects / 15656
bytes in 61ms
11-25 09:21:02.952: ERROR/dalvikvm-heap(2386): 1111680-byte external
allocation too large for this process.
11-25 09:21:02.952: ERROR/(2386): VM won't let us allocate 1111680
bytes
11-25 09:21:02.952: DEBUG/AndroidRuntime(2386): Shutting down VM
11-25 09:21:02.952: WARN/dalvikvm(2386): threadid=3: thread exiting
with uncaught exception (group=0x4001b180)
11-25 09:21:02.952: ERROR/AndroidRuntime(2386): Uncaught handler:
thread main exiting due to uncaught exception
11-25 09:21:03.014: ERROR/AndroidRuntime(2386):
java.lang.OutOfMemoryError: bitmap size exceeds VM budget
11-25 09:21:03.014: ERROR/AndroidRuntime(2386): at
android.graphics.Bitmap.nativeCreate(Native Method)
11-25 09:21:03.014: ERROR/AndroidRuntime(2386): at
android.graphics.Bitmap.createBitmap(Bitmap.java:468)
11-25 09:21:03.014: ERROR/AndroidRuntime(2386): at
android.graphics.Bitmap.createBitmap(Bitmap.java:435)
11-25 09:21:03.014: ERROR/AndroidRuntime(2386): at
android.graphics.Bitmap.createScaledBitmap(Bitmap.java:340)
11-25 09:21:03.014: ERROR/AndroidRuntime(2386): at
android.graphics.BitmapFactory.finishDecode(BitmapFactory.java:488)
11-25 09:21:03.014: ERROR/AndroidRuntime(2386): at
android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:462)
11-25 09:21:03.014: ERROR/AndroidRuntime(2386): at
android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:
323)
11-25 09:21:03.014: ERROR/AndroidRuntime(2386): at
android.graphics.drawable.Drawable.createFromResourceStream
(Drawable.java:697)
11-25 09:21:03.014: ERROR/AndroidRuntime(2386): at
android.content.res.Resources.loadDrawable(Resources.java:1705)
11-25 09:21:03.014: ERROR/AndroidRuntime(2386): at
android.content.res.Resources.getDrawable(Resources.java:580)
11-25 09:21:03.014: ERROR/AndroidRuntime(2386): at
android.view.View.setBackgroundResource(View.java:7187)
Tuesday, November 3, 2009
SVN branching problems
"
svn: Entry for FILENAME is marked as copied but is not itself scheduled
for addition. Perhaps youre committing a target that is
inside an unversioned (or not-yet-versioned) directory?
"
Google turned up too few hits, so I thought I'd post it.
