![]() |
[Android] Apps for NITdroid
NITdroid is working on N8x0 hardware quite well, and I'd like to collect some info on where we can get apps and how well they run. First, here's a quick summary of how to load apps onto NITdroid. To get adb working, follow the instructions at http://code.google.com/intl/fr/andro...devicehardware. If you're using Windows, you'll need gowen's modified android_usb.inf file from http://www.internettablettalk.com/fo...&postcount=243 as well. FYI, the adb program will be in android-sdk-windows-1.0_r2/tools after you've downloaded and unpacked the SDK.
To check that adb can talk to your tablet, run Code:
myhost:tools> ./adb devices You can use adb for lots of things other than loading apps. For example, to start a root shell on the tablet use the command: Code:
myhost:tools> ./adb shell Code:
myhost:tools> ./adb.exe shell /nit/bin/busybox poweroff -f -n Code:
myhost:tools> ./adb push /path/to/Meebo.apk /data/app So, where can we find more apps? I'd really like to find a native multiprotocol IM app, as the one provided with Android doesn't seem to work on my tablet (I can't find a way to add accounts) and Meebo is actually using an HTTP proxy service rather than talking to the IM servers directly. Is there a way to get apps from the marketplace without using the app shipped with the G1? Thanks to gowen, maxkilla, and jcl for info I've summarized here. |
Re: Apps for NITdroid
|
Re: Apps for NITdroid
i read there is IM Plus for android...
|
Re: Apps for NITdroid
|
Re: Apps for NITdroid
I'm still having trouble with the adb.
I did just what the instructions said, and it still doesn't work. Trying to run sudo ./adb devices but it just doesn't show my NIT... Should the NIT show something on the screen when you plug the USB? |
Re: Apps for NITdroid
Quote:
What OS are you using for adb? EDIT: I think I've found the problem, at least for MacOS. The adb source code only recognizes the following vendor and product IDs (see http://android.git.kernel.org/?p=pla...09a44e;hb=HEAD and http://android.git.kernel.org/?p=pla...1a6482;hb=HEAD) Code:
355 // Google's USB Vendor ID Note that this isn't a problem for Windows, as the .inf file specifies the product IDs. So for now, adb only works from a Windows host. |
Re: Apps for NITdroid
Good store here: andapps.com
"AndApps is website for those who don't have access to the Android Marketplace. Here will be uploaded as much as possible free and/or open source applications for the Android platform." And my favorite (for now) http://andappstore.com/AndroidPhoneApplications/apps/ For those in trouble with adb, do not plug in the device before Android starts. Windows gets confused if it is a Android device or a Nokia. Also, make sure in DevTools, adb is enabled. Also, you install apps like this: Code:
adb install XXX.apk |
Re: Apps for NITdroid
Yep, it looks like solca chose that product ID. Looking at http://guug.org/nit/nitdroid/nitdroid_kernel.patch.bz2, in his version of linux-nitdroid/drivers/usb/gadget/android_adb.c he specifies the following:
Code:
+#define DRIVER_VENDOR_ID 0x18D1 |
Re: Apps for NITdroid
Yeah, that part really messed me up. Lucky, I had experience changing the Vendor ID's to support "unsupported" hardware. Was not that bad, and gowen's modified android_usb.inf file (look at first post) makes it even easier.
|
Re: Apps for NITdroid
Quote:
|
All times are GMT. The time now is 00:15. |
vBulletin® Version 3.8.8