> Specifically, when I try to adb install <path to androidVNC.apk>, 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 source?

> Also, when I try to adb push fbvncserver /data, to move the VNC server
> to the phone, I'm told I don't have sufficient permissions.  Then,
> when I tried to use the shell to chmod the /data folder, I'm told I
> don't have permission to run chmod.  When I try to use su to run chmod
> as root, or to logout and login as root or 0, I'm told that I haven't
> permission to run any of those commands.

The G1 has root disabled and 'su' is not available. Since there is no
way to perform operations as root, you can't manipulate the /data
directory. root is disabled on the G1 for security reasons.

Cheers,
Justin
Android Team @ Google

On Oct 24, 1:07 pm, azz710 <[EMAIL PROTECTED]> wrote:
> Folks,
>
> I just received my T-Mobile G1 am very pleased, to say the least, and
> I expect to develop a couple of applications, probably for my own use.
>
> Meanwhile, I'm trying to install a couple of non-Android Market,
> partially developed applications, starting with VNC.  Specifically,
> I'm trying to install a VNC viewer and VNC server, both of which
> projects, though incomplete, are apparently functional, though I have
> know way of knowing as I can't install either on my phone.
>
> Specifically, when I try to adb install <path to androidVNC.apk>, I
> receive the following error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
>
> Also, when I try to adb push fbvncserver /data, to move the VNC server
> to the phone, I'm told I don't have sufficient permissions.  Then,
> when I tried to use the shell to chmod the /data folder, I'm told I
> don't have permission to run chmod.  When I try to use su to run chmod
> as root, or to logout and login as root or 0, I'm told that I haven't
> permission to run any of those commands.
>
> Does anyone have any idea how I can do any of this on a real phone, or
> is development limited to using the emulator?
>
> Thanks,
> Jeff Broido - Writing code since 1966
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to