OpenPandora Main OS

This project it to track issues relating to the current shipping OS only as found here http://goo.gl/S5JCy. Please state what Hotfix you are running with any issue report. Please ONLY use this to record issues for the main OS and its default included applications - any other application issue reports should go into the Additional Applications project. Issue reports with 'in development OS images' or feature requests for the next MAJOR version (not Hotfix release) should be placed into the OpenPandora Development OS project and reported on the mailing list http://openpandora.org/cgi-bin/mailman/listinfo/firmware-dev. Please read this page to find out how to properly report bugs: http://pandorawiki.org/Reporting_bugs

IDCategoryTask TypeSeverity  descSummaryStatusProgress
 82 Base OSBug ReportCritical Network Manager - Wifi Can't Reconnect Closed
100%
Task Description When wifi drops out, or you have disconnected from it and wish to reconnect, you cant reconnect using network-manager. The connecting icon spins for a while, then it pops up the 'Password' Dialog. If you enter your password, the cycle begins again.
 237 CoreBug ReportCritical /dev/mmcblkN - N sometimes points to left, sometimes to ...Closed
100%
Task Description SPECIFICATION: According to http://pandorawiki.org/SD_compatibility_list /dev/mmcblk0 is the left SD card slot (the one being closer to the headphone check) /dev/mmcblk1 is the right SD card slot I trusted that device path specification. And it was correct MOST of the time. But sadly only most of the time, NOT ALWAYS!!! This bug is severely dangerous, as a (possibly critical) command could unexpectedly affect a device other than the one you intended it for! BUG INCIDENT: Sadly, I realized this bug at the worst possible moment! I issued the command: shred -fvz /dev/mmcblk0 but it erased the card in the RIGHT slot. I realized that because the card inserted on the left has 16GB, and the one on the right 128MB. I checked both the card positions and my entered command, to exclude my own mistake. Sadly it was not a clumsy mistake: This severe bug really exists! BUG REPRODUCIBILITY: I already slightly witnessed this bug during the last days, but thought it was just a coincidence. I.e. in GParted the larger card showed up at the wrong device path. I did a refresh and/or ejected/re-inserted the card, and the expected device path was back again, and I did not think further about this incident. Only today with this fatal shred incident, I eventually realized this behavior is a bug. Luckily I had my data backed up.
 55 CoreBug ReportCritical .xinitrc problems (image from Feb 22nd) Closed
100%
Task Description Loading a GUI from slim fails, as .xinitrc is broken. Seems to have been edited using a windows editor? From line 50 on, there are newline characters that shouldn't be there. Removing them makes XFCE4 loading fine.
 58 CoreBug ReportCritical Pandora has not been shipped yet. Closed
100%
Task Description Pandora has not been shipped yet.
 108 Base OSFeature RequestCritical TUN/TAN-Driver Closed
0%
Task Description There is no TUN/TAN Driver installed. This is recommanded for some encrypted wireless lan connections, especially for eduroam, a world wide access point for the education community. Also, a tun-driver is also recommended for vpnc.
 208 CoreBug ReportCritical HOTFIX 4 and 5 Slow WIFI Closed
100%
Task Description I'm getting 5kb/s with bursts up to 10kb/s if I am lucky. I have attempted every channel on my router. Tried every encryption even no encryption. Tested with the router's wifi speed: 300Mbps 154Mbps and 45Mbps I'm running Hotfix 5 RC2. Wifi works fine with my android smartphone, and other wireless devices such as a laptop.
 263 ApplicationBug ReportCritical MiniMenu with "Auto discover pnd apps?" set to NO hangs ...Closed
100%
Task Description BUG DESCRIPTION: On my SD card with Pandora OS 1.6.4 I changed MiniMenu's setting "Auto discover pnd apps?" to NO, and then the program remained in an endless loop showing "Setting up menu...", crashing, "Setting up menu...", crashing, and so on. BUG REPRODUCTION: The variable filesystem.do_pnd_disco set to the value 0 definetely causes the crash, but maybe only in conjunction with some of my other settings?! Therefore see my attached config file mmpref.conf. Maybe related to  FS#79  , hard to tell, as this is a very minimal report. Definitely not related to my previously reported MiniMenu bug FS#262 WORKAROUND: 1) If your default GUI is: a) MiniMenu: Then after rebooting, MiniMenu will still be caught in an endless loop! Therefore boot up from an auxilary/temporary volume rather than your volume with the damaged MiniMenu! If your ruined system is on the NAND boot from an SD card, if the ruined system is on SD card, boot from NAND or another SD card. In doubt read: http://pandorawiki.org/Running_Linux_from_an_SD_card b) Other than MiniMenu such as XFCE: Then you are lucky. Simply start into XFCE, and continue with the next step. 2) Open ~/.mmpref.conf with a text editor and set the variable filesystem.do_pnd_disco to the value 1. 3) Reboot into your healed volume.
223CoreBug ReportHighop_power.sh kills gles contextUnconfirmed
0%
Task Description opengles and op_power.sh don't like each other very much. whenever returning from low power to full power mode again, opengles rendering is just dead. the reason for this issue are following 2 lines within op_power.sh 18 echo 0 > /sys/devices/platform/omapfb/graphics/fb0/blank ... 66 echo 1 > /sys/devices/platform/omapfb/graphics/fb0/blank if these lines are removed/commented, the gles rendering just resumes fine.
229CoreBug ReportHighEnable wake on alarm interrupts Unconfirmed
0%
Task Description Found I'd kept some notes about making the Pandora's wake on alarm function work... drivers/rtc/rtc-twl4030.c twl4030_rtc_remove (for when the driver is removed) and twl4030_rtc_ shutdown (for when the system is shutdown) functions need to change. Or at least the shut down does. oh YUK who's been using goto.... changes in drivers/rtc/rtc-twl4030.c twl4030_rtc_remove commented out //mask_rtc_irq_bit(BIT_RTC_INTERRUPTS_REG_IT_ALARM_M); twl4030_rtc_shutdown replaced // mask_rtc_irq_bit(BIT_RTC_INTERRUPTS_REG_IT_TIMER_M | // BIT_RTC_INTERRUPTS_REG_IT_ALARM_M); with mask_rtc_irq_bit(BIT_RTC_INTERRUPTS_REG_IT_TIMER_M); twl4030_rtc_suspend replaced // mask_rtc_irq_bit(BIT_RTC_INTERRUPTS_REG_IT_TIMER_M | // BIT_RTC_INTERRUPTS_REG_IT_ALARM_M); with mask_rtc_irq_bit(BIT_RTC_INTERRUPTS_REG_IT_TIMER_M); twl4030_rtc_init added (before return!) twl4030_rtc_alarm_irq_set_state(true); Should probably check reg 0x2B with mask 0x08 to see if alarm should be left enabled or not ? but only in twl4030_rtc_shutdown and ?remove? NOT in twl4030_rtc_init should remove ever happen ??? I'm guessing it's best to not enable the alarm irq's all the time???
261CoreTo Do (Reminder)HighOverview of all current KEYBOARD INPUT related issuesUnconfirmed
0%
Task Description Built-in keyboard input is a central thing on the Pandora, as it concerns almost all user interfaced apps! I realized that I myself and also others submitted quite many reports concerning this issue. Hence this meta issue is intended as an overview/accumulation/aid for those devs who are willing to overwork the whole issue. If you realize new related issues, feel free to add them here. If this my effort is contradicting the OpenPandora workflow, then pardon me, and instruct me, how else to handle issues of that kind. Thanks! Keyboard low level: Driver, keyboard layout, post processing (hotkeys, input support, etc) FS#138 FS#227 FS#242  FS#259  Keyboard mid level: Application interfacing  FS#102  FS#123 FS#238 Keyboard application internal level  FS#157  (dupe:  FS#249 ) FS#243 FS#256
 201 CoreBug ReportHigh PND apps still use memory after they've quit Closed
100%
Task Description After running and quitting a PND app, not all of the used memory is being freed. This eats more and more memory over time. Just run 5 or 6 apps and you only have half of the memory left. Sounds like either aufs or unionfs don't free the memory after unmounting. This has been reported with HF4 and still is the case with HF5 Beta 2 -- downgraded to 'Researching' and 'Normal' priority until confirmed and details found
 2 CoreBug ReportHigh pndnotifyd Closed
100%
Task Description pndnotifyd needs to be restarted before it works (tested in image 2009-12-21) This can manually be fixed by installing two packages: http://www.angstrom-distribution.org/unstable/feed/armv7a/base/sessreg_1.0.4-r0.2_armv7a.ipk http://djwillis.openpandora.org/pandora/packages/pandora-libpnd_1.0-r12.5_armv7a.ipk And adding to lines to slim.conf: sessionstart_cmd /usr/bin/sessreg -a -l $DISPLAY %user sessionstop_cmd /usr/bin/sessreg -d -l $DISPLAY %user
 10 CoreBug ReportHigh Permissions / sudoers isse in 12-21 image Closed
100%
Task Description pndnotifyd will create .desktop files Running those will fail; if you've just done a recent sudo, they'll run fine Probably sudoers file needs fix
 101 CoreBug ReportHigh Cannot unmount SD card or USB stick through the GUI Closed
100%
Task Description When I rightclick and select "unmount" I always get an error, see below. unmounting from a terminal window works fine. Also see: http://www.gp32x.com/board/index.php?/topic/54353-unmount-sd-card-hdd/ "Unable to unmount .... Cannot open /media/.hal-mtab"
 3 CoreBug ReportHigh Permissions for brightness and CPU Speed Closed
100%
Task Description /sys/devices/platform/twl4030-pwm0-bl/backlight/twl4030-pwm0-bl/brightness /proc/pandora/cpu_mhz_max Those values cannot be changed by the user, only by root. Should be changed.
 5 CoreBug ReportHigh Touchscreen Calibration stops the First-Boot-Wizard Closed
100%
Task Description When selecting the touchscreen calibration within the first-boot-wizard, the script stops after the calibration and the Pandora continues to boot.
 8 CoreBug ReportHigh WiFi doesn't work Closed
100%
Task Description Error inserting /lib/modules/2.6.27-omap1/kernel/drivers/net/wireless/wl12xx/wl1251_sdio.ko: -1 Unknown symbol in module
 9 CoreBug ReportHigh pmenu doesn't work Closed
100%
Task Description Running pmenu leads to: ERROR: config_read_file() failed: skins/Platinum/skin.cfg (line 21 of config skin.c) (config_skin.c:22) ERROR: cfg_gui_read failed, exiting... ( main.c:1517)
 11 CoreBug ReportHigh Console keymap: Two keys not mapped yet Closed
100%
Task Description INS (Fn + Del) is not working in console yet. ALT and CTRL are not working in console yet. The rest of the console keys are fine (tested in nano). Keys in X are mapped completely.
 28 CoreBug ReportHigh pmenu only shows preview pictures when selecting the PN ...Closed
100%
Task Description When selecting a PND for the first time, it only shows a red X. When selecting the PND for the second time, it shows the preview picture.
 31 CoreBug ReportHigh X11 Crashing with omapfb Closed
100%
Task Description Cleaned up a bit. * Mouse is inverted if you run SDL Games from the console. * Mouse is not properly calibrated when you run SDL Games under X fullscreen. Fixed with notaz patch that also fixes the X11-Crash with omapfb (see below) Regarding the X11-Crash when using SDL-Fullscreen-Apps together with omapfb: notaz nailed down the problem: It's actually xf86-input-tslib's fault- omapfb only acted as catalizator here, causing SDL to use different code path and call different X functions. His patch also almost increases the touchscreen problem (see above): It runs perfect for games in 800x480. However, on small issue is left on apps with lower resolution which use their own mouse cursor: As soon as you move the mouse outside of the game resolution (i.e. SuperTux runs 640x480), the mouse cursor stops at the end of the virtual screen and you have an offset. This only seems to happen when the game uses it's own mouse cursor. If you go to the level editor of SuperTux and leave, the normal X cursor appears and the problem doesn't occur anymore. So this is probably something that needs to be fixed in the game, not in the driver. A compiled version (for testing): http://notaz.gp2x.de/tmp/tslib_drv.so --- needs to be copied here: /usr/lib/xorg/modules/input/tslib_drv.so
 38 CoreBug ReportHigh ALSA crashes every so often Closed
100%
Task Description EDIT: Doesn't seem to be crashing. Looks like the amp hasn't been setup properly. There is a fix by notaz: http://notaz.gp2x.de/tmp/uImage Use that with the latest image (Feb 13th) to test it out. ALSA crashes pretty often. Not sure, but I think it does this when something is eating up a lot of CPU. ALSA starts to spit out buffer_underrun errors and occasionally crashes with an input/output error. Then no sound will come from an SDL app. You can reinitialize it by playing a song with XMMS.
 39 CoreBug ReportHigh file doesn't work (missing magic files) in image from F ...Closed
100%
Task Description It seems there's a bug in the latest package "file 5.04-r0.5" of the Angström repository: It's missing the magic files and therefore doesn't work. Unfortunately, pnd_run.sh depends on it and therefore it breaks the PND-system. Installing an older stable version (http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv7a/base/file_4.21-r0.1_armv7a.ipk) does make it work again. First appeared on image from Feb 13th, not fixed in image from Feb 22nd yet.
 54 CoreFeature RequestHigh Make it possible to enable / disable keyboard mappings  ...Closed
100%
Task Description Some stuff (UAE4ALL, SuperTux, etc.) is having problems because ABXY and DPAD are mapped to keyboard buttons. I guess this will lead to more problems in the near future with SDL apps, so it should be configurable to enable / disable the keyboard -> DPAD / ABXY mappings. Maybe this could be included into libpnd?
 57 CoreBug ReportHigh New GLES driver not working yet (image from Feb 22nd) Closed
100%
Task Description New GLES driver doesn't seem to load correctly right now. Therefore, pmenu is also not working in this image.
 66 CoreBug ReportHigh libpnd : pnd_pnd_mount() function bug Closed
100%
Task Description libpnd : pnd_pnd_mount() function do not seems to wait the mount to success before returning, this can cause some application to try to access the pnd content before it really get mounted.
 69 CoreBug ReportHigh libpnd : pnd_apps_exec() function bug Closed
100%
Task Description PND_EXEC_OPTION_BLOCK do not seems to work anymore ( the function does not wait the pnd_run.sh task to finish anymore )
 76 CoreBug ReportHigh Wifi connection lost under high CPU load Closed
100%
Task Description I noticed that when I tried Quake 3 a while back that I would lose my internet connection. Only the very first time I tried it did it ever find a couple thousand servers and let me join a map. Since then, it always dies and I never see any servers. I wasn't too concerned yet because maybe it's just Q3 doing something but tonight mplayer was running full screen and then suddenly it started chugging and the network manager popped up that it was trying to connect (spinning logo at the bottom). Since you only get one shot at network manager per boot, it was a lost cause. The correlation I make here was that I'm sure the CPU was under heavy load for both cases but I haven't tried other programs to see what happens. I didn't have any games on this card tonight. Can anyone repeat this problem or is it a known issue?
 140 CoreBug ReportHigh WiFi Starts off fast then slows down Closed
100%
Task Description When downloading files using a browser or wget or when attempting to stream videos we see a fast initial burst which then slows down dramatically. see following topics for more details and actual user stats. http://www.gp32x.com/board/index.php?/topic/54340-post-your-speed-over-wifi/ http://www.gp32x.com/board/index.php?/topic/54921-you-tube-through-vlc/ http://www.gp32x.com/board/index.php?/topic/54831-minitube/ http://www.gp32x.com/board/index.php?/topic/54901-possible-wifi-issues/
 81 CoreBug ReportHigh pandora seems to hang during boot, turns out it didn't Closed
100%
Task Description it seemed just now thay my pandora didnt complete its bootsequence. During booting, the screen turned black. I thought it had crashed, but I still saw lights flashing when I inserted an SDcard. I then assumed that it WAS booting normally, but that the screen was turned down. So I pushed enter to confirm my username, as I suspected that I was at that prompt. Next I inputted my pwd, pushed enter, waited a bit, and then ised Fn+I to increase the brightness. It worked! I think that during the bootprocess the screen should at most be set to the darkest setting, but never to off. I think I know what happened. I told my pandora to shutdown and closed the lit before it was done. I guess that that swiittched off the screen, a setting which was then saved by the shutdown process, and restored during the bootsequence. I would suggest fixing this in the startup process, rather than the shutdown process, because that way, no matter what ends up in the settings, a sensible valsue is set at startup. I'll see if I can reproduce this.
 127 ApplicationBug ReportHigh Firefox hangs when selecting the menu bar Closed
100%
Task Description Just try to do something by accessing the menu, either thru keyboard or ts and it hangs. Maybe a problem with bookmarks ?
 136 CoreBug ReportHigh rather high battery discharge while Pandora is powered  ...Closed
100%
Task Description The Pandora does seem to use too much energy while it is turned off. A testcase: The pandora was turned off over night (about 8 hours) and battery state dropped from 98% to 96%. When removing the battery from the pandora for the same amount of time, the state is not changed at all. This is based on the zaxxon firmware release with hotfix3, beta2. Problem: if you don't use the pandora for a while and forget to remove the battery you can cause a deep discharge which might damage the battery. This is also a problem if the Pandora does eg shutdown itself since power is out and you can't directly attach it to a charger. Possible causes: * Design fault in the board. * Too much powered on while the device *should* be completely powered off. The only things that should get power are the clock and the power button. This should basically not drain much. Regarding the clock: The PalmPre is based on the OMAP3, too. There you basically have no discharge when it is powered off, so it is unlikely that the fault is in the OMAP3 itself.
 141 Base OSBug ReportHigh When using an unlabeled SD card, Hotfix3 final can't un ...Closed
100%
Task Description I had beta 1 of hotfix 3, and there turning the pandora into a cardreader worked fine for that card. However, I just installed the latest hotfix 3 final, but that one fails to unmount. Attached is the pndrunop_storage.out. Apparently something's going wrong with the splitting of the partition name, as it tries to unmount /dev/mmcblk0 instead of /dev/mmcblk0p1 Manually unmounting it by using sudo umount /dev/mmcblk0p1 does work, but then I can't use the tool because that apparently only lists mounted memorycards.
 146 Base OSBug ReportHigh Minimenu regressions with Hotfix 3 Closed
100%
Task Description Fresh firmware install with Hotfix 3 installed results in the following issues with Minimenu. 1. 25+% cpu usage versus ~5% in earlier versions. 2. Touchscreen no longer works correctly to select icons. Selecting tabs still works and occasionally it will work for selecting an application icon, but for the most part it simply does nothing.
 152 CoreBug ReportHigh Data transfer issued between SD slot 1 and 2 Closed
100%
Task Description It appears that any users are having trouble transferring files from SD cards in slot 1 to SD cards in Slot 2. Full details here. http://www.gp32x.com/board/index.php?/topic/55077-looks-like-the-is-a-readtiming-problem-with-sd-reading-when-high-cpu/
 154 CoreBug ReportHigh Vpn doesn't work Closed
100%
Task Description When clicking on the Network Manager Applet Symbol, then selecting "VPN Connections" and then "Configure VPN", all the buttons in the following dialoge are greyed out. There is no way to add a new vpn connection. Restarting the system or deactivating the WiFi and then reactivaing it doesn't help.
 173 CoreBug ReportHigh X uses 100% cpu in low power mode Closed
100%
Task Description After 10 minutes in low power mode X seems to go nuts and use 100% CPU. Obviously this is bad ;-) 14MHz isn't *that* slow, so there's obviously something getting wedged. I haven't been able to figure out exactly what's happening, but the fact that it always occurs after exactly 10 minutes suggests its power management related. Maybe we're getting stuck trying to kick off the screensaver, or something? Hacking op_power.sh do disable screen blanking shows that, unsurprisingly, the screen freezes at the same time X goes AWOL. Pressing the power switch brings the device out of low power mode, though there is often a few seconds additional delay as the event handling scripts take longer than normal to run because the CPU is already busy. I've attached the results of top -b -d 60 > toplog & while sleep 60 ; do cat /proc/loadavg; done > loadlog
 183 CoreBug ReportHigh Left mouse click and hold = fail Closed
100%
Task Description When I want to hold and select multiple files its not working. Not with the nubs or the touchscreen. I can try an easy test by making the select rectangle on the desktop. It only becomes very very tiny. If I try very fast diagonal drag motion on the touchscreen. It becomes a little larger. Trying to grab scrollbar is the same issue.
 187 CoreBug ReportHigh LCD turns off after "rdate" updated the date Closed
100%
Task Description running "sudo rdate -s time.ien.it" will set the brightness of the LCD to 0. User has to use FN + I to increase it back to a usable level. "rdate" asks for the super-user password as expected, updates the date as expected, but turns off the screen.
 188 CoreBug ReportHigh "rdate" sets the time exactly 3 hours in advance Closed
100%
Task Description "rdate -s time.ien.it" will set the date (hour) 3 hours in advance. The time (and timezone) can be adjusted manually using the "Settings -> Date and Time" tool, but on the next rdate-update the issue will occur again
 195 CoreFeature RequestHigh Start re-recharge of battery sooner Closed
100%
Task Description Increase battery LVL_4 and LVL_3 threshold. After reaching 100%, in some cases the charge circuit enters "battery full" state, stops charging, and begins to discharge. This is not entirely unexpected behavior according to the spec sheet, although I don't fully understand exactly the situations in which it completes charging. Once the battery is full, the battery will begin discharging. The charge circuit automatically restarts the recharge once the voltage has gone below a certain level (crosses below the LVL_3 voltage threshold) The default LVL_3 voltage threshold is 3.902 volts which is at about 80-85% battery level as recorded by bq27500 chip. In my opinion, this is way too low. Setting the BCIMFTH2 register to 0xCB increases the voltage threshold to about 4.003 volts which is about 93%. Setting it to 0xDC may also be worthwhile, which is just over 95%. By default, if a user leaves their Pandora plugged in overnight, they may wake up to find their Pandora has stopped charging and the capacity has dropped to almost 80%, which can be quite startling to some users who will then report it as a bug. This change will ensure that it never drops below 93-95%, a much more acceptable level. Specific code changes suggested, in the /drivers/power/twl4030_bci_battery.c file, somewhere in the twl4030_bci_battery_probe function (or a function called by it), add the lines: /********************************/ #define KEY_FTH2 0x7F #define REG_BCIMFTH2 0x017 ret = twl4030_i2c_write_u8(TWL4030_MODULE_MAIN_CHARGE, KEY_FTH2, REG_BCIMFKEY); if (ret) return ret; ret = twl4030_i2c_write_u8(TWL4030_MODULE_MAIN_CHARGE, 0xDC, REG_BCIMFTH2); if (ret) return ret; /********************************/ (Move defines to the top, as appropriate)
 197 CoreBug ReportHigh [PATCH] Fix opp if booting with wrong settings in hw Closed
100%
Task Description Hi, This should help with cases like this http://www.gp32x.com/board/index.php?/topic/57303-overclocking-broke-my-pandora/ Patch attached.
 214 CoreBug ReportHigh op_wifi pnd not exiting cleanly, with fix (one characte ...Closed
100%
Task Description The op_wifi pnd does not exit out cleanly once the encased script executes, the pndrun_op_wifi.out reports umount: /mnt/utmp/op_wifi: device is busy. umount: /mnt/utmp/op_wifi: device is busy. umount UNION failed, didn't clean up. Process still using this FS : 3197 ? S 0:00 /bin/sh /etc/init.d/wl1251-init start This op_wifi.sh just calls /usr/pandora/scripts/op_wifi.sh for some reason, the init.d/w.... start causes it to hang, I executed all this locally, and it doesn't appear to keep running Appending " &" to the line which calls this init script, solves the problem.
 226 CoreFeature RequestHigh Boot from /dev/sda devices requested Closed
100%
Task Description Boot from usb hard disk not supported. This should be a rather simple fix of adding the sdx devices and adjust the boot scripts?? I was able to put this autoboot.txt on mmc 0:1 setenv bootargs debug root=/dev/sda1 rw rootdelay=2 console=ttyS0,115200n8 vram=6272K omapfb.vram=0:3000K ext2load sda 0:1 0x80300000 /boot/uImage bootm 0x80300000 This failed with amongst other things "Block device sda 0 not supported" and something about failing to load kernel So I then changed the autoboot file to this setenv bootargs debug root=/dev/sda1 rw rootdelay=2 console=ttyS0,115200n8 vram=6272K omapfb.vram=0:3000K ext2load mmc 0:3 0x80300000 /boot/uImage bootm 0x80300000 All this did was die after the kernel loaded. I believe I could much better make use of this device if I could boot from some faster storage, please advise :)
 249 ApplicationBug ReportHigh File Browser Thunar - After 2 nub double-clicks unreact ...Closed
100%
Task Description If I navigate via keyboard (KEY UP/DOWN to move in lists, ENTER level down, BACKSPACE level up) I experience no problems at all. I can go many levels up/down, change to other folders, etc. No problems. But if I navigate with the nubs, and using the right-nub-up-direction to trigger a double click, this only works 1-2 times, and from then on, the files/folders in Thunar cannot be clicked any further. I am stuck then. A look into dmesg reveals this: keyboard.c Can't emulate rawcode for keycode 139 The timestamp of that specific keyboard.c error messages exactly correlates with the bug occurrence times. (uptime timestamps matched with dmesg timestamps) I tried alternative filebrowsers such as emelFM2, and there the problem does not exist, meaning I can trigger as many double clicks I want! I am using HotFix 5 Alpha 4 on an SD card. The bug already annoyed me on a HF5 on the NAND.
 254 CoreBug ReportHigh Several apps leave graphical artefact overlay (ghost) a ...Closed
100%
Task Description After quitting some apps, their last graphical output remains on the screen, which covers a large area of the Pandora, and therefore makes it quite unusable, so that only a full restart resolves this issue. As this happens in many apps (Mednafen-GB, Dark Light Battles, etc) this must be a problem within a shared library (driver, graphics lib, window manager framework, or similar).
 259 CoreBug ReportHigh Hold switch does NOT lock keyboard! Especially crucial  ...Closed
100%
Task Description Apps, which operate with the Pandora in closed lid mode, such as audio players, server processes, etc, in a button-press-probably environment (as i.e. your pocket) still CAN receive the shoulder button L + R key presses, and if they have a meaning in these programs, they could trigger undesired actions. And also in the current implementation of the Low Power Mode (See: FS#260) key presses may still be received. Therefore I strongly propose to implement the HOLD switch to en/dis-able a keyboard lock. IN DETAIL: This shall be global, meaning that the input processing software (however this is implemented on the Pandora: kernel, driver, … ) keeps the lock state (on/off), and if the keyboard state is off, a) discards all input, or b) if it makes sense for some reason/applications (any ideas?) just writes them into a queue/buffer, which gets (partially) executed or made accessible to certain software after the keyboard gets unlocked again. FYI: I have tested the hold switch with the Pandora Input-Tester, and it is recognized. So my report is definitely a software (and not an hardware) issue.
 267 CoreBug ReportHigh HF6-Updater.pnd loses pnd_run.sh Closed
100%
Task Description Several users have reported that running HF6-Updater.pnd leads to a missing /usr/pandora/scripts/pnd_run.sh Possibly the file is locked by the Updater itself when installing pandora-libpnd_1.0-r56.5_armv7a.ipk Forum thread: http://boards.openpandora.org/index.php?/topic/5652-hotfix-6-final-released/page__view__findpost__p__99313
250ApplicationFeature RequestMediumFile Browser Thunar - Trashing file crosses filesystem ...Researching
30%
Task Description Trashing a file/folder seems to MOVE it to a certain trash directory on the MAIN VOLUME, rather then the ORIGINATING VOLUME, hence this can result in a COPY RATHER THAN A MOVE operation, if the trashed file originates from a filesystem other than the main filesystem! This is very inefficient and faulty as it is: a) Very time consuming b) And in case of large files this operation can even fail due to not enough free space on the main volume.
291CoreBug ReportMediumroot-owned pndrun_...out file makes PND refuse startingAssigned
0%
Task Description If a PND has been run as root before (using pnd_run.sh from a root shell) and afterwards it is invoked the normal way, the PND doesn't start, because the .out file cannt be overwritten: /usr/pandora/scripts/pnd_run.sh: line 26: /tmp/pndrun_firefox.out: Permission denied Desired solution: .out file is silently overwitten. Maybe, if that's not possible, create another .out file with a different name (added counter, for example). Seen in SuperZaxxon relese 1.5, not in Beta3 as this task is flagged, but there is no choice besides Beta3.
Showing tasks 1 - 50 of 311 Page 1 of 71 - 2 - 3 - 4 - 5 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing