Loop Projects | #TeamFiles
Ir al canal en Telegram
Endless loop of latest apps and tech buzz. Chat group: t.me/loopprojectschat Random stuff channel: t.me/loopstuff
Mostrar más9 689
Suscriptores
Sin datos24 horas
+37 días
+7730 días
Archivo de publicaciones
Repost from 𝗽𝗼𝗽𝗠𝗢𝗗𝗦 | 𝗙𝗢𝗦𝗦, 𝗟𝗶𝗳𝗲, 𝗠𝗲𝗺𝗲𝘀
Hello, does anyone still use SD cards?
And have you ever had your SD card get corrupted when moving/copying files to the SD card? I have had this happen to me many times, and there is a way to repair the SD card without formatting it. I will make a post about it soon
Hey y'all, I'm wrench. You may know me or maybe not – no worries. I'm one of the new content manager starting right now, I'll be focusing on interesting apps and anything Tech™. While I used to hang out in my channel, I'm stepping up my game and bringing you some top-notch stuff right here. 🕺
Note: Beware of this guy 🚫
Repost from 𝗽𝗼𝗽𝗠𝗢𝗗𝗦 | 𝗙𝗢𝗦𝗦, 𝗟𝗶𝗳𝗲, 𝗠𝗲𝗺𝗲𝘀
(Enhanced post) Change your browser without loosing data
Most users change browsers or want to experience different browsers.But none of them have a "Synchronization" feature except some Google Chrome.
I had already made a post, but people were confused when they saw the terminal code. So we developed a bash (.sh extension terminal script) to make it as easy as possible.
All you need to do is;
1. Download the file to your internal storage and make sure we know the location of the file
3. Open Termux or your favorite terminal application and enter the following commands.
Example;
su -c sh /sdcard/File/Downloaded/Path/move_chromium_data.sh
4. Press enter on your keyboard and run the command.
5. The command will ask you for "old_browser_package_name", this is the package name of the (old) browser you are currently using.
6. After entering the package name of the old browser and pressing enter, you will be prompted for "new_browser_package_name", this is the package name of the (new) browser you want to switch to. Type the package name and press enter again.
7. After a very short wait, the data migration will be successful.
You can also watch the video with all these steps for those who are confused.
👤Credits
@KaldirimMuhendisi for base commands
@iamlooper for bash file
@popleble for video and text instructions
@WildWaze for banner
About us:
🔔 @popmods
💬 @popmodschat
🗂 @popmodsindex
Platform(s); #Android
Repost from 𝗽𝗼𝗽𝗠𝗢𝗗𝗦 | 𝗙𝗢𝗦𝗦, 𝗟𝗶𝗳𝗲, 𝗠𝗲𝗺𝗲𝘀
(Enhanced post) Change your browser without loosing data
Most users change browsers or want to experience different browsers.But none of them have a "Synchronization" feature except some Google Chrome.
I had already made a post, but people were confused when they saw the terminal code. So we developed a bash (.sh extension terminal script) to make it as easy as possible.
All you need to do is;
1. Download the file to your internal storage and make sure we know the location of the file
3. Open Termux or your favorite terminal application and enter the following commands.
Example;
su -c sh /sdcard/File/Downloaded/Path/move_chromium_data.sh
4. Press enter on your keyboard and run the command.
5. The command will ask you for "old_browser_package_name", this is the package name of the (old) browser you are currently using.
6. After entering the package name of the old browser and pressing enter, you will be prompted for "new_browser_package_name", this is the package name of the (new) browser you want to switch to. Type the package name and press enter again.
7. After a very short wait, the data migration will be successful.
You can also watch the video with all these steps for those who are confused.
👤Credits
@KaldirimMuhendisi for base commands
@iamlooper for bash file
@popleble for video and text instructions
@WildWaze for banner
About us:
🔔 @popmods
💬 @popmodschat
🗂 @popmodsindex
Platform(s); #Android
Change your browser without loosing data
Most users change browsers or want to experience different browsers.
But none of them have "Synchronization" feature except some Google Chrome.
I want to share a terminal command with you to prevent data loss. (Need Root)
I recommend using the F-Droid version of Termux
Here are the Commands.
Firstly type
su (For root permission)
move_chromium_data(){
if (( $# == 2 ));then
am force-stop $1
am force-stop $2
rm -rf /data/data/$2/*
cp -Rvf /data/data/$1/* /data/data/$2/
UGROUP=$(ls -al /data/data/ | grep $2 | awk '{ print $3 }')
chown -R $UGROUP:$UGROUP /data/data/$2
else
echo "Pass 2 args pls"
fi
}
After Pay attention here!
(Old browser package name to new browser package name)
move_chromium_data old.browser.package.name new.browser.package.name
Thanks pro @KaldirimMuhendisi for command
About us:
🔔 @loopprojects x @popmods
💬 @loopchats x @popmodschat
🗂️ @looperstuff x @popcloudsAPK-Updater
APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.
It provides similar functionality to an app store, but instead of depending on a single source, it aggregates the results from APKMirror, Aptoide, F-Droid, IzzyOnDroid, APKPure and GitHub.
🔗 Links:
- Download
- Features
- Screenshots
- Source Code
About us:
🔔 @loopprojects x @popmods
💬 @loopchats x @popmodschat
🗂️ @looperstuff x @popclouds
MIUI Bootloader Unlock without PC (Phone-To-Phone)
Note: We are not responsible for any data loss or corrupt devices. Proceed at your own risk. This procedure requires the use of 2 Android phones and an OTG cable for ADB debugging. If this is your first time unlocking the bootloader or your device is using a new MIUI account, proceed with Step 2 after 7 days
Step 1 [Configuring Settings] [Primary Phone]:
» Go to Settings > About Phone: Click on MIUI Version multiple times until developer options are enabled
» Go to Settings Homepage > Additional Settings > Developer Options: Enable OEM Unlocking and USB Debugging
» Then go to Mi Unlock Status: Click on Add account and device
Step 2 [Installing Flash scripts] [Secondary Phone]:
» Download and install these APKs on your secondary phone: file1 | file2 | file3
» Connect the primary phone to the secondary phone via OTG
» Boot the primary phone into fastboot mode
» Open the Termux app: Follow and run these commands one by one according to the instructions
👤Credits
Techbuzznet (Video instructions for Indians)
RohitVerma888
@WildWaze ( thx for help and banner)
About us:
🔔 @loopprojects x @popmods
💬 @loopchats x @popmodschat
🗂️ @looperstuff x @popclouds
(Enhanced post) SuperImage - upscale photos using your android's GPU
⭐️ Features:
- Simple UI
- Now available for PCs too!
- Uses your phone's GPU
- Images are processed only locally
🔗 Links:
- Download Pro | Download normal version
- Pro version features
- Desktop Version
- Telegram chat
- Screenshots and samples
By purchasing the Pro version, you can both support and motivate the developer and extend the life of the project. 🫶🏻❤️
👤 Credits:
- Lucchetto
About us:
🔔 @loopprojects x @popmods
💬 @loopchats x @popmodschat
🗂️ @looperstuff x @popclouds
InstallerX - replace your default apk Installer
An alternative apk installer that provides additional features and better design.
🔗 Links:
- Download (Telegram Channel)
- Features
- Screenshots
About us:
🔔 @loopprojects x @popmods
💬 @loopchats x @popmodschat
🗂️ @looperstuff x @popclouds
Termux_XFCE
A script for Termux, that sets up a desktop environment called XFCE, in Termux. It also brings a whole Linux distro (Debian on proot) to the palm of your hands. You can then access it using the Termux X11 app that the script installs, or remotely by following some additional steps. XFCE on Android could provide a powerful environment for development. You can also install Wine and Box64, which allows for some x86 Windows applications to be used.
🔗 Links:
- Installation
- Support (Discord)
- Screenshots
- Source Code
About us:
🔔 @loopprojects x @popmods
💬 @loopchats x @popmodschat
🗂️ @looperstuff x @popclouds
Hello everyone
I'm @popleble, maybe some of you know me. My friend Looper messaged me to manage this channel, he will be away from the keyboard (afk) for a long time, so I will try my best to manage this channel until he comes back. I have some plans about the channel for now, we will wait and see. I guarantee you will enjoy it very much.
Here comes the time to help each other.
You all know that BATTERY GURU is one of the famous apps in the battery monitoring category on the Play Store.
However, a few months ago, it was suspended due to violations of Play Store policies.
The issue was that the app contained some English content that violated Play Store rules and regulations.
The app developer, Danijel Markov (@Paget96), is from Serbia and is not very proficient in English.
This misunderstanding led to the suspension of the app.
Even though he has made all the necessary changes and resubmitted it, the Play Store still refuses to accept the app.
If you have Twitter, your support would be greatly appreciated. Please read all the posts under this one, like, and retweet them, as we are trying to fight against Google's bad support for developers.
Twitter Link: https://twitter.com/Paget96/status/1700280307138560013
Channel: @paget96_projects_channel
Repost from risingOS - News
So it begins !
It's the final showdown between the people's choice and logos made by our designers!
Choose the one you like the most ! #keep_rising_up❤️
3) @not_ayan99 's logo
Font: Nagoda ( o is a little modified to better fit the theme )
Join @looperstuff to get access to stuff which is too scuffed to be posted on the main channel like cloud updates, test builds, polls etc.
VIC (Versatile Intelligent Chatbot) v1.0.0 Public Release: Click here 😁
Notes:
- Clean install because the Play Store version has a different signature. 🤬
- Download from Buy Me a Coffee if you wanna support. ☕️
- Make sure to write a review of the Play Store. 😉
- This post will be deleted soon. 🔫
VIC Android App v1.0.0 Early Access Release! 📢
I am thrilled to unveil the initial stable version of VIC (Versatile Intelligent Chatbot), the next-generation AI Android app designed to revolutionize the way you interact and engage. VIC combines cutting-edge technology of GPT-4 and GPT-3.5 to bring you real-time information, dynamic personas, and an adaptable conversational style, all tailored to suit your preferences.
Join my early access program on Buy Me a Coffee to download the VIC Android app! By becoming an early supporter through Buy Me a Coffee, you'll not only gain access to the app ahead of others but also play a pivotal role in driving its development forward. Your contribution will empower me to refine, enhance, and tailor the app to meet your evolving needs.
Download VIC now from Buy Me a Coffee and unlock a realm of conversational possibilities. Your personalized companion awaits!
Click here to download VIC
Click here to see screenshots
Click here to go to the main post
Notes:
- This post will be deleted soon.
- Public release will be done soon.
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
