[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-01-31 Thread Abash
Hi Guys and Chris, I'm sorry, I've sent a message to Chris, but I'm interested in posting for anyone else. I've found a very important hack in the Samsung 360 H1, that allows to access to ANY file in the WHOLE operating system (Kernel included). Here are the details: http://www.limo-os.com/forum

Re: [android-porting] "Failed to load wifi driver" from application

2010-01-31 Thread vishal bhoj
Have a look at the hardware/libhardware_legacy/wifi/wifi.c . If ur wifi driver is built as part of the kernel please set these property initrc setprop wifi.interface "wlan0" setprop wlan.driver.status "ok" setprop init.svc.wpa_supplicant "running" On Fri, Jan 29, 2010 at 6:54 PM, Ask wrote:

[android-porting] Why 'system' user cannot access /sdcard ?

2010-01-31 Thread david 1
Anybody know the reason for this issue? How to resolve it? Workaround is OK, too. I have a Java-JNI-App which must run in 'system' user mode, but once switch to that, my App then cannot access /sdcard. Confused. Any hint is appreciated. Thanks. david -- unsubscribe: android-porting+unsub

Re: [android-porting] Re: Resistive touch screen not working on android-1.6

2010-01-31 Thread Ashwin Bihari
If you've managed to run the ts_calibrate program, you should also build the other test programs, most notably ts_test and with the calibration done, you should run ts_test and see if the touch is responding. If it is, then you can focus on your Android changes as opposed to not knowing what part

[android-porting] Porting AOSP Android 2.1 to HTC Sapphire (Magic/myTouch3G)

2010-01-31 Thread Ben Stokes
Hi All, I've been having fun getting Android 2.1 working on my HTC Magic (aka Sapphire/myTouch3G). I've built the AOSP source using instructions on HTC and Google's Android site (the 1.6 instructions) a kernel from cyanogen's source, and a reverse engineered camera driver from XDA, and I'm surpris

Re: [android-porting] Re: Resistive touch screen not working on android-1.6

2010-01-31 Thread தங்கமணி அருண்
Hi, my touch screen is still not yet working. To make it work, i did the following. 1. I have applied patch from: http://www.mail-archive.com/android-porting@googlegroups.com/msg05571.htmlon android source 2. I have integrated "tslib" package from : http://android-m912.googlecode.com/files/tsli

Re: [android-porting] How to download from git repositories ?

2010-01-31 Thread Steven Lin
Please search how to use git before asking On 2010/1/30, at 2:22, stupid123 wrote: HI, I am trying to download "android-omap-2.6.29" kernel from http://android.git.kernel.org/?p=kernel/omap.git;a=summary I have run following commands :$git clone git://android.git.kernel.org/ker

[android-porting] android ASOP build fails on fedora 10 on x86 (32 biut arch)

2010-01-31 Thread CSUIDL PROGRAMMEr
Hello, I have searched for this on FAQ, google but to no avail. I am trying to build android from repo but this is the error i get. I am not sure if it is android related or sinjdoc (java) related. Any help would be appreciated. LATFORM_VERSION_CODENAME=AOSP PLATFORM_VERSION=AOSP TARGET_PRODUCT

[android-porting] Wiki and Forum for developers

2010-01-31 Thread wakey
I try to start something that could help all android porting projects. You can cotribute too and get yourself help. Try it out! http://www.android-porting.at.vu/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: about resetInterface() in Android Wifi

2010-01-31 Thread dimitr...@android.com
Hi, Turning interface on is done in wpa_supplicant if needed before association. This is done to simplify wifi network manager. Regards, Dmitry On Jan 31, 6:27 am, johnny wrote: > Hi All, > > In reading the code of WifiStateTracker(eclair), I found that when a > connection is disconnected, the s

[android-porting] about resetInterface() in Android Wifi

2010-01-31 Thread johnny
Hi All, In reading the code of WifiStateTracker(eclair), I found that when a connection is disconnected, the screen goes to off, the resetInterface () will be called. That function will disable the wifi interface. But later I can't find a place that will enable the interface. Thus in my system, on