Page 1 of 1

Delete preinstalled apps from your TV

Posted: Thu Mar 02, 2023 2:24 pm
by notengo13
Disclaimer: Do it at your own risk. I don't take any responsibility if you delete some sistema stuff from your TV. Just use it to remove pre-installed apps

It worked on QN93A and for sure on more models.

If apps get installed back, in order to prevent this you need to block some urls.
You can use this list or just this urls

Code: Select all

osb-v2.samsungqbe.com
osb-apps.samsungqbe.com
osb-apps-v2.samsungqbe.com
osb-auth-eusvc-v2.samsungqbe.com
1.You need Tizen Studio installed on your PC

- download from here
- or use virtualbox image SamyGO-VM.7z by @sectroyer from this topic [ROOT] J ROOT on T-HK* fw up to 1480

2. Enable Developer Mode on the TV:
  • On the TV, open the "Smart Hub".
    Select the "Apps" panel.
tv_device_1.png
  • In the "Apps" panel, enter "12345" using the remote control or the on-screen number keypad (in my case I had to use old IR remote).
    The developer mode configuration popup appears.
tv_device_2.png
  • Switch "Developer mode" to "On".
    Enter the IP address of the computer that you want to connect to the TV, and click "OK".
    Reboot the TV.
tv_device_3.png
  • When you open the "Apps" panel after the reboot, "Develop Mode" is marked at the top of the screen.
tv_device_4.png



3. Connect the TV to the SDK:
allInOne.png



4. Launch sdb
  • open terminal on your PC and navigate where is installed tizen-studio (example: /home/YOURUSER/tizen-studio/tools/)
  • or launch shell from Tizen studio

Code: Select all

sdb devices

~/tizen-studio/tools> ./sdb devices
List of devices attached 
192.168.XXX.XXX:26101     device          QE55QN93AATXXC
  • list all users apps with IDs

Code: Select all

sdb shell 0 vd_applist
SpoilerShow

Code: Select all

get app list...
apps count: 20
---------------------------------------------------------------------------------------------
--------------app_id                                =3201907018807-------------
--------------app_index                             =1-------------
--------------app_title                             =Netflix-------------
--------------app_installed_path                    =/opt/usr/home/owner/apps_rw/org.tizen.netflix-app/-------------
--------------app_panel_icon_path                   =/opt/share/webappservice/apps_icon/all/3201907018807/-------------
--------------app_version                           =5.3.27-------------
--------------install_date                          =2021-10-21 18:44:06-------------
--------------app_tizen_id                          =org.tizen.netflix-app-------------
--------------app_package_name                      =org.tizen.netflix-app-------------
--------------app_widget_category                   =-------------
--------------app_runtitle                          =Netflix-------------
--------------type                                  =normal-------------
--------------app_size                              =19977282-------------
--------------use_count                             =1811-------------
--------------app_featured(1:myapp,2:recommended)   =2-------------
--------------app_type                              =2-------------
--------------installState                          =3-------------
--------------is_hidden                             =0-------------
--------------is_support_voice                      =0-------------
--------------is_support_gesture                    =0-------------
--------------is_network                            =1-------------
--------------is_removable                          =1-------------
--------------is_lock                               =0-------------
--------------is_need_login                         =0-------------
--------------is_need_update                        =0-------------
--------------installed_source_type                 =1-------------
--------------is_updated                            =0-------------
--------------is_ticker                             =0-------------
--------------is_multi_screen2                      =0-------------
--------------is_multi_tasking                      =1-------------
--------------is_usb_app                            =0-------------
--------------is_age_auth                           =0-------------
--------------app_age_limit                         =0-------------
--------------gamepad                               =none-------------
--------------is_need_uninstall                     =0-------------
--------------firstscreen_icon_dir                  =/opt/share/webappservice/apps_icon/all/3201907018807/-------------
--------------ambient_screen_support                =-------------
--------------icon_mutlilang_support                =0-------------
--------------ambient_icon_path                     =/opt/share/webappservice/apps_icon/all/3201907018807/-------------
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
--------------app_id                                =3201910019365-------------
--------------app_index                             =2-------------
--------------app_title                             =Prime Video-------------
--------------app_installed_path                    =/opt/usr/home/owner/apps_rw/org.tizen.primevideo/-------------
--------------app_panel_icon_path                   =/opt/share/webappservice/apps_icon/all/3201910019365/-------------
--------------app_version                           =2.5.26-------------
--------------install_date                          =2021-10-21 18:43:54-------------
--------------app_tizen_id                          =org.tizen.primevideo-------------
--------------app_package_name                      =org.tizen.primevideo-------------
--------------app_widget_category                   =-------------
--------------app_runtitle                          =AmazonInstantVideo-------------
--------------type                                  =normal-------------
--------------app_size                              =9595278-------------
--------------use_count                             =444-------------
--------------app_featured(1:myapp,2:recommended)   =2-------------
--------------app_type                              =2-------------
--------------installState                          =3-------------
--------------is_hidden                             =0-------------
--------------is_support_voice                      =0-------------
--------------is_support_gesture                    =0-------------
--------------is_network                            =1-------------
--------------is_removable                          =1-------------
--------------is_lock                               =0-------------
--------------is_need_login                         =0-------------
--------------is_need_update                        =0-------------
--------------installed_source_type                 =1-------------
--------------is_updated                            =0-------------
--------------is_ticker                             =0-------------
--------------is_multi_screen2                      =0-------------
--------------is_multi_tasking                      =1-------------
--------------is_usb_app                            =0-------------
--------------is_age_auth                           =0-------------
--------------app_age_limit                         =0-------------
--------------gamepad                               =none-------------
--------------is_need_uninstall                     =0-------------
--------------firstscreen_icon_dir                  =/opt/share/webappservice/apps_icon/all/3201910019365/-------------
--------------ambient_screen_support                =-------------
--------------icon_mutlilang_support                =0-------------
--------------ambient_icon_path                     =/opt/share/webappservice/apps_icon/all/3201910019365/-------------

  • uninstall apps

Code: Select all

sdb shell 0 vd_appuninstall 3201910019365    <THIS WILL REMOVE PRIME VIDEO, CHANGE ID TO YOUR NEEDS
Thanks to user @random_n

Re: Delete preinstalled apps from your TV

Posted: Wed Nov 01, 2023 12:20 pm
by slogan766
it doesn't delete the app. it doesn't delete the normal app or system apps (e.g. apple music).

Re: Delete preinstalled apps from your TV

Posted: Mon Nov 06, 2023 4:23 am
by teroglist4o
yep i think it doesnt work anymore. List comand is working but delete one note.

Re: Delete preinstalled apps from your TV

Posted: Mon Nov 06, 2023 10:00 pm
by notengo13
teroglist4o wrote: Mon Nov 06, 2023 4:23 am yep i think it doesnt work anymore. List comand is working but delete one note.
What is your TV and firmware? Mine is T-NKM2DEUC-1805.4
After you send this command

Code: Select all

sdb shell 0 vd_appuninstall 3201910019365    <THIS WILL REMOVE PRIME VIDEO, CHANGE ID TO YOUR NEEDS 
Did you get some response from terminal?

Re: Delete preinstalled apps from your TV

Posted: Tue Nov 14, 2023 3:26 pm
by teroglist4o
notengo13 wrote: Mon Nov 06, 2023 10:00 pm
teroglist4o wrote: Mon Nov 06, 2023 4:23 am yep i think it doesnt work anymore. List comand is working but delete one note.
What is your TV and firmware? Mine is T-NKM2DEUC-1805.4
After you send this command

Code: Select all

sdb shell 0 vd_appuninstall 3201910019365    <THIS WILL REMOVE PRIME VIDEO, CHANGE ID TO YOUR NEEDS 
Did you get some response from terminal?
I am with : QE55Q80CATXXH / T-PTMCDEUC-1220.9 (i know it is wrong forum...)
So terminal didn't get me any response for deleting. But i can list and install, just the delete part doesn't work and just goes to new row without any error.

Re: Delete preinstalled apps from your TV

Posted: Fri Apr 26, 2024 2:42 pm
by achmetinternet
This is what I am getting:
C:\tizen-studio\tools>sdb shell 0 vd_appuninstall 3201910019365

uninstall 3201910019365
can not uninstall app
spend time for wascmd is [7]ms
I hope there is another command one can use. Maybe it has something to do with the stats it shows, e.h. is_need_uninstall etc.?