Active Topics

 


Reply
Thread Tools
Posts: 92 | Thanked: 8 times | Joined on Mar 2010
#21
Ok guys I just looked up the examples folder and it looks like the config files are ready in that directory.
I just moved one of them from the examples dir to /etc/multiboot.d/
I hope it's gonna work now lol



-edit-

ok the examples do NOT work.
I'm gonna reconfigure it now brb

-edit2-

Ok I found out why it doesn't work on my phone.

ITEM_DEVICE=${EXT_CARD}p2

This line redirect to a different folder then I have NITDroid in my phone.
Gonna try to redirect it to the correct folder

Last edited by Devrim; 2010-07-20 at 13:26.
 
Posts: 71 | Thanked: 9 times | Joined on Jun 2010
#22
why do i get the error: access of file or directory not found in terminal
 
Posts: 20 | Thanked: 5 times | Joined on Jun 2010
#23
Originally Posted by babyshamie View Post
why do i get the error: access of file or directory not found in terminal
Make sure that your files are in /home/user/MyDocs and then make sure that you typed the command correctly.
 
Posts: 71 | Thanked: 9 times | Joined on Jun 2010
#24
i have my files in Ducuments,how do i write that then.thx
 
Dousan's Avatar
Posts: 1,161 | Thanked: 1,707 times | Joined on Jan 2010 @ Denmark
#25
Originally Posted by babyshamie View Post
i have my files in Ducuments,how do i write that then.thx
/home/user/MyDocs/.documents
__________________
My Procreate art:
https://folio.procreate.art/dousan

My Søciety6:
http://society6.com/Dousan
 
Posts: 478 | Thanked: 165 times | Joined on Apr 2010 @ Manchester
#26
documents is actually located in /home/user/MyDocs/.documents
 
Posts: 478 | Thanked: 165 times | Joined on Apr 2010 @ Manchester
#27
Originally Posted by Devrim View Post
Ok I found out why it doesn't work on my phone.

ITEM_DEVICE=${EXT_CARD}p2

This line redirect to a different folder then I have NITDroid in my phone.
Gonna try to redirect it to the correct folder
That should be correct as NITdroid installs on partition 2 of the SD card.

I am thinking it might possibly be the kernel version maybe????
 
Posts: 92 | Thanked: 8 times | Joined on Mar 2010
#28
Originally Posted by mornage View Post
That should be correct as NITdroid installs on partition 2 of the SD card.

I am thinking it might possibly be the kernel version maybe????
nah that line points to mmcblk0p2 while it should be mmcblk1p2 (atleast on my phone)
Anyways I reconfigured it and it still didn't work
 
Posts: 92 | Thanked: 8 times | Joined on Mar 2010
#29
Originally Posted by Gundogan View Post
hm...getting an error when trying to install the 2nd deb file:

/home/user # dpkg -i /home/user/MyDocs/multiboot-extras_0.1_armel.deb
(Reading database ... 27236 files and directories currently installed.)
Preparing to replace multiboot-extras 0.1 (using .../multiboot-extras_0.1_armel.deb) ...
Unpacking replacement multiboot-extras ...
Setting up multiboot-extras (0.1) ...
/home/user # dpkg -i /home/user/MyDocs/multiboot_0.2.5_armel.deb
(Reading database ... 27236 files and directories currently installed.)
Preparing to replace multiboot 0.2.5 (using .../multiboot_0.2.5_armel.deb) ...
Unpacking replacement multiboot ...
dpkg: dependency problems prevent configuration of multiboot:
multiboot depends on kexec-tools (>= 2.0.1.git-maemo3); however:
Package kexec-tools is not installed.
dpkg: error processing multiboot (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
multiboot

I uninstalled the old multiboot without any problems, along with the power kernel files.
If you haven't fixed it yet
Type in:

Code:
sudo gainroot
apt-get install kexec-tools
After that it should work
 

The Following 2 Users Say Thank You to Devrim For This Useful Post:
Posts: 478 | Thanked: 165 times | Joined on Apr 2010 @ Manchester
#30
Originally Posted by babyshamie View Post
i have my files in Ducuments,how do i write that then.thx
I am guessing you are getting the error when typing
Code:
dpkg -i /home/user/MyDocs/multiboot-extras_0.1_armel.deb
dpkg -i /home/user/MyDocs/multiboot_0.2.5_armel.deb
In which case, move the files from documents by
Code:
sudo gainroot
mv /home/user/MyDocs/.documents/multiboot-extras_0.1_armel.deb /home/user/MyDocs/
mv /home/user/MyDocs/.documents/multiboot_0.2.5_armel.deb /home/user/MyDocs/
dpkg -i /home/user/MyDocs/multiboot-extras_0.1_armel.deb
dpkg -i /home/user/MyDocs/multiboot_0.2.5_armel.deb

E: missed a bit :S

Last edited by mornage; 2010-07-20 at 15:04.
 
Reply

Tags
face palm


 
Forum Jump


All times are GMT. The time now is 22:46.