[Help] TV- Out (Developers) - Android Q&A, Help & Troubleshooting

Hey! I have a gingerbread phone, this phone has two versions the old version (aka v2) has tv-out option available in settings, but in new version (aka v3) there is no option of tv-out in settings.
Many v3 users are able to get tv-out work by using the settings app from v2 but this doesn't worked for me! I was thinking that if any developer knows how to add/enable this option than i will be thankful
//by using the v2 settings app in my v3 i was able to get the option but there is one option missing by which i can enable or disable
shown in fig
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I also tried this method but still no luck!
Decompile framework.jar
open file \ smali \ com \ MediaTek \ featureoption
\ FeatureOption.s
mali
search string: ". MTK_TVOUT_ public final static field
SUPPORT: Z = false "
change so: ". MTK_TVOUT_ public final static field
SUPPORT: Z = true "
recompile framework.jar and replace framework.jar
check in settings / display options appear if it is TV-OUT
change file / system / lib / tvoutjni.so and / system / lib /
tvoutpattern.so the original lib files (which support
TVout)
for automatic rotation on tv-out
Click to expand...
Click to collapse

Related

[HELP] Getting errors while using Root Tools app on LG Optimus V

Im using the app called Root Tools v1.9 on my rooted LG Optimus V, but im unfortunately encountering errors using some functions in this application. I atached a couple screen shots below to better show whats going on. Basically, when I open the app, I get 5 options:
App Management
Goodie Add-ons
Tweaks & Hacks
Reboot Options
Help/About
Now, every option works except the section Tweaks & Hacks. When I click Tweaks & Hacks it also gives 5 more options, which include:
Ad Blocker
Build Properties
Manage Cache
Free Memory
Miscellaneous
Here's where the errors start.
If I even attempt to use any of the options under Tweaks & Hacks it gives me a "toast" type notification that states "Error while running command! Probably could not gain root". *Photo below
Note, I DO have root access. Superuser permissions are fully granted for this app. Superuser binary is up to date. Custom busybox is installed through Superuser.
So, whats the deal? Anyone have any clue whats going on?
Main Screen
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Tweaks & Hacks Screen with Errors

[Q] isolated storage - vb.net

How can i (Create,Read,Write,Delete) Files and Directories in Isolated Storage on Windows Phone?(VB.Net)(Visual Studio 2012)
------------------------------------------------------
i use this codes but i see some error.
Create file:
Code:
Dim sw As New StreamWriter(New IsolatedStorageFileStream("FirstRun\a.txt", FileMode.Create, file))
sw.WriteLine(Textbox1.text)
read form isolated storage:
Code:
Dim file As IsolatedStorageFile = IsolatedStorageFile.GetUserStoreForApplication()
file.CreateDirectory("UserTexts")
Dim sw As New StreamReader(New IsolatedStorageFileStream("UserTexts\user.txt", FileMode.Open, file))
read file:
Code:
TXTBlock.Text = sw.ReadToEnd()
sw.Close()
Delete file:
Code:
Dim file As IsolatedStorageFile = IsolatedStorageFile.GetUserStoreForApplication()
file.DeleteFile("Temp\a.txt")
Delete folder:
Code:
file.DeleteDirectory("Temp")
Create folder:
Code:
Dim file As IsolatedStorageFile = IsolatedStorageFile.GetUserStoreForApplication()
file.CreateDirectory("FirstRun")
please give me correct codes.
What error do you see?
mcosmin222 said:
What error do you see?
Click to expand...
Click to collapse
Error 1 Value of type 'System.IO.FileAccess' cannot be converted to 'System.IO.IsolatedStorage.IsolatedStorageFile'
Dim sw As New StreamReader(New IsolatedStorageFileStream("UserTexts\user.txt", FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite, file))
Methods have overloads. Check them out. If you don't know what a method overload is, check wikipedia.
http://en.wikipedia.org/wiki/Function_overloading
mcosmin222 said:
Dim sw As New StreamReader(New IsolatedStorageFileStream("UserTexts\user.txt", FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite, file))
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
it geting error.
shayan4shayan said:
it geting error.
Click to expand...
Click to collapse
Replace file with IsolatedStorageFile.getuserStoreForApplication()

[New Dev] New Galaxy S6 Settings All Bugs Fixed ! :)

Hello Guys !
New Ported a Settings From Galaxy S5 And Themed Like Galaxy S7 But The Quick Settings Is Not Like Galaxy S7 !
Accessibility ANd Brightness Slider Fixed
You Can Use It !
How TO Install :
Just DOwnload ANd Flash Via Recovery
Tested On AdityaRoms,PL,Jserrom
How To Download And Download Link :
Go To The Link That There Is The Download Link Wait 7 Sec Then There Is a Green Button Click On That Then U Can Download From Google Drive :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download Link :
http://opizo.com/ICetlS
How To Use :
Install It Then Open And Tap No The More Then Tap On View As :
Then Tap On The List View :
Then Enjoy ! :victory:
ScreenShots :
​
1. the motion rom is a port from s5 mini and its setting is as same as the s5 one
just by coping and pasting it it will work without any bug or problem
so you did not ported anything
2. "Accessibility ANd Brightness Slider Fixed " and "New Galaxy S6 Settings All Bugs Fixed"
it has it working already by coping and pasting
you can say this sentence if you fixed the actual one
you just copied and pasted it and themed it by editing colors of setting
consider editing this topic and put themed motion setting

(guide) How to use adway if not working

well all know about adaway which block ads in rooted device
but some user like me face problem that ad blocker not working in
custom rom android 7.x.x or official miui rom so here is the solution...
first download the latest version of adways from here
then of it and grant super su permission (if you use magisk the enable system less host in magisk manager setting)
now in adway app upper right coner 3 dots- Hosts sources
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
add these 3 extra link there for more host links one by one
HTML:
https://easylist-downloads.adblockplus.org/easylist.txt
http://winhelp2002.mvps.org/hosts.txt
https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts
Now save it and go back in 3 dots select YOUR LISTS
then again 3 dots import all list and select this download file (extract it using any unziper)
now you can see like this image
now go back and hit DOWNLOAD FILES AND APPLY AD BLOCKING
NOTE
if you still faceing problem that ads are showing in some add or some apps unable to connect then do this as shown in video
if you want to remove add then select black list and if want to connect app if facing no connection problem then add to whitelist
video link
i am not responsible for anything happen with you or your mobile during applying this method
nor any link or apps belongs
Hit like if i help

A better way to enable GCam on MIUI 12 ,Android Q for Mi 8 Lite?

[I'm not very knowledgeable about this area. I will try to give a reply if you need more detailed information. ]
I am using the latest version of stable MIUI 12, Android 10.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have already flashed TWRP, rooted, and used a Magisk module to enable Camera2 api (in Android 10, simply editing build.prop does not work.The module's zip file is also form XDA but is lost, and I can see it replaces /system/lib[64]/libcameraservices.so and two files in /system/vender/lib). But there are 2 things that seem not very satisfying.
① The module uses system.prop to change build.prop, but it doesn't work.
I wonder whether the cause is a small bug of the module or the limitation of MIUI. Then I have to manually reboot to recovery and replace the file each time I disable or enable the module.
② When enabling the module, Google Camera do works, including HDR+ and night sight, but MIUI Camera and system face recognition stop working. In some "informal" uses such as WeChat Scanning QRCode, it will show a black screen, which is very inconvenient. Is there an approach or an improved module to both use the original Camera and Google Camera?
XDA is the forum I have the most hope. Please have a glance at my descriptions and give any opinions if you like!

Categories

Resources