[ROM][4.4] SlimKat -d800 [RC Builds] [2-3-14]

Search This thread

SlimRoms is a custom android operating system. The main goal is to offer users a slimmed down but still feature rich alternative to other android operating systems.
The entire SlimTeam work together to bring you this tailor-made beauty straight from Android Open Source Project (AOSP) source code.
All of the sources can be publicly viewed through GitHub and you can stop by the public Gerrit to submit patches of any type.

SlimKat is the project name for SlimRoms based on Android 4.4 and offers the following original features:
  • The Real Dark Slim
    • Full system-wide dark interfaces. - If you like it smooth and classy.
  • Custom Shortcuts. Everywhere.
    • Hardware keys, Navigation Ring, Navigation Bar, Lockscreen, Tiles, Notifications etc. - We've got you covered.
  • System-Wide Keyboard Controls
    • Rotation, cursor control, optional emoticions, etc. - You'll be tapping away to your heart's content.
  • SlimCenter
    • Downloads, contact information, system app removal. - More fun than you can shake a stick at.
  • Camera Features
    • Trueview, Smart Capture. - Capture life moments with ease.

Important links:

slimroms.net - The official webpage where you find everything you need to know about SlimRoms.

Downloads - Download the rom, gapps and other addons.

Installation instructions - Follow these steps to the letter if you're about to install SlimRoms on your device.

Latest Changelog - Read here if you want information on changes in latest build.

FAQ - The most frequent asked questions with answers.

Kernel Source - The source of your device's kernel.


Get in touch! - Contact SlimRoms at these places if you have questions, requests or feedback.

Google+

Twitter

Facebook

Forum


Disclaimer: SlimRoms are not responsible for any damages to your device.
 
Last edited:
Some hints:

1. Be sure you are on latest CWM or TWRP recovery!!!!!!

2. Not all gapps packages right now are nice working. You can try others but at least I know that the one linked here is working. If you have other gapps which are working you can link it here of course

3. Full wipe when coming from any 4.3 or 4.4 rom (as well format system manually please)



Download:

ROM:

http://slimroms.net/index.php/downloads/dlsearch/viewcategory/995-d800


Gapps:

please only use our gapps for now

http://slimroms.net/index.php/downloads/dlsearch/viewcategory/978-addons4-4/downloads

Thanks to:
arcardinal
houstonn
 
Last edited:

waleedshiekh

Senior Member
Jan 31, 2013
351
98
32
Lahore
Thanks for your work. I used SlimBean for 9 months on N4 and it's my favorite Rom. Is it coming to D802 (International Version).? Thanks.
 

bps119

Senior Member
Jul 26, 2009
2,777
2,382
Louisville
Good to see you here gmillz! I used your roms on my skyrocket and they were always quality work. Can't wait to try this out. Anything specific we should or should not be looking for when bug hunting?
 
Last edited:

Intub8

Senior Member
Mar 3, 2012
1,129
372
Sweet I love slim. Thanks for your work.

Sent from my LG-D800 using XDA Premium HD app
 

AndroidUser00110001

Senior Member
Aug 16, 2011
3,432
5,739
NYC
I got an error on install. Anyone able to get this installed?

ApplyParsedPerms: removexattr of /system/addon.d/50-slim.sh to 0 failed: Operation not supported on transport endpoint
script aborted: set_metadata_recursive: some changes failed
set_metadata_recursive: some changes failed
E:Error executing updater binary in zip '/sdcard/ROMs/Slim-d800-4.4.alpha.1.4-UNOFFICIAL-20131125-0549.zip'
Error flashing zip '/sdcard/ROMs/Slim-d800-4.4.alpha.1.4-UNOFFICIAL-20131125-0549.zip'
 
Last edited:
  • Like
Reactions: abteer

SamsungGalaxyStig

Senior Member
Mar 1, 2012
162
37
I got an error on install. Anyone able to get this installed?

ApplyParsedPerms: removexattr of /system/addon.d/50-slim.sh to 0 failed: Operation not supported on transport endpoint
script aborted: set_metadata_recursive: some changes failed
set_metadata_recursive: some changes failed
E:Error executing updater binary in zip '/sdcard/ROMs/Slim-d800-4.4.alpha.1.4-UNOFFICIAL-20131125-0549.zip'
Error flashing zip '/sdcard/ROMs/Slim-d800-4.4.alpha.1.4-UNOFFICIAL-20131125-0549.zip'

I got the same errors and tried multiple installs. Even redownloaded to make sure.
 
  • Like
Reactions: abteer

d412k5t412

Senior Member
Dec 22, 2008
188
35
Samsung Galaxy S22
OnePlus 11
I got an error on install. Anyone able to get this installed?

ApplyParsedPerms: removexattr of /system/addon.d/50-slim.sh to 0 failed: Operation not supported on transport endpoint
script aborted: set_metadata_recursive: some changes failed
set_metadata_recursive: some changes failed
E:Error executing updater binary in zip '/sdcard/ROMs/Slim-d800-4.4.alpha.1.4-UNOFFICIAL-20131125-0549.zip'
Error flashing zip '/sdcard/ROMs/Slim-d800-4.4.alpha.1.4-UNOFFICIAL-20131125-0549.zip'

Getting the same error


Sent from my LG-G2 using xda app-developers app
 
  • Like
Reactions: abteer

AndroidUser00110001

Senior Member
Aug 16, 2011
3,432
5,739
NYC
Getting the same error


Sent from my LG-G2 using xda app-developers app

I modified the updater-script file. Don't have time to flash so if anyone wants to try with the new updater-script here it is...

Or you can remove all the set_metadata_recursive lines and see if it works...

Code:
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
package_extract_dir("system/addon.d", "/system/addon.d");
package_extract_file("system/bin/backuptool.sh", "/tmp/backuptool.sh");
package_extract_file("system/bin/backuptool.functions", "/tmp/backuptool.functions");
set_perm(0, 0, 0777, "/tmp/backuptool.sh");
set_perm(0, 0, 0644, "/tmp/backuptool.functions");
run_program("/tmp/backuptool.sh", "backup");
unmount("/system");
show_progress(0.500000, 0);
ui_print("");
ui_print("");
ui_print("Slim Roms");
ui_print("");
ui_print(" www.slimroms.net  ");
ui_print("");
ui_print("");
ui_print("Format and Mount System, Mount Data...");
format("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "0", "/system");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/system", "/system");
mount("ext4", "EMMC", "/dev/block/platform/msm_sdcc.1/by-name/userdata", "/data");
package_extract_dir("system", "/system");
package_extract_dir("data", "/data");
ui_print("Symlinks and permissions...");
symlink("../xbin/su", "/system/bin/su");
symlink("/data/misc/audio/wcd9320_anc.bin", "/system/etc/firmware/wcd9320/wcd9320_anc.bin");
symlink("Roboto-Bold.ttf", "/system/fonts/DroidSans-Bold.ttf");
symlink("Roboto-Regular.ttf", "/system/fonts/DroidSans.ttf");
symlink("busybox", "/system/xbin/[", "/system/xbin/[[",
        "/system/xbin/adjtimex", "/system/xbin/arp", "/system/xbin/ash",
        "/system/xbin/awk", "/system/xbin/base64", "/system/xbin/basename",
        "/system/xbin/bbconfig", "/system/xbin/blkid", "/system/xbin/blockdev",
        "/system/xbin/brctl", "/system/xbin/bunzip2", "/system/xbin/bzcat",
        "/system/xbin/bzip2", "/system/xbin/cal", "/system/xbin/cat",
        "/system/xbin/catv", "/system/xbin/chattr", "/system/xbin/chgrp",
        "/system/xbin/chmod", "/system/xbin/chown", "/system/xbin/chroot",
        "/system/xbin/clear", "/system/xbin/cmp", "/system/xbin/comm",
        "/system/xbin/cp", "/system/xbin/cpio", "/system/xbin/crond",
        "/system/xbin/crontab", "/system/xbin/cut", "/system/xbin/date",
        "/system/xbin/dc", "/system/xbin/dd", "/system/xbin/depmod",
        "/system/xbin/devmem", "/system/xbin/df", "/system/xbin/diff",
        "/system/xbin/dirname", "/system/xbin/dmesg", "/system/xbin/dnsd",
        "/system/xbin/dos2unix", "/system/xbin/du", "/system/xbin/echo",
        "/system/xbin/ed", "/system/xbin/egrep", "/system/xbin/env",
        "/system/xbin/expand", "/system/xbin/expr", "/system/xbin/false",
        "/system/xbin/fbsplash", "/system/xbin/fdisk", "/system/xbin/fgrep",
        "/system/xbin/find", "/system/xbin/flash_lock",
        "/system/xbin/flash_unlock", "/system/xbin/flashcp",
        "/system/xbin/flock", "/system/xbin/fold", "/system/xbin/free",
        "/system/xbin/freeramdisk", "/system/xbin/fstrim", "/system/xbin/fsync",
        "/system/xbin/ftpget", "/system/xbin/ftpput", "/system/xbin/fuser",
        "/system/xbin/getopt", "/system/xbin/grep", "/system/xbin/groups",
        "/system/xbin/gunzip", "/system/xbin/gzip", "/system/xbin/halt",
        "/system/xbin/head", "/system/xbin/hexdump", "/system/xbin/id",
        "/system/xbin/ifconfig", "/system/xbin/inetd", "/system/xbin/insmod",
        "/system/xbin/install", "/system/xbin/ionice", "/system/xbin/iostat",
        "/system/xbin/ip", "/system/xbin/kill", "/system/xbin/killall",
        "/system/xbin/killall5", "/system/xbin/less", "/system/xbin/ln",
        "/system/xbin/losetup", "/system/xbin/ls", "/system/xbin/lsattr",
        "/system/xbin/lsmod", "/system/xbin/lsusb", "/system/xbin/lzcat",
        "/system/xbin/lzma", "/system/xbin/lzop", "/system/xbin/lzopcat",
        "/system/xbin/man", "/system/xbin/md5sum", "/system/xbin/mesg",
        "/system/xbin/mkdir", "/system/xbin/mke2fs", "/system/xbin/mkfifo",
        "/system/xbin/mkfs.ext2", "/system/xbin/mkfs.vfat",
        "/system/xbin/mknod", "/system/xbin/mkswap", "/system/xbin/mktemp",
        "/system/xbin/modinfo", "/system/xbin/modprobe", "/system/xbin/more",
        "/system/xbin/mount", "/system/xbin/mountpoint", "/system/xbin/mpstat",
        "/system/xbin/mv", "/system/xbin/nanddump", "/system/xbin/nandwrite",
        "/system/xbin/nbd-client", "/system/xbin/netstat", "/system/xbin/nice",
        "/system/xbin/nohup", "/system/xbin/nslookup", "/system/xbin/ntpd",
        "/system/xbin/od", "/system/xbin/patch", "/system/xbin/pgrep",
        "/system/xbin/pidof", "/system/xbin/ping", "/system/xbin/pipe_progress",
        "/system/xbin/pkill", "/system/xbin/pmap", "/system/xbin/poweroff",
        "/system/xbin/printenv", "/system/xbin/printf", "/system/xbin/ps",
        "/system/xbin/pstree", "/system/xbin/pwd", "/system/xbin/pwdx",
        "/system/xbin/rdev", "/system/xbin/readlink", "/system/xbin/realpath",
        "/system/xbin/renice", "/system/xbin/reset", "/system/xbin/resize",
        "/system/xbin/rev", "/system/xbin/rm", "/system/xbin/rmdir",
        "/system/xbin/rmmod", "/system/xbin/route", "/system/xbin/run-parts",
        "/system/xbin/rx", "/system/xbin/sed", "/system/xbin/seq",
        "/system/xbin/setconsole", "/system/xbin/setserial",
        "/system/xbin/setsid", "/system/xbin/sh", "/system/xbin/sha1sum",
        "/system/xbin/sha256sum", "/system/xbin/sha3sum",
        "/system/xbin/sha512sum", "/system/xbin/sleep", "/system/xbin/sort",
        "/system/xbin/split", "/system/xbin/stat", "/system/xbin/strings",
        "/system/xbin/stty", "/system/xbin/sum", "/system/xbin/swapoff",
        "/system/xbin/swapon", "/system/xbin/sync", "/system/xbin/sysctl",
        "/system/xbin/tac", "/system/xbin/tail", "/system/xbin/tar",
        "/system/xbin/taskset", "/system/xbin/tee", "/system/xbin/telnet",
        "/system/xbin/telnetd", "/system/xbin/test", "/system/xbin/tftp",
        "/system/xbin/tftpd", "/system/xbin/time", "/system/xbin/timeout",
        "/system/xbin/top", "/system/xbin/touch", "/system/xbin/tr",
        "/system/xbin/traceroute", "/system/xbin/true", "/system/xbin/ttysize",
        "/system/xbin/tune2fs", "/system/xbin/umount", "/system/xbin/uname",
        "/system/xbin/uncompress", "/system/xbin/unexpand", "/system/xbin/uniq",
        "/system/xbin/unix2dos", "/system/xbin/unlzma", "/system/xbin/unlzop",
        "/system/xbin/unxz", "/system/xbin/unzip", "/system/xbin/uptime",
        "/system/xbin/usleep", "/system/xbin/uudecode", "/system/xbin/uuencode",
        "/system/xbin/vi", "/system/xbin/watch", "/system/xbin/wc",
        "/system/xbin/wget", "/system/xbin/which", "/system/xbin/whoami",
        "/system/xbin/xargs", "/system/xbin/xz", "/system/xbin/xzcat",
        "/system/xbin/yes",
        "/system/xbin/zcat");
symlink("libGLESv2.so", "/system/lib/libGLESv3.so");
symlink("mksh", "/system/bin/sh");
symlink("toolbox", "/system/bin/cat", "/system/bin/chcon",
        "/system/bin/chmod", "/system/bin/chown", "/system/bin/clear",
        "/system/bin/cmp", "/system/bin/cp", "/system/bin/date",
        "/system/bin/dd", "/system/bin/df", "/system/bin/dmesg",
        "/system/bin/du", "/system/bin/getenforce", "/system/bin/getevent",
        "/system/bin/getprop", "/system/bin/getsebool", "/system/bin/grep",
        "/system/bin/hd", "/system/bin/id", "/system/bin/ifconfig",
        "/system/bin/iftop", "/system/bin/insmod", "/system/bin/ioctl",
        "/system/bin/ionice", "/system/bin/kill", "/system/bin/ln",
        "/system/bin/load_policy", "/system/bin/log", "/system/bin/ls",
        "/system/bin/lsmod", "/system/bin/lsof", "/system/bin/md5",
        "/system/bin/mkdir", "/system/bin/mkswap", "/system/bin/mount",
        "/system/bin/mv", "/system/bin/nandread", "/system/bin/netstat",
        "/system/bin/newfs_msdos", "/system/bin/notify", "/system/bin/printenv",
        "/system/bin/ps", "/system/bin/r", "/system/bin/readlink",
        "/system/bin/renice", "/system/bin/restorecon", "/system/bin/rm",
        "/system/bin/rmdir", "/system/bin/rmmod", "/system/bin/route",
        "/system/bin/runcon", "/system/bin/schedtop", "/system/bin/sendevent",
        "/system/bin/setconsole", "/system/bin/setenforce",
        "/system/bin/setprop", "/system/bin/setsebool", "/system/bin/sleep",
        "/system/bin/smd", "/system/bin/start", "/system/bin/stop",
        "/system/bin/swapoff", "/system/bin/swapon", "/system/bin/sync",
        "/system/bin/top", "/system/bin/touch", "/system/bin/umount",
        "/system/bin/uptime", "/system/bin/vmstat", "/system/bin/watchprops",
        "/system/bin/wipe");
show_progress(0.200000, 0);
show_progress(0.200000, 10);
package_extract_dir("system/addon.d", "/system/addon.d");
package_extract_file("system/bin/backuptool.sh", "/tmp/backuptool.sh");
package_extract_file("system/bin/backuptool.functions", "/tmp/backuptool.functions");
set_perm(0, 0, 0777, "/tmp/backuptool.sh");
set_perm(0, 0, 0644, "/tmp/backuptool.functions");
run_program("/tmp/backuptool.sh", "restore");
delete("/system/bin/backuptool.sh");
delete("/system/bin/backuptool.functions");
show_progress(0.200000, 10);
ui_print("Flashing Boot Image...");
package_extract_file("boot.img", "/tmp/boot.img");
assert(run_program("/system/bin/loki.sh") == 0);
delete("/system/bin/loki.sh");
unmount("/data");
unmount("/system");
 

AndroidUser00110001

Senior Member
Aug 16, 2011
3,432
5,739
NYC
Another error...with the above updater-script lines removed it makes it down to where it flashes the boot.img and loki patch. There is an error with the updater binary or with the loki patch script. Will try to debug some more but I am trying to get ready for my day too...
 

Top Liked Posts

  • There are no posts matching your filters.
  • 24

    SlimRoms is a custom android operating system. The main goal is to offer users a slimmed down but still feature rich alternative to other android operating systems.
    The entire SlimTeam work together to bring you this tailor-made beauty straight from Android Open Source Project (AOSP) source code.
    All of the sources can be publicly viewed through GitHub and you can stop by the public Gerrit to submit patches of any type.

    SlimKat is the project name for SlimRoms based on Android 4.4 and offers the following original features:
    • The Real Dark Slim
      • Full system-wide dark interfaces. - If you like it smooth and classy.
    • Custom Shortcuts. Everywhere.
      • Hardware keys, Navigation Ring, Navigation Bar, Lockscreen, Tiles, Notifications etc. - We've got you covered.
    • System-Wide Keyboard Controls
      • Rotation, cursor control, optional emoticions, etc. - You'll be tapping away to your heart's content.
    • SlimCenter
      • Downloads, contact information, system app removal. - More fun than you can shake a stick at.
    • Camera Features
      • Trueview, Smart Capture. - Capture life moments with ease.

    Important links:

    slimroms.net - The official webpage where you find everything you need to know about SlimRoms.

    Downloads - Download the rom, gapps and other addons.

    Installation instructions - Follow these steps to the letter if you're about to install SlimRoms on your device.

    Latest Changelog - Read here if you want information on changes in latest build.

    FAQ - The most frequent asked questions with answers.

    Kernel Source - The source of your device's kernel.


    Get in touch! - Contact SlimRoms at these places if you have questions, requests or feedback.

    Google+

    Twitter

    Facebook

    Forum


    Disclaimer: SlimRoms are not responsible for any damages to your device.
    16
    Some hints:

    1. Be sure you are on latest CWM or TWRP recovery!!!!!!

    2. Not all gapps packages right now are nice working. You can try others but at least I know that the one linked here is working. If you have other gapps which are working you can link it here of course

    3. Full wipe when coming from any 4.3 or 4.4 rom (as well format system manually please)



    Download:

    ROM:

    http://slimroms.net/index.php/downloads/dlsearch/viewcategory/995-d800


    Gapps:

    please only use our gapps for now

    http://slimroms.net/index.php/downloads/dlsearch/viewcategory/978-addons4-4/downloads

    Thanks to:
    arcardinal
    houstonn
    6
    Thanks for your work. I used SlimBean for 9 months on N4 and it's my favorite Rom. Is it coming to D802 (International Version).? Thanks.

    Soon.

    Sent from my LG-D800 using Tapatalk
    5
    Do you have a link?

    Sent from my LG-D800 using Tapatalk

    http://teamw.in/project/twrp2/197

    EDIT: this version does indeed fix the cache wipe time. only taking about 10 seconds at most on my g2 with the default wipe mode.
    5
    Good work @gmillz and slimroms ... told you we'll have it up by today :)