Re: [android-porting] Porting Froyo lock screen to Eclair

2010-07-11 Thread Dianne Hackborn
You mean you want the features to have PIN locks and such? How about device admins (which has some close ties to it)? You'll have some some to tease all of those pieces out of Froyo in to Eclair. How about just moving to Froyo? ;) The code is Apache 2.0 license so the only legal constraints on

[android-porting] Re: Porting Froyo lock screen to Eclair

2010-07-11 Thread Soumya
Yep, you got that right. We need the lock screen specifically, but our requirement is such that we need to make that happen in Eclair. I tried to port the device policy manager service and faced so many issues ( still stuck at manifest file, don't know where to find it ). On Jul 11, 1:38 am,

[android-porting] Re: Eclair porting on SH4 architecture

2010-07-11 Thread abukustfan
Hi, Donut and Eclair branch did not including all patches for SH4 architecture. You can refer to below site to get necessary patches for eclair. https://oss.renesas.com/modules/download/index.php?cid=66 Good luck! On Jul 9, 3:30 pm, Dinesh Pandian dineshpand...@tataelxsi.co.in wrote: Hi, I

[android-porting] Icon Drag Drop between Two Activities(Applications)

2010-07-11 Thread QasewKim
Hi, This is about UI issues. I want to drag and drop Icons between Two Activities(Applications). Now, I am looking at the source code of the Launcher.java for Icon Drag Drop. It seems that the Launcher has a few layouts and Icons are moving between those layouts. And layouts are sending the

[android-porting] Need help on verifying Bluetooth DUN Tethering on zoom2

2010-07-11 Thread chetan kumar
Hi All, I have refered to below site and enabled bluetooth DUN tethering on zoom2 http://code.google.com/p/android/issues/detail?id=1416 any one please let me know how to verify Bluetooth DUN tethering(zoom2 communication with ubuntu machine through DUN) Thanks in advance. Rgds Chetan --

[android-porting] classes

2010-07-11 Thread Abhyudai Shanker
Hey Guys, Is it possible to create another classes object in a class in android. *I am tryin to do the following:* /* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the License); * you may not use this file except in compliance with