dya2 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

The phoneCallNumber python API throws a Java.lang.NullPointerException #392

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Execute following 3 lines of code from Motorola Droid
2.
3.

What is the expected output? What do you see instead?
When you execute the program it must dial a phone number

What version of the product are you using? On what operating system?
Device Motorola Droid and Firmware version is 2.1-update1

Please provide any additional information below.
Here is the 3 line program to re-create the problem.
import android
droid = android.Android()
droid.phoneCallNumber('2013142465')

This works on the droid emulator on windows but not on actual device.

Original issue reported on code.google.com by mahesh.n...@gmail.com on 10 Aug 2010 at 12:56

GoogleCodeExporter commented 9 years ago
I can't reproduce this. Please try the latest version of SL4A.

Original comment by damonkoh...@gmail.com on 11 Nov 2010 at 10:01