Forum: MeeGo / Harmattan
2012-07-06, 22:44
|
Replies: 398
Views: 267,697
Re: Nitdroid on Nokia n9 and donation thread.
If the framebuffer drivers in nitdroid were written to display to an Xnest/OpenGLES window instead, then nitdroid should be able to run in a chroot as with easydebian. Has anyone thought of this?
|
Forum: MeeGo / Harmattan
2012-07-06, 21:21
|
Replies: 3
Views: 6,458
Re: N9 WiFi hotspot using infrastructure mode?
The kernel version is high enough to support the new generic 80211 wifi stack. It should be possible to run hostapd with driver=nl80211 as long as the latest compat-wifi backported wifi drivers are...
|
Forum: Nokia N9 / N950
2011-07-18, 11:12
|
Replies: 10,476
Views: 2,737,702
Re: N9: It's finally here
It comes with Joikuspot's implementation with Ad-Hoc. However the kernel is 2.6.32 which should support infrastructure no matter which chipset using the new wifi architecture that was in .32...
|
Forum: Development
2011-06-30, 00:28
|
Replies: 197
Views: 99,659
|
Forum: Nokia N9 / N950
2011-06-21, 15:50
|
Replies: 7,353
Views: 1,807,587
|
Forum: Nokia N9 / N950
2011-06-21, 14:41
|
Replies: 7,353
Views: 1,807,587
Re: The EPIC N9 anticipation thread
OH YOUR GOD! I did not know that one of my colleages had a **cking n950 in her desk draw. Charging it now. I knew we'd had access to the n97 and n900 months before release, but I kinda assumed we...
|
Forum: Applications
2011-06-20, 00:55
|
Replies: 355
Views: 108,738
|
Forum: Development
2011-06-07, 12:12
|
Replies: 197
Views: 99,659
Re: Running native i386 linux binaries
Having just cut and pasted from the above include, I can see spaces where there shouldn't be any between the single quotes in that echo line. Make sure when that line runs you don't have spaces.
|
Forum: Applications
2011-01-15, 02:22
|
Replies: 602
Views: 366,887
|
Forum: Maemo 5 / Fremantle
2011-01-15, 02:02
|
Replies: 14
Views: 4,541
|
Forum: General
2010-12-31, 23:23
|
Replies: 389
Views: 135,630
|
Forum: Applications
2010-12-31, 23:19
|
Replies: 8
Views: 3,049
|
Forum: Applications
2010-12-28, 21:42
|
Replies: 520
Views: 260,251
|
Forum: Nokia N900
2010-12-10, 23:13
|
Replies: 30
Views: 12,530
|
Forum: Maemo 5 / Fremantle
2010-11-24, 12:04
|
Replies: 6
Views: 1,981
Re: Idea, using keyboard of remote computer
x2x and synergy do this, they can either be ported or just executed in the x86 qemu runtime. You'll almost certainly always have a pain with keyboard mappings being accurate though.
|
Forum: General
2010-10-30, 22:34
|
Replies: 89
Views: 17,693
Re: How do I delete a read-only folder ?
to see if the filesystem you're sat in is mounted read-only:
mount |grep $(df .|grep -o "/dev/[^ ]*")
use find . -type d to see if you can traverse the hierarchy, if not then a directory might...
|
Forum: Maemo 5 / Fremantle
2010-09-02, 09:27
|
Replies: 77
Views: 28,607
|
Forum: Applications
2010-07-14, 20:42
|
Replies: 31
Views: 21,254
Re: DLNA App For N900
I really should put my mediatomb binary in to the repositories. It's just the same, in that you start it and it just runs as a dlna server, bit it does have the advantage of having a webUI which you...
|
Forum: Multimedia
2010-07-13, 09:31
|
Replies: 10
Views: 6,120
|
Forum: General
2010-07-02, 20:19
|
Replies: 4
Views: 2,757
Re: Cloning Memory Card
using the whole disk is quicker and more convenient, also includes boot sector stuff. However... if your dump it back to a differently sized device you could end up in a world of pain, also loopback...
|
Forum: Nokia N900
2010-06-28, 15:29
|
Replies: 53
Views: 18,256
Re: 16GB miniSD issue!!! HELP!
I guess I installed file from somewhere, however as we now see, you don't have any partitions. Try partitioning it in to a single partition and format that as fat32.
|
Forum: Nokia N900
2010-06-28, 00:47
|
Replies: 53
Views: 18,256
Re: 16GB miniSD issue!!! HELP!
become root (root sh installed and type sudo gainroot).
type:
sfdisk -l /dev/mmcblk1
file -s /dev'mmcblk1
file -s /dev'mmcblk1p1
file -s /dev'mmcblk1p2
paste the output here.
|
Forum: Multimedia
2010-06-08, 21:58
|
Replies: 25
Views: 7,365
|
Forum: Maemo 5 / Fremantle
2010-06-04, 01:30
|
Replies: 7
Views: 8,151
Re: Rear Camera Skype Video Call
I tried this months ago with the gtalk video which worked on 1.1 and it just crashed. I guess something like the resolution and ioctl's just aren't what gtalk or /dev/video0 were expecting.
The...
|
Forum: Development
2010-05-29, 09:32
|
Replies: 197
Views: 99,659
Re: Running native i386 linux binaries
Yeah I had it work on an ubuntu ld-liux.so but not slackware, I suspect just differing magic sequence of bytes in the ELF header.
You also need to be online 1st. I run an auto idling script fm...
|