Author Archive

18
Sep

I was reading about cartoonme.com and just came interested to try that service.

Here is the result for 3.50€ after 72hrs

(i just faded my original pic with 20%, i thought that looks even better)
.. .ok, that doesnt matter should u dont like my face at all :)

cartoonme2

My job was to bring a swf streaming to my android mobile (g1)

As we know there is no Flash Player on the Android (G1) i had to convert it to a mp4.
Unfortunatly when I placed the mp4 on my sd-card i was able to play it on my device, but when i placed it on my server and loaded that file from there to my Android it told my “Format is not supported”.

Long Story, shorter Result:

1.

I use now the Software SWF to Video Converter from iWiSoft (get it here) to convert my swf to a mp4 file.
- I choose the swf, choose automatic converting and 480×320 (IPhone Size).

This  Mp4 plays on Android Sd-Card. To make it playable also from my Server:

2.
I upload this Mp4 just simple to YouTube and there is a new Feature you can download,  every Hour
two of your Videos as Mp4, I  just download this Video as MP4 from Youtube again.
NOW! It works also perfect when I place it on my Server and stream it to my Android.

I talked with the People from IwiSoft and gave them some hints, hopefully their new Software Update in October will be able to convert a SWF directly into a progressiv streaming Android Mp4.

But for now this what a wrote above is a fine working Solution to convert SWF to MP4 for Android.

Have Fun

Chris

Category: android  Leave a Comment

vkeyboardHi, thanks to Keith Wood , creator from this cool virtuale keyboard
http://keith-wood.name/keypad.html

I had some problems with it and needed a working back button and also that i just simple can keep my forms in Frame1 as they are and a virtual keyboard in the second frame.
Wohhh and he really did it great.

Download the Demo

iwebkitsHi, while is was searching for a simple solution to create a homepage that looks like the GUi of Iphone I found IWebKit. It works great, just the sliding did not worked. Here Marcus from devilx.net helped me out and did a frame work that adds the Sliding into the iWebkit.

So here you find the original Framework with the examples:
http://iwebkit.net/

Than just download the hacked Framework with sliding and replace the css and js

http://www.devilx.net/2009/09/08/hacked-iwebkit-a-bit/

Enjoy

Greets

Chris

Now they developed a cool material thats totaly soft (like to make a soft had from it), but comes totaly strong when you sharp hit it. Just have a look in the video about that amazing material “d3o”

22
May

You know how much I like some wild adventures and fun sport. Here is a great video compilation about several of that things:

Yes, thats quit interesting

Archos Tablet-Phone to Use Android OS

archos to release media tablet and phone based on Google Android OS

* High-resolution, 5-inch display
* TV recording and HD video playback
* “Hundreds of hours” of video storage (up to 500GB)
* An ultra-thin, 10-mm casing
* Adobe Flash support

More Infos here

———————————————-

NIMbleTM Device Development

  • Clear, Crisp, Responsive Touch Screens (Multiple Sizes)
  • Variety of Form Factors and Feature Sets
  • Flexible Touch Application Framework Based on Android – Enabling Thousands of Applications
  • End-To-End Application Delivery Infrastructure
  • Turnkey Design, Development, and Manufacturing to Shorten Time to Market

More Infos here

I made Androrb to be able looking videos on my Android Phone, streaming from my local pc with the help from the orb-server http://orb.com . Now i am quit busy and dont have time to continue working on it.

For that simple Reason I give the Source free for further open source developments (just mention my homepage when you use it).
Its not for commercial usage. Should u like to use it commercial you have to agree with me.

Download: [androrb03-source]

Category: android  2 Comments

Hi, after “My Days” came installed more than 30.000 Times I decided to make an own Blog for this Android Application. It was quit a surprise that this small Utility got so much Attention. Also Google wrote me to bring it in his featured Apps.

30.000 INSTALLATIONS

>>>  Special “MY DAYS” BLOG … CLICK HERE

Thank for your Interest …

Category: my days  One Comment

Hi, I guess some of you like to get a simple demo how to listen to gestures on Android.
I could write now a lot of code, but more simple, just DOWNLOAD the archive I made for you with a simple Demo Gesture APP. Its written under sdk 1.5 but also works in sdk 1.1

But anyhow… this could be very useful to know.
@Override
public boolean dispatchTouchEvent(MotionEvent me) {

gestureScanner.onTouchEvent(me);
return super.dispatchTouchEvent(me);
}

when you do that, the demo listener works also on buttons ! I was looking quit long for that to know.. but its all included in the demo.
greets
chris

Category: android  Leave a Comment