Hi Dianne, Can we add our own jar file into android device or can we run our own jar file (locating inside /data/local/) application from shell?
In my case, I have modified the input app by adding motion support (Currently motion support not there in 'adb shell input'). Now I want run my input.jar in my nexus one/HTC desire. Is it possible for me do that? Thanks rk On May 19, 3:46 am, Dianne Hackborn <[email protected]> wrote: > You need to flash the entire device with your own build. You can't just > selectively replace pieces of a user build. > > Also the first step for diagnosing the problem would be to look at the log > to see what errors are being reported. (And if you can't figure out what is > going on from that, you need to give this kind of information to people if > they are going to be able to help you.) > > > > > > On Tue, May 18, 2010 at 2:21 AM, omashhour <[email protected]> wrote: > > Hi, > > I was trying to modify the framework.jar from the android source code > > then I recompiled the entire source code. > > When I replaced the framework.jar on the motorola milestone it will > > not restart. > > > NB the motorola milestone .dex files are already available. > > > What am I doing wrong ? > > Thanks > > > --> > > unsubscribe:[email protected]<android-porting%2Bunsubscribe@ > > googlegroups.com> > > website:http://groups.google.com/group/android-porting > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. > > --unsubscribe:[email protected] > website:http://groups.google.com/group/android-porting -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
