[SCRIPT] KILL android.process.media - Sony Xperia P, U, Sola, Go

Requirements:
-Root
-CWM Recovery (optional)
-Terminal Emulator
-kernel with init.d support
I was getting tired about seeing how mediaserver was draining my battery so I researched a bit and I found how to kill mediaserver process...
Just replace .txt with .sh and execute it with script manager or terminal emulator...
Here is its code:
Code:
su
#!/system/bin/sh
killall -9 android.process.media
killall -9 mediaserver
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
If you have enabled int.d scripts, you can put this script in /system/etc/init.d/ with some file manager ex. Root Explorer, ASTRO File Manager, ES File Explorer.
http://www.mediafire.com/?998hnkl9m3wnln0
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Download this file and put it in your SD Card and type in emulator:
http://www.mediafire.com/?vjca2cddz1m9zpm
Code:
su
sh /sdcard/00mediaserver.sh
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
To see which processes are running currently: just write "ps" in terminal emulator or download some Task Manager from the Play Store
NOTE: The process will be activated again once you play some media file (audio, video or even game)
Credits to : bamsbamx

Downloading for test
Sent from my ST25i using xda premium

What does this process do? Killing it kills what exactly?
Is it safe to kill it?

thunderising said:
What does this process do? Killing it kills what exactly?
Is it safe to kill it?
Click to expand...
Click to collapse
Yes it is safe
Sent from my Xperia U using Tapatalk 2

Doesn't su terminate kill all the background processes?? Whats the need of this.??
Sent from my LT22i using xda app-developers app

when i type 00mediaserver.sh always "Not found"
i put file /sdcard

Put it in the init.d directory and it works !
Tanx a lot !

Nice to see your thread and something really useful on this forum! :cyclops:
I put it in init.d. Now testing if working properly!
Thanks.

lets see

Related

[FREE MOBILE][FreeWifi_secure][WIFI][EAP-SIM] HOWTO

Hi,
In France, the 4th Mobile Operator, FREE, is launching a wifi access for mobile phone. This access is relayed by all the Adsl Box from FREE ADSL.
The SSID of this Wifi Access is "FreeWifi_secure" and it is protect by WPA EAP-SIM.
FREE is solding some android phones with the ability to configure EAP-SIM but they do not share the changes they made it on their Roms.
I use an EVO 3D GSM with KingIceCobra3D 1.2. And i found a simple method to connect to this wifi.
In the file:
/data/misc/wifi/wpa_supplicant.conf
Code:
adb shell cat /data/misc/wifi/wpa_supplicant.conf
ctrl_interface=wlan0
update_config=1
device_type=10-0050F204-4
config_methods="push_button keypad"
[COLOR="Red"]network={
ssid="FreeWifi_secure"
key_mgmt=WPA-EAP IEEE8021X
eap=SIM
priority=5
}
[/COLOR]
Add theses Lines in red
Carefull to preserve the rigths of this file after the modification
1) Get the File and rename it to wpa_supplicant.conf
2)
Code:
adp push wpa_supplicant.conf /data/misc/wifi/wpa_supplicant.conf
adb shell chown 1000:1010 /data/misc/wifi/wpa_supplicant.conf
adb shell chmod 660 /data/misc/wifi/wpa_supplicant.conf
adb shell ls -l /data/misc/wifi/wpa_supplicant.conf
-rw-rw---- 1 1000 1010 272 May 17 09:10 /data/misc/wifi/wpa_supplicant.conf
adb shell cat /data/misc/wifi/wpa_supplicant.conf
ctrl_interface=wlan0
update_config=1
device_type=10-0050F204-4
config_methods="push_button keypad"
network={
ssid="FreeWifi_secure"
key_mgmt=WPA-EAP IEEE8021X
eap=SIM
priority=5
}
FXJumper.
Just checked on mwakious3Drom 4.0 ... works great
remerciements?
tuxstang said:
Just checked on mwakious3Drom 4.0 ... works great
Click to expand...
Click to collapse
I would like +1 on my "thank meter" and you will my first fan ;-)
merci,
fx
Hi Fxjumper,
I'm really interesting in your solution.
I don't find data/misc ...
Can I create it or have I to use a specific file manager.
I have tried with "file manager" and "file expert"
Thanks for your help
Optimus 2X - CM7 Temasek Kang -104
mgl2 said:
Hi Fxjumper,
I'm really interesting in your solution.
I don't find data/misc ...
Can I create it or have I to use a specific file manager.
I have tried with "file manager" and "file expert"
Thanks for your help
Optimus 2X - CM7 Temasek Kang -104
Click to expand...
Click to collapse
Use a root file browser. Root Explorer. Also, be sure to mount it as RW (advanced options)
Thank u for your help.
a) All right : I put the wpa_supplicant.conf into my phone but now i can't activate wifi due to an error
b) what the second code is for ? (what have i to do with this code ?)
thx
Edit : a) it's Ok now after editing the file : i don't have to replace the initial text but to add the red text from fxjumper (i'm an idiot cause that's what he said )
The B) point isn't resolve : what is the code for and when have i to put it inside ?
Hello,
The second code is an example to install the wpa_supplicant.conf file. This replaces your ssid configured.
Your solution is preferable, because you do not remove your existing configuration but add the SSID "FreeWifi_secure".
Sincerely,
fxjumper said:
Hello,
The second code is an example to install the wpa_supplicant.conf file. This replaces your ssid configured.
Your solution is preferable, because you do not remove your existing configuration but add the SSID "FreeWifi_secure".
Sincerely,
Click to expand...
Click to collapse
It works for you????
I did it and it can t connect to the network but it s trying now...
Any idea?
Precisions
(Google traduction --- sorry)
After a few questions in Private Message, here is a method from a blank file and edit it.
i) file format (dos or unix encode)
ii) to file permissions
This is how I propose to proceed
1) recovering the file on the computer
2) we change
3) upload it on the mobile
4) we check the consistency of the file (right)
------------------------
It is left
------------------------
1) I assume the phone is Rooted
we will save the file wpa_supplicant.conf that derail and recreate one:
Code:
adb shell
cd /data/misc/wifi
cp-a wpa_supplicant.conf wpa_supplicant.conf.sav
rm wpa_supplicant.conf
exit
Switch OFF/ON the wifi
Copy the file on the computer
pull adb shell /data/misc/wifi/wpa_supplicant.conf wpa_supplicant.conf
2) To modify the file I suggest you use notepad++
http://download.tuxfamily.org/notepa....Installer.exe
Edit the file, and add at the end
network = {
ssid = "FreeWifi_secure"
key_mgmt = WPA-EAP IEEE8021X
eap = SIM
priority = 5
}
save
3) is the upload
Code:
adb push wpa_supplicant.conf /data/misc/wifi/wpa_supplicant.conf.new
4) It checks the credentials and the owner and the old file
Code:
adb shell
cd /data/misc/wifi/
ls -l wpa_supplicant.conf
----> -rw-rw ---- 1 1000 1010 185 May 20 5:31 p.m. wpa_supplicant.conf
We crush our file
Code:
cat wpa_supplicant.conf.new > wpa_supplicant.conf
This should solve our problem of right and permissions
we check again:
Code:
ls -l wpa_supplicant.conf
----> -rw-rw ---- 1 1000 1010 185 May 20 5:31 p.m. wpa_supplicant.conf
Sincerely,
Another way, as we most use a custom rooted rom, is to use a rooted filemanager.
For exemple, i use ES File Explorer, set so it accesses /data RW, then edit the file with ES's editor. No need to set back file's permissions.
tuxstang said:
Another way, as we most use a custom rooted rom, is to use a rooted filemanager.
For exemple, i use ES File Explorer, set so it accesses /data RW, then edit the file with ES's editor. No need to set back file's permissions.
Click to expand...
Click to collapse
And it works for you??????
I did it and it can t connect....
Who have it working?????? and what did you do????
B_e_n said:
And it works for you??????
I did it and it can t connect....
Who have it working?????? and what did you do????
Click to expand...
Click to collapse
Hello B_E_N,
In private message, you said you are using a motorola milestone xt720 under cronosx 2.3.7, a cyanogen mod 7 customized.
Now i sent you a patch with /system/framework/com.orange.authentication.simcard.jar
We are waiting your test ...
Sincerely,
CM9 nightlies + SGS
Hello,
I just tried this modification, but cannot find a way to make it work...even though I doublecheck both the permission and the content of the file
For information, I'm running CM9 nightlies for my Samsung Galaxy S.
Until now it doesn't work for me ... even with rom toolbox. Permissions and owners are checked and ok.
Next try : via adb & androisd sdk.
o2x - cm7 - FREE
One more thing : no more error message but wifi try to connect without result ...
o2x - cm7 - FREE
B_e_n said:
And it works for you??????
I did it and it can t connect....
Who have it working?????? and what did you do????
Click to expand...
Click to collapse
Here's how i proceede from ground up on my EVO 3D, with Mwakious, Predator and KingCobra ICS roms.
1/ go in settings and select FreeWifi_secure
2/ set a lock PIN as requested
3/ switch off WiFi
4/ open ES File Explorer
5/ check "Up to Root", "Root Explorer" and "Mount FileSystem" in ES File Explorer settings
6/ navigate to /data/misc/wifi
7/ edit wpa_supplicant.conf
8/ save
9/ switch on WiFi and select FreeWifi_secure
10/ unset lock PIN
Hope it helps.
it was that easy?????
should work on all rooted phone so
works like a charm on my evo
Don't work with my phone...
How do you change owners parameters with ES explorer ?
Regards.
o2x - cm7 - FREE
Hi,
maybe you can use an alternate method on post #11 in
http://forum.xda-developers.com/showthread.php?t=1639437&page=2
what's your phone by the way ?
I'm using CM7.2 on a Nexus One.
I edited the file with ES Explorer, saved, activated wifi...
But doesn't work... It tries to connect but fails.

[Script]Automated Porting[v0.1]

So i made a script that would automatically port a rom from any device to any device.
if your rom uses anything other than boot.img for kernel, copy it from base to port along with META-INF.
this also resizes images too if you have different dpis
how to use:
Extract a ROM that works with your phone. This is your base
Extract the ROM you want to port. This is port.
Extract the script.
Run portscriptv3.sh
Follow directions
Ill make a better post once i finish my HW
DL:
http://d-h.st/LDs
thanks to peteragent5 for the resizing thing
it port all rom or its possible to port only some features?
Inviato dal mio Galaxy Nexus con Tapatalk 2
This really looks like a good tool, but it really needs some instruction.
cpu999 said:
So i made a script that would automatically port a rom from any device to any device.
if your rom uses anything other than boot.img for kernel, copy it from base to port along with META-INF.
this also resizes images too if you have different dpis
how to use:
it says in the script so im not gonna put it here
Ill make a better post once i finish my HW
DL:
http://d-h.st/LDs
thanks to peteragent5 for the resizing thing
Click to expand...
Click to collapse
thank for release
Sent from my Nexus S using xda app-developers app
Thx, This sounds great. Hope its works great to. Will try this later.
I'lla try later thank you very much
Inviato dal mio GT-I5500 con Tapatalk 2
This sounds like a great idea, but how exactly do you use this?
I get that there are shell scripts and I know how to run those, but does the rom need to be extracted? Which script do you use for the rom itself?
A little more info would go a long way
Thanks OP
this script need more thinks..
Has anyone downloaded this and ran any of the files? It has instructions, it seems as though you may need to create some empty folders on your own as their not in the file set.
Sent from my PC36100 using Tapatalk 2
Please rename the title of this thread. It is misleading.
Testing vl report back.... has anyone else tested it......
Sent from my Xperia Neo V using xda app-developers app
How to run
how to run the script in windows>?
Not able to run the script PLZ help>>>>>>>
---------- Post added at 09:19 AM ---------- Previous post was at 09:00 AM ----------
i ran the script in cygwin but not working.......
Sturdy_99 said:
Not able to run the script PLZ help>>>>>>>
---------- Post added at 09:19 AM ---------- Previous post was at 09:00 AM ----------
i ran the script in cygwin but not working.......
Click to expand...
Click to collapse
Chmod +x it
Sent from my SGH-I747 using Tapatalk 2
not getting what u said.....i installed ubuntu now but wen i try to open the script it opens in text editor. How to open it in terminal any shortcut.
Sturdy_99 said:
not getting what u said.....i installed ubuntu now but wen i try to open the script it opens in text editor. How to open it in terminal any shortcut.
Click to expand...
Click to collapse
Look up how to run files from terminal, you don't just go around installing stuff without knowing what you're doing and hoping that something magically works. Like seriously dude, you can answer your own question.
Sent from my PG06100
Has any1 else tested it.........
Ill be testing this on my warp using an HTC evo 3d rom to port.
Just to be sure the steps requires are.
First extract compatible Rom
Second extract port Rom
Third extract port by file or whatever it's called and place extracted roms in folders.
Fourth boot the port through recovery? Or run off windows? I haven't gotten to my pc to test but im trying to clarify the steps before i get to work on it.
Sent from my N860 using Tapatalk 2
dennis8492 said:
Ill be testing this on my warp using an HTC evo 3d rom to port.
Just to be sure the steps requires are.
First extract compatible Rom
Second extract port Rom
Third extract port by file or whatever it's called and place extracted roms in folders.
Fourth boot the port through recovery? Or run off windows? I haven't gotten to my pc to test but im trying to clarify the steps before i get to work on it.
Sent from my N860 using Tapatalk 2
Click to expand...
Click to collapse
Its a Linux/cygwin shell script
Sent from my SGH-I747 using Tapatalk 2
$ /cygdrive/d/portscriptv3.sh
enter the rom u want to port's folder
D:\port
enter the rom that already works for ur device's folder
D:\base
Is the base and port devices the same DPI? [y/n]
n
starting...
mkdir: cannot create directory `backup': File exists
mv: cannot stat `Dort/system/etc/*.*': No such file or directory
mv: cannot stat `Dort/system/etc/init.d': No such file or directory
mv: cannot stat `Dort/system/etc/permissions': No such file or directory
mv: cannot stat `Dort/system/etc/license': No such file or directory
mv: cannot stat `backup/*': No such file or directory
cp: cannot stat `D:base/boot.img': No such file or directory
cp: cannot stat `D:base/boot.img': No such file or directory
cp: cannot stat `D:base/system/cameradata': No such file or directory
cp: cannot stat `D:base/system/tts': No such file or directory
cp: cannot stat `D:base/system/usr': No such file or directory
cp: cannot stat `D:base/system/vendor': No such file or directory
cp: cannot stat `D:base/system/firmware': No such file or directory
cp: cannot stat `D:base/system/modules': No such file or directory
cp: cannot stat `D:base/system/wifi': No such file or directory
cp: cannot stat `D:base/system/etc/*': No such file or directory
cp: cannot stat `D:base/system/media/LMprec_508.emd': No such file or directory
cp: cannot stat `D:base/system/media/PFFprec_600.emd': No such file or directory
cp: cannot stat `D:base/system/build.prop': No such file or directory
cp: cannot stat `D:base/system/SW_Configuration.xml': No such file or directory
cp: cannot stat `D:base/system/csc/*': No such file or directory
cp: cannot stat `D:base/system/CSCVersion.txt': No such file or directory
If there were no major errors, your ported rom is the port rom you specified. If needed, change the mounts in port/META-INF/com/google/android/updater-script to the values in the some folder in base. Also you should change the BOOTCLASSPATH in the kernel if you are porting non-aosp roms.
This iz the error im getting........
What i did wrong.........

Notification & Status Bar Disappeared!

Got my HTC Desire Z flashed to CM10.1 and have some tweaked but after I take two optimized commands into the file
/system/etc/init.d/00banner
Commands are about to boost up the reading speed of SDcard, type like
/system/xbin/echo "4096" > /sys/devices/virtual/bdi/179:0/read_ahead_kb;
/system/xbin/echo "4096" > /sys/devices/virtual/bdi/default/read_ahead_kb;
Actually I modified these files with RecoveryFileManager at first but I found that was failed after I reboot the device, so I just type these commands into the init.d, but after that, I just find my status bar and notification bar was lost and disappeared, not only home screen but also all around the surface in the system.
Is anyone could help here? Thank you very much!
Best.
take the systemui.apk and the frameworkres.apk and also the init folder from your cm10.1 zip and replace the current ones in your rom using root explorer.
these are located in system/app folder and the init folder is in system/etc
do not remember to ser the permission after replacing.
if this doesnt work just flash your cm10 zip again without wiping anything you will get your statusbar back.
hit thanx that means a lot to me.
Sent from my K-ONE using xda app-developers app

[SCRIPT][TWEAK][ LENOVO K900 ] HeliuM2.1.2 {Clovertrail+ Booster}{Gamers edition}}

This Script is exclusively for Lenovo K900 Smartphone
avoid using other mods that need extra files and resources like crossbreeder etc... they will not do you much good on x86
Instructions:
1. Install Smanager (
HTML:
https://play.google.com/store/apps/details?id=os.tools.scriptmanager&hl=en
)
2. Download attachment .zip and extract .sh file and put in phone memory
3.Reboot phone
4.Run .sh file as root (cross bones and skull) using Smanager
5. Unleash the Beast
(to remove script simply reboot phone again)
What is Helium?
The first performance script for intel clovertrail+
what it does?
Version 2.2.1 [STABLE] [All other scripts removed]
1. Enables Intel's interactive based governor on all 2x logical Cores. third party apps (setCPU,Rom Toolbox,etc) will only change the governor on a single logical core.
2. Enable optimized ondemand governor on 2x secondary core to maintain battery life. [Performance not effected]
3. Tuned and Optimized Intel Governor
4.Increased Responsiveness
5.More fluid multi-tasking
6.VM Tweaks
7. Kernel Tweaks
8.System Apps load much faster.
9.Entropy generation to reduce UI lag
10. Helium ultraUI [ set of tweaks for android Graphics rendering + intel]
Testimonial
with this script Asphalt 8 with max graphics runs smoother on K900 than on HTC One, Xperia Z
CHANGELOG:
1.2
-removed
2.1.1
-all the features of the previous scripts
- UI and Gaming optimization
-much much better battery life than previous versions
-even better performance
[i recommend setting script to run at boot]
2.1.2
- 3D graphics tuning [i cant really tell the difference....some may prefer 2.1.1]
- fine tuning performance parameters [please report]
- 2D Rendering tweaks on all 3rd party apps. [smoother scrolling in whatsapp facebook etc.][if not use 2.1.1]
Please Test and Report
HIT THANKS IF THIS HELPS YOU
thanks
awesome work dude .. :good:
thanks.
also note benchmarks do not matter....u should be able to feel the difference
can this damage phone? more heat etc? or 100% safe mod?
Maro' said:
can this damage phone? more heat etc? or 100% safe mod?
Click to expand...
Click to collapse
the phone does heat up a bit...but that is expected from an x86 device.. however it hasnt got as hot as it used to get when the device was on stock settings.... so far im running this for over a week now...no issues...
"Run .sh file as root (cross bones and skull) using Smanager"
Root is required?
ajazz said:
"Run .sh file as root (cross bones and skull) using Smanager"
Root is required?
Click to expand...
Click to collapse
Yes...for rooted devices only
Works great games are soo much smoother! I think the battery takes a little hit but so worth it for smoother games.
Sent from my Lenovo K900_ROW using xda app-developers app
[Update]
mikey199 said:
Works great games are soo much smoother! I think the battery takes a little hit but so worth it for smoother games.
Sent from my Lenovo K900_ROW using xda app-developers app
Click to expand...
Click to collapse
Script updated to 2.1.1
should be much better on battery now...and still be smooth with no fall back on performance.
also no game should lag now.
Sent from my Lenovo K900_ROW using xda app-developers app
Sent from my Lenovo K900_ROW using xda app-developers app
mikey199 said:
Sent from my Lenovo K900_ROW using xda app-developers app
Click to expand...
Click to collapse
HTML:
https://play.google.com/store/apps/details?id=com.koushikdutta.superuser&hl=en
use this...updatd binaries. old speruser.apk binaries not updated for x86 phones
remove Chainfire's superuser.apk from system/app...
grant permissions to Smanager
run script as root n report
Anyone else with this problem ?
Super!!!
ArchenzeEL said:
HTML:
https://play.google.com/store/apps/details?id=com.koushikdutta.superuser&hl=en
use this...updatd binaries. old speruser.apk binaries not updated for x86 phones
remove Chainfire's superuser.apk from system/app...
grant permissions to Smanager
run script as root n report
Anyone else with this problem ?
Click to expand...
Click to collapse
That worked perfect no errors now. Thank you! This is great.
Sent from my Lenovo K900_ROW using xda app-developers app
thanks mate .. \m/
any reports?
any problems?
Works great love it. Have it set as su and boot in Smanager. I Can tell a difference when using mostly games. Seems like good performance and battery balance. I really enjoy it thank you for your hard work.
Sent from my Lenovo K900_ROW using xda app-developers app
exec sh '/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL'
rchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL' <
Helium Injection
Intel 2x thread core ON
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[7]: can't create /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[8]: can't create /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[9]: can't create /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[10]: can't create /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor: Permission denied
Intel core tweaks ON
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[13]: can't create /sys/devices/system/cpu/cpufreq/intel/go_hispeed_load: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[14]: can't create /sys/devices/system/cpu/cpufreq/intel/vsync_count: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[15]: can't create /sys/devices/system/cpu/cpufreq/intel/touch_event: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[16]: can't create /sys/devices/system/cpu/cpufreq/intel/timer_rate: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[17]: can't create /sys/devices/system/cpu/cpufreq/intel/min_sample_time: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[18]: can't create /sys/devices/system/cpu/cpufreq/intel/timer_keep_load: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[19]: can't create /sys/devices/system/cpu/cpufreq/intel/load_for_deferrable: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[20]: can't create /sys/devices/system/cpu/cpufreq/intel/hispeed_freq: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[21]: can't create /sys/devices/system/cpu/cpufreq/intel/boostspeed_freq: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[22]: can't create /sys/devices/system/cpu/cpufreq/intel/down_differential: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[23]: can't create /sys/devices/system/cpu/cpufreq/intel/boost: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[24]: can't create /sys/devices/system/cpu/cpufreq/intel/input_boost: No such file or directory
secondary core battery optimization ON
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[27]: can't create /sys/devices/system/cpu/cpufreq/ondemand/up_threshold: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[28]: can't create /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[29]: can't create /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[30]: can't create /sys/devices/system/cpu/cpufreq/ondemand/down_differential: Permission denied
VM and Kernel tweaks ON
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[33]: can't create /proc/sys/vm/page-cluster: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[34]: can't create /proc/sys/vm/dirty_expire_centisecs: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[35]: can't create /proc/sys/vm/dirty_writeback_centisecs: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[36]: can't create /proc/sys/vm/min_free_kbytes: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[37]: can't create /proc/sys/vm/oom_kill_allocating_task: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[38]: can't create /proc/sys/vm/panic_on_oom: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[39]: can't create /proc/sys/vm/dirty_background_ratio: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[40]: can't create /proc/sys/vm/dirty_ratio: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[41]: can't create /proc/sys/vm/vfs_cache_pressure: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[42]: can't create /proc/sys/vm/overcommit_memory: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[43]: can't create /proc/sys/vm/min_free_order_shift: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[44]: can't create /proc/sys/vm/laptop_mode: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[45]: can't create /proc/sys/vm/block_dump: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[46]: can't create /proc/sys/vm/oom_dump_tasks: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[47]: can't create /proc/sys/kernel/sem: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[48]: can't create /proc/sys/kernel/shmmax: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[49]: can't create /proc/sys/kernel/shmall: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[50]: can't create /proc/sys/kernel/shmmni: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[51]: can't create /proc/sys/kernel/msgmni: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[52]: can't create /proc/sys/kernel/msgmax: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[53]: can't create /proc/sys/kernel/panic: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[54]: can't create /proc/sys/kernel/panic_on_oops: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[55]: can't create /proc/sys/kernel/threads-max: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[56]: can't create /proc/sys/fs/lease-break-time: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[57]: can't create /proc/sys/fs/file-max: Permission denied
Entropy Generator ON
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[60]: can't create /proc/sys/kernel/random/read_wakeup_threshold: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[61]: can't create /proc/sys/kernel/random/write_wakeup_threshold: Permission denied
Helium ultraUI Graphics ON
done!
Sent from my Lenovo K900_ROW using xda app-developers app
I did set it as root but i keep getting this error....help.
rajivmishra13 said:
exec sh '/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL'
rchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL' <
Helium Injection
Intel 2x thread core ON
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[7]: can't create /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[8]: can't create /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[9]: can't create /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[10]: can't create /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor: Permission denied
Intel core tweaks ON
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[13]: can't create /sys/devices/system/cpu/cpufreq/intel/go_hispeed_load: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[14]: can't create /sys/devices/system/cpu/cpufreq/intel/vsync_count: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[15]: can't create /sys/devices/system/cpu/cpufreq/intel/touch_event: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[16]: can't create /sys/devices/system/cpu/cpufreq/intel/timer_rate: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[17]: can't create /sys/devices/system/cpu/cpufreq/intel/min_sample_time: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[18]: can't create /sys/devices/system/cpu/cpufreq/intel/timer_keep_load: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[19]: can't create /sys/devices/system/cpu/cpufreq/intel/load_for_deferrable: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[20]: can't create /sys/devices/system/cpu/cpufreq/intel/hispeed_freq: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[21]: can't create /sys/devices/system/cpu/cpufreq/intel/boostspeed_freq: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[22]: can't create /sys/devices/system/cpu/cpufreq/intel/down_differential: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[23]: can't create /sys/devices/system/cpu/cpufreq/intel/boost: No such file or directory
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[24]: can't create /sys/devices/system/cpu/cpufreq/intel/input_boost: No such file or directory
secondary core battery optimization ON
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[27]: can't create /sys/devices/system/cpu/cpufreq/ondemand/up_threshold: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[28]: can't create /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[29]: can't create /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[30]: can't create /sys/devices/system/cpu/cpufreq/ondemand/down_differential: Permission denied
VM and Kernel tweaks ON
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[33]: can't create /proc/sys/vm/page-cluster: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[34]: can't create /proc/sys/vm/dirty_expire_centisecs: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[35]: can't create /proc/sys/vm/dirty_writeback_centisecs: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[36]: can't create /proc/sys/vm/min_free_kbytes: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[37]: can't create /proc/sys/vm/oom_kill_allocating_task: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[38]: can't create /proc/sys/vm/panic_on_oom: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[39]: can't create /proc/sys/vm/dirty_background_ratio: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[40]: can't create /proc/sys/vm/dirty_ratio: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[41]: can't create /proc/sys/vm/vfs_cache_pressure: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[42]: can't create /proc/sys/vm/overcommit_memory: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[43]: can't create /proc/sys/vm/min_free_order_shift: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[44]: can't create /proc/sys/vm/laptop_mode: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[45]: can't create /proc/sys/vm/block_dump: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[46]: can't create /proc/sys/vm/oom_dump_tasks: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[47]: can't create /proc/sys/kernel/sem: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[48]: can't create /proc/sys/kernel/shmmax: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[49]: can't create /proc/sys/kernel/shmall: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[50]: can't create /proc/sys/kernel/shmmni: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[51]: can't create /proc/sys/kernel/msgmni: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[52]: can't create /proc/sys/kernel/msgmax: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[53]: can't create /proc/sys/kernel/panic: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[54]: can't create /proc/sys/kernel/panic_on_oops: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[55]: can't create /proc/sys/kernel/threads-max: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[56]: can't create /proc/sys/fs/lease-break-time: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[57]: can't create /proc/sys/fs/file-max: Permission denied
Entropy Generator ON
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[60]: can't create /proc/sys/kernel/random/read_wakeup_threshold: Permission denied
/storage/sdcard0/xda_download/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL/HeliuM_2.1.1_STABLE_K900_by_ArchenzeeL[61]: can't create /proc/sys/kernel/random/write_wakeup_threshold: Permission denied
Helium ultraUI Graphics ON
done!
Sent from my Lenovo K900_ROW using xda app-developers app
I did set it as root but i keep getting this error....help.
Click to expand...
Click to collapse
1. make sure ur devce is rooted
2. in super user app ...go to settings and allow all
3.download superuser app by clockworkmod from market.
4.update binaries from that app
5.use root expolrer to delete old superuser.apk from /system/app
6then run script
It seems that as i was using smanager for the first time...i was not enabling the root and boot options before executing the script.
This is how it looks like now....let me know how this look w now....Should i reboot next?
Sent from my Lenovo K900_ROW using xda app-developers app

GooglePlay Installation for Emulator (Marshmallow/Noughat)

Aug 28 (21 hours ago)
I have tried so many options/blogs/scripts to install GooglePlay for Emulator (running through Android Studio) but it never works. I have seen so many different errors
1. Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]
2. Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
3. No space left on /system
Why is it so hard to install GooglePlay on Emulator, can someone provide steps or GApps that work with Marshmallow/Noughat.
Here's the gist of what I have tried :
1. Copy GApps from http://opengapps.org/ [ Platform: x86_64; Android: 6 & 7; Variant: full ]
2. Extract the zipped file to temporary folder and then extract following apks from it to another folder
* gsfcore-all/nodpi/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk
* gsflogin-all/nodpi/priv-app/GoogleLoginService/GoogleLoginService.apk
* gmscore-x86_64/nodpi/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk
* vending-all/nodpi/priv-app/Phonesky/Phonesky.apk
3. Try pushing these apks through this script
IMAGE_NAME=Nexus_5X_API_24 #Nexus_5X_API_23
emulator @${IMAGE_NAME} -no-boot-anim -writable-system &
adb wait-for-device
adb root
adb shell stop
adb remount
adb push PrebuiltGmsCore.apk /system/priv-app/
adb push GoogleServicesFramework.apk /system/priv-app/
adb push GoogleLoginService.apk /system/priv-app/
adb push Phonesky.apk /system/priv-app/
I would really appreciate any help !!
Hello and welcome to XDA Q&A section of the Forums.
In the .zip file you got from GApps, there should be a thing called "updater-script" located in the first folder then the subfolder of that and so on till you find it. In this script it tells your recovery what do you with the file rather than just smile at it . I guess you can say it is time for a human to do those steps manually instead (I guess you can say that).
If I helped, hit "thanks" .
Its not clear by your comments what you are suggesting, you mean to say that I should read this script "updater-script" and apply those steps manually ?
maqzee said:
Its not clear by your comments what you are suggesting, you mean to say that I should read this script "updater-script" and apply those steps manually ?
Click to expand...
Click to collapse
Yup! Use notepad++ to view it btw, good luck! At least it's not smali code.

Categories

Resources