![]() |
Re: [Android] NITDroid V2 Development Topic
i formatted my mem card after i installed with steven nitdroid on it but now when i format it it only has 6MB free?
|
Re: [Android] NITDroid V2 Development Topic
im assuming you want to return card to standard one partition layout ?
|
Re: [Android] NITDroid V2 Development Topic
yes how do i do that?
|
Re: [Android] NITDroid V2 Development Topic
redo fdisk and run o (for clean partition table) then n,p,1,enter,enter,t,1,c,w and then format it
|
Re: [Android] NITDroid V2 Development Topic
in vmware?
|
Re: [Android] NITDroid V2 Development Topic
yep
remeber sudo :) |
Re: [Android] NITDroid V2 Development Topic
yes thanks a lot steven without your help i would have screwed up my phone.
|
Re: [Android] NITDroid V2 Development Topic
cud of sworn you did once already niel lol joking
|
Re: [Android] NITDroid V2 Development Topic
thanks it worked
|
Re: [Android] NITDroid V2 Development Topic
hehe not really always thought that i screwed up my phone but it always came back after flash:) never paniced;)
|
Re: [Android] NITDroid V2 Development Topic
ok i need help now again. its abt the app store. i tried all i could still i get out of space. i reformatted and reinstalled around 4 times now. ive changed the permissions of /data and /system/app (chmod 777) i also tried -R 777 and still no luck. i have a 4gb card and partitioned abour 260mb for fat and the rest ext. also i dont have some "problems" like some. my first android boot happens instantly and does not take a long time. my app store update also happens in a few mins. (i, being in india, dont have a very fast connection)
|
Re: [Android] NITDroid V2 Development Topic
Quote:
Quote:
|
Re: [Android] NITDroid V2 Development Topic
@steve sorry didnt see that. give me sometime
|
Re: [Android] NITDroid V2 Development Topic
Quote:
|
Re: [Android] NITDroid V2 Development Topic
1 Attachment(s)
Quote:
i do all this from my phone itself. if u want to avoid unplugging card, do this to mount ext. run sfdisk -l to see ur partition name. usually its mmcb1k1p1 or mmcb1k1p2 run sudo mount /dev/mmcb1k1p2 /mnt to unmount sudo umount /mnt i also formatted and partitioned my mmc on phone itself. if any one needs instructions, ill post later as i have no time to write a tutorial now. @steve, if u knew this, sorry for pointing. if u didnt. hope it helps u |
Re: [Android] NITDroid V2 Development Topic
I think troubleshooters need to leave this thread and leave it for developing purposes only, we dont want to get in their way.
|
Re: [Android] NITDroid V2 Development Topic
well their is a bugtracker @ bugs.nitdroid.com :)
|
Re: [Android] NITDroid V2 Development Topic
@dj_steve: you didn't answer my question (previous post) about kexec. As it seems that kexec works with maemo, wouldn't it be easier to run android on a separate kernel rather than on maemo's one?
|
Re: [Android] NITDroid V2 Development Topic
Thanks e-yes! Also thanks Siggen for the offer!!
Of course, thanks DJ_Steve! Quote:
DJ_Steve: If you want: I can start a new thread and try keep help out with it. I'm sure many of us here will have no problem to help. I'm only asking as maybe you want to keep all the info in this thread. Just let us know and we will try get all help requests from flooding here. |
Re: [Android] NITDroid V2 Development Topic
Thanks LifeNexus. I had problems using Tar on the file as it said --J invalid. Could you point in the right direction.
Many thanks |
Re: [Android] NITDroid V2 Development Topic
Quote:
Its found @ bugs.nitdroid.com |
Re: [Android] NITDroid V2 Development Topic
Quote:
Also, need more info. Run terminal and type df and mount, what'em said? |
Re: [Android] NITDroid V2 Development Topic
@steve, did u check my boot.log?
|
Re: [Android] NITDroid V2 Development Topic
Quote:
Code:
sudo apt-get install tar-gnu Code:
gtar xjvvpf ../home/user/MyDocs/NITdroid.tar.bz2 (any bz2 archive) |
Re: [Android] NITDroid V2 Development Topic
Quote:
ill post more on mounting etc tomorrow. no time for tutorial today |
Re: [Android] NITDroid V2 Development Topic
Quote:
|
Re: [Android] NITDroid V2 Development Topic
i just want to give thanks to dj_steve and e-yes.
i just booted android. can't believe you've done such a great job here. please, keep it up, and cheers to you two. i'll be following very closely. |
Re: [Android] NITDroid V2 Development Topic
As after the firmware
Quote:
flasher-3.5 ??? RX-51_2009SE_10.2010.19-1_PR_COMBINED_MR0_ARM.bin ??? |
Re: [Android] NITDroid V2 Development Topic
kingoddball if you wish to start a thread to help people wil installain issues please do i have no objections. but for any other problems a bug report needs filing
|
Re: [Android] NITDroid V2 Development Topic
Quickie: Does the current kernel have kexec support (to use kexec-tools)?
I remember there being something about it, I just don't remember what it was. I'm asking as I'd like to boot up Meego this weekend (just because I can). |
Re: [Android] NITDroid V2 Development Topic
Quote:
:D |
Re: [Android] NITDroid V2 Development Topic
Quote:
|
Re: [Android] NITDroid V2 Development Topic
I did the same....
http://talk.maemo.org/showthread.php...291#post720291 :eek: ToJa92: On your tutorial, it's great, at the bottom you mentioned RD mode will kill your battery. Please add this, that way people can disable the RD keyboard flashing. I've had RD on for 7 days now, no keyboard flash (backlights work as normal) Crack open xTerm: Code: root cd .. cd etc nano pmconfig Change "sleep_ind 1" to "sleep_ind 0". sleep_ind 1 is generally the last line of pmconfig. You do not need to use nano, I just like it's simplicity |
Re: [Android] NITDroid V2 Development Topic
Quote:
His is just the facts mom type of instructions :D You have lots of pictures in yours. I would suggest adding code tags for the commands. |
Re: [Android] NITDroid V2 Development Topic
Quote:
|
Re: [Android] NITDroid V2 Development Topic
You can't flash kernel on the phone.
Just install fdisk on your n900 (It's on there already I think). Use same instructions, just replace sfdisk /dev/sdb with /dev/mmcblk1 |
Re: [Android] NITDroid V2 Development Topic
Quote:
|
Re: [Android] NITDroid V2 Development Topic
...........
Code: umount /dev/mmcblk1p1 # unmount the mmc for partitioning sfdisk -uM /dev/mmcblk1 ,512,C # 512mb partition for FAT32 ,,L # the rest of the mmc is LINUX83 ,, # empty ,, Next, to prepare the new partitions for Android installation, run the following and then reboot you device; this will format the first partition in vfat, and the second in ext3: Code: mkdosfs /dev/mmcblk1p1 mke2fs -j /dev/mmcblk1p2 -m0 After formatting the partitions and rebooting the device, you can mount the ext3 partition with the following: Code: mkdir -p /mnt/ mount /dev/mmcblk1p2 /mnt/ |
Re: [Android] NITDroid V2 Development Topic
Steve's video tutorial is great, I have followed it and installed nitdroid in a moment.
Well, maybe someone (non-native english speakers) can have some trouble with his accent. :D It lacks explaining how to configure boot-menu, but I read about it here: http://www.gadgetpilipinas.net/2010/...clair-on-n900/ This is a nice tutorial too! At first boot there was a problem with the wifi connection, but after rebooting everything seems to work quite well, nice work Steve!! One more thing, I changed ITEM_FSOPTIONS=”noatime” to ITEM_FSOPTIONS=”noatime,rw” as I thought the partition should be writable, am I wrong? |
Re: [Android] NITDroid V2 Development Topic
Quote:
|
All times are GMT. The time now is 23:18. |
vBulletin® Version 3.8.8