maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   [Android] NITDroid V2 & Multiboot Development And Announcement Thread (https://talk.maemo.org/showthread.php?t=58890)

ashyk36 2010-07-25 10:04

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
any 1 help me with post 145?

sepehrsfmech 2010-07-25 10:28

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by ericube (Post 763709)
when I'm doing the 1st step to partation the SD card, I've got the error as below. I'm using SSH connected to my N900 via Mac OSX's Terminal....

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

start from scratch and format ur memory card.

and whats the size of ur memory card?

Dousan 2010-07-25 10:29

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by ashyk36 (Post 763975)
any 1 help me with post 145?

Did you try this?

http://talk.maemo.org/showpost.php?p...&postcount=150

horrorschow 2010-07-25 12:31

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

dj_steve 2010-07-25 13:12

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
check first page please folks post #2 has been updated :)

IzzehO 2010-07-25 13:38

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by dj_steve (Post 764096)
check first page please folks post #2 has been updated :)

Your a legend :P Here is an RS mirror as the last one got 69 downloads:
http://rapidshare.com/files/40897270...orld.tbz2.html

It's trafficshare once again so should be direct download.

ericube 2010-07-25 14:27

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'

Gundogan 2010-07-25 14:29

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by dj_steve (Post 764096)
check first page please folks post #2 has been updated :)

Wow general OS feels very smooth now! :)

Think NITDroid will be very snappy with a fast SD card and proper CPU scaling/optimizations :)

M00NB34M 2010-07-25 14:41

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!

dj_steve 2010-07-25 14:42

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

ToJa92 2010-07-25 14:49

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

hidetoshi777 2010-07-25 14:51

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by ToJa92 (Post 764151)
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

Can i read anywhere which class is my SD card?

ericube 2010-07-25 14:52

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?

Gundogan 2010-07-25 14:52

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by ToJa92 (Post 764151)
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

x2

Class6 card on its way here :)


Quote:

Originally Posted by hidetoshi777 (Post 764152)
Can i read anywhere which class is my SD card?

On the package or maybe on the sd card itself.

M00NB34M 2010-07-25 14:53

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by dj_steve (Post 764148)
grab one of the old rootfs's and copy the launcher2.apk from it to system/app and delete the ADWLauncher.apk

Absolute legend!!

Thanks man!

M00NB34M 2010-07-25 14:57

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by ericube (Post 764153)
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?

Typo mate :) You wrote unmount instead on umount

Theres no "n" :D Give that a whirl, but try and use the help thread...thats the proper place :)

ericube 2010-07-25 15:25

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

dj_steve 2010-07-25 15:27

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

aligatro 2010-07-25 16:56

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".

dj_steve 2010-07-25 17:06

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
actually if you notice everyone is using n900 itself :)

aligatro 2010-07-25 17:13

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by dj_steve (Post 764303)
actually if you notice everyone is using n900 itself :)


I know. But doing it from computer is much easier.

giannoug 2010-07-25 17:16

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by dj_steve (Post 764303)
actually if you notice everyone is using n900 itself :)

Hey, I'm not :p

I always repartition using gparted. Easier, simpler, faster.

ArchiMark 2010-07-25 17:21

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by hidetoshi777 (Post 764152)
Can i read anywhere which class is my SD card?

Usually marked on the face of the card, printed quite small.

Think often it is shown as a circle with a number inside it.

aligatro 2010-07-25 17:45

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)

byte_76 2010-07-25 17:57

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Thank you for the new version!

aligatro 2010-07-25 18:18

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.

DaSilva 2010-07-25 18:30

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?

aligatro 2010-07-25 18:32

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by DaSilva (Post 764375)
I ahve tried to install Asphalt 5 but it crashes at start. Which version did you install?

Gameloft.Asphalt.5.v3.1.7

aligatro 2010-07-25 18:55

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Here is the demo vid.

http://www.youtube.com/watch?v=8Of3cutBcS8

boxkillor 2010-07-25 19:13

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?

aligatro 2010-07-25 19:18

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by boxkillor (Post 764416)
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?

You can enable onscreen wheel so, you can use touchscreen to control. :) I didn't try other games yet. Keys should be working if the game supports it.

arora.rohan 2010-07-25 19:29

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!

boxkillor 2010-07-25 19:35

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
Quote:

Originally Posted by aligatro (Post 764420)
You can enable onscreen wheel so, you can use touchscreen to control. :) I didn't try other games yet. Keys should be working if the game supports it.

Thx 4 the quick reply :) will test it this evening

ZShakespeare 2010-07-25 19:36

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.

Nipperoid 2010-07-25 20:25

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
why is the led flashing green and now its solid green?

dj_steve 2010-07-25 20:26

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

horrorschow 2010-07-25 20:34

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
its just 15min booting...
i`m booting first time, is that normal??

Nipperoid 2010-07-25 20:35

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
my led is solid green!

dj_steve 2010-07-25 20:35

Re: [Android] NITDroid V2 & Multiboot Development And Announcement Thread
 
15min is a bit much suggest you reboot

dj_steve 2010-07-25 20:35

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