maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   [Android] NITDroid V2 Development Topic (https://talk.maemo.org/showthread.php?t=49811)

dj_steve 2010-06-30 08:53

Re: [Android] NITDroid V2 Development Topic
 
does x10 show the usb debug icon (small triangle in status ?) also try adb devices

gsever 2010-06-30 08:56

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by Dousan (Post 735061)
I have one question though, my fm radio app doesn't work after flashing the zImage4, the radio module, in maemo, wont load, it comes up with an error on it. Anything you've come across?

Hey,

I experience the same issue. It spits

Error: Cannot load FM radio module driver

Join he #nitdroid channel on freenode to talk about it more.

kingoddball 2010-06-30 08:59

Re: [Android] NITDroid V2 Development Topic
 
I'll update what I have.
Just installed (and removed then REinstalled one) about 4 or so apps.

I'll transfer it via FTP now.

ToJa92 2010-06-30 09:10

Re: [Android] NITDroid V2 Development Topic
 
@kingoddball: Did you filter logcat? You can do it like this IIRC:
Code:

logcat Market:F *:S
That would only print output related to Market.

DaSilva 2010-06-30 09:20

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by DaSilva (Post 734706)
So could Titan add the needed things to his kernel which would make zImage unnecessary?

Would this be possible together with enabling R&D mode?

dj_steve 2010-06-30 09:22

Re: [Android] NITDroid V2 Development Topic
 
i dont think so, as r&d is required for now

DaSilva 2010-06-30 09:24

Re: [Android] NITDroid V2 Development Topic
 
Sorry I meant that the only "manual" step would be to enable R&D mode with flasher if your needed changes could included to Titans power kernel.
Would that be possible?

gsever 2010-06-30 09:28

Re: [Android] NITDroid V2 Development Topic
 
Interestingly R&D mode cannot be disabled using:

Code:

apt-get install --reinstall -y kernel kernel-flasher
It switches the device back to the original kernel, but leaving it in R&D mode still.

giannoug 2010-06-30 09:33

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by gsever (Post 735151)
Interestingly R&D mode cannot be disabled using:

Code:

apt-get install --reinstall -y kernel kernel-flasher
It switches the device back to the original kernel, but leaving it in R&D mode still.

http://talk.maemo.org/showpost.php?p...postcount=1821
http://talk.maemo.org/showpost.php?p...postcount=1823
:o

badboyuk 2010-06-30 09:43

Re: [Android] NITDroid V2 Development Topic
 
if Slide and app store are not the official market places for the apps on android then how come they are on the menu as if they are defaults? is there anyway to try or test the market place via its website?

avinashsonee 2010-06-30 10:37

Re: [Android] NITDroid V2 Development Topic
 
When I run /bin/ash /installer.sh

it says
Quote:

not foundsh: line 18:
Press any key to Continue or CTRL-C to Terminate Script
: bad variable name: line 19: msg
:not foundsh: line 20:
:not foundsh: line 21: clear
:not foundsh: line 22:
OK, so you must be the brave one. Continuing installation...
/installer.sh: line 141: syntax error: end of file unexpected (expecting "then")
line 141 doesn't exist and the "then" is line 25 and not 141

dj_steve 2010-06-30 11:35

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by badboyuk (Post 735173)
if Slide and app store are not the official market places for the apps on android then how come they are on the menu as if they are defaults? is there anyway to try or test the market place via its website?

nope the android market works on devices only, adn at min not on n900- the andappstore/slideme are their because i included them in rootfs

kingoddball 2010-06-30 11:47

Re: [Android] NITDroid V2 Development Topic
 
DJ_Steve:
I've uploaded a new logcat, much smaller (only 1 downloaded app).
I tried to filter the log as ToJa92 suggested, but it would not work for me.

Enjoy. If you need anything else, you know where I am :)

dj_steve 2010-06-30 11:48

Re: [Android] NITDroid V2 Development Topic
 
will have a looksie later bud :)

nax3000 2010-06-30 12:38

Re: [Android] NITDroid V2 Development Topic
 
@dj_steve: So are you working on the GPU+DSP support? Is there a breakthrough or is it too much to handle by yourself?

badboyuk 2010-06-30 12:42

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by dj_steve (Post 735295)
nope the android market works on devices only, adn at min not on n900- the andappstore/slideme are their because i included them in rootfs

oh alrite cool. Cheers for the info steve :)

OptX 2010-06-30 13:02

Re: [Android] NITDroid V2 Development Topic
 
################################################## ########
############# NITDROID N900 AutoInstaller ################
################################################## ########
# This installer will automatically download and install #
# 5he latest NITDroid Build. It will also partition and #
# format your MicroSD card. Bootmenu will be installed #
# and configured if it is not detected on your device. #
# The NITDroid dualboot kernel will also be flashed to #
# your device. #
# #
# THIS SCRIPT WILL INSTALL APPS ONTO YOUR DEVICE #
# AND REPARTITION YOUR MICROSD WITHOUT ANY WARNINGS #
# PLEASE BACKUP YOUR DATA BEFORE PROCEEDING #
# #
# YOU HAVE BEEN WARNED #
################################################## #######
: not foundh: line 18:
Press any key to Continue or CTRL-C to terminate Script
: bad variable name line 19: msg
: not foundh: line 20:
: not foundh: line 21: clear
: not foundh: line 22:
Ok, so you must be the brave one. Continuing installation...
installer.sh: line 141: syntax error: end of file unexpected (expecting "then")

Thats mine ...

avinashsonee 2010-06-30 14:03

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by OptX (Post 735374)
################################################## ########
############# NITDROID N900 AutoInstaller ################
################################################## ########
# This installer will automatically download and install #
# 5he latest NITDroid Build. It will also partition and #
# format your MicroSD card. Bootmenu will be installed #
# and configured if it is not detected on your device. #
# The NITDroid dualboot kernel will also be flashed to #
# your device. #
# #
# THIS SCRIPT WILL INSTALL APPS ONTO YOUR DEVICE #
# AND REPARTITION YOUR MICROSD WITHOUT ANY WARNINGS #
# PLEASE BACKUP YOUR DATA BEFORE PROCEEDING #
# #
# YOU HAVE BEEN WARNED #
################################################## #######
: not foundh: line 18:
Press any key to Continue or CTRL-C to terminate Script
: bad variable name line 19: msg
: not foundh: line 20:
: not foundh: line 21: clear
: not foundh: line 22:
Ok, so you must be the brave one. Continuing installation...
installer.sh: line 141: syntax error: end of file unexpected (expecting "then")

Thats mine ...

download installer file again and try again

this time the installer file name is http://downloads.nitdroid.com/autoin...installer-2.sh

Omega180984 2010-06-30 14:12

Re: [Android] NITDroid V2 Development Topic
 
works perfectly, great work! No errors

ToJa92 2010-06-30 14:23

Re: [Android] NITDroid V2 Development Topic
 
OK now everything should be sorted with the installer, it's available here as it should be http://downloads.nitdroid.com/autoin...r/installer.sh

OptX 2010-06-30 14:26

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by avinashsonee (Post 735436)
download installer file again and try again

this time the installer file name is http://downloads.nitdroid.com/autoin...installer-2.sh

I get a 404 :)
I just want to test the Installer. I have android up and running already.

dj_steve 2010-06-30 14:27

Re: [Android] NITDroid V2 Development Topic
 
lol installer.sh now :)

ToJa92 2010-06-30 14:27

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by OptX (Post 735465)
I get a 404 :)

Please refer to my post, it's available from the same url as the older script was.

EDIT: Too late I see :p

OptX 2010-06-30 16:56

Re: [Android] NITDroid V2 Development Topic
 
What is the reason that the browser closes on some flash sites ?
I can choose what i want to watch, see the loading symbol, and when it gets to the point that the stream should start, i'm kicked to desktop :) (test with justin.tv)

dj_steve 2010-06-30 16:58

Re: [Android] NITDroid V2 Development Topic
 
flash is still beta remember.

juandp77 2010-06-30 17:00

Re: [Android] NITDroid V2 Development Topic
 
:)good news meego 1.1 released now we have to figured out how to make triple boot..:rolleyes:

ToJa92 2010-06-30 17:04

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by juandp77 (Post 735711)
:)good news meego 1.1 released now we have to figured out how to make triple boot..:rolleyes:

It's not available for N900 yet...

juandp77 2010-06-30 17:07

Re: [Android] NITDroid V2 Development Topic
 
check out this:

http://tablets-dev.nokia.com/meego-codedrop.php

juandp77 2010-06-30 17:09

Re: [Android] NITDroid V2 Development Topic
 
is in the meego page:

http://meego.com/downloads/releases/...eloper-preview

Siggen 2010-06-30 17:47

Re: [Android] NITDroid V2 Development Topic
 
This is a developer preview with out UI, only CLI.

EDIT: And, try not to double post, there is an edit button for a reason.

dj_steve 2010-06-30 18:25

Re: [Android] NITDroid V2 Development Topic
 
UPDATE:

NEW RootFS Up: http://downloads.nitdroid.com/NITDro...4-3-Froyo.tbz2

--Changelog--
Based off Latest FroYo RootFS
Battery Reporting Works
Added Few Apps:-
** Twidget Lite
** E-Buddy
** Snake
** AndChat
** ConnectBot
** SIPDroid - VOIP Client

No other major edits yet.

the autoinstaller will install this rootfs as default now


Please remember to report bugs @ http://bugs.nitdroid.com to help us to fix them !!!

giannoug 2010-06-30 18:35

Re: [Android] NITDroid V2 Development Topic
 
Also uploaded here:
http://files2.nitdroid.com/NITDroid-...4-3-Froyo.tbz2
:)

Please report speeds, thanks :)

tobyax 2010-06-30 18:42

Re: [Android] NITDroid V2 Development Topic
 
hi guys.

now with meego out, it s possible get a triboot? maemo, nitdroid and meego?

sorry again for my bad english

giannoug 2010-06-30 18:46

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by tobyax (Post 735911)
hi guys.

now with meego out, it s possible get a triboot? maemo, nitdroid and meego?

sorry again for my bad english

Yeah, why not? If you get MeeGo to boot with bootmenu, its fairly easy. Check this wiki page: http://wiki.nitdroid.com/index.php?title=Multiboot :)

Siggen 2010-06-30 18:48

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by tobyax (Post 735911)
hi guys.

now with meego out, it s possible get a triboot? maemo, nitdroid and meego?

sorry again for my bad english

If you want a operating system without a graphical interface, then yes

EDIT:
Meego for N900 has no GUI

tobyax 2010-06-30 18:54

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by Siggen (Post 735922)
If you want a operating system without a graphical interface, then yes

EDIT:
Meego for N900 has no GUI


Meego with GUI is not released today?

Reffyyyy 2010-06-30 19:06

Re: [Android] NITDroid V2 Development Topic
 
Once again, awesome work Dj_Steve.

I'll test it out later when I get the time.

lifenexus 2010-06-30 19:10

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by Siggen (Post 735922)
If you want a operating system without a graphical interface, then yes

EDIT:
Meego for N900 has no GUI

dude, meego handset ux has been released. so meego with UI is released and available. the n900 builds will show up shortly. some technical faults right now

Siggen 2010-06-30 19:29

Re: [Android] NITDroid V2 Development Topic
 
Quote:

Originally Posted by lifenexus (Post 735943)
dude, meego handset ux has been released. so meego with UI is released and available. the n900 builds will show up shortly. some technical faults right now

Okay, I was wrong.

tobyax 2010-06-30 19:42

Re: [Android] NITDroid V2 Development Topic
 
where can I download Meego 1.1 with GUI for N900


All times are GMT. The time now is 12:13.

vBulletin® Version 3.8.8