Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sambuca

Pages: 1 ... 24 25 [26] 27 28 ... 31
376
Developers / Re: [Testers?] Suspend/Resume MDs....
« on: March 09, 2009, 10:57:38 am »
I'll give it a go. I was out of town this weekend, if not I would probably have tested it already  ;)

I already have a working suspend/resume on one of my MDs, so I think this should be easy to test. But I also have had my share of problems with suspending, or more correctly resuming. In 704 I had suspend to ram working, but when 710 came out, they had removed the s2ram utility.. bummer. To make a long story short, I instead set it up to suspend to disk using a compact flash card.

btw, nice work Colin  :)



377
Developers / Re: Suspend/Resume MDs....
« on: March 04, 2009, 12:31:49 pm »
Have you looked at the http://wiki.linuxmce.org/index.php/Suspend page ? It describes how to set up hibernation, and also how to add script execution on suspend/resume.
Doesn't help with the dependency issue though  :-\

Great work by the way, I think you are very close to a working solution. If you see in the wiki article mentioned, I did a very crude script to kill the processes I knew were running. But I didn't think of using the SQL approach you use.

sambuca

378
Users / Re: Xine audio optimization
« on: February 17, 2009, 10:30:11 am »
Hi

If this is a Xine related issue, I think the Xine forum/list/whatever might be of more help. Once that is figured out, you should be able to find information about how to set options for Xine in this forum (pretty sure I've seen such posts).

Not sure if upgrading Xine is easy, depends on how LMCE controls it. The key here is the Xine_player, and some searches should provide information about it, and if it requires a patched Xine.

br, sambuca

379
Users / Re: How to get F6, F7 and F8 on the IR remote control?
« on: February 17, 2009, 10:22:12 am »
Hi nite_man,

Maybe its the default behaviour? I'm not at home right now, so I can't test it.
Does pressing the correct Fx button during video playback open the main menu, but not the remote button?


380
Developers / Re: Java/ J2ME mobile orbiter
« on: February 15, 2009, 02:04:44 pm »
Hi everyone,

I've added parsing of the configuration file to the MO and opening of the web browser from within the VMC viewer. This should enable much more of the original MOs functionality (set scenarios, view alerts etc.).

But it does not inform you of any events like (I think) the original mo does, because Java does not allow call interception, which is what the Symbian orbiter uses to alert you. (LMCE calls your phone, and the PlutoMO intercept it, and does its magic). Please correct me if I am wrong ;)
It would be possible to intercept SMS in the JavaMO, but it would require a change in LMCE to send SMS instead of calling your phone. I don't even know if most phone providers support sending SMS via land line/VOIP?

Time to bring out your phones and start testing  :D

br,
sambuca

381
Users / Re: How to get F6, F7 and F8 on the IR remote control?
« on: February 13, 2009, 10:42:28 pm »
Hi,

On my default install, I have some of those (if not all) functions on the color buttons. I have a Hauppage remote, btw.

If not, I think you can alter/add the functionality for different remote buttons in the advanced device admin page for the remote. Can't remember the details, search the forums or the wiki.

br,
sambuca

382
Developers / Re: Java/ J2ME mobile orbiter
« on: February 09, 2009, 09:02:06 pm »
Ok, I got time to do some more work on the JavaMO.  8)

I fixed some issues related to disconnect/reconnects. I ran into them when testing follow me. It disconnected, but it never succesfully reconnected. I'm not sure but perhaps hari's version handled reconnects better.
Anyway, it should work now.
For those who like to read log files etc, it is now possible to close the VMCViewer/Orbiter, open the log, close it and then reopen the viewer with a "Orbiter" menu entry when it is connected.

The new version has been published on my website. (see previous post for url  ;D )

br,
sambuca

383
Installation issues / Re: Error: Can't have a partition outside the disk
« on: February 08, 2009, 10:06:23 am »
It's probably a combination of hard disk, bios and linux that gives you problem with using the 250G disk. Maybe you can find some more information on the Internet. I remember to have read something about bios settings wrt. disk size and linux, but it was some time ago, not sure it applies.

br, sambuca

384
Users / Re: Can not use media or lighting map on UI2-Alpha blended MD??
« on: February 04, 2009, 10:19:07 am »
Hi,

I can confirm buleks issue.
As for playing files and moving them to other MDs, I did have some problems with that but can't exactly remember what..

br,
sambuca

385
Developers / Re: Java/ J2ME mobile orbiter
« on: February 04, 2009, 09:34:28 am »
Hmm,
As far as I can see, the jar file size is the same as the Midlet-Jar-Size. It also installs fine on my SonyEricsson phone. Maybe there is some caching/proxy in your providers network?
At least I can't think of anything else at this moment.

br,
sambuca

386
Developers / Re: Java/ J2ME mobile orbiter
« on: February 03, 2009, 04:30:20 pm »
Hi Dan,

Would you mind trying again? I changed the reference to SELECT_COMMAND, so maybe it works now. I cannot see anything wrong with the code, but maybe some devices are a bit picky.

(It was the list, hari :) The phone tries to access CommandListener.SELECT_COMMAND when I use the SELECT_COMMAND reference in the code. The class extends List and implements CommandListener, the SELECT_COMMAND is in the List class)

br,
sambuca

387
Developers / Re: Java/ J2ME mobile orbiter
« on: January 22, 2009, 08:26:12 pm »
I did a preliminary check-in of my current VMC code. It is still very much a work in progress.

Still much to do, though I am not sure whether all the code in the original mo is used for lmce. Maybe someone can shed some light on this?

br,
sambuca

388
Developers / Re: Java/ J2ME mobile orbiter
« on: January 10, 2009, 11:02:44 pm »
ok, not my day, apparently.

I used a new jad file when I fixed the previous problem (wrong CLDC version, as socabomb mentions), and the new file has different JAR file size than the published one... I'll try to get it right the first time around next time   :P

br
sambuca

389
Developers / Re: Java/ J2ME mobile orbiter
« on: January 10, 2009, 01:15:06 pm »
Hi IF,

Please try again, it should work now.

Seems I didn't fix a problem with a typo in the JavaMO.jad file properly the last time.  :(

br,
sambuca

390
Developers / Re: Java/ J2ME mobile orbiter
« on: January 09, 2009, 04:04:03 pm »
Viking,

I've seen reports around the Internet that this phone don't support bluetooth access from Java (jsr-82). Maybe thats the problem with hari's version. Don't know about my version though. I think I kept the application within the MIDP 2.0 spec, so you should make sure that the phone supports that. But it might just be that it's the bluetooth support that triggers the error, although it should have displayed the same message as hari's version.

best regards,
sambuca

Pages: 1 ... 24 25 [26] 27 28 ... 31