|
|
2010-07-10
, 11:04
|
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2010
|
#2602
|
|
|
2010-07-10
, 11:49
|
|
Posts: 38 |
Thanked: 20 times |
Joined on Apr 2010
|
#2603
|
|
|
2010-07-10
, 12:10
|
|
Posts: 1,306 |
Thanked: 1,697 times |
Joined on Dec 2009
@ Durham North-East UK
|
#2604
|
|
|
2010-07-10
, 12:12
|
|
Posts: 178 |
Thanked: 30 times |
Joined on Oct 2009
@ Texas
|
#2605
|
|
|
2010-07-10
, 12:14
|
|
Posts: 5 |
Thanked: 2 times |
Joined on Jun 2010
@ Staines, UK
|
#2607
|
I decided to bite the bullet and installed NitDroid on my phone. Thanks for all the hard work to the people involved.
I get the same issue as adammesz above in that I can start to download apps from market but can get no further than that.
Has anybody resolved this issue who has had that problem?
Also I have the same problem with the up arrow not working.
Thanks.

|
|
2010-07-10
, 12:16
|
|
Posts: 1,306 |
Thanked: 1,697 times |
Joined on Dec 2009
@ Durham North-East UK
|
#2608
|
|
|
2010-07-10
, 12:34
|
|
Posts: 312 |
Thanked: 51 times |
Joined on Mar 2010
@ dubai
|
#2609
|
!!UPDATE!!UPDATE!!UPDATE!!
cheers to Cyanogen for the aboveCode:#include <std_disclaimer.h> /* * Your warranty is now void. * * I am not responsible for bricked devices, dead SD cards, * thermonuclear war, or you getting fired because the alarm app failed. Please * do some research if you have any concerns about features included in this Alt OS * before Installing it! YOU are choosing to make these modifications, and if * you point the finger at me for messing up your device, I will laugh at you. */![]()
------------------------------------------
Ok here it is folks, you waited patiently for this one i admit but i wanted to make sure it was stable first
First Up Lets Have a Changelog
-- CHANGELOG --
FroYo 2.2 Based(as always for the moment)
Local Version 0.0.5-3
FULL GOOGLE APPS SUPPORT!!! - works perfectly
Lcd density reduced from 240 to 200 - little bit more screen space
Touch Screen Calibration Sorted, near perfect accuracy
Various apps included as per previous changelogs
Init scripts edited in prep for further phone development(no progress as yet)
Restored old Boot Animation
Edited memory management settings to provide speedier experience (in my opin)
Sensors and Accell libs integrated - accell is not perfect
** here come the good parts folks **
Bluetooth Added
Charging (via Mains) works
Battery Reporting Fixed (obviously LOL)
Swap Partition from maemo activated in android(rarely used but hey try finding an android device with 1gb ram)
---------------
Ok thats the changelog done
I was hoping to be able to get emmc mounting going but alas havent been able to yet, also have plans to add other features from cyanogenmod into nitdroid (bt obex/ftp, adhoc wifi support, etc)
ok now for the main howto for install as this one is a bit more involved:
RootFS: http://downloads.nitdroid.com/NITDro...0.5-3-BIG.tbz2 | http://files2.nitdroid.com/NITDroid-...0.5-3-BIG.tbz2 | http://nitdroid.webs.com/NITDroid-N900-0.0.5-3-BIG.tbz2 | http://newsycat.com/android/n900/NIT...0.5-3-BIG.tbz2
MD5 for above: 7e2b384989c4913d9181ff23ca461e86
** Below items ARE REQUIRED **
MultiBoot(Jay-C's new bootmenu app): http://downloads.nitdroid.com/Jay-c/...t-0.1.1.tar.gz | http://files2.nitdroid.com/multiboot-0.1.1.tar.gz |http://nitdroid.webs.com/multiboot-0.1.1.tar.gz
Partitioned Microsd Card (1st fat32 and second partition ext3 MUST BE UNDER 2gb - this is due to a bug in android itself ive discovered)
Install How-To:
ALL INSTRUCTIONS SHOULD BE PERFORMED ON YOUR N900
if this is your first install of NITDroid please jump down past this section to the PARTITION YOUR microsd section.
You will need the following packages installed on your n900 first:
Better to have 2 xterm windows open also with both at a root shellCode:apt-get install wget bzip2 rootsh nano
Code:sudo gainroot
1. Extract Your Devices Bluetooth Mac Address Firstly:
write this down somewhere for the momentCode:sysinfo-tool -g /certs/npc/esn/bt_id
2. Download And Install MultiBoot:
3. Mount your MicroSD and download the NEW RootFS:Code:cd /home/user/MyDocs/ wget http://downloads.nitdroid.com/Jay-c/multiboot-0.1.1.tar.gz cd / tar xzvf /home/user/MyDocs/multiboot-0.1.1.tar.gz
4. ok lets add your mac address to the file needing it. you require skills with a text editor hereCode:mkdir /and mount -o noatime,rw /dev/mmcblk1p2 /and cd /home/user/MyDocs wget http://downloads.nitdroid.com/NITDroid-N900-0.0.5-3-BIG.tbz2 cd /and rm -rf * bzcat /home/user/MyDocs/NITDroid-N900-0.0.5-3-BIG.tbz2 | tar xvf -
i use nano but pick whatever editor you wish
find the BDADDR line (third line)Code:cd /and/system/bin nano load_modules.sh
and change the text after = to the address you have from above then save the file and exit , eg below
change the part in redCode:BDADDR="0cddef0a0e6d"
5. Unmount microsd
Thats it, done finished, kaputCode:cd / umount /and
no need to worry about flashing anymore we have a clever way of solving that problem now.
please pick option 4 to boot nitdroid NOT 4 (03 kernel not 02)
hopefully this has been worth waiting for![]()
more progress to come especially on microsd/emmc mount
PARTITION YOUR MICROSD
Howto Follows:
1. open up xterm as root
2. un mount the microsd card firstCode:sudo gainroot
3. find out the capacity of your memory card - mine is 8gb so im going to partition 6.1gb fat32 and remainder as ext3 (1.9gbish)Code:umount /dev/mmcblk1p1
then follow the below guide substitubing the <fat32> with the size you have choosen for your fat 32 partition. the EXT3 PARTITION MUST be under 2gb in size.
4. unmount microsd again as maemo sometimes tried to mountCode:sfdisk -uM /dev/mmcblk1 << EOF ,<fat32>,C ,,L ,, ,, EOF
5. format partitionsCode:umount /dev/mmcblk1p1
thats it for partitioning, now proceed with aboveCode:mkdosfs /dev/mmcblk1p1 mke2fs -j -m0 /dev/mmcblk1p2
|
|
2010-07-10
, 12:36
|
|
Posts: 1,306 |
Thanked: 1,697 times |
Joined on Dec 2009
@ Durham North-East UK
|
#2610
|
![]() |
| Tags |
| android, cool stuff, froyo on n900, nitdroid |
|
camera will be looked at but its not a priority at this time