Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission for PhoneFacade #12

Open
jkennethcarino opened this issue Jul 12, 2014 · 2 comments
Open

Permission for PhoneFacade #12

jkennethcarino opened this issue Jul 12, 2014 · 2 comments

Comments

@jkennethcarino
Copy link

PhoneFacade needs READ_PHONE_STATE permission to get it work.

2014_07_12_10 19 06
and (an issue) when I get back to QEdit, the script needs to save again.
2014_07_12_10 21 36

Here's my qpyplus_last_err.log:

FINGERPRINT=samsung/GT-S5360/GT-S5360:2.3.6/GINGERBREAD/DXMJ1:user/release-keys
HARDWARE=bcm21553
UNKNOWN=unknown
RADIO=unknown
BOARD=totoro
PRODUCT=GT-S5360
DISPLAY=GINGERBREAD.DXMJ1
USER=dpi
HOST=DELL223
DEVICE=GT-S5360
TAGS=release-keys
MODEL=GT-S5360
BOOTLOADER=unknown
CPU_ABI=armeabi
CPU_ABI2=unknown
ID=GINGERBREAD
SERIAL=unknown
MANUFACTURER=samsung
BRAND=samsung
TYPE=user
android.app.RemoteServiceException: Bad notification posted from package com.hipipal.qpyplus: Coulding create icon: StatusBarIcon(pkg=com.hipipal.qpyplus id=0xffffffff level=0 visible=true num=0 )
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1048)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loop(Looper.java:130)
    at android.app.ActivityThread.main(ActivityThread.java:3687)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:507)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625)
    at dalvik.system.NativeStart.main(Native Method)

Thanks. :)

@riverfor
Copy link
Member

Thanks for feedback.

QPython doen't include the READ_PHONE_STATS permission, so that this exception will thrown, Please try the QPython3 which had included that permission.

@falcolumbarius
Copy link

Is it possible to add read and write permissions for both contacts and user dictionary?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants