Search results

  1. Jey123456

    Starsonata 2 Beta announced

    I didn't feel like it was warrant of being in a pandora related topic yet, but offtopic sure =D. I'm one of the programmers for Starsonata, and Starsonata 2. As soon as it is released and everything calmed down a little, i will be working on a pandora version for the game client (its using...
  2. Jey123456

    touchscreen with custom kernel

    I compiled/installed a custom kernel based on the current config except that my mmc driver is a module so ill be able to mess up with it without reinstalling everytimes. but anyway everything work fine except i have no touchscreen support. i couldt see anything related to it in dmesg. so i...
  3. Jey123456

    little thing about sd card and our kernel

    while browsing around the pandora kernel config, i noticed that CONFIG_MMC_UNSAFE_RESUME is activated. since we dont want the sdcards to umount when the pandora sleep, that option is "expected" but it might be the cause of the corruption for some people. basicly, this option mean. never...
  4. Jey123456

    how to work around the move to trash in thunar

    in thunar, edit->configure custom actions create a new action create delete directly (or whatever you want to call it) set an icon, and for command just use 'rm %F' without the quotes, if you use %f then only the first selected file will be deleted. i would still like to figure a way on...
  5. Jey123456

    Release pnd_utils

    Pnd_utils is a package which for now only contain a few features, but will grow as i add stuff to it. the first thing is pqr (pnd_quickrun). its a simple script that will run the first application in a pnd, without having to meddle with the long command line (pqr bleh.pnd) is enough. the...
  6. Jey123456

    Release pnd_assoc

    This is a little script i made in the past hour or so. So that i could associate panplayer with my videos without having to tie it down to one sd slot. It could be used for just about anything else, like linking .sms with snes9x or whatever (no clue if it would work right away, or would need...
  7. Jey123456

    controlling the sd write cpu usage

    Well, my issue isnt exactly the cpu usage, and more off the fact that the whole thing end up stuck 100% in %wa (shown in top), every time an async write happen. As a general usage, its not much of an issue, so long as you dont multitask too much. but if your lets say, downloading a file...
  8. Jey123456

    controlling the leds ?

    As the title say, i was wondering if there is a software way to change the leds intensity (power/charging/sdaccess etc). I find them way too bright for my night usage (my monitor is usually at 1 brightness, but the leds produce more light than the monitor at that point XD). I messed around a...
  9. Jey123456

    Release Linksys AE1000 usb wifi

    A few days ago i bought this usb wifi N adapter since i knew there were some unix driver sources for it. (http://homestore.cisco.com/en-us/Adapters/Linksys-AE1000-Wirelessn-connector_stcVVproductId97826164VVcatId551966VVviewprod.htm) Followed a bit of...
  10. Jey123456

    wify interference ?

    For some weird reasons, the pandora seem to be producing quite a lot of wifi interferences, i just noticed today after feeling some major internet lags on my pc, while downloading on my pandora at 800-900kb/sec. So i did some tests, my wifi is b/g/n, i have a laptop that connect on 802.11g...
  11. Jey123456

    wifi issues workaround (work for me at least)

    If your in a situation like me, where the wifi speed work perfect, it never disconnect so to speak but it "freeze" for like 30 secs every now and then, (your manager still show as connected, but no ping/packets pass for a while). you might have the same issue i had and tho its not perfect, i...
  12. Jey123456

    Release ./pre.sh and ./post.sh support to pnd

    i edited the pnd_run.sh script to run ./pre.sh and ./post.sh scripts if they are found in the application root (pnd directly or appdata). ./pre.sh is executed before the actual application ./post.sh is executed once the application is gone Thats a very small change (8 lines), and i know it...
  13. Jey123456

    pnd custom script ?

    I was wondering if there is currently a standard way to run a start/end script that is user defined outside of the pnd. For instance, if i wanted to remap my controls when starting the snes emulator, then undo the maping when it close, i was thinking adding some script in the pnd launching...
  14. Jey123456

    broke wifi after installing the beta driver

    installed that driver to see if it would fix the disconnections i get from time to time. but instead i got a permanent disconnection ! dmesg dump on the other topic.
Back
Top