• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. P

    Text reader ALPHA test

    I'm currentley making an app that wil serve as a magnifyer for people who don't have verry good eysight. The main usage idea would be that it will be used to read small print (item in a store) Or for people who have bad eyesight even newspapers. The app is for use on froyo 2.2 and above...
  2. P

    Apps Error empty height width

    I want an generated bitmap to show in an imageview. values of vars cameraWidth = 360 cameraHeight = 480 rgb = int[] for color codes al vars ar confirmed. this is the code public void runBitmap(int cameraWidth, int cameraHeight){ Bitmap bmp = Bitmap.createBitmap(rgb...
  3. P

    Apps Better development program

    does anyone know a development program that works for android besides eclips. I usually work with VS but that hasn't got good android support and still depends on that freakin eclipse... The debugger is bad... a lot of useless thing get shown perfectley and the things that actually matter are...
  4. P

    Apps Set high contrast to camer

    Does anyone know if it's possible to manually set the collors/styles of the preview display of the camera. I don't mean using the options like negative, really manual canging the style
  5. P

    Apps Ocr tutorial request

    I want to try to implement an ocr reader in my app only problem is i can't seem to find anny usefull tutorials does anyone know a good ocr tutorial? Thanx :)
  6. P

    Apps Gestureoverlay disables preview

    Hi, I am trying to get a gesture overlay to operate the camera app that i'm working on. Only problem is that when i am using the gesutre overlay the preview disappears. Gestureoverlay should be transparant... Anyone knows how to fix this? Thanx
  7. P

    How to fix problems Gingerbread 2.3.2

    I have it took a while to work but i got evrything fixed :D I've seen a lot of people complain that the don't have 3G: Manually set your APN setting by these steps 1. Touch the Menu key 2. Touch Settings 3. Touch Wireless & networks 4. Touch Mobile networks 5. Touch Access Point Names Get...
  8. P

    Help Flac files on Galaxy S

    Ive been searching long for solutions for this but playing flac has a lot of faults on the sgs. The phone lock's up Flac tags somtimes cant be read at all (usually the artist) Ive found the extra media scanner app, this fixes a lot of tag problems but still many left. Tag editor will see the...
  9. P

    Apps Loop camera autofocus

    I am still a bit new to android. I've used C# and a lot of web based coding languages. I'm making an app in witch the autofocus must work. The problem is that the autofocus function is pretty bad if the distance is short. Since there is no manual way of setting this I want to make the autofocus...