[android-developers] Re: Getting error Unfortunately App Stopped... Fed up...

2013-04-29 Thread tibigiur...@gmail.com
you must call setContentView(R.layout.activity_main) before findViewById(R.id.callButton) On Wednesday, April 24, 2013 11:01:13 PM UTC+3, Ravi Tewari wrote: Can anyone tell wats wrong here... I am new to Android but NOT to Java.. I am getting the error Unfortunately App Stopped while running

[android-developers] Re: How to become root in emulator?

2009-04-09 Thread tibigiur...@gmail.com
Hi Meryl You are always root in the emulator. That link is about how to gain root access on a real G1 device. I think the problem is you are trying to (re)mount a wrong partition. On my emulator /dev/block/mtdblock0 is mounted on /system, and remounting it with rw works fine. To make sure what

[android-developers] Re: How to become root in emulator?

2009-04-09 Thread tibigiur...@gmail.com
Hi Meryl You are always root in the emulator. That link is about how to gain root access on a real G1 device. I think the problem is you are trying to (re)mount a wrong partition. On my emulator /dev/block/mtdblock0 is mounted on /system, and remounting it with rw works fine. To make sure what