[Q] sm-t210r Beanstalk4.4.278

Search This thread

interloper

Inactive Recognized Developer
Feb 17, 2008
644
420
El Paso
Looks like you guys got pretty far. Someone here asked me for help. I'll help if I can, which will be minimal at best because I don't own the device and I've never worked on a Marvel device. That said, please link me to the project files and and FULL logs you might have. I prefer kmsg and logcat taken at the same time, from boot and an explanation of the activities or usage while the logs are running.

EMAIL the logs.
 

safariking

Senior Member
Jan 4, 2012
4,818
4,934
Lelystad
OnePlus Nord 2 5G
Looks like you guys got pretty far. Someone here asked me for help. I'll help if I can, which will be minimal at best because I don't own the device and I've never worked on a Marvel device. That said, please link me to the project files and and FULL logs you might have. I prefer kmsg and logcat taken at the same time, from boot and an explanation of the activities or usage while the logs are running.

EMAIL the logs.

Log and KMSG in the OP thanks for helping us out!
 
  • Like
Reactions: 13druber
M

moonbutt74

Guest
hey

Thats for bcmdhd. Does this device have broadcom wifi?

thanks for letting me know, i'm not too savvy, but enjoy messing with this stuff
a few posts up i had a question about the rfkill thing and was curious if i was looking
in the right-ish place, logcat's are pretty interesting, i'd like to get better at understanding them
what's kmesg, how does that work?:confused:
 

Anil Shovo

Senior Member
Feb 17, 2014
247
49
logcat

Looks like you guys got pretty far. Someone here asked me for help. I'll help if I can, which will be minimal at best because I don't own the device and I've never worked on a Marvel device. That said, please link me to the project files and and FULL logs you might have. I prefer kmsg and logcat taken at the same time, from boot and an explanation of the activities or usage while the logs are running.

EMAIL the logs.

nice to see you
here logcat http://xdaforums.com/showthread.php?t=2752104
rom download link https://drive.google.com/file/d/0ByQ6UGF5Dt__UWJTWDZjNTdBQzA/preview
color fix https://drive.google.com/file/d/0ByQ6UGF5Dt__UWJTWDZjNTdBQzA/preview
 
  • Like
Reactions: PhlyingMonkey

interloper

Inactive Recognized Developer
Feb 17, 2008
644
420
El Paso
OEM's include a ton of stuff in the ramdisk thats not needed. libnetcmdiface is just such a thing. There are some NFC lines usually. BT is a big one also. It's simple enough to look at the kernel defconfig and find whats not being used. I need to know the firmware version you are all running so I get the right kernel source. I have super slow internet so source packages take a long time. Also, would someone please run these commands so I can see inside the device?
adb shell
su
find * -R > /storage/sdcard <--replace that with whatever the real path is please. It will create a rather large file that will need to be emailed to me. Thanks. Also, while a appreciate the links to the logs etc, I work on a LOT of devices so I ask for emails to stay more organized and have things more readily available. Even if it's a link to a pastebin, that's still very helpful to me. Cheers.
 

Anil Shovo

Senior Member
Feb 17, 2014
247
49
safariking can help you

OEM's include a ton of stuff in the ramdisk thats not needed. libnetcmdiface is just such a thing. There are some NFC lines usually. BT is a big one also. It's simple enough to look at the kernel defconfig and find whats not being used. I need to know the firmware version you are all running so I get the right kernel source. I have super slow internet so source packages take a long time. Also, would someone please run these commands so I can see inside the device?
adb shell
su
find * -R > /storage/sdcard <--replace that with whatever the real path is please. It will create a rather large file that will need to be emailed to me. Thanks. Also, while a appreciate the links to the logs etc, I work on a LOT of devices so I ask for emails to stay more organized and have things more readily available. Even if it's a link to a pastebin, that's still very helpful to me. Cheers.

i think safariking can help you @safariking can you help him to devlop our device
 

gr8nole

Senior Member
Oct 9, 2010
3,958
8,042
Lynchburg, VA
Also, would someone please run these commands so I can see inside the device?
adb shell
su
find * -R > /storage/sdcard <--replace that with whatever the real path is please. It will create a rather large file that will need to be emailed to me. Thanks. Also, while a appreciate the links to the logs etc, I work on a LOT of devices so I ask for emails to stay more organized and have things more readily available. Even if it's a link to a pastebin, that's still very helpful to me. Cheers.

This returns an error:
"find: unrecognized: -R"
 

gr8nole

Senior Member
Oct 9, 2010
3,958
8,042
Lynchburg, VA
We're not doing much here for our confidence.

find * will work recursively.

Here's my adb output error
Code:
~ # find * -r > /storage/sdcard1
find * -r > /storage/sdcard1
find: unrecognized: -r
BusyBox v1.22.1 static (2014-04-06 21:23 +0200) multi-call binary.

Usage: find [-HL] [PATH]... [OPTIONS] [ACTIONS]

Search for files and perform actions on them.
First failed action stops processing of current file.
Defaults: PATH is current directory, action is '-print'

        -L,-follow      Follow symlinks
        -H              ...on command line only
        -xdev           Don't descend directories on other filesystems
        -maxdepth N     Descend at most N levels. -maxdepth 0 applies
                        actions to command line arguments only
        -mindepth N     Don't act on first N levels
        -depth          Act on directory *after* traversing it

Actions:
        ( ACTIONS )     Group actions for -o / -a
        ! ACT           Invert ACT's success/failure
        ACT1 [-a] ACT2  If ACT1 fails, stop, else do ACT2
        ACT1 -o ACT2    If ACT1 succeeds, stop, else do ACT2
                        Note: -a has higher priority than -o
        -name PATTERN   Match file name (w/o directory name) to PATTERN
        -iname PATTERN  Case insensitive -name
        -path PATTERN   Match path to PATTERN
        -ipath PATTERN  Case insensitive -path
        -regex PATTERN  Match path to regex PATTERN
        -type X         File type is X (one of: f,d,l,b,c,...)
        -perm MASK      At least one mask bit (+MASK), all bits (-MASK),
                        or exactly MASK bits are set in file's mode
        -mtime DAYS     mtime is greater than (+N), less than (-N),
                        or exactly N days in the past
        -mmin MINS      mtime is greater than (+N), less than (-N),
                        or exactly N minutes in the past
        -newer FILE     mtime is more recent than FILE's
        -user NAME/ID   File is owned by given user
        -group NAME/ID  File is owned by given group
        -size N[bck]    File size is N (c:bytes,k:kbytes,b:512 bytes(def.))
                        +/-N: file size is bigger/smaller than N
        -prune          If current file is directory, don't descend into it
If none of the following actions is specified, -print is assumed
        -print          Print file name
        -print0         Print file name, NUL terminated
        -exec CMD ARG ; Run CMD with all instances of {} replaced by
                        file name. Fails if CMD exits with nonzero
 
  • Like
Reactions: 13druber

safariking

Senior Member
Jan 4, 2012
4,818
4,934
Lelystad
OnePlus Nord 2 5G
i think safariking can help you @safariking can you help him to devlop our device

I'm already helping where i can, but i work 9 hours a day 5 days a week so i have only 2 free days wich is the weekend where i also work on sunday 7 hours so basicly i only have 1 free day a week so please chill and stop asking me as thousand times to help thanks.
 

HerroYou

Senior Member
Apr 21, 2013
449
181
Somewhere over the rainbow!!
Here's my adb output error
Code:
~ # find * -r > /storage/sdcard1
find * -r > /storage/sdcard1
find: unrecognized: -r
BusyBox v1.22.1 static (2014-04-06 21:23 +0200) multi-call binary.

Usage: find [-HL] [PATH]... [OPTIONS] [ACTIONS]

Search for files and perform actions on them.
First failed action stops processing of current file.
Defaults: PATH is current directory, action is '-print'

        -L,-follow      Follow symlinks
        -H              ...on command line only
        -xdev           Don't descend directories on other filesystems
        -maxdepth N     Descend at most N levels. -maxdepth 0 applies
                        actions to command line arguments only
        -mindepth N     Don't act on first N levels
        -depth          Act on directory *after* traversing it

Actions:
        ( ACTIONS )     Group actions for -o / -a
        ! ACT           Invert ACT's success/failure
        ACT1 [-a] ACT2  If ACT1 fails, stop, else do ACT2
        ACT1 -o ACT2    If ACT1 succeeds, stop, else do ACT2
                        Note: -a has higher priority than -o
        -name PATTERN   Match file name (w/o directory name) to PATTERN
        -iname PATTERN  Case insensitive -name
        -path PATTERN   Match path to PATTERN
        -ipath PATTERN  Case insensitive -path
        -regex PATTERN  Match path to regex PATTERN
        -type X         File type is X (one of: f,d,l,b,c,...)
        -perm MASK      At least one mask bit (+MASK), all bits (-MASK),
                        or exactly MASK bits are set in file's mode
        -mtime DAYS     mtime is greater than (+N), less than (-N),
                        or exactly N days in the past
        -mmin MINS      mtime is greater than (+N), less than (-N),
                        or exactly N minutes in the past
        -newer FILE     mtime is more recent than FILE's
        -user NAME/ID   File is owned by given user
        -group NAME/ID  File is owned by given group
        -size N[bck]    File size is N (c:bytes,k:kbytes,b:512 bytes(def.))
                        +/-N: file size is bigger/smaller than N
        -prune          If current file is directory, don't descend into it
If none of the following actions is specified, -print is assumed
        -print          Print file name
        -print0         Print file name, NUL terminated
        -exec CMD ARG ; Run CMD with all instances of {} replaced by
                        file name. Fails if CMD exits with nonzero

Hey,

Can you send me your sources to compile cm10.2?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    Looks like you guys got pretty far. Someone here asked me for help. I'll help if I can, which will be minimal at best because I don't own the device and I've never worked on a Marvel device. That said, please link me to the project files and and FULL logs you might have. I prefer kmsg and logcat taken at the same time, from boot and an explanation of the activities or usage while the logs are running.

    EMAIL the logs.
    8
    Hello, I have been trying to get wifi working with this rom but I have so far been unable to. Im wondering, hoping, if anyone could give me any insight into what the problems is. I would really appreciate any feedback you can give to help further the development of this board. Thank You. View attachment dmesg.txt

    View attachment logcat.txt
    8
    Ok guys, I'm going to give this thing a go, and get some AOSP-based roms on this thing.

    Where are attempts, or the device/vendor/kernel trees we have so far?

    I've got the blackhawk kernel stuff, and that should be a good place to start on that.

    Thanks!
    jholtom
    7
    Hello, I have been trying to get wifi working with this rom but I have so far been unable to. Im wondering, hoping, if anyone could give me any insight into what the problems is. I would really appreciate any feedback you can give to help further the development of this board. Thank You. View attachment 2744690

    View attachment 2744691

    Please share your source so the rest of us can see how you got the surfaceflinger to work correctly.

    I have a booting CM 10, but had to use native egl and it has graphic issues.

    Sent from my SCH-I605
    7
    There are alot of problems that still need to be worked on but for me right now wifi is the most important.
    Ive only tested this on the sm-t210r model with twrp 2.3.6.0. Please do not flash if you do not have the same model!!!
    https://drive.google.com/file/d/0ByQ6UGF5Dt__UWJTWDZjNTdBQzA/edit?usp=sharing

    The second libsurfaceflinger has BOARD_EGL_NEEDS_LEGACY_FB enabled which fixes the color issue but for some reason it disables hwc.
    Dumpsys shows GLES enabled instead of HWC_2D, which slows down the ui alot.
    https://drive.google.com/file/d/0ByQ6UGF5Dt__RG1RRkRsVGRoV1U/edit?usp=sharing