hernan23 / busybox-android

Automatically exported from code.google.com/p/busybox-android
0 stars 0 forks source link

fbset module not available in busybox #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Busybox and replace existing copy in /system/xbin
2. Run busybox fbset from command prompt

What is the expected output? What do you see instead?
It should be able to set the video resolution and color depth, but instead this 
version spits out an error:
shell@android:/system/xbin $ fbset
fbset: applet not found

This causes a problem when certain Android devices boot up and try to set their 
screen resolution and mouse cursor.  In particular the Pivos XIOS DS box has 
this problem.

What version of the product are you using? On what operating system?
v8.6 (BusyBox v1.20.2-Stericson) on Android 4.0.3

Please provide any additional information below.
Running on Pivos XIOS DS.
Built-in busybox on XIOS DS platform in /system/xbin:
BusyBox v1.16.2androidfull (2012-03-08 20:03:10 PST) multi-call binary.
Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.

Usage: busybox [function] [arguments]...
   or: function [arguments]...

        BusyBox is a multi-call binary that combines many common Unix
        utilities into a single executable.  Most people will create a
        link to busybox for each function they wish to use and BusyBox
        will act like whatever it was invoked as.

Currently defined functions:
        [, [[, arp, ash, awk, basename, bbconfig, blkid, brctl, bunzip2, bzcat,
        bzip2, cal, cat, catv, chgrp, chmod, chown, chroot, cksum, clear, cmp,
        cp, cpio, cut, date, dc, dd, depmod, devmem, df, diff, dirname, dmesg,
        dnsd, dos2unix, du, echo, ed, egrep, env, expr, false, fbset, fdisk,
        fgrep, find, fold, free, freeramdisk, fuser, getopt, grep, gunzip,
        gzip, head, hexdump, id, ifconfig, insmod, install, ip, kill, killall,
        killall5, length, less, ln, losetup, ls, lsmod, lspci, lsusb, lzop,
        lzopcat, md5sum, mkdir, mkdosfs, mke2fs, mkfifo, mkfs.ext2, mkfs.vfat,
        mknod, mkswap, mktemp, modprobe, more, mount, mountpoint, mv, nc,
        netstat, nice, nohup, ntpd, od, patch, pgrep, pidof, ping, pkill,
        printenv, printf, ps, pwd, rdev, readlink, realpath, renice, reset, rm,
        rmdir, rmmod, route, run-parts, sed, seq, setsid, sh, sha1sum,
        sha256sum, sha512sum, sleep, sort, split, stat, strings, stty, swapoff,
        swapon, sync, sysctl, tac, tail, tar, tee, telnet, test, tftp, time,
        top, touch, tr, traceroute, true, tty, tune2fs, umount, uname, uniq,
        unix2dos, unlzop, unzip, uptime, usleep, uudecode, uuencode, vi, watch,
        wc, wget, which, whoami, xargs, yes, zcat

Original issue reported on code.google.com by chad.kit...@gmail.com on 11 Aug 2012 at 10:33

GoogleCodeExporter commented 9 years ago
I will be adding fbset in the next release.

Original comment by Stericso...@gmail.com on 9 Sep 2012 at 11:51

GoogleCodeExporter commented 9 years ago
fbset was added :)

Original comment by Stericso...@gmail.com on 30 Sep 2012 at 3:18

GoogleCodeExporter commented 9 years ago
Seems the issue is back as I have the mouse pointer problem since the last 
busybox update.  When I run busybox --list I notice that fbset is no longer 
there.

Original comment by joey.mar...@gmail.com on 29 Sep 2013 at 6:08

GoogleCodeExporter commented 9 years ago
Hi Joey,

I'll be adding this back in. I apologize, somehow it got dropped. I think that 
when I am copying over my config somehow certain applets are being lost, this 
is something I am going to be looking into. The next release of the installer 
will have fbset back in 1.21.1.

Original comment by Stericso...@gmail.com on 2 Oct 2013 at 1:37

GoogleCodeExporter commented 9 years ago
Just saw the update and installed it.  fbset is back in and everything is 
working great now. 

Thanks!

Original comment by joey.mar...@gmail.com on 19 Oct 2013 at 2:13