[android-porting] Establish PPP data path in Android RIL

2011-12-07 Thread Speed
Hi all, I've successfully ported Android gingerbread version to Beagleboard xM. I also established a connection between my modem and Beagleboard through serial interface by doing a couple of changes in the reference ril and libril/ril.cpp. I can able to receive AT commands between my modem and RIL.

[android-porting] Re: Run script at startup to configure eth0 with a static IP address

2011-12-07 Thread Ronnyek
Seems like the service you start there, is not what is generating those errors, unless there was just a typo in code. Also I wouldnt expect to see errors with dhcpcd, unless you were firing up the eth0 interface with "netcfg eth0 dhcp". I intend on building a list of patches based on those of the

[android-porting] I am porting AOSP to my galaxy ace getting some errors while building the source

2011-12-07 Thread Nitesh Purohit
target Java: framework (out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes) out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/app/IProfileManager.java:723: cannot find symbol symbol : class Profile location: package android.app public android.ap

[android-porting] Re: Ethernet Patch, but problems with dhcpcd

2011-12-07 Thread Ronnyek
Nicu, I'm experiencing a problem with regards to ethernet interface... and wondered if this is expected behavior or if I am missing something. I've noticed that generally when ethernet is plugged in on boot, it grabs remembered setting for dhcp and fetches the appropriate ip/ gateway/subnet/dns,

Re: [android-porting] Can't start UI after porting android

2011-12-07 Thread bord...@gmail.com
pleast print your dmesg and logcat On Wed, Dec 7, 2011 at 10:22 PM, phong tran wrote: > Hi all, > I have just run successfully android Userland on my HW but after > initialize It can't load the User interface. I used "ps" command and I > can't find some processes running, such as com.android.sy

[android-porting] Re: Can't start UI after porting android

2011-12-07 Thread phong tran
I don't remember add some more information. My android version is ICS. On Dec 7, 9:22 pm, phong tran wrote: > Hi all, > I have just run successfully android Userland on my HW but after > initialize It can't load the User interface. I used "ps" command and I > can't find some processes running, su

[android-porting] Can't start UI after porting android

2011-12-07 Thread phong tran
Hi all, I have just run successfully android Userland on my HW but after initialize It can't load the User interface. I used "ps" command and I can't find some processes running, such as com.android.systemui, com.android.mms, com.android.phone, Could somebody help me? Thank you in advance.

[android-porting] Samsung Galaxy Tab : Compiling/Flashing Kernel from https://opensource.samsung.com/index.jsp

2011-12-07 Thread s.rawat
Hi , Has any one tried this : (1) Downloading the kernel form the https://opensource.samsung.com/index.jsp,compiling and flashing it on the Samsung Galaxy Tab (GT-p1000 - 7 inch Tab) (2) Which tool you are using Odin or Heimdall?? (3) What is required other than zImage to be flashed on the Tab.(roo

Re: [android-porting] android.permission.ACCESS_SURFACE_FLINGER error

2011-12-07 Thread bord...@gmail.com
Thanks for your reply. Default my /dev/graphics/* is belong to graphics group. I change the android.permission.ACCESS_SURFACE_FLINGER permission protectionLevel from signature to normal in frameworks/base/core/res/AndroidManifest.xml file, it fixed the permission problem, although it's a bad idea.