• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Virgin Mobile/Sprint] Remove QSlide

the1986

Newbie
Hi all,

I've modded LGSystemUI to hide the QSlide bar. Otherwise stock.

You must be rooted to apply this. The apk in the attached zip replaces /system/app/LGSystemUI.apk. I replaced this on my F3 using adb, but there are guides to replacing elsewhere online.

I take no responsibility if you brick.
 

Attachments

Just changed layout\floating_launcher.xml to have 0.0dip height and recompiled.

You can replace using an on-device root explorer or adb push. Make sure you have write permissions to /system/app (may need to mount /system as rw).
 
Just got this phone three days ago and was looking for a way to do this. Worked perfectly, thanks!

What's different about the revision? I downloaded the one from the first post last night and it seems okay.
 
can you give a link to a guide where i can learn how to push from adb or install via root explorer? which explorer do you suggest? im a bit new at this still and looking to improve my knowledgebase... thanks for this, i really dislike the Qslide and want it gone....
 
I assume you've already rooted via motochopper as that's a prerequisite here.

I prefer to push system files via adb but that's slightly more complicated so here's the root explorer method.

I suggest ROM Toolbox Lite, which you can get from the Play Store-- it contains, among other things, Root Browser and Rebooter.
- Place my modified LGSystemUI.apk on your SD card or internal storage download folder (if you download on your phone from this thread, it will be in /sdcard/download and you can long-press the ZIP file and Extract)
- Find it using Root Browser-- external SD card is under /storage/external_SD, internal storage is under /storage/sdcard0
- Long-press the downloaded LGSystemUI.apk and select copy
- Navigate back to /system/app
- Select 'paste', select Yes to overwrite
- Press back until you're at the main ROM Toolbox window
- Scroll down to rebooter, select Reboot

Let me know if you have any issues with this, as I said it's not my preferred method, but getting adb set up properly if it's your first time using it is a whole other beast
 
Whats wrong with qslide? It has come in very handy at times. I like it. But of course if you don't use it why have to see it i guess.
 
Yeah it's just not for everyone-- I didn't use any of the apps so it was just taking up space. I hardly use the quick settings either, so I did a mod for myself that removes those as well.
 
Might want to upload the original too in case someone wants to put it back or they did it wrong in the first place. I would also suggest an adb guide on how to put the stock one back in when they can't really use the phone if it keeps force closing the systemui. (Just a precautionary.)

Nonetheless thanks for this! (:
 
Original attached.

In terms of adb, this won't be totally comprehensive, but you'll need:
- adb (get from Android SDK / platform tools, or probably included with some other tools)
- the LG USB drivers

Make sure the apk you want to flash is in the same folder as adb. Open a command window in that folder. Enter "adb devices" to confirm you have a connection. From there enter the following:
adb shell
su
mount -o rw,remount /system
exit
exit
adb push LGSystemUI.apk /system/app/LGSystemUI.apk
[if this stage goes well you should see a number of bytes transferred]
adb reboot

I'm a little slow this morning so it's possible you'll end up with an error somewhere along the line here, with any luck you'll be able to google and find an answer
 

Attachments

I assume you've already rooted via motochopper as that's a prerequisite here.

I prefer to push system files via adb but that's slightly more complicated so here's the root explorer method.

I suggest ROM Toolbox Lite, which you can get from the Play Store-- it contains, among other things, Root Browser and Rebooter.
- Place my modified LGSystemUI.apk on your SD card or internal storage download folder (if you download on your phone from this thread, it will be in /sdcard/download and you can long-press the ZIP file and Extract)
- Find it using Root Browser-- external SD card is under /storage/external_SD, internal storage is under /storage/sdcard0
- Long-press the downloaded LGSystemUI.apk and select copy
- Navigate back to /system/app
- Select 'paste', select Yes to overwrite
- Press back until you're at the main ROM Toolbox window
- Scroll down to rebooter, select Reboot

Let me know if you have any issues with this, as I said it's not my preferred method, but getting adb set up properly if it's your first time using it is a whole other beast


So it kinda worked but it removed the entire top menu/notification info bar?? I simply used the original you provided and it came back
 
So it kinda worked but it removed the entire top menu/notification info bar?? I simply used the original you provided and it came back

That's because the original is if you would like to put the QSlide back into the status bar. You put the wrong LGSystemUI.apk in the system so it did nothing lol.
 
This was one of the few things that bothered me about this phone. Thanks for keeping me from breaking something trying to remove Q-slide!

Floating windows aren't too useful on a 4 inch screen, and this phone has enough memory to effectively multitask using the standard Android functionality.

A floating Voice Input button would be nice though! :D
 
j1232, did you ever get this sorted? Did you reboot after applying my apk? If there's still a problem, use root browser to turn execute permissions on for that apk for all users.
 
I copied to LGSystemUI.apk file from my phone to my PC since my phone is the L9
I would like edit it myself

what file should I use to edit the apk??? notepad??

and exactly what line do I have to edit?
 
I copied to LGSystemUI.apk file from my phone to my PC since my phone is the L9
I would like edit it myself

what file should I use to edit the apk??? notepad??

and exactly what line do I have to edit?

Sounds like you have a windows system. I would suggest not using notepad. Look for download of Notepad++ it is a bit better suited in my opinion. Also I would suggest 7zip if you do not have something similar already. The standard windows zip always corrupts things for me.
 
You can't just modify the necessary lines in plain text, because you have to re-sign the APK with the original signing key afterwards to get the system to accept it as a valid package. I don't entirely remember how I did this, but it was fairly complicated -- if you Google enough you should be able to find it.

As far as T-Mobile/MetroPCS goes, I would imagine this APK would work on those, but can't promise anything, and I can't try it myself.
 
Back
Top Bottom