Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password
    Poll: Have you successfully installed Nitdroid by now?
    Poll Options
    Have you successfully installed Nitdroid by now?
    View Poll Results

    The Grand NITDroid Thread - NITDroid ICS Upgrade!

    Reply
    Page 412 of 511 | Prev | 402   410     411   412   413     414   422 | Next | Last
    Gky007 | # 4111 | 2012-01-31, 06:32 | Report

    Originally Posted by michaaa62 View Post
    Did you install to some separate partition or to your /home partition, which used to be the default place?
    Do you still manage to store file in /home/user, where those applications might have their temporary files?
    Watch the space issue carefully with just 8GB for Maemo, Nitdroid and MyDocs altogether on that stick.

    You know the procedure
    Code:
    df 
    mount
    free
    du -kx / | sort -n | tail -n20
    du -kx /home | sort -n | tail -n20
    Please also show the 'unusual' setup of the sd-card
    Code:
    sudo gainroot
    sfdisk -l /dev/mmcblk0
    sfdisk -l /dev/mmcblk1
    ~ $ df
    Filesystem 1k-blocks Used Available Use% Mounted on
    rootfs 233344 174892 54172 76% /
    ubi0:rootfs 233344 174892 54172 76% /
    tmpfs 1024 88 936 9% /tmp
    tmpfs 256 84 172 33% /var/run
    none 10240 72 10168 1% /dev
    tmpfs 65536 4 65532 0% /dev/shm
    /dev/mmcblk1p2 2064336 380628 1578856 19% /home
    /home/opt 2064336 380628 1578856 19% /opt
    /dev/mmcblk1p1 4872884 2612892 2259992 54% /media/mmc1
    ~ $ free
    total used free shared buffers
    Mem: 245380 241236 4144 0 1232
    Swap: 780280 60972 719308
    Total: 1025660 302208 723452
    ~ $ mount
    rootfs on / type rootfs (rw)
    ubi0:rootfs on / type ubifs (rw,bulk_read,no_chk_data_crc)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    tmpfs on /tmp type tmpfs (rw,noatime,size=1024k)
    tmpfs on /var/run type tmpfs (rw,nosuid,noatime,size=256k,mode=755)
    none on /dev type tmpfs (rw,noatime,size=10240k,mode=755)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noatime,size=65536k)
    /dev/mmcblk1p2 on /home type ext3 (rw,noatime,errors=continue,commit=1,data=writebac k)
    /home/opt on /opt type none (bind)
    nodev on /sys/kernel/debug type debugfs (0)
    /dev/mmcblk1p1 on /media/mmc1 type vfat (rw,noauto,nodev,noexec,nosuid,noatime,nodiratime, utf8,uid=29999,shortname=mixed,dmask=000,fmask=013 3,rodir)
    ~ $ sudo gainroot
    Root shell enabled


    BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
    Enter 'help' for a list of built-in commands.

    /home/user # du -kx / | sort -n | tail -n20
    10252 /usr/src/kernel-power-headers/include/linux
    12104 /usr/share/locale
    12476 /lib/modules
    14164 /usr/share/microb-engine/chrome
    14848 /usr/share/microb-engine
    16676 /usr/src/kernel-power-headers/include
    19340 /usr/bin
    23268 /var/lib/dpkg/info
    23352 /usr/lib/locale
    24288 /usr/lib/microb-engine
    24292 /lib
    26232 /var/lib/dpkg
    26872 /var/lib
    26956 /var
    32604 /usr/src/kernel-power-headers
    34844 /usr/src
    51528 /usr/share
    150324 /usr/lib
    261676 /usr
    326032
    /home/user # du -kx /home | sort -n | tail -n20
    12512 /home/system/framework
    14952 /home/opt/opera
    15440 /home/opt/usr/share/themes
    15608 /home/opt/var/cache/apt
    15612 /home/opt/var/cache
    19260 /home/user
    31240 /home/opt/usr/share
    31304 /home/data/dalvik-cache
    32192 /home/system/app
    32816 /home/opt/usr
    32892 /home/data
    44560 /home/opt/var/lib/apt/lists
    44572 /home/opt/var/lib/apt
    44576 /home/opt/var/lib
    48444 /home/system/lib
    50864 /home/opt/lib
    60192 /home/opt/var
    114660 /home/system
    176532 /home/opt
    344772 /home
    /home/user # sfdisk -l /dev/mmcblk0
    /dev/mmcblk0: No such file or directory

    sfdisk: cannot open /dev/mmcblk0 for reading
    /home/user # sfdisk -l /dev/mmcblk1

    Disk /dev/mmcblk1: 242560 cylinders, 4 heads, 16 sectors/track
    Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0

    Device Boot Start End #cyls #blocks Id System
    /dev/mmcblk1p1 32 152607 152576 4882432 b W95 FAT32
    start: (c,h,s) expected (32,0,1) found (0,32,33)
    end: (c,h,s) expected (1023,3,16) found (607,245,22)
    /dev/mmcblk1p2 152617+ 218175 65559- 2097872 83 Linux
    start: (c,h,s) expected (1023,3,16) found (608,0,1)
    end: (c,h,s) expected (1023,3,16) found (869,44,7)
    /dev/mmcblk1p3 218176 242559 24384 780288 82 Linux swap / Solaris
    start: (c,h,s) expected (1023,3,16) found (869,44,8)
    end: (c,h,s) expected (1023,3,16) found (966,80,10)
    /dev/mmcblk1p4 0 - 0 0 0 Empty
    /home/user #


    Edit | Forward | Quote | Quick Reply | Thanks

     
    ronald122789 | # 4112 | 2012-01-31, 06:57 | Report

    still no development on nitdroid??

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Tygercat | # 4113 | 2012-01-31, 11:25 | Report

    If you want to install whatsapp on n900, follow the steps that micha, eight, and other community members gave to me from the page 400 until here, because right now im talking to my friends with whatsapp

    Edit | Forward | Quote | Quick Reply | Thanks

     
    panjgoori | # 4114 | 2012-01-31, 13:05 | Report

    Nitdroid website is back online

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Tygercat | # 4115 | 2012-01-31, 14:16 | Report

    who can help me in this thread:
    http://talk.maemo.org/showthread.php...29#post1158129
    to get kernel power without any risk of losing nitdroid.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    mornage | # 4116 | 2012-01-31, 17:49 | Report

    Originally Posted by amukid View Post
    Hi
    great thread
    installed android on my n900 now
    and it seems to be working fine
    however, i am unable to connect to mobile internet
    when i try to add APN under settings, it is just a blank screen and nothing happens
    so I tried to connect to wifi
    it connects perfectly, however, I cant load any web pages or anything
    so im stuck with virtually no way of connecting to the internet
    does anyone know how i can solve this issue?
    many thanks
    Are you using ICS? If so, that will be why you have problems with WiFi.

    APN settings can be added by using the lock switch as stated a few posts ago.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    mornage | # 4117 | 2012-01-31, 17:51 | Report

    Originally Posted by Tygercat View Post
    who can help me in this thread:
    http://talk.maemo.org/showthread.php...29#post1158129
    to get kernel power without any risk of losing nitdroid.
    I see you have a reply to that thread. That should add the multiboot menu item needed to boot power-kernel so you can use all the features.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Tygercat | # 4118 | 2012-01-31, 18:58 | Report

    i have the multiboot menu, i answered in the post, could you answer me there? thanks!

    Edit | Forward | Quote | Quick Reply | Thanks

     
    imo | # 4119 | 2012-01-31, 19:23 | Report

    ammyt if you could make something like AN UPDATER from previous versions , like 2.3.4 to 2.3.7 ? N12 to N13 ?
    if some one knows how to update from 2.3.4 to 2.3.7 ?
    i know how to do it manually but just to know if there is any other way ?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    ronald122789 | # 4120 | 2012-02-01, 01:22 | Report

    yeah nitdroid.com is online now...

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Page 412 of 511 | Prev | 402   410     411   412   413     414   422 | Next | Last
vBulletin® Version 3.8.8
Normal Logout