![]() |
Re: Another Android port: NITdroid
That's because there's no init in the latest rootfs. If you can find a previous one :)
|
Re: Another Android port: NITdroid
Quote:
Another thought: maybe I could do a diff of your kernel with the android kernel to figure what changes to make to boot from an init-less rootfs. Edit: I see in Solca's earlier post what happened. By the way, your sig is awesome. |
Re: Another Android port: NITdroid
@Solca: Your config file has a reference to a local file for CONFIG_INITRAMFS_SOURCE.
|
Re: Another Android port: NITdroid
Ok so just for fun I pulled most of the emulator's rootfs out using adb and put it into my ext3 partition to be loaded by Bundyo's kernel. Doing this got me a new init error:
Code:
Kernel panic - not syncing; Attempted to kill init! Any ideas? I'm afraid I'm still pretty new at this stuff so I apologize if that was a useless idea. |
Re: Another Android port: NITdroid
Quote:
Quote:
|
Re: Another Android port: NITdroid
Yes, I'll update it when i have the init though :) And release the patches/config.
|
Re: Another Android port: NITdroid
Quote:
EDIT: There is a new #NITdroid IRC channel on freenode too if somebody wants to lurk or chat about it. |
Re: Another Android port: NITdroid
thanks for the update :) ...
Unfortunately the n810 tells me "Unable to start Wi-Fi" now :(... anyone else got the problem? ---------- edit --------------- works after re-formatting and flashing again |
Re: Another Android port: NITdroid
Quote:
1) I'm finding that setting the correct time and date (in 0.3.1) isn't surviving a shutdown and restart. 2) Buttons, including the soft keyboard, only work if I press the top left corner. Thanks to you and bundyo for all your hard work. |
Re: Another Android port: NITdroid
Quote:
Quote:
|
Re: Another Android port: NITdroid
Bundyo: any chance you could release the source to your miracle kernel?
|
Re: Another Android port: NITdroid
Yep, soon, sorry, doing something else and doesn't have the time to clean it up.
|
Re: Another Android port: NITdroid
Quote:
Quote:
Is there a screen calibration app in Android? Finally, I can't get 0.3.1 to return from screen blanking. Once it's gone blank pressing the keys or the screen has no effect. Eventually, it seems to power off as pressing the power key will produce a restart. Strangely, when adb is connected running logcat, it will recover. Here is the logcat trace, although I'm not sure it will be much use. Code:
**** screen blanks **** |
Re: Another Android port: NITdroid
Hey Guys, got android up and running on my 770 (thanks solca, bundyo, rzr), but adb bridge no go. USB Debugging is checked in Settings->Application->Development, but I think not registering correctly.
dmesg in ubuntu lappy: Code:
[402380.417159] usb 4-1: USB disconnect, address 25 edit: fixed by killing previous adb processes |
Re: Another Android port: NITdroid
battery management is wacky. First, it drains. Then, the icon disappears. Then, it "charges" (without being plugged in). Then it drains. Then, the icon disappears...
Same time problem here as well... |
Re: Another Android port: NITdroid
The battery meter works as good as KDE 4:s battery applet in diablo, or gnome-power-manager in deblet, it shows only 0% - 25% - 50% -75% -100%
|
Re: Another Android port: NITdroid
Quote:
|
Re: Another Android port: NITdroid
My manager tried the Android port for his HTC phone yesterday - OMFG!! NITdroid is "fully" working in comparison. You guys are doing an amazing job ;) Thanks!
|
Re: Another Android port: NITdroid
[QUOTE=gowen;254864]My clock is always about 2 hours 15 minutes off after a power cycle. It's keeping time OK, but just needs an offset to local time.[\QUOTE]
Most devices have 2 clocks, the real time clock (RTC) which is hardware and the internal system time "clock" which is just software. The hardware RTC keeps time even when the device is powered off, the internal is just a software clock that normally deviates slowly from the real time, so it needs to keep in sync normally in startup and shutdown, NITdroid misses the shutdown part as Android just shuts the hardware without running any scripts. My plan to solve this is to set the RTC clock when the user set it in the GUI. Quote:
Quote:
Quote:
Quote:
The problem, is the value reported by RETU which deviates depending on which hardware is turned on (WiFi, LCD, backlights), so this value it's reported 'weirdly', I'm pretty sure that's the reason why Maemo doesn't show you the real charge in their battery applet. If you don't belive me try this on NITdroid 'kcbatt -r -l 1' then connect/disconnect AC power, turn on/off LCD, WiFi, backlights, and you will see what I mean. The only way to improve it is by observing and adding that logic to NITdroid so a better value is reported in the GUI or in the Settings/About section. Shame NITs doesn't use standard power class drivers and the hardware doesn't report a single absolute _real_ value. BTW does somebody knows something about the RETU ASIC? it seems the kernel drivers just read/set registers, the real thing is obfuscated in the proprietary daemons. I recently (Oct/2008) buy my N810 because Nokia say it was open, they even have great publicity on this, for their next tablet Nokia should put clearly which drivers are following standard Linux APIs and which don't and are implemented by binary only daemons in userspace as belive me this is _very_very_ important. Anyway I'm happy how NITdroid is progressing thanks too you. :) |
Re: Another Android port: NITdroid
solca:
What are the plans for audio? I know you have it turned off for now. Is there any way any of us can help you out with implementing sound? Maybe doing some research for you, etc? Thanks |
Re: Another Android port: NITdroid
New release 0.3.2:
Quote:
Quote:
Quote:
Quote:
For bluetooth I need a small kernel patch required by Android that I'm working though I have to test it well. Thx to all ppl in the #NITdroid channel that have helped me testing stuff! |
Re: Another Android port: NITdroid
Quote:
|
Re: Another Android port: NITdroid
Quote:
|
Re: Another Android port: NITdroid
Applied the latest version, and I have to say it is working like a chap now. Web browser cookie issue is gone, and I have to say that is a big help for me. Thanks!
I was able to boot it up, hop online and start screwing around with no problem at all. Only issue I am noticing now is the calibration issue. With the state it is in now, I will be attempting to use this on a daily basis to see if anything big shakes out. Of course I notice little things here and there that would be nice, but overall this is very very nice. Thanks Jim |
Re: Another Android port: NITdroid
Just out of curiosity, I ran the emulator with only 64mb of ram and no swap, and it ran just fine, so I'm wondering if the instability on the n770 isn't for other reasons?
|
Re: Another Android port: NITdroid
Newbie question... I used the nitdroid_complete.sh script (thanks jakemaheu). It went fine all the way to "cleanup complete". I got the R&D mode screen, unplugged the USB, got the black screen and then got the NITDROID logo, but it got stuck there.
I tried doing the whole thing over again but still - no luck. Any ideas? |
Re: Another Android port: NITdroid
Quote:
Tried android myself on a N800, I have to say: impressive! Gives the N8*0 a whole new future. Thanks to everyone who worked on this, great work! |
Re: Another Android port: NITdroid
Anyone have issues with charging? Mine doesn't seem to work. It just heats up but the battery never seems to re-charge.
|
Re: Another Android port: NITdroid
Quote:
I will give it some more time... Thanks! |
Re: Another Android port: NITdroid
Waiting more than hour now... I guess there is something wrong with it.
Please help as I'm really anxious to see it working. Thanks. |
Re: Another Android port: NITdroid
After the initial install (which turned out be 0.3.1), I was able to flash the 0.3.2 kernel but I can no longer mount the N810 partitions on the Linux host.
fdisk /dev/sda results in "unable to open /dev/sda" /var/log/messages is filled with "Buffer I/O error on device sda, logical block 0" and "scsi 11:0:0:0: rejecting I/O to dead device" dmesg shows usb-storage: Vendor <NULL> Model: <NULL> and sd 15:0:0:0:Attached scsi removable disk sda ./adb shell shows "error: device not found" Anyone face this? I'm in a half-loaded state with the 0.3.2 kernel but the 0.3.1 rootfs. The tablet and Internet both work, but I'd like to know how to get fully updated. Any ideas? How do I mount /dev/sda3 on my linux host again now that Android is running? N810 on a CentOS 5 host. Thanks! EDIT: I needed to reflash to the Maemo kernel, push the new rootfs, and then reflash to the latest nitdroid kernel. Nitdroid doesn't export the partitions in the same way the maemo kernel does |
Re: Another Android port: NITdroid
Quote:
|
Re: Another Android port: NITdroid
EasternPA, flash back to maemo kernel, upload the new rootfs, then flash back to Android.
Takes about 10 minutes max. |
Re: Another Android port: NITdroid
Quote:
I see a dialog Sorry! Application Settings (in process com.android.settings) is not responding. Force close | Wait on every cold boot. Saw it under 0.3.1 and 0.3.2. |
Re: Another Android port: NITdroid
Yeah, its beta software, so weird things pop up. I get the same sometimes, don't worry about it...
|
Re: Another Android port: NITdroid
Just thought I'd mention it :) I'm good to go now. Thanks again.
|
Re: Another Android port: NITdroid
Does the current version allow you to boot to Maemo from Android yet? I haven't been following the development for a few weeks. That was the part that was stopping me install it and keep it around more than a day.
|
Re: Another Android port: NITdroid
Memson - We still have to reflash to maemo in order to update the installed android filesystem, so while Maemo is an option on the shutdown menu, no is not a seamless reboot at this time. As I understand it a boot selector is under development.
|
Re: Another Android port: NITdroid
ive been collecting software for android if anyone has any that's not in here please let me know -> http://www.4shared.com/dir/11234070/...0/sharing.html
i think all android software is still free they haven't started charging yet have they? |
Re: Another Android port: NITdroid
maxkilla check out this thread for the app discussion
http://www.internettablettalk.com/fo...ad.php?t=25682 |
All times are GMT. The time now is 23:20. |
vBulletin® Version 3.8.8