Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Development > Application Development > Alpha & Beta Testing

Alpha & Beta Testing Developers can post their .apk and ask users to recreate bugs for them, etc, for testing purposes.



Reply
 
LinkBack Thread Tools
Old October 1st, 2011, 08:48 AM   #1 (permalink)
New Member
 
Join Date: Oct 2011
Location: London
Posts: 1
 
Device(s): HTC Desire HD
Thanks: 0
Thanked 0 Times in 0 Posts
Angry Testers wanted - Photo Clock + wallpaper

I have a photo clock application which keeps failing on some devices
I cannot replicate the problems, and don't have the device to test with
Hoping someone here can help me

The app is called Photo Clock (and Photo Clock Lite)
You take pictures with the camera and use them as the digits for a clock widget, There are also albums online for you to use + you can upload your own album

The error is:
All numbers and images -- except the seconds -- disappear when changing the phone's orientation. OS Version: 2.1 and 2.2 Device/Form Factor: Droid 2, Motorola Milestone, Samsung Moment, T-Mobile Vibrant, and LG Ally (secondary test device) Steps to Reproduce: 1. Download and install 2. Go to device's home screen, choose a panel with plenty to space, and add the PhotoClock Widget 3. Tap the Settings wrench and choose (for example) Food 4. Save and return to the screen with the widget 5. Rotate the phone from portrait to landscape mode 6. Note that all but the last row of digits disappears. Only the background remains, except for the bottom row of numbers, the "seconds" box. 7. Return the phone to portrait mode - note that the error remains.

look here
https://market.android.com/details?id=com.op.photoclock.widgetlite&hl=en
Please make sure you download my version - there are some others with similar names... but none like mine! Also attached the apk here

There is also a wallpaper version which does the same thing...
OS Version: 2.1 and 2.2 Device/Form Factor: Droid 2, Motorola Milestone, Samsung Moment, T-Mobile Vibrant, and LG Ally (secondary test device) Issue1: In the application the user can take images with the built-in camera or can use images from SD card. But when we try to take image with the camera a "force close" message appears. Steps to Replicate: 1)launch the application 2)click on the settings option 3)select 'setting' and then 'Camera' option. 4)Take picture and try to insert. 5)Application gives a "Force Close" message. Reproducibility rate:5/5 Issue 2: Application gives a "Force Close" message in given scenario Steps to Replicate: 1)launch the application 2)click on the settings option 3)select 'setting' and then 'PHOTO' option. 4)tap the option with up arrow symbol. 5)application gives a "force close" message.

Any help with these will be GRATEFULLY received!
Attached Files
File Type: apk PhotoClockWidgetLite.apk (2.83 MB, 4 views)
File Type: apk PhotoClockLiveWallpaperLite.apk (2.84 MB, 3 views)

SanjayP is offline  
Reply With Quote
Sponsors
Old October 11th, 2011, 11:54 PM   #2 (permalink)
New Member
 
Join Date: Oct 2011
Posts: 6
 
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
Default tested version 0.10

just tested version 0.10 and still got a force close.

I press BACK when I'm in camera mode then got force close

10-12 11:51:26.011: ERROR/AndroidRuntime(14791): FATAL EXCEPTION: main
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.op.photoclock.widgetlite/com.op.photoclock.SavePhotoActivity}: java.lang.NullPointerException
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at android.app.ActivityThread.performLaunchActivity(A ctivityThread.java:1647)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at android.app.ActivityThread.handleLaunchActivity(Ac tivityThread.java:1663)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at android.app.ActivityThread.access$1500(ActivityThr ead.java:117)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at android.app.ActivityThread$H.handleMessage(Activit yThread.java:931)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at android.os.Handler.dispatchMessage(Handler.java:99 )
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at android.os.Looper.loop(Looper.java:130)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at android.app.ActivityThread.main(ActivityThread.jav a:3683)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at java.lang.reflect.Method.invokeNative(Native Method)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at java.lang.reflect.Method.invoke(Method.java:507)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at com.android.internal.os.ZygoteInit$MethodAndArgsCa ller.run(ZygoteInit.java:839)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at com.android.internal.os.ZygoteInit.main(ZygoteInit .java:597)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at dalvik.system.NativeStart.main(Native Method)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): Caused by: java.lang.NullPointerException
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at com.op.photoclock.FileHelper.getEffecientBitmap(Fi leHelper.java:251)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at com.op.photoclock.FileHelper.resizeBitmap(FileHelp er.java:218)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at com.op.photoclock.FileHelper.getBitmapFromImagePat hOrImageData(FileHelper.java:150)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at com.op.photoclock.SavePhotoActivity.showImage(Save PhotoActivity.java:209)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at com.op.photoclock.SavePhotoActivity.onCreate(SaveP hotoActivity.java:106)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at android.app.Instrumentation.callActivityOnCreate(I nstrumentation.java:1047)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): at android.app.ActivityThread.performLaunchActivity(A ctivityThread.java:1611)
10-12 11:51:26.011: ERROR/AndroidRuntime(14791): ... 11 more
10-12 11:51:26.027: WARN/ActivityManager(109): Force finishing activity com.op.photoclock.widgetlite/com.op.photoclock.SavePhotoActivity
beka is offline  
Reply With Quote
Reply

Bookmarks

Tags
android, clock, photo, test, wallpaper


Go Back   Android Forums > Android Development > Application Development > Alpha & Beta Testing User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -5. The time now is 04:17 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo