kgilmer
215 posts
|
rbpasker,
Sure thing. First step is to remove the old emulator bundle. You can do this by deleting the bundle from the kernel directory in your eclipse install. Here is how I did it:
rapsilla:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel ken$ rm com.buglabs.bug.emulator.jar
Next I relaunch Eclipse and the Virtual BUG. It turns out I have to bounce the headless emulator bundle as the new commands are not available in the console. Here is how:
(: help Command___Usage__________________________Description__________________________________________________________________ bundles [filter] Returns a list of bundles present in current OSGi runtime environment. consumers [(bundle id | bundle name)]... Returns a list of services that each bundle consumes is currently consuming. exit exit Stop all bundles and shutdown OSGi runtime. headers bundleId [filter] Returns the headers for a given bundle. help help [filter] Print table of currently available commands. install bundle_URL Install a bundle from the given URL. printenv [filter] Returns the system settings. producers [(bundle id | bundle name)]... Returns a list of services that each bundle is currently offering. quit quit Stop the shell bundle. restart Stop and restart all running bundles. services [(bundle id | bundle name)]... Returns a list of services present in the runtime. shutdown Shutdown runtime. start (bundle_Id | bundle_name)... No help available for this command. stop (bundle_Id | bundle_name)... No help available for this command. update update Stop and restart all active bundles.
(: bundles Id_State____Name_____________________________Version___Location_____________________________________________________________________________________________________________________________________________ 0 active System Bundle 0.6.3 System Bundle 1 active EventAdmin Service 0.6.1 file:/Applications/eclipse33-test/configuration/org.eclipse.osgi/bundles/177/1/.cp/jars/cg_event.jar 2 resolved Undefined Undefined file:/Applications/eclipse33-test/configuration/org.eclipse.osgi/bundles/177/1/.cp/jars/cg_framework.jar 3 resolved osgi 3.0 file:/Applications/eclipse33-test/configuration/org.eclipse.osgi/bundles/177/1/.cp/jars/osgi.jar 4 active ch.ethz.iks.slp 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/ch.ethz.iks.slp.jar 5 active com.buglabs.bug.base 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.bug.base.jar 6 active BUG SDK Event System 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.bug.event.jar 7 active BUG Menu Bundle 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.bug.menu.jar 8 active BUG Module Admin 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.bug.module.jar 9 active BUG Program Admin 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.bug.program.jar 10 active BUG Web Service Admin 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.bug.service.jar 11 resolved BUG Common Bundle 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.common.jar 12 active Http Service 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.osgi.http.jar 13 active com.buglabs.bug.emulator.console 1.0.0 file:/Users/ken/dev/workspaces/eclipse-test/.metadata/.plugins/com.buglabs.osgi.concierge.runtime/bundles/com.buglabs.bug.emulator.console_1.0.0.jar 14 active LatLonConverter 1.0.0 file:/Users/ken/dev/workspaces/eclipse-test/.metadata/.plugins/com.buglabs.osgi.concierge.runtime/bundles/LatLonConverter_1.0.0.jar 15 active BugWeather 1.0.0 file:/Users/ken/dev/workspaces/eclipse-test/.metadata/.plugins/com.buglabs.osgi.concierge.runtime/bundles/BUGWeather_1.0.0.jar 16 active BMI Bundle 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.bug.bmi.jar 17 active BUG Camera 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.bug.emulator.module.camera.jar 18 active BUG GPS 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.bug.emulator.module.gps.jar 19 active BUG LCD 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.bug.emulator.module.lcd.jar 20 active BUG MOTION 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.bug.emulator.module.motion.jar 21 active com.buglabs.bug.slp 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.bug.slp.jar 22 active com.buglabs.osgi.shell 1.0.895 file:/Applications/eclipse33-test/plugins/com.buglabs.dragonfly.bug.kernel_1.0.0.1275/kernel/com.buglabs.osgi.shell.jar
(: stop 13 com.buglabs.bug.emulator.console: active -> resolved
(: start 13 com.buglabs.bug.emulator.console: resolved -> active
(: help Command____Usage__________________________Description__________________________________________________________________ bmi_insert Module_id slot_id Insert a module into the running virtual BUG. bmi_remove Module_id slot_id Remove a module into the running virtual BUG. bundles [filter] Returns a list of bundles present in current OSGi runtime environment. consumers [(bundle id | bundle name)]... Returns a list of services that each bundle consumes is currently consuming. display Show the last message written to the display. exit exit Stop all bundles and shutdown OSGi runtime. headers bundleId [filter] Returns the headers for a given bundle. help help [filter] Print table of currently available commands. hk 1-4 Causes hotkey on Virtual BUG to be pressed. install bundle_URL Install a bundle from the given URL. nav (UP | DOWN | LEFT | RIGHT) Causes navigation button on Virtual BUG to be pressed. printenv [filter] Returns the system settings. producers [(bundle id | bundle name)]... Returns a list of services that each bundle is currently offering. quit quit Stop the shell bundle. restart Stop and restart all running bundles. services [(bundle id | bundle name)]... Returns a list of services present in the runtime. shutdown Shutdown runtime. start (bundle_Id | bundle_name)... No help available for this command. stop (bundle_Id | bundle_name)... No help available for this command. update update Stop and restart all active bundles.
(:
And then I enter
bmi_insert GPS 0 bmi_insert LCD 1
And then my console hangs, just like with the SWT Virtual BUG. Sorry, I thought this was working. Let me get back to this thread when I sort through this problem.
|
rbpasker
22 posts
|
woo hoo, i got it launched, typed in the commands, etc!
but it hung for me too :(
good progress, though!
|
kgilmer
215 posts
|
Thanks for the encouragement :) I’m happy to say we have an AWT-based Virtual BUG that runs on all three platforms. Pending some cleanup and testing we should be able to get this out to you all pretty soon. Thank for your patience.
|
rbpasker
22 posts
|
Hi, I was wondering when we might be able to get our hands on the new AWT-only code
|
hzaida
38 posts
|
Hi rbpasker,
QA is currently testing the latest and greatest build now. Barring we find no ‘showstoppers’, we would like to deliver a build to the beta community on Thursday.
Thanks and have a great day! Heather
|
huang
76 posts
|
http://www.officiallouisvuittonzone.net/ louis vuitton outlet http://www.hermesoutletusa.org/ hermes bags http://www.cheap-suprashoes.org/ supra shoes http://www.louisvuittonusauks.co.uk/ Louis Vuitton UK http://www.louisvuittonpurses-outlets.net/ louis vuitton handbags http://www.greatlouisvuittonbags.com/ louis vuitton purses http://www.louisvuittonpursebags.net/ Louis Vuitton Purses http://www.louisvuittononlineshops.org/ Louis Vuitton Outlet Online
|
rubing
103 posts
|
Isn’t it funny how we www.coachfactorystoreec.com/ Coach Factory Store always want what we can’t have? The girl with the round and pert backside wishes that her rear were 5 times smaller. Meanwhile, the girl with the non existent posterior wishes to achieve a larger butt. Well, if the grass is greener on the other side, just water yours! If you’ve got a small behind, you can create the illusion of a larger one with butt enhancing jeans. Here’s how to do it. Look for light weight denim – This material is very stiff and heavy. If you try to stuff a flat butt into denim jeans, it will only create a flatter looking behind. A little stretch goes a long way – Your butt enhancing jeans should additionally contain some stretch. A mixture of 98 percent cotton and 2 percent lycra is best. This combination of lycra and cotton, especially when it’s in a nice tight-weave fabric that’s fitted through the hip and thigh area will help lift your buttocks. Too much lycra and your jeans may start to ripple like a pair of leggings. If there’s not enough cotton content, there won’t be enough structure to hold you up. It’s all in the pockets – The most effective trick for creating the illusion of a bigger butt is to choose jeans with flap pockets. The added bulk of the flap will enhance and add dimension to your tiny tush. True Religion is notoriously famous for their flap pocket designs. You can also try Hudson, Rock & Republic, Frankie B and Paige for addition flap pocket styles. Pocket placement – If you’re not a fan of flap pockets, or if you’ve already bought too many of them, you can also try denim with regular pockets. Be sure to aim for a pair with smaller pockets that sit higher and this will help make your rear look lifted. Cut is also important – Look for jeans with a slight tapering at www.coachfactoryonliness.com/ Coach Factory Online the knee, such as a straight leg or skinny style. This cut will make your bum look a bit larger in comparison to the rest of your body. Great styles to try are True Religion Billy, Julie or Stella, Siwy Harmah or Rose, and Hudson Emily or Paige. How low can you go – Actually, you don’t want to go too low when it comes to the jean rise. The goal is to project more, not less. A pair of low rise denim will only reduce the size of your rear. Instead, opt for a pair with a medium rise. Color me right – Since dark colors minimize, dark denim and indigo will create a slimming effect. You do not want this kind of effect on your barely there behind! Try to find light colored or medium blue denim. Grey is very flattering and will also work. Like a great bra, butt enhancing jeans can also lift and www.coachfactoryoutletusa.com/ Coach Factory Outlet separate what little you have. So it wasn’t in your genes to have a nice, round bottom. Big deal. Be happy with what you’ve got and just improvise!
|