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
- 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.
- 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.
- 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.
- When you open the "Apps" panel after the reboot, "Develop Mode" is marked at the top of the screen.
3. Connect the TV to the SDK:
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
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