|
2013-11-07
, 08:40
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#702
|
@juiceme
I have sometimes strange selection behaviour?
I have 5 items for harmattan (also configured number correctly), but sometimes when I press a bit below the fifth entry, I get:
Any idea? [maybe next logger version outputs also number of selected item? ]Nov 6 08:40:08 (none) user.notice root: Started animated OS selection menu
Nov 6 08:40:12 (none) user.notice root: Selected second level menu for OS2
Nov 6 08:40:14 (none) user.notice root: Drawing second level menu items for OS2
Nov 6 08:40:14 (none) user.notice root: Get menuitem for OS2 (5 lines)
Nov 6 08:40:18 (none) user.notice root: Selecting Harmattan OS, running kernel
Nov 6 08:40:19 (none) user.notice root: Cannot load Harmattan kernel
Nov 6 08:40:19 (none) user.notice root: Boot OS/kernel selection failed
Nov 6 08:40:19 (none) user.notice root: Saving ubiboot log files
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-11-07
, 08:51
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#703
|
This sure looks like the tap was registered for the non-existing sixth line. I'll have to see the scripts whether there's a bug in them.
What should happen is that the touch-map that is generated contains hooks only for the number of lines present in the menu.
juice@osiris:~/animatronics$ svn diff menuscripts/select_os_animated.sh Index: menuscripts/select_os_animated.sh =================================================================== --- menuscripts/select_os_animated.sh (revision 70) +++ menuscripts/select_os_animated.sh (working copy) @@ -429,7 +429,7 @@ else mapfile_line_5=$(echo -e "# mapfile_line_5") fi - if [ $maplines -gt 4 ]; then + if [ $maplines -gt 5 ]; then mapfile_line_6=$(echo -e "$X6B 0 $X6E 480 6 65 $7") else mapfile_line_6=$(echo -e "# mapfile_line_6") juice@osiris:~/animatronics$
The Following 2 Users Say Thank You to juiceme For This Useful Post: | ||
|
2013-11-07
, 09:01
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#704
|
|
2013-11-07
, 09:14
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#705
|
most rapid bug solving ever
( yes. I forgot to mention that nothing is highlighted on selection)
The Following 3 Users Say Thank You to juiceme For This Useful Post: | ||
|
2013-11-07
, 20:37
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#706
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2013-11-10
, 16:20
|
Posts: 117 |
Thanked: 59 times |
Joined on Nov 2012
|
#707
|
|
2013-11-10
, 17:30
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#708
|
Hey everyone,
In order to use ubiboot I have flashed my device with openkernel mode but I forgot to delete my accounts and therefore I had to re-renter all my passwords after every boot. I have have tried to fix my account problems but I made it worse and now I can't connect as all to any service, it keeps telling me "unknown error, try again later".
I have backed up all my important files and pictures and now I would like 'reflash' harmattan. If I understand right I don't need to flash it because I'm using ubiboot right ? So my question is what is the equivalent of flashing to start fresh under ubiboot?
Thank you
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-11-10
, 20:50
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#709
|
|
2013-11-11
, 15:59
|
Posts: 138 |
Thanked: 144 times |
Joined on Oct 2012
@ Devon, England
|
#710
|
The correct way to enter Open Mode is the back-to-back flashing...
...If you perform this correctly, the device will start up in Open Mode so that aegis keys are created correctly. This will help you avoid all odd problems caused by running device with incorrect credentials (password problems, strange hangups and boots, general slowing and lagging of device...)
I have sometimes strange selection behaviour?
I have 5 items for harmattan (also configured number correctly), but sometimes when I press a bit below the fifth entry, I get:
But when I reboot and take care to press the fifth row(s) exactly then it boots up fine:
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!
Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257
editsignature, http://talk.maemo.org/profile.php?do=editsignature
Last edited by peterleinchen; 2013-11-07 at 08:31.