¡@

Home 

2014/10/16 ¤W¤È 08:19:51

android Programming Glossary: mydroid

Android sending lots of SMS messages

http://stackoverflow.com/questions/1663514/android-sending-lots-of-sms-messages

like there is a limit of 100 sms messages every 3600000ms 1 day for each application. http www.netmite.com android mydroid frameworks base telephony java com android internal telephony gsm SMSDispatcher.java Default checking period for SMS sent..

Android kernel compile and test with Android Emulator

http://stackoverflow.com/questions/1809774/android-kernel-compile-and-test-with-android-emulator

the kernel using the cross compilation tools distributed with the open source project make ARCH arm CROSS_COMPILE mydroid prebuilt linux x86 toolchain arm eabi 4.2.1 bin arm eabi The kernel built this way should end up in the arch arm boot folder.. to replace the standard kernel. The other option is to start the emulator with the kernel option set emulator kernel mydroid kernel common arch arm boot zImage Note that I have used the default paths in the above description you need to change them.. information In the standard Android open source distribution the kernel is distributed as a pre built binary in the mydroid prebuilt android arm kernel folder and the source code is not included. The kernel source was removed from the default manifest..

Removing AppWidgets programmatically

http://stackoverflow.com/questions/4532121/removing-appwidgets-programmatically

is removed widget should be deleted as well. I've tried following an obscure example from http www.netmite.com android mydroid cupcake frameworks base services java com android server AppWidgetService.java but that doesn't seem to even trigger OnDeleted..

Create a NinePatch/NinePatchDrawable in runtime

http://stackoverflow.com/questions/5079868/create-a-ninepatch-ninepatchdrawable-in-runtime

h 3c471ca76107cc49b5f8e3ca15e87725ed80faf9 hb refs heads gingerbread isNinePatchChunk http netmite.com android mydroid 1.6 frameworks base core jni android graphics NinePatch.cpp struct Res_png_9patch https scm.sipfoundry.org rep sipX main..