So I flashed 6.0, HellScore's newest kernel that disables R/W protection (b7-M).
All my other root apps are working however Layers is not. Am I missing something? Cause it seems like Google pulled a fast one and yanked RRO out from the final build.
I havent' been able to get Layers to work on any of the M builds. It acts like it's applying the layers but the reboot command from within the app doesn't reboot the phone, and no layers are applied after a manual reboot. All the white is blinding me!
Got Layers working guys.
Gotta have BusyBox as well as enough space on the /system partition.
Peylix said:
Got Layers working guys.
Gotta have BusyBox as well as enough space on the /system partition.
Click to expand...
Click to collapse
...and also a Kernel that allows system r/w which some don't at the moment.
Hey mate how did you change the space on /system partition?
Im trying to install adaway but no space it says
Peylix said:
Got Layers working guys.
Gotta have BusyBox as well as enough space on the /system partition.
Click to expand...
Click to collapse
TheLoverMan said:
Hey mate how did you change the space on /system partition?
Im trying to install adaway but no space it says
Click to expand...
Click to collapse
use titanium backup and convert non essential google apps to user apps.
TheLoverMan said:
Hey mate how did you change the space on /system partition?
Im trying to install adaway but no space it says
Click to expand...
Click to collapse
Debloat the partition by trashing pre installed GAPPS. I got rid of apps like Keep, Slides, Docs, Earth, Messenger, Keyboard languages other than English, and a few others. That cleared up enough room for Layers and Adaway for me.
You can manually rid of these using a file explorer, or download a system uninstaller app.
Hope this helps.
danarama said:
...and also a Kernel that allows system r/w which some don't at the moment.
Click to expand...
Click to collapse
True, I figured my OP would cover that aspect. Should have included it with my follow up post. (I am tired, I spent 5+ hours trying to get Layers to work. It all came down to stupid debloatiing of the /system lol)
Peylix said:
True, I figured my OP would cover that aspect. Should have included it with my follow up post. (I am tired, I spent 5+ hours trying to get Layers to work. It all came down to stupid debloatiing of the /system lol)
Click to expand...
Click to collapse
haha. Guess who didn't even read the OP...
Related
I have a rooted G1 and wondering how i can keep from uninstalling certain 3rd party apps. I have SUFBS installed and thought there was a way to do this within.
Thanks for your help!
What exactly do you mean; you haven't given a scenario where they would be uninstalled, so from the information given, simply do not uninstall them, and they will stay on your phone.
Pardon the lack of detail included in my first post. I want to have certain 3rd party apps behave as system apps, where you are unable to uninstall from the Manage Applications screen. I am thinking that moving these files to the system/apps folder would do the trick. But I've been unsuccessful using SUFSB.
So, to sum it up:
How can I remove the Uninstall option of a 3rd party app from the Manage Applications screen.
I hope there's enough info for some helpful answers.
Thanks to all!
you can try in the recovery console
Code:
mount system
mv /system/sd/appname.apk (or whatever it is called) /system/app/
(if mv doesn't work try cp)
i do not know whether or not that will make them uninstallable or not, but it should do what you are asking about getting them into the /system partition.
Thanks David! Worked like a charm
just don't put to much in /system bc if you do and you flash a rom or theme that puts extra stuff into system it coud result in the rom not loading and you getting a black screen
(like the problem i am having right now of trying to make a theme fit into the confines of the hard spl, i even set one of my phones back to rc-29 and re-rooted so i could test it, ugh... long night)
Thanks once again for your educated response. I will keep that in mind for future use.
Best,
mark
no problem man, just remember if you need to delete anything from /system and don't have a file browser with root access you can do this in the recovery console
Code:
mount /system
rm /system/app/appname.apk
reboot
If you move them to system/app I don't think you'll recieve updates from the market.
AdrianK said:
If you move them to system/app I don't think you'll recieve updates from the market.
Click to expand...
Click to collapse
oh yeah i forgot about that. thanks adriank
What if?
Hey guys, I noticed that the problem was solved, but I had a doubt. Will the app which has been moved to /system/apps still be there even if someone flashes another ROM?..
... if you think a bit about what's happening when you install a new ROM, you'll find the answer by yourself easily
Sent from my Nexus 7 using xda app-developers app
I've searched around a bit (maybe not as long as I should've), but I don't see how to remove the stock bloatware apps that come with this phone.
Can someone point me to a guide, or give me a quick run down?
Flapjack said:
I've searched around a bit (maybe not as long as I should've), but I don't see how to remove the stock bloatware apps that come with this phone.
Can someone point me to a guide, or give me a quick run down?
Click to expand...
Click to collapse
Its a pain lol. Theres so many i just gave up lol (fyi they don't take up much space)
This is the code :
Code:
adb shell
su
rm /system/app/<apk name>
pm uninstall <package name>
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Daneshm90 said:
Its a pain lol. Theres so many i just gave up lol (fyi they don't take up much space)
This is the code :
Code:
adb shell
su
rm /system/app/<apk name>
pm uninstall <package name>
Click to expand...
Click to collapse
Yeah, it does seem like a PITA.
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
Maybe I'll try that. Do you have to actually do a backup/restore process before you can remove them? Or can you just remove them from the app itself?
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
You could do that but then ur left with a /data/data folder for ur app and its name under packages.xml.
The other thing that kills me is that a lot of these apps keep popping up for now reason. I run "Advanced Task Killer" on a frequent basis, but I'll find apps like "Slacker" sitting there, taking up memory.
I know a lot of these apps are set to run on startup.... but why are they just starting up at random times?
I feel like I have so little control over this phone... it actually scares me. I knew everything my WinMo phone was doing at all times.
Daneshm90 said:
You could do that but then ur left with a /data/data folder for ur app and its name under packages.xml.
Click to expand...
Click to collapse
Can these items just be deleted?
I went to Samsung Firmwares and got the UGJG8 firmware and flashed that using Odin and 512.pit. You will get a 100% bone stock i9000m with no bloatware.
Just remember to write down your current APN settings as you will have to readd them.
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
Call me an idiot, but I can't figure out who to remove apps with this app.
Flapjack said:
Can these items just be deleted?
Click to expand...
Click to collapse
They could but that would be longer, since ud have to go through packages.xml to look for ur app. In simple terms :
Its like uninstall a windows software. Your deleting its c:\program files directory whereas im going to "uninstall software" and following procedure.
BobbyTee said:
I went to Samsung Firmwares and got the UGJG8 firmware and flashed that using Odin and 512.pit. You will get a 100% bone stock i9000m with no bloatware.
Just remember to write down your current APN settings as you will have to readd them.
Click to expand...
Click to collapse
How in the heck do you find that? I've been all over the Samsung site and I can only find are Windows drivers.
**EDIT**
Nevermind, I found it on another site. I think this is what you meant, right?:
http://samsung-firmwares.com/i9000.htm
Also, what is the difference between the I9000DTJG4 and the I9000UGJG8 firmware?
Daneshm90 said:
They could but that would be longer, since ud have to go through packages.xml to look for ur app. In simple terms :
Its like uninstall a windows software. Your deleting its c:\program files directory whereas im going to "uninstall software" and following procedure.
Click to expand...
Click to collapse
Got it.
Now, is that a script I need to write for each app? I haven't even gone so far as to explore the file system, let alone write scripts. Is there a good (recommended) app for putting scripts together? ...or are you just using a notepad type editor in Windows, then copying them over via SD card?
Flapjack said:
Got it.
Now, is that a script I need to write for each app? I haven't even gone so far as to explore the file system, let alone write scripts. Is there a good (recommended) app for putting scripts together? ...or are you just using a notepad type editor in Windows, then copying them over via SD card?
Click to expand...
Click to collapse
Sure u can write a quick .bat script that does this or manually enter them in command-prompt up 2 u. Btw, what exactly is ur issue with the bloat-software ? is it the space its taking up ? or being shown in app drawer ? Cuz if ur using launcher-pro u can hide those apps from the drawer. Honestly they don't take up tht much space.
Daneshm90 said:
Sure u can write a quick .bat script that does this or manually enter them in command-prompt up 2 u. Btw, what exactly is ur issue with the bloat-software ? is it the space its taking up ? or being shown in app drawer ? Cuz if ur using launcher-pro u can hide those apps from the drawer. Honestly they don't take up tht much space.
Click to expand...
Click to collapse
Well, the biggest thing is that they're actually running without me opening them (eg: Slacker). That is really starting to piss me off. Secondly, they are very clutter-some. I don't have Launcher Pro, though I've heard good things about it. Is this something I get from the Marketplace? It runs instead of the Samsung interface, right?
**EDIT**
Just found "LauncherPro" on the Market. Looks good, but many are complaining the latest version is laggy/buggy and has obnoxious ad placement.
Does anyone have the next most recent version?
Flapjack said:
Well, the biggest thing is that they're actually running without me opening them (eg: Slacker). That is really starting to piss me off. Secondly, they are very clutter-some. I don't have Launcher Pro, though I've heard good things about it. Is this something I get from the Marketplace? It runs instead of the Samsung interface, right?
Click to expand...
Click to collapse
Nope its independent of proprietary frameworks, i.e it runs on stock.
Daneshm90 said:
Nope its independent of proprietary frameworks, i.e it runs on stock.
Click to expand...
Click to collapse
So would this be ok to install right now, or wait until I possibly flash the bone-stock firmware (which ironically would eliminate the included apps)?
Flapjack said:
So would this be ok to install right now, or wait until I possibly flash the bone-stock firmware (which ironically would eliminate the included apps)?
Click to expand...
Click to collapse
Nope it'll run on ANY proprietary/nonproprietary android firmware which is 2.0+
I just use root explorer and delete apk+odex from system/app
fua said:
I just use root explorer and delete apk+odex from system/app
Click to expand...
Click to collapse
Can you go into a little more detail? What is odex?
Its fairly easy, actually.. No apps or code needed. Go to:
Settings -> Applications -> Manage Applications
Press the menu button, and press Filter. Then change the selection to "All"
so last night i used firerats custom mtd partitions tool on my hero. i run cm7.0.2 with a optimus 2x theme. i resized the system parition to 112mb i think. im certain thats enough, nothings gone wrong or missing. but when i go to download an app from the market, in particular metamorph, it will start the download bar, and then just stop. i assume it has something to do with the partition moving. i did a reboot, nothing happened. how do i fix this, preferably without having to go back the the previous partition map?
808Bill said:
Don't worry about the Cache error statement, you can ignore it.
To fix the market, do this... http://forum.xda-developers.com/showpost.php?p=11055157&postcount=4650
Click to expand...
Click to collapse
Here ya go bro. Pulled right from the Firerat thread
Fixed my market issue that way
You could always just create that folder with root explorer as well, then change the permissions on it
Sent from my Android using Tapatalk
kyouko said:
Here ya go bro. Pulled right from the Firerat thread
Fixed my market issue that way
You could always just create that folder with root explorer as well, then change the permissions on it
Sent from my Android using Tapatalk
Click to expand...
Click to collapse
hey, thanks that was a super cool fix. love it when terminal work does more than you think it would
Please find at the URL below my copy of the stock ROM (Version C) for the D415, with my modifications included.
The D415 is a great phone for the price, and it came with many cool features. However, the phone still has an amateur streak running the stock ROM. Some of LG's apps are great on this phone, but some of them are downright useless for most of us. T-Mobile added their own pushy bloatware to the mix as well. The end result, as we all know, is a usually fluid, but at times clunky and awkward experience using the device. I was impressed the first day I had it, but I wanted to make it better that first day as well. I wanted to get rid of all the useless stuff, and polish it into something I wouldn't be embarrassed to pull out in front of a client. I liked a lot of what LG did here, and wanted to hold on to that, but I also wanted a few changes:
Root:
FOTAkill
SuperSU installed on first boot
Polish:
Small UI sounds changes
Boot Animation
Replaced Flashlight App (thanks to xbmi, consider a donation in the app)
Added Heads Up
Removed foo foo themes
Added Bookmarks Sync
Replaced Stock Messenger with AOSP MMS
Debloat:
LG Memo & Widget moved to user apps
LG Music & Widget moved to user apps
Visual Voicemail moved to user apps
Weather widget moved to user apps
Apps removed completely:
LG Contacts widget
TMobile TV
Lookout
CarrierIQ
Maps
Mobile Life
Streetview
Talkback
T-Mobile My Account
T-Mobile Name ID
Voice Dialer
Youtube
Amazon
Chrome
Cloud Print
Drive
Easy Home
Gmail
Google Plus
Google Calendar
Play News Stand
Play Books
Play Game
Play Movies & TV
Play Music
Google Search
Google TTS
Hangouts
Stock Calendar
To do:
AOSP Keyboard (IDK what I'm doing here yet. It's crashing when I put it in now).
Version E (need to learn how to extract KDZ)
Instructions:
Download zip to SD
Reboot to Recovery
Wipe Dalvik, cache, data, system.
Install zip
Reboot and enjoy
Thanks to @Daisuke1988 for the original flashable stock rom.
Feedback welcome in replies!
I just got this phone today. I hate it but this should make it much better. Thanks guys!!
Sent from my SGH-M919 using XDA Free mobile app
Keep poking around with it. There are a lot of hidden gems sprinkled in by lg that will really cause you to like this phone. I came off of a nexus 5 to this. I chose it for the price tag, you can't beat $7 a month and get the build quality and battery life. I would buy again. The only thing I miss is a decent camera. But the stock camera app helps with auto focus mode.
Will it work on d405?
catbro said:
Will it work on d405?
Click to expand...
Click to collapse
Good question, it would be nice
Sent from my LG-D405 using XDA Free mobile app
I guess I have to try this evening, if nobody's trying till then I will report back
If the pure stock ROM works in the 405, this one should as well. I'm not sure myself without looking it up.
I have a D41510c and when I tried to install this rom, it failed. I'm restoring a backup, but I will try again in a while.
Sorry to hear that, I tried very hard to make the cuts fine in this. Without further info I'm gonna guess the download got corrupted. The zip itself is really straightforward (simple script, boot and system imgs.) The only part I would have thought would have failed the installer was that I repacked the system IMG (saved a few hundred MBs) instead of simply unmounting it after my changes. Otherwise, if its going to break, it should be upon first boot. Let me know what happened if it doesn't work again.
jb3p76 said:
Sorry to hear that, I tried very hard to make the cuts fine in this. Without further info I'm gonna guess the download got corrupted. The zip itself is really straightforward (simple script, boot and system imgs.) The only part I would have thought would have failed the installer was that I repacked the system IMG (saved a few hundred MBs) instead of simply unmounting it after my changes. Otherwise, if its going to break, it should be upon first boot. Let me know what happened if it doesn't work again.
Click to expand...
Click to collapse
I'm re-downloading, hopefully this will work!
I can deodex this but you will have to wait till Tuesday for me to upload it. or is it already deodexed?
I had thought about it but honestly haven't learned how to yet. Was I mistaken to think the payoff would not have been that great? Either way, I can wait til Tue, I know others will want it deodexed. Thanks!
I tried again, but it failed...
E:Error executing updater binary in zip
E:Unable to mount '/system'
EDIT: I was able to boot into the rom, but it's extremely slow
Wondering if it has to do with first botched install now that it went. Were you able to format /system again? My other thought was repairing permissions. When it failed the first time, was it before "Setting permissions for root" was displayed? If so it was in the middle of flashing /system. I flashed this on mine using twrp. IDK that I will be much help but I think if we can figure out the variables Google should at least point us in the right direction...
Before I get too far down the rabbit hole can anyone confirm they have successfully flashed this and its working out for them?
jb3p76 said:
Wondering if it has to do with first botched install now that it went. Were you able to format /system again? My other thought was repairing permissions. When it failed the first time, was it before "Setting permissions for root" was displayed? If so it was in the middle of flashing /system. I flashed this on mine using twrp. IDK that I will be much help but I think if we can figure out the variables Google should at least point us in the right direction...
Click to expand...
Click to collapse
Well, I rebooted and it's faster now. I used towelroot to get root. Nohing appeared about the permissions. I was able to update the binaries using TWRP.
It's should have already had root and SuperSU installs on first boot. Did that not happen? I'm glad your phone is doing better! So many weird things going on there!
jb3p76 said:
It's should have already had root and SuperSU installs on first boot. Did that not happen? I'm glad your phone is doing better! So many weird things going on there!
Click to expand...
Click to collapse
I use ROM Toolbox Pro, and when I went to start it the first time, it said root check had failed. That's why I used towelroot. I'll continue to test things and report back to you. So far, it's pretty smooth.
Weird. Can you tell me if the SuperSU apk is to be found in /system/apps/bootup?
I'm doing a backup so i can wipe and install fresh again. I'd like to mess around with the root stuff and see if I can figure that out. Did you happen to get a listing of which files are missing?
Good day all,
My system.ui has crashed, this is due to a bug in the theme package itself.
I would not like to re-flash everything just because of a corrupted system.ui file, so I rather replace it.
In TWRP I have mounted /system and went for /system/app but there is no luck in finding system.ui.apk?
How will I remove / replace my system.ui if I can't find it in system?
M_w_B said:
In TWRP I have mounted /system and went for /system/app but there is no luck in finding system.ui.apk?
Click to expand...
Click to collapse
In TWRP, why don't you simply restore the TWRP system backup you recently made? Problem solved!
M_w_B said:
Good day all,
My system.ui has crashed, this is due to a bug in the theme package itself.
I would not like to re-flash everything just because of a corrupted system.ui file, so I rather replace it.
In TWRP I have mounted /system and went for /system/app but there is no luck in finding system.ui.apk?
How will I remove / replace my system.ui if I can't find it in system?
Click to expand...
Click to collapse
Go look in the substratum folder and see if there is a rescue.zip, it will disable all the themes you have. Flash in TWRP.
ChazzMatt said:
In TWRP, why don't you simply restore the TWRP system backup you recently made? Problem solved!
Click to expand...
Click to collapse
I... I did not make any system backup.
zys52712 said:
Go look in the substratum folder and see if there is a rescue.zip, it will disable all the themes you have. Flash in TWRP.
Click to expand...
Click to collapse
I tried looking for it, but I couldn't find it. All I found of Substram was a .Substraum folder in my /sdcard and some in /data
========= EDIT I managed to find it, it is in the /sdcard Substraum rather than /sdcard .substraum (appearantly there are two) ===============
M_w_B said:
I tried looking for it, but I couldn't find it. All I found of Substram was a .Substraum folder in my /sdcard and some in /data
========= EDIT I managed to find it, it is in the /sdcard Substraum rather than /sdcard .substraum (appearantly there are two) ===============
Click to expand...
Click to collapse
Not sure which to use though, OMS or Legacy?
M_w_B said:
Not sure which to use though, OMS or Legacy?
Click to expand...
Click to collapse
What ROM are you on?
If it fully supports substratum, use OMS