Pleeease, someone analyze my logcat, I can't find whats wrong
Hi, i have GT-S6313T Galaxy Young Duos TV and I'm using ROM of GT-S6312 Galaxy Young Duos. But this ROM, of course, doesn't have TV.
Trying to port TV from stock ROM to custom ROM, I've made a research, and collected the files needed by TV to work. The list of file is:
/system/bin/broadcastProcessObserver_ltn
/system/etc/permissions/com.sec.android.app.minimode.xml
/system/etc/permissions/com.sec.feature.minimode.xml
/system/etc/one-seg/debug_ltn.ini
/system/lib/libbroadcastForOneSeg_ltn_jni.so
/system/lib/libBroadcastProcObs_ltn.so
/system/lib/libbroadcast_signalForOneSeg_jni.so
/system/lib/libbroadcast_upgrade_ltn_jni.so
/system/lib/libhardware.so
/system/lib/libhardware_legacy.so
/system/lib/libnexcalbody_aac_ltn.so
/system/lib/libnexcalbody_h264_ltn.so
/system/lib/libnexcalbody_ltn.so
/system/lib/libnexcal_ltn.so
/system/lib/libnexplayerjni_ltn.so
/system/lib/libnexplayerservice_ltn.so
/system/lib/libnexralbody_ltn.so
/system/lib/libnexral_ltn.so
/system/lib/libnexsalbody_debug_ltn.so
/system/lib/libnexsalbody_file_ltn.so
/system/lib/libnexsalbody_mem_ltn.so
/system/lib/libnexsalbody_sock_ltn.so
/system/lib/libnexsalbody_syncobj_ltn.so
/system/lib/libnexsalbody_task_ltn.so
/system/lib/libnexsalbody_time_ltn.so
/system/lib/libnexsal_ltn.so
/system/lib/libonesegappmgr.so
/system/lib/libOneSegControl.so
/system/lib/libonesegdemux_ltn.so
/system/lib/libonesegdmxdriver_ltn.so
/system/lib/libonesegdsmcc_ltn.so
/system/lib/libOneSegESG.so
/system/lib/libOneSegfactorytest_jni_ltn.so
/system/lib/libonesegoc.so
/system/lib/libonesegsp_ltn.so
/system/lib/libonesegutils_ltn.so
/system/lib/libPGL_ltn.so
/system/lib/libProtocolProc_ltn.so
/system/lib/lib_SamsungSBPreAmp.so
/system/lib/lib_Samsung_Listening_Mode.so
/system/lib/lib_Samsung_SB_AM_for_ICS_v03008.so
/system/framework/minimode.jar
/system/app/minimode-res.apk
/system/app/MobileTV_LTN.apk
/system/bin/nexprocess_ltn
/system/framework/nextreaming.jar
/system/etc/permissions/nextreaming_java_lib.xml
/system/bin/OneSegControl
/system/bin/OneSegDsmcc_ltn
/system/bin/OneSegGinga
/system/bin/OneSegTsDemux_ltn
/system/etc/permissions/SecBroadcast.xml
/system/framework/SecBroadcast.jar
/system/etc/permissions/SecBroadcastSignal.xml
/system/framework/SecBroadcastSignal.jar
/system/etc/permissions/SecBroadcastUpgrade.xml
/system/framework/SecBroadcastUpgrade.jar
/system/framework/sechardware.jar
/system/etc/permissions/sec_hardware_library.xml
/system/etc/permissions/touchwiz.xml
/system/etc/one-seg/tvfiles_database_ltn.db
/system/framework/twframework.jar
/system/framework/twframework-res.apk
The ROM I use is X-Sam Duos V1.0 By Shampod. As this ROM is deodexed, I've deodexed the framework and app files from stock ROM.
I've looked, but can't find what's wrong! Please, someone help me, and help all other Galaxy Young Duos TV users wanting to use ROM made for another device, as our has tooo few ROMs.
Note: I've divided logcat files in two parts each due to forum limit of 512 kB. Each has 700~800 kB. One was created using stock ROM, with TV working. The other was created using custom ROM, Mobile TV app force closes.
No answers :/
Anyway, I managed to find a solution. Bin permissions were not fixed (rwx r-x r-x), and it was missing some libs. When I got them from stock ROM, TV worked.
Related
Hello, I have cm7 running on my Samsung Dart. I ported this CM7 Rom from the Samsung Galaxy Mini:
http://forum.xda-developers.com/showthread.php?t=1712654
It booted and got to the setup screen. The problem is that there are black lines in the screen and everything is cut up. I've been pressing things and everything is responding, I just ca't see it. What did I do wrong and how can I fix it? Do I need to change the filenames in system>lib>hw to match the galaxy mini's?
I used this to Port it
http://forum.xda-developers.com/showthread.php?t=2276871
eugeneeaster18 said:
Hello, I have cm7 running on my Samsung Dart. I ported this CM7 Rom from the Samsung Galaxy Mini:
http://forum.xda-developers.com/showthread.php?t=1712654
It booted and got to the setup screen. The problem is that there are black lines in the screen and everything is cut up. I've been pressing things and everything is responding, I just ca't see it. What did I do wrong and how can I fix it? Do I need to change the filenames in system>lib>hw to match the galaxy mini's?
I used this to Port it
http://forum.xda-developers.com/showthread.php?t=2276871
Click to expand...
Click to collapse
I would recommend replacing the system/lib folder in the Samsung Galaxy Mini port ROM with the system/lib folder of your Samsung Dart base ROM this way your ROM should have the proper graphic libraries and other libraries that should fix your graphic issues. I would also recommend taking a look at this guide that manually explains how to port ROM's.
shimp208 said:
I would recommend replacing the system/lib folder in the Samsung Galaxy Mini port ROM with the system/lib folder of your Samsung Dart base ROM this way your ROM should have the proper graphic libraries and other libraries that should fix your graphic issues. I would also recommend taking a look at this guide that manually explains how to port ROM's.
Click to expand...
Click to collapse
Tried this but same results, please what else can I do? Another question , have you had sucess with this guide? Thanks .
eugeneeaster18 said:
Tried this but same results, please what else can I do? Another question , have you had sucess with this guide? Thanks .
Click to expand...
Click to collapse
Even though the guide mentions it for HTC devices it's still work a shot trying this fix for graphic glitches that the guide mentions:
Decompile framework.jar
Change these files with your base
smali\smali\android\os
Environment
SystemProperties
smali\smali\android\view
HardwareCanvas
HardwareRenderer$Gl20Renderer
HardwareRenderer$GlRenderer
HardwareRenderer
Personally I have had success with the guide following the exact steps in the guide I was able to port a ROM or two. Your other option would be to try and build for your device from source.
Hi,
I bought this player to watch DVB-T and DVB-T2 live tv, but the program that comes with box is no good. Every 10 sec or so picture slows down, sometimes less than 10 sec when there are sudden movements, also sometimes audio is out of sink.
Tried few programs to deodex apk's from firmware but I cannot install these apk's, mainly DTVPlayer.apk. I tried to install these apks in original firmware and on some other roms with same result. The apks that were odexed do not install just apks that werent odexed.
What I want to do is to extract apks that are used for build in tuner and install them on some better rom.
Please can you help me or suggest opinion, solution.
This is original firmware: mega (dot) co (dot) nz (dot) / #!McEHjKhL!LGfxgEXN-DID4s3shELsJXyZFZpJ5GNEZHrcw7fnlng
Can you pls extract apks necessary for DVB-T2 player to work on other roms and apk for remote control.
Thank you very much.
Same problem
I have the same problem.
Do you have an answer?
Thanks a lot
tehawk said:
Hi,
I bought this player to watch DVB-T and DVB-T2 live tv, but the program that comes with box is no good. Every 10 sec or so picture slows down, sometimes less than 10 sec when there are sudden movements, also sometimes audio is out of sink.
Tried few programs to deodex apk's from firmware but I cannot install these apk's, mainly DTVPlayer.apk. I tried to install these apks in original firmware and on some other roms with same result. The apks that were odexed do not install just apks that werent odexed.
What I want to do is to extract apks that are used for build in tuner and install them on some better rom.
Please can you help me or suggest opinion, solution.
This is original firmware: mega (dot) co (dot) nz (dot) / #!McEHjKhL!LGfxgEXN-DID4s3shELsJXyZFZpJ5GNEZHrcw7fnlng
Can you pls extract apks necessary for DVB-T2 player to work on other roms and apk for remote control.
Thank you very much.
Click to expand...
Click to collapse
both you can try a new rom from here http://4pda.ru/forum/index.php?showtopic=559630&st=200 but BEWARE in my case the tv tuner no longer works , i try to many roms with the same result , but some other guy says that his tv tuner works .... and all other in that forum
Any news with your problem ?
Hi.
I have this box and have freezes some time.
Did you try the new rom option ?
Any other solution ?
Thanks.
Ofir
Me too
This tv box not work well
I have not sound and too lag
I am currently using a samsung galaxy xcover 2 (GT-7710) and running Vanir Rom which is based on KitKat 4.4.4. I recently purchased chromecast and was unhappy when I could not cast my screen to the TV. Then I learned of the root app Mirror Enabler and I installed it and gave it root access. But when I went into the app I was told that my ROM was not supported due to there being no "audio_submix" file. After some research I found that a file must be added to system/lib/hw. Is there anyway I can just download the file and paste it there? Or is there a flashable zip file or even any other way to install this file on my phone. Thanks for you help.
I know many roms do not have the Samsung Chinese IME (Samsung Chinese Keyboard) , so I get the app from the lastest (newest) official Galaxy Note II LTE Stock ROM.
(三星中文輸入法 7.0):laugh:
This is mainly provide for Hong Kong , Taiwan and China users~
It should be only for Galaxy Note II/Note II LTE(GT-N7100/GT-N7105), other devices may not support it!
However, I try to install it but I cannot install it to my Note II LTE. There may be something problem. (The rom not support?) I hope I will find it out later...
You may just try it!
***IMPORTANT: I cannot install it myself, maybe there are something missing? TRY AT YOUR OWN RISK***
Installation guide:
ROOT REQUIRED
>***This is not a flashable zip***<
1. Download the following file
2. Unzip them to the "/system/" or unzip them and move them to "/system/"
3. Go to the "/system/app/" folder and confirm there is a "SamsungChineseIME.apk"
4. Then reboot/restart the phone (If you cannot see the keyboard installed, you may need to go into the "/system/app/" folder to install it yourself.)
5. Finally, it is done.
[Sorry for my poor English...]
Post moved from "developer discussion" to here. PM sent to OP.
Thank you!
ım tried all way but dont work bro...on n2 n7100
change your permission to 644, reboot then retry.
I have tried to change the permission before and I have tried several permission settings but still not work. I don't know why.
P. S. The APK file in the "system/" will not install automatically and also I cannot install it manually.
Me too
Sent from my GT-N7105 using XDA Free mobile app
Here's a flashable version tested woking on DN4 v2 ROM (KK 4.4.4), but there are some layout issue: the size of the keyboard and the letters on the keyboard are is too big.
Hello! My name is Marie, and I'm new to these forums.
While trying some ported Note 7 apks I found here, I accidentaly deleted my bkp for the Samsung stock Contact app.
Now I don't want to use third-party apps found on the Play Store, and I'd like mine back.
I searched everywhere, but I only found a S7 stock app that made my phone crash.
So I'd like somebody owning a Samsung under Lollipop (since it's the only one I'm sure my phone will have no problem running) to send me the apk for the CONTACT/PHONE stock app.
Using a ROOTed Samsung Galaxy A300FU (A3 2015) under Marshmallow.
This is really important to me!
Thank you!