NITDroid FAQ

(New page: ==Answers and fixes to some FAQs:== ===Why is my device not charging while in NITDroid?=== In NITDroid, go to: <pre> App drawer --> Settings --> Applications --> Development --> Stay awa...)
(+1)
 
(10 intermediate revisions not shown)
Line 1: Line 1:
 +
See also:
 +
* [[NITDroid Port#Links|NITDroid Port]]
 +
* [[NITDroid Game Compatibility]]
 +
 +
==Answers and fixes to some FAQs:==
==Answers and fixes to some FAQs:==
-
===Why is my device not charging while in NITDroid?===
+
===Why can't I hear anything when calling?===
 +
Sound cannot be routed through the N900's earpiece/microphone in NITDroid yet.
 +
===Why is my device not charging while in NITDroid?===
In NITDroid, go to:
In NITDroid, go to:
<pre>
<pre>
Line 9: Line 16:
This should let the screen stay awake while charging, your device will be charging normally.
This should let the screen stay awake while charging, your device will be charging normally.
-
===Why does signing in to Google takes forever?===
+
===What do I do if I can't obtain IP address from my WiFi?===
 +
There are several workarounds, best is to turn off WiFi encryption.
 +
===Why does signing in to Google takes forever?===
Skip google sign-up in the first tutorial instead, sign up/in google once in NITDroid.
Skip google sign-up in the first tutorial instead, sign up/in google once in NITDroid.
===How can I overclock NITDroid===
===How can I overclock NITDroid===
-
 
1. You can download ready GUI's from the market for OCing: http://talk.maemo.org/attachment.php?attachmentid=16607&d=1293643705
1. You can download ready GUI's from the market for OCing: http://talk.maemo.org/attachment.php?attachmentid=16607&d=1293643705
Line 22: Line 30:
===Did I loose the ability to overclock Maemo by kernel-power?===
===Did I loose the ability to overclock Maemo by kernel-power?===
-
 
For kernel-power multiboot entry:
For kernel-power multiboot entry:
-
http://www.mediafire.com/?t3mdemq1hj7v5ur
 
-
1. Unrar this archive to ./MyDocs, then:
+
NITDroid Auto-installer solved this issue.
-
2. On Xterminal, execute:<pre>root
+
-
mount /home /and
+
-
dpkg -i /home/user/MyDocs/multiboot-0.2.11-kernel-power-46-Android-Kernel/*
+
-
</pre>
+
-
3. Reboot your device, you shall see a new multiboot entry for kernel-power.
+
===My memory for apps is getting low, what can I do?===
===My memory for apps is getting low, what can I do?===
-
 
1. Here are custom EMMCs if you want to reflash:
1. Here are custom EMMCs if you want to reflash:
Line 44: Line 44:
2. Install by repartitioning
2. Install by repartitioning
 +
 +
===Can I use MMC as an SD Card on NITDroid?===
 +
You can follow one of these instuction: http://talk.maemo.org/showpost.php?p=1102388&postcount=3231
 +
 +
===Stability Issues?===
 +
NITDroid uses 500 1150 default CPU clock settings which can make some devices unstable. In Maemo, open Xterminal then:
 +
<pre>
 +
root
 +
mount /home /and
 +
cp /and/etc/oc-profile-250-500 /and/etc/power.conf
 +
leafpad /and/etc/power.conf
 +
</pre>
 +
Then edit the kernel profile the way that suits you.

Latest revision as of 10:36, 30 October 2012

See also:


Contents

[edit] Answers and fixes to some FAQs:

[edit] Why can't I hear anything when calling?

Sound cannot be routed through the N900's earpiece/microphone in NITDroid yet.

[edit] Why is my device not charging while in NITDroid?

In NITDroid, go to:

App drawer --> Settings --> Applications --> Development --> Stay awake

This should let the screen stay awake while charging, your device will be charging normally.

[edit] What do I do if I can't obtain IP address from my WiFi?

There are several workarounds, best is to turn off WiFi encryption.

[edit] Why does signing in to Google takes forever?

Skip google sign-up in the first tutorial instead, sign up/in google once in NITDroid.

[edit] How can I overclock NITDroid

1. You can download ready GUI's from the market for OCing: http://talk.maemo.org/attachment.php?attachmentid=16607&d=1293643705

NOTE: Recommended settings for Setcpu: Min:125 Max:805 Governor:Conservative

2. Or use one of these profiles: http://forum.nitdroid.com/index.php?topic=116.0

[edit] Did I loose the ability to overclock Maemo by kernel-power?

For kernel-power multiboot entry:

NITDroid Auto-installer solved this issue.

[edit] My memory for apps is getting low, what can I do?

1. Here are custom EMMCs if you want to reflash:

5GB app memory 24GB /MyDocs: http://www.mediafire.com/?j6srnaxwr3notaf

or

8GB app memory 21GB /MyDocs: http://www.mediafire.com/?5o1hkuuwhn8hh1c

2. Install by repartitioning

[edit] Can I use MMC as an SD Card on NITDroid?

You can follow one of these instuction: http://talk.maemo.org/showpost.php?p=1102388&postcount=3231

[edit] Stability Issues?

NITDroid uses 500 1150 default CPU clock settings which can make some devices unstable. In Maemo, open Xterminal then:

root
mount /home /and
cp /and/etc/oc-profile-250-500 /and/etc/power.conf
leafpad /and/etc/power.conf

Then edit the kernel profile the way that suits you.