Some useful questions
-
- SamyGO Project Donor
- Posts: 161
- Joined: Sun May 03, 2015 6:11 am
Some useful questions
Sorry,I am really newbie and I have 4 question.
1:How can I Edit/Delete files in TV from telnet/ssh/ftp? My problem is when I try to edit/delete SmartHomeDefine.js.cmk the TV prevents me to do it.(permission denied!)
I try setting file permission to 777 with no success. Some files after delete goes to initial state instantly!! I want to edit manager widget(mtd_appext/infolink/manager/). Does it changeable or it is important folder and I have no access to edit its files?
2:Do I have to encrypt TV decrypted modified file before uploading it to TV?
3:How can I make my Widget start automatically during TV Power on(autorun)? Do I have to use ticker feature!?!
4:How can I install my widget on TV remotely? Do I have to use ONLY 'develop' user for install my widgets? I want my widget check for any updated version during each TV power on or on predefined times and if new version is available ,download and overwrite local widget.
thanks in advance for your great solutions.
1:How can I Edit/Delete files in TV from telnet/ssh/ftp? My problem is when I try to edit/delete SmartHomeDefine.js.cmk the TV prevents me to do it.(permission denied!)
I try setting file permission to 777 with no success. Some files after delete goes to initial state instantly!! I want to edit manager widget(mtd_appext/infolink/manager/). Does it changeable or it is important folder and I have no access to edit its files?
2:Do I have to encrypt TV decrypted modified file before uploading it to TV?
3:How can I make my Widget start automatically during TV Power on(autorun)? Do I have to use ticker feature!?!
4:How can I install my widget on TV remotely? Do I have to use ONLY 'develop' user for install my widgets? I want my widget check for any updated version during each TV power on or on predefined times and if new version is available ,download and overwrite local widget.
thanks in advance for your great solutions.
Re: Some useful questions
It all depends on your TV models but it's probably mounted read onlyhamidx5 wrote:Sorry,I am really newbie and I have 4 question.
1:How can I Edit/Delete files in TV from telnet/ssh/ftp? My problem is when I try to edit/delete SmartHomeDefine.js.cmk the TV prevents me to do it.(permission denied!)
I try setting file permission to 777 with no success. Some files after delete goes to initial state instantly!! I want to edit manager widget(mtd_appext/infolink/manager/). Does it changeable or it is important folder and I have no access to edit its files?

I don't understand your questionhamidx5 wrote:2:Do I have to encrypt TV decrypted modified file before uploading it to TV?

That's one optionhamidx5 wrote:3:How can I make my Widget start automatically during TV Power on(autorun)? Do I have to use ticker feature!?!

Simply use "cp" or run directly from USBhamidx5 wrote:4:How can I install my widget on TV remotely? Do I have to use ONLY 'develop' user for install my widgets? I want my widget check for any updated version during each TV power on or on predefined times and if new version is available ,download and overwrite local widget.

I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
-
- SamyGO Project Donor
- Posts: 161
- Joined: Sun May 03, 2015 6:11 am
Re: Some useful questions
Once more, I am not as professional as you at all. I am at the beginning of working with TVs and completely newbie. Please help me with more details.
Please go into detail or give me some info.It all depends on your TV models but it's probably mounted read onlyYou have mount -o bind it.
I mean that after successful mounting(Full access), Can I upload decrypted files in widget(after some modification) to TV without having to encrypt it again!? Does TV is able to run modified decrypted files in widget(previously encrypted)or not?I don't understand your question
Please explain more! How can I make an application(Smarthub widget) to start automatically during power on process of TV?That's one option
What is CP?!Simply use "cp" or run directly from USB
Last edited by smart_lover on Tue Jun 16, 2015 9:52 am, edited 1 time in total.
Re: Some useful questions
cp is command
Simply run it:

I don't know about "modified widgets" but I know that tv can run unencrypted widgets
Read samsung manual for writing widgets 

Code: Select all
cp

I don't know about "modified widgets" but I know that tv can run unencrypted widgets


I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
-
- SamyGO Project Donor
- Posts: 161
- Joined: Sun May 03, 2015 6:11 am
Re: Some useful questions
Ok! I got it. You mean cp command(copy).cp is commandSimply run it:
Actually I can't find useful info in Samsung site. Maybe there are some manual that I have not! But I got your words.I don't know about "modified widgets" but I know that tv can run unencrypted widgetsRead samsung manual for writing widgets
But! What about auto start of a widget?
Re: Some useful questions
Thousands of wayshamidx5 wrote: But! What about auto start of a widget?


I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
-
- SamyGO Project Donor
- Posts: 161
- Joined: Sun May 03, 2015 6:11 am
Re: Some useful questions
Do you want me to solve puzzle?! Please explain with more details second way out of 1000s ways!Thousands of waysAuto-Ticker is one of them
I'll be grateful.
Re: Some useful questions
hehe well the limit is your imaginationhamidx5 wrote:Do you want me to solve puzzle?! Please explain with more details second way out of 1000s ways!Thousands of waysAuto-Ticker is one of them
I'll be grateful.


I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
-
- SamyGO Project Donor
- Posts: 161
- Joined: Sun May 03, 2015 6:11 am
Re: Some useful questions
Thanks for your great idea. I test it and It works like a charm. How can I get rid of all "Network is not connected check network settings to use this service" messages?hehe well the limit is your imaginationFor example you can dynamically modify one of existing (auto launched) widgets to start yours. You could use samyGOso to launch widget. And many others
I am in LAN with no access to Internet. Whenever I power on my TV, modified widget is trying to start my widget with no success (but I can easily see loading progress bar)because of NETWORK error alerts! Actually network bind error prevents my ticker app to start, Although in my widget there is no need to connect to internet!
Launch widget with SamyGOso?? Sounds good. Please explain me How can I use great SamyGOso to launch widget at startup?
Re: Some useful questions
I always use with internet access. Can't help you with thathamidx5 wrote: Thanks for your great idea. I test it and It works like a charm. How can I get rid of all "Network is not connected check network settings to use this service" messages?

Yeah you need to use samyGOso to inject your lib to WidgetEngine. Then use the lib to force it to load your widgethamidx5 wrote: I am in LAN with no access to Internet. Whenever I power on my TV, modified widget is trying to start my widget with no success (but I can easily see loading progress bar)because of NETWORK error alerts! Actually network bind error prevents my ticker app to start, Although in my widget there is no need to connect to internet!
Launch widget with SamyGOso?? Sounds good. Please explain me How can I use great SamyGOso to launch widget at startup?

I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!