[android-developers] Re: chmod unexpected permission error when logged into an actual device

2008-10-29 Thread kooscar
else any hope google had of making android mainstream will fail. On Oct 28, 8:24 pm, Justin (Google Employee) [EMAIL PROTECTED] wrote: You can't do this on adevice. On devices root is disabled. Cheers, Justin Android Team @ Google On Oct 28, 4:42 pm, kooscar [EMAIL PROTECTED

[android-developers] VNC Server on the actual Phone

2008-10-28 Thread kooscar
Hi all, I am a super duper newbie that only got the Hello World app, and the vnc server working on the emulator However, I have just got my T-Mobile G1, and I was wondering how I can get all of these up and running on the actual phone. And if possible, can anyone provide some information/idea

[android-developers] chmod unexpected permission error when logged into an actual device

2008-10-28 Thread kooscar
$ ls ls sqlite_stmt_journals cache sdcard etc init default.prop logo.rle init.trout.rc data system sys proc init.goldfish.rc init.rc sbin root dev $ ls /data/ ls /data/ opendir failed, Permission denied $ chmod 777 /data/ chmod 777 /data/ Unable to chmod /data/: Operation not permitted $ I want