[android-developers] Re: Problems with file permissions on actual G1 platform

2008-11-06 Thread Bradley Kite
Hi It seems quite sensible to have root access disabled by default when the devices ship, but is there really no way that it can be enabled again for the purposes of debugging etc? As owner of the device I feel I should be entitled to such a thing. Does any body know how? Any help will be much

[android-developers] Re: Problems with file permissions on actual G1 platform

2008-10-28 Thread Justin (Google Employee)
Jeff, I checked out the code from the project, and there's an error on line 179 of android.androidVNC.VncCanvas.java. I'd suggest using Bitmap.Config.RGB_565 for the third argument. Once I fixed this I was able to build the project and install fine. My guess would be that the install was failing

[android-developers] Re: Problems with file permissions on actual G1 platform

2008-10-25 Thread azz710
Dear Justin, Thanks so much for responding. Here's a link to the project page for the VNC Viewer: http://code.google.com/p/android-vnc-viewer/ ...and here's the page for the VNC server: http://code.google.com/p/android-vnc/ Note the latter's instructions simply to move the file to the phone,

[android-developers] Re: Problems with file permissions on actual G1 platform

2008-10-25 Thread Justin (Google Employee)
> Specifically, when I try to adb install , I > receive the following error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED The error message is saying there is something wrong with your manifest file. Perhaps you are not building against the 1.0r1 SDK? Can you provide pointers to both the APK and the s