disgo Tablet 6000 - Hardware version & Settings.apk

cfrockit

Senior Member
Dec 26, 2010
627
191
The disco Tablet 6000 (similar to Sylvania MiniTab) has also been without an update since Update 1.1 – 17th December 2010

Could anyone that has one of these tablets provide the Hardware Version and post/upload their version of Settings.apk for comparison? Thanks

Confirm your hardware version "hwver" using /proc/cmdline
This file shows the kernel parameters that were passed during boot.

Code:
    C:\>[B]adb shell[/B]
    # [B]cat /proc/cmdline[/B]
    cat /proc/cmdline
    console=ttySAC3,115200 androidboot.mode=normal bmagic=0xeef07901 hwver=11.2.0.6
    #
Pull Settings.apk

Code:
C:\>[B]adb pull /system/app/Settings.apk[/B]
 
Top