![]() |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
any 1 help me with post 145?
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
and whats the size of ur memory card? |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
http://talk.maemo.org/showpost.php?p...&postcount=150 |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
hi there,
for all the german users, i try to give support and installinstructions in german onNITDroid German-Blog! if someone needs help, write a mail or a comment ind the blog, i will update it every day! regards horrorschow @steve: hope you will link to the site, so you have more time for developing!:D:D |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
check first page please folks post #2 has been updated :)
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
http://rapidshare.com/files/40897270...orld.tbz2.html It's trafficshare once again so should be direct download. |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
thx for replying man, well, I'm really new to linux, my SD card on board is 1GB, is that too small or sth? Could u please tell me what to do a wee bit in details?
And when I try the 'unmount /dev/mmcblk1p1' command on my N900, it says '-sh: unmount: not found' |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
Think NITDroid will be very snappy with a fast SD card and proper CPU scaling/optimizations :) |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Thats damn AWESOME!!
quiiiiiick question, the ADW ui, anyway of getting rid of it? Theres like disproptionality in the status bar and icons and stuff, nothing major just abit annoying, was better before :P Thanks and seriously keep up the good work! You guys ROCK! |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
grab one of the old rootfs's and copy the launcher2.apk from it to system/app and delete the ADWLauncher.apk
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Looks like I'll have to get myself a faster SD card, I don't think a Class 2 card will be enough soon :p
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
I tried again 2day in Terminal on my Mac which SSH connected to N900, and give me feedback like this:
Nokia-N900:~# unmount /dev/mmcblk1p1 -sh: unmount: not found Nokia-N900:~# sfdisk -uM /dev/mmcblk1 << EOF > ,<100>,C > ,,L > ,, > ,, > EOF Checking that no-one is using this disk right now ... BLKRRPART: Device or resource busy This disk is currently in use - repartitioning is probably a bad idea. Umount all file systems, and swapoff all swap partitions on this disk. Use the --no-reread flag to suppress this check. Use the --force flag to overrule all checks. Nokia-N900:~# unmount /dev/mmcblk1p1 -sh: unmount: not found Nokia-N900:~# mkfs.vfat /dev/mmcblk1p1 -n sdcard mkfs.vfat 3.0.1 (23 Nov 2008) mkfs.vfat: /dev/mmcblk1p1 contains a mounted file system. Nokia-N900:~# mke2fs -j -m0 -L NITDroid /dev/mmcblk1p2 mke2fs 1.41.3.maemo0 (12-Oct-2008) Could not stat /dev/mmcblk1p2 --- No such file or directory The device apparently does not exist; did you specify it correctly? |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
Class6 card on its way here :) Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
Thanks man! |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
Theres no "n" :D Give that a whirl, but try and use the help thread...thats the proper place :) |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Cheers mate, I corrected the typo...however, it gave sth back like this
Nokia-N900:~# umount /dev/mmcblk1p1 Nokia-N900:~# sfdisk -uM /dev/mmcblk1 << EOF > ,<100>,C > ,,L > ,, > ,, > EOF Checking that no-one is using this disk right now ... OK Disk /dev/mmcblk1: 31000 cylinders, 4 heads, 16 sectors/track Old situation: Warning: The partition table looks like it was made for C/H/S=*/5/4 (instead of 31000/4/16). For this listing I'll assume that geometry. Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End MiB #blocks Id System /dev/mmcblk1p1 4+ 968- 965- 987890+ 6 FAT16 start: (c,h,s) expected (410,4,4) found (4,2,30) end: (c,h,s) expected (1023,4,4) found (984,4,4) /dev/mmcblk1p2 0 - 0 0 0 Empty /dev/mmcblk1p3 0 - 0 0 0 Empty /dev/mmcblk1p4 0 - 0 0 0 Empty trailing junk after number sfdisk: bad input |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
ericube cross posting INTO A DEVELOPMENT THREAD will not get you help any faster, maybe if you actualyl read the howto PROPERLY you wouldn have a problem, and personally if you cant do a simple bit of partitioning a card using cli you shouldn be trying nitdroid
edit: but remove the <> and it will sort it your not supposed to have those in as is clearly mentioned in howto |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
There is an alternative way to resize/create/delete partition(s) on the flash card. Since all of you are using either virtual machine or live cd, why not download and install gparted ? If you use ubuntu live cd, it's already installed there. If you are using vmware, and your system is based on debian, just type "sudo su" then "apt-get update && apt-get install gparted"
and then don't close the window and type "gparted". |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
actually if you notice everyone is using n900 itself :)
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
I know. But doing it from computer is much easier. |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
I always repartition using gparted. Easier, simpler, faster. |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
Think often it is shown as a circle with a number inside it. |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
WOW new version is so much smoother. THANK YOU. basically all we need(I know, I know it's not easy at all) now is a GSM support and it can be used as a main os. (well camera is important too :P)
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Thank you for the new version!
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
2 Attachment(s)
check this out guys :P WORKS SMOOTHLY, but tilt sensor doesn't work properly so I can't control the car. :( I'll upload the vid soon.
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
I ahve tried to install Asphalt 5 but it crashes at start. Which version did you install?
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Thx, finally =) so what about Other Games? Perhaps without accelcontroll, is there a possibioity to Play with w,a,s,d or an emulated digi-Pad, like the One of the motorola droid?
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Hey,
im completely new to this NITDroid thing. :(! but i have made partitions in my sdcard..now the thing is..What should i download using wget ? only the New 3D acc. kernel or the old ones too? please if someone can help !! :( and also i use power kernel! |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
Quote:
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
for those that don't like the size of the taskbar/icons etc. mount the NITDroid partition in maemo and edit /and/system/build.proc
there is a property called lcd density, and I find a value of 200 works well. |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
why is the led flashing green and now its solid green?
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
ill be uploading a comparision video so you can actually see the HUGE difference between 3d accelerated and not. should be up VERY soon so watch my youtube folks
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
its just 15min booting...
i`m booting first time, is that normal?? |
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
my led is solid green!
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
15min is a bit much suggest you reboot
|
Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
nipperoid flashing grenn usualyl means new mail, not sure on solid
|
| All times are GMT. The time now is 20:24. |
vBulletin® Version 3.8.8