[OMNI] [4.4.4] [SM-T31X] Omni Rom (Unofficial) - DISCONTINUED

andikasaja

Senior Member
Jul 19, 2010
135
13
0
Factory data reset.
I go to philz touch, and tab on wipe data.
It keeps going on the bootloop

---------- Post added at 12:29 PM ---------- Previous post was at 12:06 PM ----------

I go to philz touch, and tab on wipe data.
It keeps going on the bootloop
Tried to clean wipe, install omni rom, and finally get into it.
Thanks for everything for all....
 

Android-Andi

Recognized Contributor
Mar 3, 2013
10,846
29,199
0
andi34.github.io
@ketut.kumajaya ok, you know i am still learning :) ;) ... (but... all other init scripts stored in common tree, that's why i moved the backlight there instead of make the change you did to call LOCAL ;) :p )

Uploading the 3 builds right now :)

LTE Build is already up

Edit:
Wifi up too :)

Edit2:
3G up too in 2 minutes

Edit 3:
All builds up :) please leave some feedback!
 
Last edited:

djjozo

Senior Member
Nov 11, 2010
111
29
28
Central Florida
Been running this for a couple of days and I must say, what a great rom!!! Silky smooth and so far not one bug....awesome work android andi and ketut! Thanks for the sweet rom:D
 

Gilly10

Senior Member
Sep 22, 2012
566
337
0
hey @ketut.kumajaya ! i will run new builds tomorrow - maybe you wanna add some of your cm11 commits to you android-4.4 branch?
i cherry-pick all tomorrow if there is something new.

i was bussy last days and had not much time...
Hi Android-Andi,

I tried using your provided TWRP 2.6.3.0 build but strangely it doesn't seem to recognise the Internal Storage/SD card folder/mount at least one other forum user has come across this issue - Discussion located on this page & onwards - http://forum.xda-developers.com/showthread.php?t=2386098&page=7

Have you come across this issue?

Everything else seems to work fine but Internal Storage/SD folder is missing from the file manager, so anything you put in there such as ROM/GApps to flash inside TWRP can't be found using this build.

I noticed in the TWRP status log (middle button inside TWRP) it states E: Unknown File System: 'datamedia' is that something to look at?

Thanks for your time ;)

EDIT: Provided my TWRP recovery log - http://pastebin.com/Rw6EPJzS
 
Last edited:

Android-Andi

Recognized Contributor
Mar 3, 2013
10,846
29,199
0
andi34.github.io
Hey @Gilly10 and thanks for this information. TWRP gets build with Omni-Rom, i uploaded recover.img for all 3 devices (TWRP 2.6.3.0).
How can i fix a bug, if no one repoted it to me? I have no time to search for feedback ...
I asked in this thread for feedback and a recovery log before... but no one answered:

(...)
Can someone please test TWRP for me? I´ll place the recovery.img inside the Rom-Folder (use link in OP for Download)
Please go into "Advanced" --> "Copy Log to SD" and please PM me the log or opload e.g. at www.pastebin.com (you´ll find it at /data/media/0/recovery.log)
Resolution right / Touch working fine and on right place?


Can someone test if latest NEXT Kernel works too?
I will take a look into your log, i think i know how to solve this issue. Thanks for the first feedback!
New TWRP will be up next days, same as new Omni-Rom (Source needs to be rebased - starting in next Minutes ;) )
 

Gilly10

Senior Member
Sep 22, 2012
566
337
0
Hey @Gilly10 and thanks for this information. TWRP gets build with Omni-Rom, i uploaded recover.img for all 3 devices (TWRP 2.6.3.0).
How can i fix a bug, if no one repoted it to me? I have no time to search for feedback ...
I asked in this thread for feedback and a recovery log before... but no one answered:

I will take a look into your log, i think i know how to solve this issue. Thanks for the first feedback!
New TWRP will be up next days, same as new Omni-Rom (Source needs to be rebased - starting in next Minutes ;) )
Thanks, I'll look forward to testing the new build :good:
 
  • Like
Reactions: ketut.kumajaya

Android-Andi

Recognized Contributor
Mar 3, 2013
10,846
29,199
0
andi34.github.io
Thanks @ketut.kumajaya

Code:
(...)# Workaround for broken incall audio
service bootsnd /system/bin/tinyplay /system/etc/sound/silence.wav -D 0 -d 0 -p 880
    class late_start
    user root
    group audio
    oneshot
https://github.com/kumajaya/android...5e0025109554eda6e5e0/rootdir/init.smdk4x12.rc

Can not be used because it was removed in omni´s commits ... take a look at this commit: https://github.com/kumajaya/android...mmit/bfe7e47e8dc3fcb58646002bd6334c67cf428660
Buid will fail because it can not find "$(COMMON_PATH)/audio/silence.wav"
 
  • Like
Reactions: inaldocc

ketut.kumajaya

Recognized Developer
Apr 28, 2011
4,935
14,131
0
Bekasi
Thanks @ketut.kumajaya

Code:
(...)# Workaround for broken incall audio
service bootsnd /system/bin/tinyplay /system/etc/sound/silence.wav -D 0 -d 0 -p 880
    class late_start
    user root
    group audio
    oneshot
https://github.com/kumajaya/android...5e0025109554eda6e5e0/rootdir/init.smdk4x12.rc

Can not be used because it was removed in omni´s commits ... take a look at this commit: https://github.com/kumajaya/android...mmit/bfe7e47e8dc3fcb58646002bd6334c67cf428660
Buid will fail because it can not find "$(COMMON_PATH)/audio/silence.wav"
Please check https://github.com/kumajaya/android_device_samsung_lt01-common/blob/android-4.4/common.mk#L43, silent.wav inside lt01-common/audio/ now.
It's must be came from upstream code :D Nothing needs to be fixed.