Re: [android-porting] Froyo build error WifiConfiguration

2011-01-11 Thread Lakshman Bana
I just started looking into GitWeb and I found that my source tree is missing few directories (wifi, vpn, telephony etc). Could someone help me to get those sources locally. Thanks lb On Mon, Jan 10, 2011 at 3:32 PM, lb lakshman.b...@gmail.com wrote: Hi All, I posted this question in

Re: [android-porting] Froyo build error WifiConfiguration

2011-01-11 Thread Deva R
do u miss folder just in framework? u can quickly rebase again., $rm -rf framworks/base $repo sync framework/base if some issue with repo sync, u can download tar ball - go to http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;h=refs/heads/froyo;hb=refs/heads/froyo (say froyo

[android-porting] Re: [android-kernel] repo intialization

2011-01-11 Thread Deva R
i wanted to initialize the repo in specific folder. whenever  i initialized the  repo . it initialize in home folder only even i make the directory and run the command. No such restrictions, and we can chose any directory we want. whole project tree location depends on where we do repo

[android-porting] Re: GingerBread Touch Issue

2011-01-11 Thread G2
In my case, it's not a problem of IDC files. It seems that Android believes the screen is off and then, there is a policy stating to discard input event like touchscreen if screen is off. I don't have a clean patch as the problem is more elsewhere, meaning you need to understand why Android thinks

[android-porting] [Ginger Bread] Preload app is not installed

2011-01-11 Thread Leeky
Hi, I'm going to preload Flash app on Ginger Bread model. But I'm facing an issue that it isn't installed. After build the model, I can see install_flash_player.apk at \out\target\product\MyModel \system\app But the app isn't installed on the device. ( I can see the install_flash_player.apk at

Re: [android-porting] [Ginger Bread] Preload app is not installed

2011-01-11 Thread Dianne Hackborn
Are you working with Adobe? On Tue, Jan 11, 2011 at 6:43 PM, Leeky sisan...@gmail.com wrote: Hi, I'm going to preload Flash app on Ginger Bread model. But I'm facing an issue that it isn't installed. After build the model, I can see install_flash_player.apk at \out\target\product\MyModel