[Q] April Fools PA Update Broke Root - Paranoid Android Q&A

Hello all,
I just got pranked by PA and fell for the hover prank anyways thats not my issue. It seems that this update broke my root. I am unable to reauthorize applications. They claim that my device is no longer rooted. Specifically I have a Nexus 7 2013 flo and just installed PA 4.2-BETA 3 released on 04/01/14. Any easy way to fix this or should i just reroot with a one click tool?
Thanks in advance

Why would you need a toolkit?
Flash SuperSU in recovery...
Sent from my Nexus 5

Same thing happened here. I didn't even bother with reflashing superuser, just restored back to Mahdi-ROM.
Missing the PA of yore.

ggmask said:
Same thing happened here. I didn't even bother with reflashing superuser, just restored back to Mahdi-ROM.
Missing the PA of yore.
Click to expand...
Click to collapse
Cool story bro
Sent from my Nexus 5

Pirateghost said:
Why would you need a toolkit?
Flash SuperSU in recovery...
Click to expand...
Click to collapse
The issue is apparently PA forgot to remove
Code:
<!-- SuperSU header name - the app hides itself from launcher based on this resource name being present in com.android.settings -->
<string name="supersu_title">SuperSU</string>
https://github.com/AOSPA/android_packages_apps_Settings/blob/kitkat/res/values/strings.xml#L4906
So could someone remove that so SuperSU isn't invisible in the app drawer while you guys use Superuser? I'd do it myself, but I don't have the source synced, and am moving cross country.
Ref: http://forum.xda-developers.com/showpost.php?p=51575735&postcount=5092

PonsAsinorem said:
The issue is apparently PA forgot to remove
Code:
<!-- SuperSU header name - the app hides itself from launcher based on this resource name being present in com.android.settings -->
<string name="supersu_title">SuperSU</string>
https://github.com/AOSPA/android_packages_apps_Settings/blob/kitkat/res/values/strings.xml#L4906
So could someone remove that so SuperSU isn't invisible in the app drawer while you guys use Superuser? I'd do it myself, but I don't have the source synced, and am moving cross country.
Ref: http://forum.xda-developers.com/showpost.php?p=51575735&postcount=5092
Click to expand...
Click to collapse
That's not why...
You can Uninstall it from settings / applications
Sent from my Nexus 5

It's 50/50
That's the reason it's hidden, yes. But it can easily be uninstalled regardless
Sent from my Nexus 5 using Tapatalk

Related

Hint: AOSP 4.1.1 source and Toro not showing as a target under 'lunch'

In case anyone is having trouble finding toro as a device target when trying to build from the list of targets from the 'lunch' command... Toro didn't show up in the list but I was able to manually specify it rather than selecting a numeric option.
Devs probably know that works, but amateurs like myself might benefit from that tidbit. Jellybean seems to be building OK for me now.
EDIT: I was asked what I did, more specifically, so I'll put that here in op:
Rather than enter a numeric choice, I entered 'full_toro-userdebug'. Apparently this was a valid response and the build proceeded.
Mind explaining how you manually selected it?
keith.mcintyre26 said:
Mind explaining how you manually selected it?
Click to expand...
Click to collapse
Not at all. Rather than selecting say, 11 or another choice, I entered: full_toro-userdebug. Apparently this was a valid response and the build proceeded.
question... not much into actual developing here but i know my way around the inside of a rom or two... once you compile. will it be a fully capable rom? as in (what the OTA will be like without VZ apps)?
spunks3 said:
question... not much into actual developing here but i know my way around the inside of a rom or two... once you compile. will it be a fully capable rom? as in (what the OTA will be like without VZ apps)?
Click to expand...
Click to collapse
It's not as 'polished'. There are no gapps, the dictionary is not complete (need a version from a factory image/rom), there are extra keyboards (Japanese?), maybe a couple other oddities as compared to a stock ROM. It will certainly be more capable that porting a gsm rom to toro, that's for sure .
mmuzzy said:
Not at all. Rather than selecting say, 11 or another choice, I entered: full_toro-userdebug. Apparently this was a valid response and the build proceeded.
Click to expand...
Click to collapse
I did that right after I asked haha. Building now. Thank you.
Sent from my Galaxy Nexus using xda premium
keith.mcintyre26 said:
I did that right after I asked haha. Building now. Thank you.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
You're very welcome. Happy flashing.
I thought you meant the whole system. I was wondering where you got the jellybean source
Sent from my Galaxy Nexus using Tapatalk 2
phydo said:
I thought you meant the whole system. I was wondering where you got the jellybean source
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Google released it into the wild today:
https://groups.google.com/forum/?fromgroups#!topic/android-building/XBYeD-bhk1o
mmuzzy said:
Google released it into the wild today:
https://groups.google.com/forum/?fromgroups#!topic/android-building/XBYeD-bhk1o
Click to expand...
Click to collapse
Haha uhh.. I did realize that about two minutes ago. Thanks.
Sent from my Galaxy Nexus using Tapatalk 2
phydo said:
Haha uhh.. I did realize that about two minutes ago. Thanks.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I was actually trying to pull it before Google was finished so it hasn't been that long.
Hey can you help me out? Is your android version showing as 4.0.9.99.999.9999.99999? Wth?
anton2009 said:
Hey can you help me out? Is your android version showing as 4.0.9.99.999.9999.99999? Wth?
Click to expand...
Click to collapse
Lol!
Sent from my Galaxy Nexus using Tapatalk 2
phydo said:
Lol!
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Well... I figured out why it was showing like that; because I was syncing the master branch and not the 4.1.1 branch. But I'm still confused on this
Not to thread jack, but i have my rom building, but to actually personalize the rom, is there any app like eclipse or is it just editing files in the zip?
cdrshm said:
Not to thread jack, but i have my rom building, but to actually personalize the rom, is there any app like eclipse or is it just editing files in the zip?
Click to expand...
Click to collapse
You edit the source files. The goodies you want are in the res folder of most applications. /packages/apps in the source code. Here's my question, when I boot it gets to the Google screen and then a black screen. I suspect this here. When I start the build I see this:
Code:
find: 'src': No such file or directory.
PRODUCT_COPY_FILES device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml ignored.
... Many more of these Product copy ignored things...
And then it finishes compiling. What's up here, I'm pretty sure it's missing drivers and stuff!
CPCookieMan said:
You edit the source files. The goodies you want are in the res folder of most applications. /packages/apps in the source code. Here's my question, when I boot it gets to the Google screen and then a black screen. I suspect this here. When I start the build I see this:
Code:
find: 'src': No such file or directory.
PRODUCT_COPY_FILES device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml ignored.
... Many more of these Product copy ignored things...
And then it finishes compiling. What's up here, I'm pretty sure it's missing drivers and stuff!
Click to expand...
Click to collapse
Did you install the binaries for toro? There is also a script that will pull them from your phone (so a stock rom is best), which may be better because Google can't give you everything you need for a functional rom (GPS for example). I ended up copying those files from a stock image to my compiled rom.
i got my binaries from here https://developers.google.com/android/nexus/drivers#torojro03c
mwalt2 said:
Did you install the binaries for toro? There is also a script that will pull them from your phone (so a stock rom is best), which may be better because Google can't give you everything you need for a functional rom (GPS for example). I ended up copying those files from a stock image to my compiled rom.
Click to expand...
Click to collapse
cdrshm said:
i got my binaries from here https://developers.google.com/android/nexus/drivers#torojro03c
Click to expand...
Click to collapse
For future reference, what he's referring to is the extract-files.sh script included in the CM source. If you cannot find the proprietary binaries for a certain device you wanna build for, plug in the phone via usb, cd to the directory with the script and execute the command.
anton2009 said:
Well... I figured out why it was showing like that; because I was syncing the master branch and not the 4.1.1 branch. But I'm still confused on this
Click to expand...
Click to collapse
I also got version 4.0.9.99.999.9999.99999 when I synced to the master branch. Thanks for mentioning the workaround to sync with 4.1.1_r1 .
Did you figure out if it's a problem to sync 4.1.1 into a directory that's already synced with master (4.0.9.99...)?
--------------------------------
Update: I think I can answer this question based on JBQ's response:
https://groups.google.com/d/msg/android-building/rtH5ZbJC7qU/-N1lr9MqexYJ
"You can also switch in place: just run "repo init -b <new_manifest_branch>; repo sync" in your existing client."
Sounds like syncing to a new branch in the same working directory should work just fine.

AOSP browser without root (yes you read that right) 4.3

I have a method to install the aosp browser without any root privileges at all and no modifications of the system partition. Just involves installing 2 or 3 apks (depending if you want bookmark syncing). This should work on any of the other nexus devices that came without stock browser. This is also an improvement over the root method as it does not break OTA updates even on rooted devices.
Please don't repost this yet. I want to add in the other languages to browser.apk for the "find on page" button in the menu. I fixed English. The stock nexus roms don't have the string in framework-res for this one button.
Download zip (this is not a cwm package/just extract it or open the files from inside)
http://www.mediafire.com/download/sp3778itcps5iq1/aospbrowser-noroot-blackhand1001.zip
Steps:
1. Use es file manager to browse to system/app and install browserproviderproxy (it will say app not installed, don't worry it worked)
2. Reboot (it will not work without rebooting first)
3. Install Browser4.3_blackhand1001.apk
4. Install ChromeBookmarksSyncAdapter_blackhand1001.apk (this will give you bookmark syncing)
Video Tutorial (thanks XDA)
Reserved for future updates...
There is no document in this link...
Sent from my One using xda premium
heartsaver1859 said:
There is no document in this link...
Sent from my One using xda premium
Click to expand...
Click to collapse
I fixed the link sorry about that.
Modified the procedure to work with this device properly. Turns out the signatures on the one file differ between devices.
blackhand1001 said:
I fixed the link sorry about that.
Click to expand...
Click to collapse
Thanks for this. Works very well on my devices.
Updated it so the autocomplete dropdown no longer has the blue line glitch. The style definition for the dropdown is missing on the stock nexus 7 rom so I copied it and put it in the browser itself and pointed to it there.
Added User agent selection in advanced preferences.
Full screen option in labs.
when u say install browserproviderproxy in system/app, do you mean install the one found in the nexus7 directory, or the one in your zip file?
AndyGnex said:
when u say install browserproviderproxy in system/app, do you mean install the one found in the nexus7 directory, or the one in your zip file?
Click to expand...
Click to collapse
The one on the nexus 7 directory. I updated the download link. It now has user agent selection and a fullscreen mode in the labs menu. The link was pointing to an older version that still had the browserproxyprovider file in the zip. You need to use the one on the device already.
blackhand1001 said:
The one on the nexus 7 directory. I updated the download link. It now has user agent selection and a fullscreen mode in the labs menu. The link was pointing to an older version that still had the browserproxyprovider file in the zip. You need to use the one on the device already.
Click to expand...
Click to collapse
Works like a charm
Perfect on new Nexus 7
THANK YOU. This worked PERFECTLY on my new nexus 7. I love the tablet but for me Chrome is nowhere near as good and useful as this stock browser, so thanks a lot.
megafrij0l said:
THANK YOU. This worked PERFECTLY on my new nexus 7. I love the tablet but for me Chrome is nowhere near as good and useful as this stock browser, so thanks a lot.
Click to expand...
Click to collapse
Doesn't work for me.
1. Run install browserproviderproxy.apk in system/app directory which fails - check
2. Reboot - checl
3. Install signedBrowser-blackhand1001.apk - FAILS (X App not installed)
andTab said:
Doesn't work for me.
1. Run install browserproviderproxy.apk in system/app directory which fails - check
2. Reboot - checl
3. Install signedBrowser-blackhand1001.apk - FAILS (X App not installed)
Click to expand...
Click to collapse
Since I was rooted anyhow, I ended up using the root AOSP Browser installation app from the market.
We will see if the bookmark sync works with that (it's supposed to)
Working on my HTC One - ARHD 4.1 Google Edition with this method !!!!!
For Android 4.4
Supporting root device
not work new incognito tab
Derived from the last sdk
http://www.mediafire.com/download/6uaeiyu2b92h88u/Browser.zip
Just updated to 4.4 and browser didn't work so I uninstalled..... Wot do I do now?
All stock nexus 4
Sent from my Nexus 4 using xda app-developers app
chaosfoevr said:
Just updated to 4.4 and browser didn't work so I uninstalled..... Wot do I do now?
All stock nexus 4
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
delete BrowserProviderProxy.apk
system/app/ BrowserProviderProxy.apk
Tried to delete that file and it says cannot delete it... Not rooted running 4.4 on nexus 2012....

AOSP browser without root (yes you read that right) 4.3

I have a method to install the aosp browser without any root privileges at all and no modifications of the system partition. Just involves installing 2 or 3 apks (depending if you want bookmark syncing). This should work on any of the other nexus devices that came without stock browser.
Please don't repost this yet. I want to add in the other languages to browser.apk for the "find on page" button in the menu. I fixed English. The stock nexus roms don't have the string in framework-res for this one button.
Download zip (this is not a cwm package/just extract it or open the files from inside)
http://www.mediafire.com/?f98l0b3apkbb6s1
Steps:
1. Use es file manager to browse to system/app and install browserproviderproxy (it will say app not installed, don't worry it worked) OR install the included file
2. Reboot (it will not work without rebooting first)
3. Install Browser4.3_blackhand1001.apk
4. Install ChromeBookmarksSyncAdapter_blackhand1001.apk (this will give you bookmark syncing)
Extras:
User agent selection in Advanced Preferences
Fullscreen Toggle in Labs
Please post if it works for you!!
Video Tutorial (thanks XDA)
Reserved for future updates.......
"File does not exist"
danvee said:
"File does not exist"
Click to expand...
Click to collapse
Sorry fixed it. Moved it to mediafire.
http://www.mediafire.com/?f98l0b3apkbb6s1
Updated the process. It now should work on all devices. Turns out the signature on browserproviderproxy differs between devices.
Does this work on all devices as well as previous version of android say for example Sony Xperia S running 4.1.2 (comes with stock browser version 4.1.2-N7_zg)?
yep working fine on my nexus7.. though there's no option for full screen.
Sent from my Nexus 7 using xda premium
TitaniumZERO said:
Does this work on all devices as well as previous version of android say for example Sony Xperia S running 4.1.2 (comes with stock browser version 4.1.2-N7_zg)?
Click to expand...
Click to collapse
It only works on 4.3 devices.
lyrad12 said:
yep working fine on my nexus7.. though there's no option for full screen.
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
I can try to port the cyanogenmod aosp browser for you. it has those extra options.
lyrad12 said:
yep working fine on my nexus7.. though there's no option for full screen.
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
Added fullscreen option in Labs
Added User agent selection in advanced settings
If you already installed everything you can just install the new signbrowser file. No need to install the others and reboot again.
It seems to work great for me. Thanks.
Works no issues, thanks for this, this is the best browser out there by far
Sent from my Nexus 7 using xda app-developers app
I can't seem to find the icon in my app drawer or my homepage.
Sent from my Nexus 7 using xda app-developers app
blackhand1001 said:
Added fullscreen option in Labs
Added User agent selection in advanced settings
If you already installed everything you can just install the new signbrowser file. No need to install the others and reboot again.
Click to expand...
Click to collapse
woah that was fast! how did you do that? can you do also other apps that requires root to work like this one?
lyrad12 said:
woah that was fast! how did you do that? can you do also other apps that requires root to work like this one?
Click to expand...
Click to collapse
do you think you can add a home button as well
thanks in advance
dumb question, but since this is going in the system folder, will it affect our ability to receive OTA updates?
I don't understand the directions.
Can you make clearer?
iboj007 said:
dumb question, but since this is going in the system folder, will it affect our ability to receive OTA updates?
Click to expand...
Click to collapse
Its not going in the system folder. You navigate to folder and open the existing apk to install it. It does not effect OTA updates. I just included another copy of the file for those who don't know where that folder is.
Will this remove chrome?
xnifex said:
Will this remove chrome?
Click to expand...
Click to collapse
No.
Sent from my Nexus 7 using xda premium

[TUTORIAL][CM11][4.4.2] FULLY WORKING CyanogenMod 11

Now we have a fully working (?) cm11... the problem is that there are a lot of gapps packages and no one is "the final" one...
The point is, why we must release updated gapps every time google release new stuff... when there are other people that are already doing that?
The answer is: gapps packages for other phones break panorama on maguro
So I think that would be a good thing if I create a zip package with ONLY GOOGLE CAMERA for maguro. And i created it, picking the necessary files from dhacker29 (thanks!) 20131207 gapps.
So... WHAT DO YOU NEED to have a fully working cm11?
∗ = recommended
1) ROM
Official CM11 nightlies --- changelog ∗
PlayfulGod CM11 (may include addition features!)
2) GAPPS
Nexus 5 gapps (Standard or Core) ∗
ParanoidAndroid gapps
CM gapps
3) KERNEL (optional)
Mpokang_kernel-v10_1080p --- info
4) PANORAMA AND MMS VIDEO FIX
Panorama and mms video fix v4 (~0.4mb) by Suxsem
INSTALL IN THIS ORDER:
READ NOTES BELOW
WIPE DATA IF YOU ARE NOT YET ON CM11
FLASH ROM
FLASH GAPPS
FLASH KERNEL (optional)
FLASH FIX PACKAGE
NOTES
If you get errors while flashing be sure to be on latest recovery... you can use this one: TWRP
Not all gapps packages include Google camera! (for example Nexus 5 Core gapps doesn't include it)
If you have chosen a gapps package that doesn't include it, you can download it from here and flash after gapps: Nexus 5 Google camera
If you need Face unlock feature download it from here and flash after gapps: Nexus 5 Face unlock
Fix package must be last to flash because some kernels include files that would overwrite the fixed ones
that's it. you will not have any more problems with sound search, panorama, face unlock, play store, ecc ecc... and all this stuff is compatible with ART.
most important thing: I didn't test all this really deep. I just tested with a limited types of configurations (didn't tested with pa gapps nor with cm gapps nor with different kernels ecc ecc), i only tested with PlayfulGod cm11, GApps Standard 4.4.1, mpokang kernel and ART... so please let me know if this works for you (and please test this with PA or CM gapps, also with ART)!
You've made a good start by fixing screenshot glitch..... Wish u luck for such further development!!
A Omni ROM build would be great!!
Sent from my Galaxy Nexus using xda app-developers app
RajatPatel said:
You've made a good start by fixing screenshot glitch..... Wish u luck for such further development!!
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
i was jocking about new to android development, i was very active in Acer Liquid development but i'm still new to galaxy nexus, so thanks!
Suxsem said:
i was jocking about new to android development, i was very active in Acer Liquid development but i'm still new to galaxy nexus, so thanks!
Click to expand...
Click to collapse
Lol, take it that way then
Sent from my Galaxy Nexus using xda app-developers app
Thanks mate
Sent from my Galaxy Nexus using Tapatalk 4
I would prefer a minimalistic Gapps package having only those apps which are not available on the Play Store.
Sent from my Galaxy Nexus using Tapatalk
AbhishekS said:
I would prefer a minimalistic Gapps package having only those apps which are not available on the Play Store.
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
you can use
GApps Core 4.4.1
20 MB-
Basic syncing stuff-
Playstore-
Click to expand...
Click to collapse
from http://forum.xda-developers.com/showthread.php?t=2012857
don't forget to flash my fix after that to have panorama working
Suxsem said:
you can use
from http://forum.xda-developers.com/showthread.php?t=2012857
don't forget to flash my fix after that to have panorama working
Click to expand...
Click to collapse
does that gapps have the google retore (wifi networks and such ) ?
brunobliss said:
does that gapps have the google retore (wifi networks and such ) ?
Click to expand...
Click to collapse
i'm almost sure that yes! anyway if you can test and report here thanks
yeah i will, in fact i'm flashing Playfulgod's rom instead of the official CM11. The latter seems to lag every now and then on the app drawer and desktop
btw: Mpokernel ROCKS \m/
brunobliss said:
yeah i will, in fact i'm flashing Playfulgod's rom instead of the official CM11. The latter seems to lag every now and then on the app drawer and desktop
btw: Mpokernel ROCKS \m/
Click to expand...
Click to collapse
it's really strange because playfulgod should be EXACTLY the same of official cm11, except for screenshot fix that will be in official cm11 from 20131212 anyway, because they are the same rom i think that it is more kind to use playfulgod
waiting for your report about restore!
Flashed CM11 in the right order (ROM > GAPPS(Standart 4.4.1) > MY FIX > mpokang 1080p v10 ).
I'm on ART, but whatsapp doesn't work.. Can't install it.
cubeever said:
Flashed CM11 in the right order (ROM > GAPPS(Standart 4.4.1) > MY FIX > mpokang 1080p v10 ).
I'm on ART, but whatsapp doesn't work.. Can't install it.
Click to expand...
Click to collapse
umh, strange...waiting for other to confirm cause i'm using it right now... can you take a logcat while installing please?
I installed (after factory reset) in that order and now it is stuck at cyanogenmod logo. I will try without the kernel.
Hi. You fixed face unlock? I thought face unlock was working on banks gapps
Enviado do meu Galaxy Nexus através de Tapatalk
Anyone have any idea why someone wouldn't be able to send text messages? I just put cm11 on my buddy's gnex last night, he's telling me today he can receive but can't send. He's on at&t using the default APN, and hangouts. Hard for me to diagnose since I don't have his phone with me
Sent from my Nexus 4 using Tapatalk
Suxsem said:
umh, strange...waiting for other to confirm cause i'm using it right now... can you take a logcat while installing please?
Click to expand...
Click to collapse
So here is the logcat.
bitmovel said:
Hi. You fixed face unlock? I thought face unlock was working on banks gapps
Enviado do meu Galaxy Nexus através de Tapatalk
Click to expand...
Click to collapse
i copied the face unlock files from dhacker29 gapps, i'm not sure that will work without those files, you can try!
cubeever said:
So here is the logcat.
Click to expand...
Click to collapse
i got this line before:
Code:
12-11 21:35:59.390 D/Finsky (7461): [795] 1.packageInstalled: Package install status for "com.whatsapp" is -24
while installing greenify. i discovered that was caused by a bad restoring with ROM TOOLBOX app and i fixed it deleting greenify folder from /data/data and greenify apk from /data/app
can you please try to locate something like com.whatsapp* in /data/data and /data/app and delete it?
or maybe you can try to do a full wipe, unless other users can confirm that they got the same error...
Cor-master said:
Anyone have any idea why someone wouldn't be able to send text messages? I just put cm11 on my buddy's gnex last night, he's telling me today he can receive but can't send. He's on at&t using the default APN, and hangouts. Hard for me to diagnose since I don't have his phone with me
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
no idea sorry...
Saint787 said:
I installed (after factory reset) in that order and now it is stuck at cyanogenmod logo. I will try without the kernel.
Click to expand...
Click to collapse
let me know, maybe do a full wipe

[Q] I'm rooted, now what?

So I just rooted my Nexus 7. I am not interested in changing the ROM, unless I really should, since I really like the Stock ROM. What are some good things to do while rooted?
A side note: I called Google before I did the procedure and they said unlocking the bootloader would not void the warranty. So, that is interesting.
... now you search and find cool things to do with your rooted tablet.
I'll toss you a breadcrumb though- Xposed. The rest is up to you.
_MetalHead_ said:
I'll toss you a breadcrumb though- Xposed. The rest is up to you.
Click to expand...
Click to collapse
Second that - once you've fiddled with a decent number of Xposed mods, there is no turning back :laugh: :good:
I'll toss you three other subjects related to Xposed - MoDaCo, GravityBox and App Settings You'll come a long way with those!
Also, the first things I install after updating firmware are ROM Toolbox, Root Explorer and Xposed. Then you can do anything!
AdAway.
k3lcior said:
AdAway.
Click to expand...
Click to collapse
Run Linux on it in a chroot ?
Do some hacking to see how the device works
Install busybox once you rooted, if the root process did not install it.
I have a version of busybox (1.21.1) compiled using the android-ndk
As some of the google search pages do not tell you, that if you don't use the ndk it breaks busybox's wget, traceroute, ping etc.
I know their are apps to install busybox, but they want a "donation" which usually I don't mind doing, but not for something I can compile on my own.
Screenshot from my SuperSu
Sent from my Nexus 7 using xda app-developers app
And screenshot of Xposed Modules as an example
Sent from my Nexus 7 using xda app-developers app
x10knight said:
So I just rooted my Nexus 7. I am not interested in changing the ROM, unless I really should, since I really like the Stock ROM. What are some good things to do while rooted?
Click to expand...
Click to collapse
Remove unused build-in apps
Remove unused language files
Remove unused media files
Install add blocker app
Customize your look 'n feel with Xposed modules ...

Categories

Resources