Search results

  1. Cloudef

    Donating my Pandora to Waitlisted Developer

    @iprice, You have been mentioned on IRC while back as well. I guess that settles it then. Hopefully I can send it during next week. It comes with usb ethernet cable that sadly isn't USB 2.0 highspeed device, so without hub it won't be much use. Luckily I had USB 2.0 one with me. Anyways...
  2. Cloudef

    Donating my Pandora to Waitlisted Developer

    I've recently got full time job with good pay, so I won't have much time for Pandora anymore. So, if there are developers without Pandora that are interested and have time to do things, I can pass the device on.
  3. Cloudef

    Debian armhf

    Keep in mind that SGX doesn't have hfp drivers out. N900 is special case as nokia provides those.
  4. Cloudef

    Release Pandora config tray icon

    Since this is already in C, why not just make the parts of those scripts as C executable with setuid bit. Would save swinging that sudo around everywhere, making the pandora scripts more tidier and use less code duplication as well + you would have all the pandoara related privilidged stuff in...
  5. Cloudef

    Pandora PNDManager

    There should be directory with included libraries, export LD_LIBRARY_PATH to point at that directory like sebt3 mentioned above.
  6. Cloudef

    Pandora PNDManager

    Yes, that works until you close terminal. However you might need to export XDG_CONFIG_HOME too, I don't know which env variables B-ZaR uses on panorama pandora build if any. Then 'gdb ./panorama', when it crashes type 'bt full' and paste the backtrace.
  7. Cloudef

    Pandora PNDManager

    The gdb backtrace would still help I guess, though you need to extract the pnd somewhere and run it. This will cause it to write to nand propably too unless you temporarly export $HOME to somewhere else. The failing of synchorization and partial file stuff was probably because of repo load or...
  8. Cloudef

    Tiggit - Steam for Freeware

    There is Desura too, which I find quite nice.
  9. Cloudef

    Pandora PNDManager

    You would need to run the binary manually (not PND) with gdb and give run 'bt full' when panorama crashes and give me the output. Btw, does milkyhelper work fine? Get the pnd, type 'milky -Sy', it asks you for a device to use. Select the USB device and it should synchorize repos. After...
  10. Cloudef

    Pandora PNDManager

    I can see lots of things going wrong, First of, some permission problems mkdir: cannot create directory `interfaces/CustomPNDManager': Operation not permitted cp: target `interfaces/CustomPNDManager' is not a directory Malformed data from repo (though this can happen too if no new...
  11. Cloudef

    My friends said that the Pandora display SUCKS

    omapfb needs 16bit to work. I'm not sure about plain fbdev or pvr driver xorg driver's. omapfb provides acceleration for blitting using NEON, fbdev is just plain fb driver, and pvr is the powervr's Xorg driver in the more recent SGX packages, however those drivers don't work on pandora. (Not...
  12. Cloudef

    Donating my Pandora to Waitlisted Developer

    Updated the wiki page with xnp2 port.
  13. Cloudef

    [SOLVED] Mime-Typing and autolaunching

    I've wroten wiki article for this when I din't have pandora. http://pandorawiki.org/Pnd_run.sh In short, pnd's suck. E: There is some assiocation stuff with the PND spec been works for ages too, but dunno how well it would work.
  14. Cloudef

    Pandora Apps Some Thoughts ....

    Yes, call me paranoid, on that part. Yeah, I suggested OAuth for milkshake_, but I guess it was too much. I'm more of the type who can suggest something, but ultimately leaves the decision to others and follows with it. I'm not really security expert nor design person by any means.
  15. Cloudef

    Pandora Apps Some Thoughts ....

    The password is never asked. You generate the key on repo page, or optionally using third party script included in milkyhelper that does this for you. That stores nothing. The current security method is not done by me alone, it's milkshake who originally suggested it to me. I don't see any...
  16. Cloudef

    Release PND management suite

    Verbose output from libpndman, would be helpful here. I'm not sure how you enable that in pndmanager, B-ZaR knows.
  17. Cloudef

    Pandora Apps Some Thoughts ....

    I don't really like storing user's passwords anywhere even encrypted. The API key's solve this nicely and it won't especially be problem if there is even going to be multiple repos. Those repos just work which user has provided api key and is never prompted again (unless API key is generated...
  18. Cloudef

    it makes a noise?

    Heh, it's exactly that.
  19. Cloudef

    Pandora Apps Some Thoughts ....

    @Tempel We decided on something like this for now: https://github.com/Cloudef/libpndman/blob/repo_api/lib/repo_api.c Still quick and dirty code, I should clean up libpndman a bit after this feature is done. I don't like the idea of having too many different interfaces however. We already...
  20. Cloudef

    it makes a noise?

    Whenever I stop music or start music (or watch video on mplayer), I sometimes hear sound like someone just shot with railgun in unreal tournament. I don't find it annyoining though.
Back
Top