[GUIDE] No root: AppOps manager - Moto E4 Guides, News, & Discussion

You can now get privileged access to AppOpps without using shell commands for individual apps. You do NOT need root access, but you do need ADB.
1. Download and install AppOps by Quxingchen. Open the app and select 'privileged mode' when prompted and select next. Install the manager via the install button in the app.
2. Open the Manager App and read the instructions. To start the server to manage app access to information, you will need to run the ADB code provided every time you reboot your phone IF you want to manage permissions on a live basis.
3. Run the script in ADB:
Code:
adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/files/start.sh
4. If successful at starting the server, the box at the top of the manager app will turn green. Now go back to the AppOps app and select next to finish the installation.
5. You now have access to all app permissions and you don't need root. Reboot for permissions to take effect. They will hold without restarting the manager server, but you'll need to start it again in order to further edit app permissions.
Handy tips:
-Disable notifications in SystemUI. If you don't care about the annoying notifications from this app, this is a lifesaver.
-Disable Android System notifications. Again, most of these are annoying. It will halt the messages about USB connected to low power charger, ADB and media transfer from appearing in the statusbar. Drop down the bar to see them and toggle the settings.

Thanks for sharing

Related

[Question] about hboot/superuser/custom roms

I have a few noob questions hopefully someone can answer
I rooted using toasts method part 1 and part 2
I have flipz .6 rooted rom and radio 1.39.00.05.31
Do I always have to go into hboot then select recovery every time or is there a direct path to boot into recovery?
Every time I install custom roms will i have to redownload all my apps every time? If so is there a way to easily back up the apps and restore them?
The superuser permissions app is there after rooting what is it used for?
LxMxFxD - the act of "ROOTING" is the act of giving super user. Super users are accounts on a phone or linux/unix device that can do EVERYTHING on the machine. Like the admin on windows. The whole point of rooting a phone is so you can get super user permissoins.
When i select the superuser permissions app i just see a black screen, should it do more than that?
ccapasso - What you are seeing is normal. The SuperUser Permission app is by default blank. However, once you start using apps that require su permission, such as Wireless Tether, it CAN start to have entries in it. I say CAN because you will notice that when you choose the Wireless Tether app, you will get a prompt asking you to allow. If you choose allow, it will continue as always. However, if you choose Always Allow, you will no longer get that prompt. Also, once you choose Always Allow, your SuperUser Permission app will now show a listing in it. If you simply choose Allow instead, you would still have nothing listed in the SuperUser Permission app.
How do I remove the proprietary apps?
you need to be in the recovery
from the cmd window type
Code:
adb shell
mount /dev/block/mtdblock4 /system
cd /system/app
rm amazonmp3.apk
check this post for a list of apps to remove
can anyone help me out with question 1 or 2?
1) http://forum.xda-developers.com/showthread.php?t=702214 - here's one way to do it...
2) Try Titanium Backup in the App Store - I tend to like it quite a bit.
oubravs2b said:
1) http://forum.xda-developers.com/showthread.php?t=702214 - here's one way to do it...
2) Try Titanium Backup in the App Store - I tend to like it quite a bit.
Click to expand...
Click to collapse
thanks!

removing non used apps from a rom ?

hello
when i want to install a new rom
can i remove without any risk from the system directory all the apps and widgets i never use (such as facebook, flickr, etc...) before installing the rom ?
thank you
I would like to know this too... apparently there are some "adb commands" you can use??
Thanks
youll have to resign zip file after, otherwise installation will be interupted due to missing files.
2nd way to get rid from these apps is to remove them using adb, after installation
shoonari said:
2nd way to get rid from these apps is to remove them using adb, after installation
Click to expand...
Click to collapse
Can you please post instructions how to do this one?
Thanks
1.boot to modified recovery
2.connect to pc
3.adb shell
4.mount /system
5.cd /system/app
6.ls -this will list all your apps installed, chack it and:
7.rm Facebook.apk (for example) case sensitive!
or
rm *Facebook* -this will remove everything connected to Facebookdex files,widgets, etc...
Yes you can remove files from a .zip before flashing. Just delete them. Then just before you flash, disable verification in the custom recovery. It will flash and ignore any errors about missing files!
i guess this option exists only in clockworkmod recovery?
im using amonra, so do not know about that
there is in amonra recovery too.......
I like to freeze apps with Titanium Backup. Works like a charm.
but you have to have donation version for that
verification in amonra recovery - how is it looks like there? I've just checked again - found nothing...
@Vice83 and anyone else whose interested
How I removed stock apps using SDK
I've had my HTC Desire for 2 weeks (T-Mobile UK, Eclair 2.1)). I'm a newbie to all of this. I spent untold hours on forums and other Android sites, and managed to do Nandroid backup of my phone, and then successfully rooted it (using Unrevoked and a SLAX (Linux) bootable cd). It was really straight forward.
I then installed the AdamG/OpenDesire Sense Froyo v1.0c custom ROM
I then wanted to remove apps that I know I don't need and will never use. There are many online guides on how to do this but, maybe it was me being very dumb, but none of them seemed to work for me. After many more hours reading forums etc I found that all the guides I had read missed out KEY actions\information.
So I've put this together from all the things I've learned from the forums etc. I'd like to give credit \ thanks to all of those who contributed to Android sites, forums etc which provided me with all the info I needed.
!!!!THE FOLLOWING IS WHAT I DID TO REMOVE APPS FROM MY (rooted) T-MOBILE HTC DESIRE - IT WORKED FOR ME - BUT MAY NOT WORK FOR YOU CREATE A NANDROID BACKUP FIRST!!! AND USE AT YOUR OWN RISK!!!!!
I installed Java and the Android SDK on an old laptop as I don’t want Java on my main desktop \ laptop.
I then created an Android folder on my pc (C:\Android)
I then copied the following folders from the "android-sdk-windows" folder into it
· Tools
· USB_DRIVER***
· Market-Licensing
*** The default drivers didn't work on my pc\laptop (Win 7 Ultimate, 64bit) so I extracted the drivers contained in a adb_driver_htc.zip file was posted on the My HTC Desire site to the USB folder and successfully installed the driver(s).
With my phone switched on, and in Disk Drive mode, I connected it to my pc with the usb cable. If the phone drivers are not installed / found
· Go to Device Manager.
· Right click on the device that represents your phone.
· Select "update driver software".
· Select "browse my computer for driver software".
· Browse to the C:\Android\usb_driver folder (or to wherever our usb_drivers folder is located, and make sure the "include subfolders" box is ticked).
· Click Next etc to install driver(s).
To test that the drivers were installed and the phone recognised by my pc I
· Opened a command prompt window (Start-run-cmd) and typed the following (don’t include the text in the brackets).
· CD\ (enter\return).
· CD\Android\tools (enter\return).
· adb devices (this listed my phone as HT******SS Recovery).
To exit from adb type EXIT at the “#” prompt. This takes you back to C:\Android\tools directory. Type EXIT to close the command prompt window
Safely remove \ eject the phone from the pc and disconnect the usb
Switch off the phone, and re-start it in Recovery mode by
Holding down the "volume-down" button and pressing power button.
Use " volume-down " button to highlight Recovery.
Press POWER to reboot. Phone will start in Recovery mode i.e. green text on black background.
Still in Recovery mode, connect phone to Computer via the usb cable.
On the pc, open a command prompt window
Type CD\ and press enter\return
Type CD\Android\tools and press enter/return
Type adb shell and press enter/return
On the phone, use the trackball to highlight Partition Menu and press trackball to select.
Use the trackball to highlight Mount /system and press trackball to select. This bypasses the need for the following adb command: mount –o rw,remount /dev/block/mtdblock3 /system - a command which caused me no end of grief!!!
In the windows command prompt window, type cd /system/app
Type ls –a to get a listing of all the *.apk files in the /system/app directory.
To remove an app type rm appname.apk (where appname is the name of the app to be removed – this command is case sensitive so you must type the app name exactly as it appears in the /system/app directory)
I’ve removed the following apps with the above method without any ill effects, and they no longer appear in my Applications list, or in the system/app directory.
Plurk, FaceBook, Stocks (and com.htc.StockWidget.apk), Twitter, Quick Office and YouTube
From what I’ve read, its not advisable to remove any of the Google apk files due to dependencies etc. People have also reported problems after deleting News, PicoTts and Weather apk’s / widgets – so I’ve left these alone. I’ve not been able to find a definitive list of stock apps that are safe to remove
Anyhoo, I hope this proves useful.
Vybz
Hey guys, I checked my apps2sd and it seems to be working fine, here are the symlinks:
dalvik-cache -> /system/sd/dalvik-cache
app-private -> /system/sd/app-private
app -> /system/sd/app
However when checking the Settings page, "Internal phone memory" is still showing 115mb free, and it was 129mb free when I flashed the rom 2 hours ago. Why aren't the apps installing to the SD card as they should? Can someone plz help?
EDIT: Now it's 108mb after I installed another 2 apps. Whats going on?

Micromax A57 Home screen Disappears after application moved to SD card

Hello Guys,
I have successfully rooted my Micromax A57 and today I have installed the Root Browser lite and moved some of my applications to the SD Card.
HTML:
https://play.google.com/store/apps/details?id=com.jrummy.root.browserfree&feature=more_from_developer#?t=W251bGwsMSwxLDEwMiwiY29tLmpydW1teS5yb290LmJyb3dzZXJmcmVlIl0
I was successfully moved some of the applications from System/Appl from My Micromax A57 to the SD Card/Deleted folder. When I press back button. I got a shock. All the screen became blank . There are no icons and there is nothing to click.
When I Hold + press the home key, I got recent application options then I am able to see the Mange running applications. But when i go back. there is nothing except blank screen.
When the phone locks, it shows the Lock/unlock screen window. I am also able to getting messages and phone calls but the problem is there is no Icons and no screens.
Can anyone help me please.. this seems a serious problem.
PS: I tried to reset the phone [Power + Volume] but there is no luck
Thank you in advance.
Best Regards,
Arjun
U must be deleted or accidentally uninstalled ur launcher,try installing zeam ir go launcher from store and see
Sent from my Micromax A57 using xda premium
deleted launcher
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment MLabsLauncher.apk
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment MLabsLauncher.apk
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
Bro me too had deleted mlabslauncher accidentally,after that installed zeam launcher,i think its consuming more ram than mlabslauncher, thanx for attachment ill come back to default launcher
Sent from my calculator using Ginger Garlic paste
It works!
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
Works like a charm!! I used Step3.
Thank you! Thank you! Thank you!
You're an :angel:
For the benefit of anyone else, this is what I did.
After I bought the phone and realized that it was having a lot of junk apps
1. Rooted it
2. Used Titanium backup to backup all micromax apps to free up memory.
3. Voila my launcher was gone!
This was on my second day after I bought the phone! :crying:
I downloaded the MLabsLauncher.apk and used the install (step3) to fix it.
1. adb usb (to check if the device is actually connected)
2. adb root (to login a root)
3. adb remount
4. Copied the apk downloaded to the same folder as the adb (just to avoid the path and any mistakes)
4. adb install -r MLabsLauncher.apk (used the -r reinstall to be safe).
:fingers-crossed:
It works!:good:
A Better Launcher
Try ADW Launcher,
Its Quite Lite n handy to use, plus its only around 5 mb,and very much customizable too,
Had used it Before!:laugh:
Help me to flash recovery.img
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
Recntly I have installed ROM manager to install cwm recovery but it fails, now I was not able to enter in to recovery mode,I have romdumps, so help me to flash the original recovery back..thanks in advance
Help !! A57 hanged on reboot startup screen
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
Plss help!! I modded my A57 and now finished with nothing..It hangs on startup screen only (SUPERFONE NINJA3). I tried to command it by USB but it says ERROR: device not found..So what should I do in this case. Please help me asap!!!
pratimdutta said:
Plss help!! I modded my A57 and now finished with nothing..It hangs on startup screen only (SUPERFONE NINJA3). I tried to command it by USB but it says ERROR: device not found..So what should I do in this case. Please help me asap!!!
Click to expand...
Click to collapse
Install cwm recovery....any then install any custom roms
Or download this stock rom ..put it on your sdcard...now reboot to recovery..thats all,,it will install automatically
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
how to issue premision ????? adb root and all???????
rana17 said:
how to issue premision ????? adb root and all???????
Click to expand...
Click to collapse
use android commander for gui based adb push files types
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
but I have turned usb debugging off and am not able to go to settings please help me what I have to do
Micromax A 57 Home screen Disappeard
You must have deleted, uninstalled or moved LAUNCHER from your phone.
I wanted to delete few in-built apps, and when I googled I found term ROOTING. after some surfing I realized it is quite complicated procedure. So I tried Xda's latest way to ROOT with apps (Poot and Superuser) . This means there's NO ADB DRIVERS and NO RECOVERY. And I accidentally deleted Ms launcher. It was like I was struck by Lightening.
After more surfing I found as mentioned in every post above that I have screwed my phone because there's no way I can install MLabLauncher, any launcher for that matter because I had DISABLED DEBUGGING.. so NO WAY TO INSTALL ADB and RECOVERY.
ALL MY PHONE COULD DO WAS RECEIVE CALLS
I had just one thing in my mind that all I need is to install Launcher somehow
So here is an easy trick
YOU NEED TO SEND LAUNCHER on your phone through bluetooth and install it when you receive it as it come in your Bluetooth share history
If your phone's bluetooh is OFF
Don't worry. you can switch it ON even if there's no Menu.
Procedure
-You need your friend's phone, could be any phone you have PAIRED YOUR BLUETOOTH with.
- Ask your friend to download launcher from any link provided on this site. I downloaded Mlablaunchers
-ask him/her to ring your phone. Don't pick. Now there will be miss call icon on your phone's top.
-Click on it. It will open your call log.
-Send a text to any contact. now attach a picture. Now view it. It'll open your Gallery . No SHARE that pick ..Through Bluetooth. Now your phone will ask you to Turn On Bluetooth .. Switch it on .
-ask your friend to send you Launcher ..receive it ..install it ..Your Main screen will be back... Yeppie
Incase you are not sure about installing it through bluetooth. And want to go for above mentioned ways but your Phone's DEBUGGING is disable. Then you can enable it as it asks for DEVELOPERS Setting before installation of any foreign app. ENABLE IT. n dismiss installation and do it as mentioned in other posts.
Note: You'll have to do this every time you RESET YOUR PHONE TO FACTORY VERSION. so beware.
I know it might not be satisfactory for most of the geeks. But I saved my phone. Hope this help Save yours too.
Please tell if it helped
---------- Post added at 01:11 PM ---------- Previous post was at 12:34 PM ----------
Mukhtar Ahmad said:
but I have turned usb debugging off and am not able to go to settings please help me what I have to do
Click to expand...
Click to collapse
here is an easy trick
YOU NEED TO SEND LAUNCHER on your phone
through bluetooth and install it when you
receive it as it come in your Bluetooth share
history
If your phone's bluetooh is OFF
Don't worry. you can switch it ON even if
there's no Menu.
Procedure
-You need your friend's phone, could be any
phone you have PAIRED YOUR BLUETOOTH
with.
- Ask your friend to download launcher from
any link provided on this site. I downloaded
Mlablaunchers
-ask him/her to ring your phone. Don't pick.
Now there will be miss call icon on your
phone's top.
-Click on it. It will open your call log.
-Send a text to any contact. now attach a
picture. Now view it. It'll open your Gallery .
No SHARE that pick ..Through Bluetooth. Now
your phone will ask you to Turn On
Bluetooth .. Switch it on .
-ask your friend to send you Launcher ..receive
it ..install it ..Your Main screen will be back...
Yeppie
Incase you are not sure about installing it
through bluetooth. And want to go for above
mentioned ways but your Phone's DEBUGGING
is disable. Then you can enable it as it asks for
DEVELOPERS Setting before installation of any
foreign app. ENABLE IT. n dismiss installation
and do it as mentioned in other posts.
Hope this helps
It is not working
Kits fly said:
You must have deleted, uninstalled or moved LAUNCHER from your phone.
I wanted to delete few in-built apps, and when I googled I found term ROOTING. after some surfing I realized it is quite complicated procedure. So I tried Xda's latest way to ROOT with apps (Poot and Superuser) . This means there's NO ADB DRIVERS and NO RECOVERY. And I accidentally deleted Ms launcher. It was like I was struck by Lightening.
After more surfing I found as mentioned in every post above that I have screwed my phone because there's no way I can install MLabLauncher, any launcher for that matter because I had DISABLED DEBUGGING.. so NO WAY TO INSTALL ADB and RECOVERY.
ALL MY PHONE COULD DO WAS RECEIVE CALLS
I had just one thing in my mind that all I need is to install Launcher somehow
So here is an easy trick
YOU NEED TO SEND LAUNCHER on your phone through bluetooth and install it when you receive it as it come in your Bluetooth share history
If your phone's bluetooh is OFF
Don't worry. you can switch it ON even if there's no Menu.
Procedure
-You need your friend's phone, could be any phone you have PAIRED YOUR BLUETOOTH with.
- Ask your friend to download launcher from any link provided on this site. I downloaded Mlablaunchers
-ask him/her to ring your phone. Don't pick. Now there will be miss call icon on your phone's top.
-Click on it. It will open your call log.
-Send a text to any contact. now attach a picture. Now view it. It'll open your Gallery . No SHARE that pick ..Through Bluetooth. Now your phone will ask you to Turn On Bluetooth .. Switch it on .
-ask your friend to send you Launcher ..receive it ..install it ..Your Main screen will be back... Yeppie
Incase you are not sure about installing it through bluetooth. And want to go for above mentioned ways but your Phone's DEBUGGING is disable. Then you can enable it as it asks for DEVELOPERS Setting before installation of any foreign app. ENABLE IT. n dismiss installation and do it as mentioned in other posts.
Note: You'll have to do this every time you RESET YOUR PHONE TO FACTORY VERSION. so beware.
I know it might not be satisfactory for most of the geeks. But I saved my phone. Hope this help Save yours too.
Please tell if it helped
---------- Post added at 01:11 PM ---------- Previous post was at 12:34 PM ----------
here is an easy trick
YOU NEED TO SEND LAUNCHER on your phone
through bluetooth and install it when you
receive it as it come in your Bluetooth share
history
If your phone's bluetooh is OFF
Don't worry. you can switch it ON even if
there's no Menu.
Procedure
-You need your friend's phone, could be any
phone you have PAIRED YOUR BLUETOOTH
with.
- Ask your friend to download launcher from
any link provided on this site. I downloaded
Mlablaunchers
-ask him/her to ring your phone. Don't pick.
Now there will be miss call icon on your
phone's top.
-Click on it. It will open your call log.
-Send a text to any contact. now attach a
picture. Now view it. It'll open your Gallery .
No SHARE that pick ..Through Bluetooth. Now
your phone will ask you to Turn On
Bluetooth .. Switch it on .
-ask your friend to send you Launcher ..receive
it ..install it ..Your Main screen will be back...
Yeppie
Incase you are not sure about installing it
through bluetooth. And want to go for above
mentioned ways but your Phone's DEBUGGING
is disable. Then you can enable it as it asks for
DEVELOPERS Setting before installation of any
foreign app. ENABLE IT. n dismiss installation
and do it as mentioned in other posts.
Hope this helps
Click to expand...
Click to collapse
After installing Mlabs launcher( as u said by Bluetooth),,it is showing error "Mlabs Launcher stopped" continuously...
I dont think the previous Mlabs launcher was uninstalled compltely bcoz i just disabled that using NOBloat Free app..
Now what else i can do???please help me
Thank u in advance
---------- Post added at 01:04 AM ---------- Previous post was at 12:57 AM ----------
DarkDesire said:
U must have deleted launcher application "MLabsLauncher.apk ". connect your mobile to computer.
1)if u just moved the application SD card then
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
2)if u just deleted the application then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) copy launcher application using " adb push source_path destination_path "
d) disconnect mobile from computer and turn ON
3) if u uninstalled then download attachment View attachment 1361632
a) give root permission by issuing " adb root "
b) remount system partition in Read-Write mode using "adb remount"
c) install application using " adb install source_path " or in shell " pm install -f source_path "
d) disconnect mobile from computer and turn ON
DO NOT use these instructions blindly. it may go horribly wrong. Do your own research based on above rough instruction to get actual idea. :laugh:
Click to expand...
Click to collapse
I dont know what to do with these adb root,adb remount and all these instructions..Can u please explain how can i install launcher???
If possible please post a video regarding this>
Thank u in advance
worked well..thanks

How to unlock our redmi 1s phone if it locked you out ??

I just recently discovered that I am doing unlock any phone through simply removing data/system/gesture.key file in recovery .
You just have to open twre and do delete that file that stores your password based data
Ha Ha Ha .... :laugh:
Simple
Isn't it?
Before continue reading I worn you
Thank you must say other wise experience BOOTLOOP.
Well
I got tested only on redmi 1s and lg p500
These are another methods :
If Just Google Ask you For Password (Credentials) - You Can Turn On WIFI Via ADB In Order To Google Accept Your Device Via this Command:
Code:
adb shell svc wifi enable
Requirements:
The Device Needs To Have Usb Debugging Enabled
In Case Usb Debugging Isn't Enabled And You Have Recovery,you Can Run The Same Instructions From Recovery
For Some methods Will Be Better If Device Is Rooted
If None Of This Methods Works For You - Unfortunally You Probably Must not Wipe Your Device please notify me first.
METHOD I
Solution For Everyone With Recovery (Cwm, Twrp, Xrec,Etc...) Installed:
INSTRUCTIONS:
1. Download this zip Pattern Password Disable (Download from google.com) on to your sdcard (using your PC, as you cant get into your phone, right )
2. Insert the sdcard into your phone
3. Reboot into recovery mode
4. Flash the zip
5. Reboot
6. Done!
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 2
Solution For Everyone Without Recovery Installed - ADB :
What You Need:
=>A computer running a Linux distro or Windows+Cygwin
=>USB cable to connect your phone to the PC
=>Adb installed
How to install adb:
1. Open Terminal
2. Type:
Code:
sudo apt-get install android-tools-adb
Hit [Enter]
3. Follow the instructions until everything is installed.
INSTRUCTIONS:
1. Connect you (turned on) Phone to the Computer via USB.
2. Open a terminal window.
3. Type:
Code:
adb devices
adb shell
cd data/system
su
rm *.key
4. Done...Now You Just Have To Reboot.
Note : as above...
METHOD 3
Solution For Everyone Before Lock Accident :
SMS Bypass - Download Link - Install It On Your Device (Download from attachments)
This App Allows You To Remotely Bypass Your Phone's Screen Lock By Sending A SMS.
It Removes Your Gesture Pattern Or Password After Receiving A Preset Keyword Along With A Secret Code Via SMS.
SMS Bypass App Requires Root.
INSTRUCTIONS:
1.First, make sure you give permanent root access to the app.
2.Change the secret code to your preferred choice. The default password is : 1234
3.To reset your screen lock, send the following message from another phone:
Code:
secret_code reset
Example:
Code:
1234 reset
Note 1 : There is a space between your secret code and reset. Also the secret code is case sensitive.
Note 2 : There is an option available to change the preset keyword. Default is : reset - Your phone will restart and your lock screen will be reset.
Note 3 : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 4
Solution For Everyone Via Adb - SQL Command :
INSTRUCTIONS:
=>Type This Commands Separated In Your Terminal (CMD Prompt) :
Code:
adb shell
cd /data/data/com.android.providers.settings/databases
sqlite3 settings.db
update system set value=0 where name='lock_pattern_autolock';
update system set value=0 where name='lockscreen.lockedoutpermanently';
.quit
=>Now You Just Have To Reboot.
METHOD 5
Solution For Everyone Via Adb - File Removal :
INSTRUCTIONS:
=>Type This Command In Your Terminal (CMD Prompt) :
Code:
adb shell rm /data/system/gesture.key
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 6
Solution For Everyone With USB Debugging Enabled :
INSTRUCTIONS:
Primary Step for all method:
Download & Extract to anywhere - Bypass Security Hack (Download from attachments)
Open SQLite Database Browser 2.0.exe in SQLite Database Browser.
Run pull settings.db.cmd inside By-pass security Hacks folder to pull out the setting file out of your phone.
Drag settings.db and drop to SQLite Database Browser 2.0.exe program.
Navigate to Browse data tab, At table there, click to list down the selection & selete secure
Instruction To Remove Pattern Lock:
Now, find lock_pattern_autolock, Delete Record
Close & save database
Run push settings.db.cmd and reboot your phone
Instruction To Remove PIN Lock:
Now, Find Or Create lockscreen.password_type, double-click & change it's value to 65536, Apply changes!
Now, find lock_pattern_autolock, Delete Record, If doesn't exist, Ignore
Close & save database
Run push settings.db.cmd and reboot your phone
Instruction To Remove Password Lock:
Now, find lockscreen.password_salt, Delete Record
Now, find lockscreen.password_type, Delete Record
Close & save database
Run push settings.db.cmd and reboot your phone
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 7
Solution For Everyone With Recovery Installed :
INSTRUCTIONS:
1.Download and Copy Aroma File manager.zip (Download from attachments or http://forum.xda-developers.com/show....php?t=1646108) to your memory card.
2. Open your recovery (press volume Down + Power button or it can be different according to the phones. Generally the phones who have press able button on the middle they have to press all three buttons. Google for you pattern there are lots)
3. There’ll b an option in recovery called “mount”. Go in that option and then mount all the cache and everything it is there.
4. Then select “update” and select “apply update from SD/external” and select aroma file manger.zip file that you downloaded using above QR code above.
5. After Flashing or updating, the aroma file manger will open. Use volume keys for up/down and power button 2 select like you use to get into recovery.
6. In aroma File manager , Go to menu , which is located in bottom strip and then select Settings.
7. Go to bottom n select “mount all partition in startup ” then exit from aroma file manger.
8. Now after exit , re-update that aroma file again and it will open again.
9. Go to data >> and then System.
Then find ‘gesture.key’ (for pattern lock) and ’password.key’ (for password lock) then long touch on gesture.key or password.key and sum option will be prompted , choose delete and delete that file and restart.
Try out one by one
Tell if works on another phonephone
Pattern Disabler zip
http://forum.xda-developers.com/attachment.php?attachmentid=2532214&d=1390399283
SMS bypass app:
http://forum.xda-developers.com/attachment.php?attachmentid=2532215&d=1390399283
Bypass securities mods:
http://forum.xda-developers.com/attachment.php?attachmentid=2532216&d=1390399283
Aroma file manager :
http://forum.xda-developers.com/attachment.php?attachmentid=2532253&d=1390400421
Thank you must say other wise experience BOOTLOOP.
Thanks mate you give all working method for unlock is there
bro plz hit thanks button
niral.naik said:
I just recently discovered that I am doing unlock any phone through simply removing data/system/gesture.key file in recovery .
You just have to open twre and do delete that file that stores your password based data
Ha Ha Ha .... :laugh:
Simple
Isn't it?
Before continue reading I worn you
Thank you must say other wise experience BOOTLOOP.
Well
I got tested only on redmi 1s and lg p500
These are another methods :
If Just Google Ask you For Password (Credentials) - You Can Turn On WIFI Via ADB In Order To Google Accept Your Device Via this Command:
Code:
adb shell svc wifi enable
Requirements:
The Device Needs To Have Usb Debugging Enabled
In Case Usb Debugging Isn't Enabled And You Have Recovery,you Can Run The Same Instructions From Recovery
For Some methods Will Be Better If Device Is Rooted
If None Of This Methods Works For You - Unfortunally You Probably Must not Wipe Your Device please notify me first.
METHOD I
Solution For Everyone With Recovery (Cwm, Twrp, Xrec,Etc...) Installed:
INSTRUCTIONS:
1. Download this zip Pattern Password Disable (Download from google.com) on to your sdcard (using your PC, as you cant get into your phone, right )
2. Insert the sdcard into your phone
3. Reboot into recovery mode
4. Flash the zip
5. Reboot
6. Done!
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 2
Solution For Everyone Without Recovery Installed - ADB :
What You Need:
=>A computer running a Linux distro or Windows+Cygwin
=>USB cable to connect your phone to the PC
=>Adb installed
How to install adb:
1. Open Terminal
2. Type:
Code:
sudo apt-get install android-tools-adb
Hit [Enter]
3. Follow the instructions until everything is installed.
INSTRUCTIONS:
1. Connect you (turned on) Phone to the Computer via USB.
2. Open a terminal window.
3. Type:
Code:
adb devices
adb shell
cd data/system
su
rm *.key
4. Done...Now You Just Have To Reboot.
Note : as above...
METHOD 3
Solution For Everyone Before Lock Accident :
SMS Bypass - Download Link - Install It On Your Device (Download from attachments)
This App Allows You To Remotely Bypass Your Phone's Screen Lock By Sending A SMS.
It Removes Your Gesture Pattern Or Password After Receiving A Preset Keyword Along With A Secret Code Via SMS.
SMS Bypass App Requires Root.
INSTRUCTIONS:
1.First, make sure you give permanent root access to the app.
2.Change the secret code to your preferred choice. The default password is : 1234
3.To reset your screen lock, send the following message from another phone:
Code:
secret_code reset
Example:
Code:
1234 reset
Note 1 : There is a space between your secret code and reset. Also the secret code is case sensitive.
Note 2 : There is an option available to change the preset keyword. Default is : reset - Your phone will restart and your lock screen will be reset.
Note 3 : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 4
Solution For Everyone Via Adb - SQL Command :
INSTRUCTIONS:
=>Type This Commands Separated In Your Terminal (CMD Prompt) :
Code:
adb shell
cd /data/data/com.android.providers.settings/databases
sqlite3 settings.db
update system set value=0 where name='lock_pattern_autolock';
update system set value=0 where name='lockscreen.lockedoutpermanently';
.quit
=>Now You Just Have To Reboot.
METHOD 5
Solution For Everyone Via Adb - File Removal :
INSTRUCTIONS:
=>Type This Command In Your Terminal (CMD Prompt) :
Code:
adb shell rm /data/system/gesture.key
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 6
Solution For Everyone With USB Debugging Enabled :
INSTRUCTIONS:
Primary Step for all method:
Download & Extract to anywhere - Bypass Security Hack (Download from attachments)
Open SQLite Database Browser 2.0.exe in SQLite Database Browser.
Run pull settings.db.cmd inside By-pass security Hacks folder to pull out the setting file out of your phone.
Drag settings.db and drop to SQLite Database Browser 2.0.exe program.
Navigate to Browse data tab, At table there, click to list down the selection & selete secure
Instruction To Remove Pattern Lock:
Now, find lock_pattern_autolock, Delete Record
Close & save database
Run push settings.db.cmd and reboot your phone
Instruction To Remove PIN Lock:
Now, Find Or Create lockscreen.password_type, double-click & change it's value to 65536, Apply changes!
Now, find lock_pattern_autolock, Delete Record, If doesn't exist, Ignore
Close & save database
Run push settings.db.cmd and reboot your phone
Instruction To Remove Password Lock:
Now, find lockscreen.password_salt, Delete Record
Now, find lockscreen.password_type, Delete Record
Close & save database
Run push settings.db.cmd and reboot your phone
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And it Should Unlock.
METHOD 7
Solution For Everyone With Recovery Installed :
INSTRUCTIONS:
1.Download and Copy Aroma File manager.zip (Download from attachments or http://forum.xda-developers.com/show....php?t=1646108) to your memory card.
2. Open your recovery (press volume Down + Power button or it can be different according to the phones. Generally the phones who have press able button on the middle they have to press all three buttons. Google for you pattern there are lots)
3. There’ll b an option in recovery called “mount”. Go in that option and then mount all the cache and everything it is there.
4. Then select “update” and select “apply update from SD/external” and select aroma file manger.zip file that you downloaded using above QR code above.
5. After Flashing or updating, the aroma file manger will open. Use volume keys for up/down and power button 2 select like you use to get into recovery.
6. In aroma File manager , Go to menu , which is located in bottom strip and then select Settings.
7. Go to bottom n select “mount all partition in startup ” then exit from aroma file manger.
8. Now after exit , re-update that aroma file again and it will open again.
9. Go to data >> and then System.
Then find ‘gesture.key’ (for pattern lock) and ’password.key’ (for password lock) then long touch on gesture.key or password.key and sum option will be prompted , choose delete and delete that file and restart.
Try out one by one
Tell if works on another phonephone
Pattern Disabler zip
http://forum.xda-developers.com/attachment.php?attachmentid=2532214&d=1390399283
SMS bypass app:
http://forum.xda-developers.com/attachment.php?attachmentid=2532215&d=1390399283
Bypass securities mods:
http://forum.xda-developers.com/attachment.php?attachmentid=2532216&d=1390399283
Aroma file manager :
http://forum.xda-developers.com/attachment.php?attachmentid=2532253&d=1390400421
Thank you must say other wise experience BOOTLOOP.
Click to expand...
Click to collapse
Rahulraj943472 said:
Thanks mate you give all working method for unlock is there
Click to expand...
Click to collapse
bro plz hit thanks button

[Guide] Getting the Most out of your S20FE

Here's a guide to help you make the most out of your phone
Guides below can be followed by both rooted and unrooted users
Debloat list: https://paste.rs/OLC
Debloating guide:
1) Download Google platform-tools (ADB and fastboot) from here for the operating system you are using on your computer, I will be using Windows for this guide, and extract the zip file to the root directory of your drive in its own folder (For example, C:\platform-tools, inside of the platform-tools folder you should see ADB and fastboot executables as well as other files).
2) On Windows, download and install the Samsung USB Drivers from here, I don't believe other OSes have to do this.
3) On your phone, go to Settings > About phone > Software information and tap Build number 7 or 8 times until you get a pop-up notification saying "Developer options have been enabled."
4) Go back out to the main Settings menu where you will notice a new option called "Developer options". Tap it and scroll down a little bit until you find USB Debugging, turn this option on and keep your phone unlocked (don't turn off the screen).
5) Plug your phone into your computer and open Command Prompt or Terminal and type cd C:\platform-tools and press Enter (Command will differ for the OS you're using).
6) Type ADB devices, give it a few moments, and check your phone for an ADB connection authorization prompt, check the box that says "always allow..." so you don't have to do this every time you want to use ADB.
7) Type ADB shell, the prompt should change from "C:\platform-tools\>" to something like "<phoneserialnumber>:/"
8) Either highlight all of these commands and paste them into the Command Prompt by right-clicking or highlight one command at a time and paste them in one by one
*************************************
Apps:
1)Naptime(Better Battery Life)
2)Galaxy Max HZ(Helps you change the refresh rate of your phone's display)
------------------------------------------------------------------------------------------------------------------------------------------
For rooted/Unlocked Devices only:
Twrp for Exynos
Kernel for Exynos
Remove Bootloader Warning(Exynos only)
Twrp for Snapdragon
Kernel for Snapdragon
*************************************
Magisk Modules:
Nuked Script: This module includes some scripts that will disable some services on all the apps on your device in order to avoid substantial wake-lock battery drain because your apps send some useless usage and information to GOOGLE and this amazing module will stop that.
Download
SAMSUNG GENERAL PATCHER: This Lets you use most Samsung apps on rooted devices
Download
Universal GMS Doze: Optimizes Google Play services.
Download
Safetynet-fix: fixes the SafetyNet.Install riru and enable magisk hide before installing this module
Download
NFS-Injector: This module aims to improve kernel/ram management between efficiency and energy-aware. Using a complex algorithm, determine the most optimal settings between battery and performance for your device.
Download
Telegram Group link if you need help: http://t.me/S20FeModding

Categories

Resources