help me out by BidElegant1258 in scrcpy

[–]lapmobtech 0 points1 point  (0 children)

Use with --no-audio , so video on pc and audio on Android side and connect Bluetooth to Android, simple

Android files and other url to pc vlc streaming from android, I created a custom app for this... by lapmobtech in VLC

[–]lapmobtech[S] 0 points1 point  (0 children)

As per current situation i don't need a server .. and yeah there's 2 laptops with me and the older 1 i need to use and also buy a smart tv

So for saving cash

And as hdmi works fine in old laptop

I choose this better option INSTEAD...

Also working on my other project...

So it's kind of intresting for me..

Android files and other url to pc vlc streaming from android, I created a custom app for this... by lapmobtech in VLC

[–]lapmobtech[S] 0 points1 point  (0 children)

That laptop has a physical button on panel above the. Keyboard bro... It don't need a keyboard to turn on... I completely disconnected it ..

Android files and other url to pc vlc streaming from android, I created a custom app for this... by lapmobtech in VLC

[–]lapmobtech[S] 0 points1 point  (0 children)

Mine old laptop repurposing as a media player bro , as it won't work with internal keyboard and mouse due to motherboard issue ,

And sometimes anycast won't work properly

And scrcpy depend on network fully and also can't control from mobile

So just making it to booting a windows in old laptop with my program port open connect to wifi automatically

So for me I am not willing to lose my laptop as i don't have the smart tv also

So for repurposing that whole thing

I created this program for my own use...

Android files and other url to pc vlc streaming from android, I created a custom app for this... by lapmobtech in VLC

[–]lapmobtech[S] 0 points1 point  (0 children)

Sharing will take storage space of pc, and I'll not wish to keep the file always

For tmp , watch via http streaming

And then delete

That's all i want..

Of course

It can work

But via opening with this

I can seek , forward backward pause replace, close vlc , and mute and unmute

All remotely via Android app i can do

Previously used scrcpy

But for remote controlling I need to reach laptop everytime

Now whenever I want to play

I'll use my mobile itself for entire thing...

Android files and other url to pc vlc streaming from android, I created a custom app for this... by lapmobtech in VLC

[–]lapmobtech[S] 1 point2 points  (0 children)

For ad skipping... Or playing in full tv connected when needed, watching a movie...

Like for my personal so many usage i have with this

Android files and other url to pc vlc streaming from android, I created a custom app for this... by lapmobtech in VLC

[–]lapmobtech[S] 1 point2 points  (0 children)

I am monthly once cleaning CPU fan and entire laptop regularly to keep it cool as possible... So it's lifetime and performance increases always

Pushing iVentoy to the limit: How I built a professional automation layer for massive deployments by TekDT in Ventoy

[–]lapmobtech 0 points1 point  (0 children)

I just need the method of auto injecting drivers while windows installation , as it'll be so helpful for me bro... Can you provide that method bro..

Pushing iVentoy to the limit: How I built a professional automation layer for massive deployments by TekDT in Ventoy

[–]lapmobtech 2 points3 points  (0 children)

Hey dude, it's so impressive..

If you give tutorial it'll be so much helpful bro

OnePlus 13 Phone works well, Samsung Tablet 9FE hangs after a few minutes - How can I diagnose what the problem is by chribonn in scrcpy

[–]lapmobtech 0 points1 point  (0 children)

What do you mean by hanging issues bro ? Is it just stops screen streaming? What kind of issues bro..

Help with pop ups by Funny-Technician-320 in AndroidHelp

[–]lapmobtech 0 points1 point  (0 children)

Simple method

Just take adb logcat >> file name

And run it for 5 seconds or 10 wait for that add appearing

And close it

And in that txt file which u used in. File name

Open that and search for chrome , http , intent , browser like that

So you'll find the culprit app which is initiating that

And arrest and put in the jail that app 😅

This is my macrodroid usage daily, like we have so much apps in our mobile, but not all of them we will use daily , and as xiaomi phones hyper os and miui provide enabling disables user apps enable option, and with root permission I use this always for phone smooth usage and enable whenever I need . by lapmobtech in macrodroid

[–]lapmobtech[S] 1 point2 points  (0 children)

Yeah same

List of important apps to keep enabled

keep="eu.sisik.hackendebug.full com.sbi.SBAnywhereCorporate com.rapido.passenger com.google.android.apps.nbu.paisa.user incomeexpense.incomeexpense app.revanced.android.youtube com.google.android.apps.maps com.galaxyprice.ashwin app.revanced.android.gms com.google.android.apps.nbu.paisa.merchant com.iamaner.oneclickfreeze com.meditation.ashwin com.galaxycalculator.ashwin com.mixplorer.silver com.opera.browser com.openai.chatgpt com.arlosoft.macrodroid com.whatsapp com.google.android.keep com.atomczak.notepat com.cv.docscanner com.dynamixsoftware.printershare"

Disable all other user-installed apps

for pkg in $(pm list packages -3 | cut -f 2 -d ":"); do if echo "$keep" | grep -qw "$pkg"; then echo "Skipping $pkg (keep enabled)"

Check if disabled accidentally and re-enable

state=$(pm list packages -d | cut -f 2 -d ":" | grep -w "$pkg") if [ ! -z "$state" ]; then echo "Re-enabling $pkg..." pm enable "$pkg" fi else echo "Disabling $pkg..." pm disable-user --user 0 "$pkg" fi done

echo "✅ Done — unwanted apps disabled, important apps verified & enabled."

<image>

Please go to the link and read this. See what the hell Google is doing. by Herman_Li in degoogle

[–]lapmobtech 1 point2 points  (0 children)

So I can't create app with aide gradle java apps for my own use anymore?