[android-porting] Re: Terminal and su error

2009-05-16 Thread mvniekerk
Add notouch? How does one do that? On May 12, 9:08 pm, Yi Sun wrote: > On Tue, 2009-05-12 at 13:35 -0400, Kasuko wrote: > > I installed Android into a VirtualBox. Now when I select dialer or > > calender I get an error message about the android.process.acore has > > stopped unexpectedly. > > Th

[android-porting] android livecd

2009-05-16 Thread zqqa
hello everyone!! i have a new idea --- android livecd.and finish first version. please visit http://code.google.com/p/live-android/. it base eee_701 port.i only test it in vmware workstations. i know it have bug now. i will perfect it. if you have some suggestion.please tell me. enjoy it !!

[android-porting] Compile system image and flashing to G1,But no sound.

2009-05-16 Thread Deepblue
I compiled android source code to system image, and flash to my android dev phone 1,but no sounds out,such as can not playback music out, who can tell me how to fix it? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://

[android-porting] Re: What does com.android.acore do?

2009-05-16 Thread Elvis Dowson
Hi Dianne,Thanks for the info. When I did a search for com.android.acore using the Eclipse search function, I only found one occurrence, but no source file called acore.java. Why is that? If you could let me know, so that I can understand how the com.android.acore class is construc

[android-porting] Re: What does com.android.acore do?

2009-05-16 Thread Dianne Hackborn
It's not a class, it's just a process, which things say they want to run in with their AndroidManifest.xml. At any rate, the stack crawl of the crash is the most important thing for initially figuring out what is going on. On Sat, May 16, 2009 at 11:25 AM, Elvis Dowson wrote: > Hi Dianne,

[android-porting] Run a Service without an Activity

2009-05-16 Thread SGAdrian
Hi, I put the question in another thread and got this from Dianne : " You can create a Service without an Activity, that's one of the points of a Service, but you still need to be running in a process created by the activity manager (from an .apk with a manifest etc). It might help if you desc

[android-porting] In need of a Context

2009-05-16 Thread SGAdrian
Hi, I have developed a testagent which is started with app_process. This testagent can do things like inject keypresses, simulate touch events etc. More or less like the Monkey testprogram. The difference is that I can communicate with this program over TCP/IP and trigger functionality from my pc

[android-porting] Re: Run a Service without an Activity

2009-05-16 Thread SGAdrian
This message is exactly as the one I wrote, "In need of a Context". Please remove this one if it can be done. Why do I have to wait 10h to see my topic? I though something was wrong so I made a new one, thats why the two similar ones. //S On 16 Maj, 09:42, SGAdrian wrote: > Hi, > > I put the q

[android-porting] Re: Run a Service without an Activity

2009-05-16 Thread Raphael
We enabled first-post moderation on the forums to prevent spam. That means the first time you post, you need to wait for a human to approve your message. I saw both post and approved them both, I didn't want you to feel like your second post had been somehow discarded. Next posts you do are not be

[android-porting] Re: What does com.android.acore do?

2009-05-16 Thread Elvis Dowson
Hi Dianne,Thanks for the tip. So, shall I do a fftrace of the android init process? Or is there another command to do a stack trace for the android acore process? Best regards, Elvis On Sun, May 17, 2009 at 12:23 AM, Dianne Hackborn wrote: > It's not a class, it's just a process

[android-porting] Re: Terminal and su error

2009-05-16 Thread Yi Sun
Look at android/packages/apps/Contacts/res, you will see xxx-finger directories, you need to create xxx-notouch as well On Sat, 2009-05-16 at 05:51 -0700, mvniekerk wrote: > Add notouch? How does one do that? > > > On May 12, 9:08 pm, Yi Sun wrote: > > On Tue, 2009-05-12 at 13:35 -0400, Kasuko

[android-porting] Re: What does com.android.acore do?

2009-05-16 Thread Dianne Hackborn
Get the stack trace of the crash from the log with "adb logcat". On Sat, May 16, 2009 at 8:44 PM, Elvis Dowson wrote: > Hi Dianne,Thanks for the tip. So, shall I do a fftrace of > the android init process? Or is there another command to do a stack trace > for the android acore pro