Phoenix986
|
2013-03-03
, 21:54
|
Posts: 40 |
Thanked: 6 times |
Joined on Jul 2011
|
#41
|
|
2013-03-03
, 22:08
|
Posts: 40 |
Thanked: 6 times |
Joined on Jul 2011
|
#42
|
One thing came to my mind... Yo said you booted the device at some point?
After you boot the device, you must attach the ubi device before mounting, sou you need to do this:
You never need to give the commands for flash_erase or ubimkvol again, but every time you want to mount it, you need to attach it before that.Code:/usr/sbin/ubiattach /dev/ubi_ctrl -m 4 mount -t ubifs ubi0:var /mnt/
/usr/sbin/ubiattach /dev/ubi_ctrl -m 4 mount -t ubifs ubi0:var /mnt/
RM696-21-3_PR_001:~# /usr/sbin/ubiattach /dev/ubi_ctrl -m 4 UBI device number 0, total 1833 LEBs (473001984 bytes, 451.1 MiB), available 0 LEBs (0 bytes), LEB size 258048 bytes (252.0 KiB) RM696-21-3_PR_001:~# mount -t ubifs ubi0:var /mnt mount: permission denied (are you root?)
|
2013-03-04
, 03:41
|
Posts: 106 |
Thanked: 38 times |
Joined on Oct 2012
|
#43
|
|
2013-03-04
, 04:48
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#44
|
|
2013-03-04
, 07:58
|
|
Posts: 326 |
Thanked: 122 times |
Joined on Sep 2012
@ Italy
|
#45
|
I don't understand what bugs you mean, I have been running my device always in open mode, (both PR1.2 and with PR1.3 since it came out) and I have never gotten my device crashed, not when installing anything nor ever else...
Can you point me to the cases when open mode has caused such problems?
|
2013-03-04
, 08:17
|
Posts: 106 |
Thanked: 38 times |
Joined on Oct 2012
|
#46
|
|
2013-03-04
, 08:55
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#47
|
I also follow the N9QTweak thread, and in the past I had Open Mode Kernel for NITdroid.
Many people, like me, when installing, for example, two or more tweaks or sub-tweaks at the same time, after the first, the second or randomly, the system close N9QTweak (with installation in progress, interrupted) and goes to home screen.. The same happened, randomly, with installation of apps: in a first time it seems that is installing, but randomly the installation crash and goes to desktop with apps not installed..
The above is common to all that have open Mode kernel.
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-03-04
, 09:03
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#48
|
Yes, I typed “devel-su“, then I typed the password, and typed the command. I have tried with the open mode kernal and without.
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-03-04
, 10:19
|
|
Posts: 355 |
Thanked: 395 times |
Joined on Dec 2009
@ USA
|
#49
|
after a reboot it worked without error
EDIT: now i get this
this is the previousCode:~ # mount -t ubifs ubi0:var /mnt mount: permission denied (are you root?)Code:~# /usr/sbin/ubiattach /dev/ubi_ctrl -p /dev/mtd4 UBI device number 0, total 1833 LEBs (473001984 bytes, 451.1 MiB), available 1811 LEBs (467324928 bytes, 445.7 MiB), LEB size 258048 bytes (252.0 KiB) ~# /usr/sbin/ubimkvol /dev/ubi0 -N var -m Set volume size to 467324928 Volume ID 0, size 1811 LEBs (467324928 bytes, 445.7 MiB), LEB size 258048 bytes (252.0 KiB), dynamic, name "var", alignment 1 ~# mount -t ubifs ubi0:var /mnt mount: permission denied (are you root?)
opensh aegisctl +r
The Following User Says Thank You to humble For This Useful Post: | ||
|
2013-03-04
, 11:31
|
|
Posts: 326 |
Thanked: 122 times |
Joined on Sep 2012
@ Italy
|
#50
|
OK, but those are bugs of N9QTweak, they are not related to open mode in any way, IMHO.
BTW, I am not using any modifications on my device like N9QTweak, FasterN9, OC modules, etc. Only extra "tweaks" I have are Profilematic and Home Screen Settings. I have NOT tested ubiboot with any other setup.
The Following User Says Thank You to death_jax For This Useful Post: | ||