[MODULE] init.d simulator - Magisk

magisk-init.d-simulator
A powerful init.d simulator module based on magisk.
Using it by copying scripts to /magisk/init/init.d/ after installation.
https://github.com/simonsmh/magisk-init.d-simulator

No work with v11.

koko115 said:
No work with v11.
Click to expand...
Click to collapse
Not longer needed, it's already included in v11

How turn on init.d in v11.. can You tell me ?

koko115 said:
How turn on init.d in v11.. can You tell me ?
Click to expand...
Click to collapse
Place your init.d scripts in /magisk/.core/post-fa-data.d folder.
Sent from my SM-N910G using Tapatalk

It still working with v11 but please use official service instead.

Why would you use this instead of post-fs-data.sh?

rignfool said:
Why would you use this instead of post-fs-data.sh?
Click to expand...
Click to collapse
To support running multi scripts easily.

delete

Does this work with v15? I ask because afwall hasn't been updated to support the new directory to run the start up data leak fix. (I made a ticket on github a year ago about it for afwall.) I don't begrudge the author, I think they're probably quite busy. However, I am unsure when the issue will be fixed.
So I'm hoping someone can help me out, I don't know how to do it manually, anyway...
take care.

Related

nls_utf8.ko for Atrix 1.8.3

After searching this forum, doesn't seem to be able to find one for Atrix.
Spend sometime grabbed the kernel and compiled this module. Tested working with my wife's AT&T Atrix with 1.8.3 using cifsmanager.
Let me know how it goes for you guys.
it does what?
jimmao said:
After searching this forum, doesn't seem to be able to find one for Atrix.
Spend sometime grabbed the kernel and compiled this module. Tested working with my wife's AT&T Atrix with 1.8.3 using cifsmanager.
Let me know how it goes for you guys.
Click to expand...
Click to collapse
so what does this do!?!?!
EclipseX said:
it does what?
Click to expand...
Click to collapse
Maybe network file sharing since cifsmanger is being used
Sent from my MB860 using XDA Premium App
ricethief said:
Maybe network file sharing since cifsmanger is being used
Sent from my MB860 using XDA Premium App
Click to expand...
Click to collapse
If you do not know what it is for, then that means in most case you do not need it.
Basically what it does to me is it allows you to access network shares with non-ANSI folder/file names.
Thanks a lot,
It works.
I compiled the kernel twice but none of utf8.ko worked.
Could you please tell me the steps to compile it? Like to learn something.
jimmao said:
After searching this forum, doesn't seem to be able to find one for Atrix.
Spend sometime grabbed the kernel and compiled this module. Tested working with my wife's AT&T Atrix with 1.8.3 using cifsmanager.
Let me know how it goes for you guys.
Click to expand...
Click to collapse
heyhi said:
Thanks a lot,
It works.
I compiled the kernel twice but none of utf8.ko worked.
Could you please tell me the steps to compile it? Like to learn something.
Click to expand...
Click to collapse
You need to set nls_utf8=m (m means module) in .config file. =y will compile it into the kernel....
Err, if you got .ko file but it doesn't work, then I do not know why..., did you compile kernel against the one published by Moto?
Good work.
jimmao said:
You need to set nls_utf8=m (m means module) in .config file. =y will compile it into the kernel....
Err, if you got .ko file but it doesn't work, then I do not know why..., did you compile kernel against the one published by Moto?
Click to expand...
Click to collapse
The first time I used =m and make modules. It generated a .ko file slightly smaller than yours. The second time I used =y and it's still the same .ko file.
I downloaded the 1.2.6 kernel source from moto website.
Hi, guys, could anyone compile cifs and nls_utf8 for milestone 2? Dont know if it´s different from atrix compiling...
heyhi said:
The first time I used =m and make modules. It generated a .ko file slightly smaller than yours. The second time I used =y and it's still the same .ko file.
I downloaded the 1.2.6 kernel source from moto website.
Click to expand...
Click to collapse
That's interesting, basically, =y will not give you .ko file anyway, so you will see the results from the first time.
My one was compiled under OSX, while environment was setup using macport, that might be different than compiling under linux. But at this stage, I really could not tell what was the cause that you can get the .ko file but not able to use it.

[MOD] Watch Media - Galaxy Tab 10.1

[MOD] Watch Media - Galaxy Tab 10.1
This attempts to remediate/work around android.process.media sticking around using high system/cpu utilisation.
It runs at intervals of 5 minutes, and is persistent ->
If android.proces.media is greater then 25% utilisation, force kill it.
If the above is true, and system_server is greater then 15%, gracefully kill it.
Log is in /data/local/tmp/log/watch_media.log
http://droidbasement.com/db-blog
tail -f /data/local/tmp/log/watch_media.log
[Sun Sep 11 19:54:07 GMT 2011] - starting...
[Sun Sep 11 16:09:20 EDT 2011] - Force killing android.process.media[358]...
Thanks for this. I remember you and others were having this issue. Im going to look into it and see if I have the same thing going on.
How would we revert this script if needed?
njfoses said:
How would we revert this script if needed?
Click to expand...
Click to collapse
I don't know why you would revert. This is similar to the outnof control gallery app issue we had on the epic. But at a guess, its prob a .sh script. He put it in /data/local/tmp before
njfoses said:
How would we revert this script if needed?
Click to expand...
Click to collapse
Flash back your stock boot.img, then flash back your custom kernel (if you had one).
Remove /data/local/scripts, /data/local/system, and /data/local/tmp/log
I have seen this media issue over the months while we worked on the kernel, is there any reason why this is happening to some people and not to others? I have never seen the issue, as far as I know.
Grommish said:
I don't know why you would revert. This is similar to the outnof control gallery app issue we had on the epic. But at a guess, its prob a .sh script. He put it in /data/local/tmp before
Click to expand...
Click to collapse
The tab is so finicky who know's if there may be any negative side effects.
I've been plagued by this problem since the TouchWiz update hit my device. Glad to see there's finally a fix, as I've been manually killing the process for weeks.
Thanks, pershoot.
Sorry I I am dumb but, could someone please explain me what this does?
As far as I understand it lowers the use of the media process because it does run really heavy ... ?
I would like to know, my tab is rooted with task rom. I see you guys talking about running scripts or typing some unix commands (like top for example), but how do you get a shell in the first place? What program to use? Do you run a ssh server or just open a command prompt from the device?
Sent from my GT-P7510 using xda premium
mickey78 said:
I would like to know, my tab is rooted with task rom. I see you guys talking about running scripts or typing some unix commands (like top for example), but how do you get a shell in the first place? What program to use? Do you run a ssh server or just open a command prompt from the device?
Sent from my GT-P7510 using xda premium
Click to expand...
Click to collapse
This is it, if you ask me. Or check this for more info / howto.
Or use a Android terminal from the market. Like this one
This app is nice. How about running a ssh server and connecting with putty? Do you know of any good program?
Sent from my GT-P7510 using xda premium
quick question.
will the script be removed if:
1. install a new kernel
2. wipe cache/delvik
thx
wlighter said:
quick question.
will the script be removed if:
1. install a new kernel
2. wipe cache/delvik
thx
Click to expand...
Click to collapse
1. if you flash my kernel packages, it will stay. anyone else's kernel (boot.img), and the service will not launch.
2. this is fine. as long as you do not wipe data.
mickey78 said:
This app is nice. How about running a ssh server and connecting with putty? Do you know of any good program?
Sent from my GT-P7510 using xda premium
Click to expand...
Click to collapse
dropbear.
pull it from the tools pack (droidbasement) and play to your liking.
pershoot said:
1. if you flash my kernel packages, it will stay. anyone else's kernel (boot.img), and the service will not launch.
2. this is fine. as long as you do not wipe data.
Click to expand...
Click to collapse
^^ its always your kernel. thanks for the reply
pershoot said:
[MOD] Watch Media - Galaxy Tab 10.1
http://droidbasement.com/db-blog
Click to expand...
Click to collapse
Hi I just noticed inside watch_media.zip there are files with the same name etc as the files in your latest kernel image.
If i update to your latest kernel image and then install the watch media img, will that overwrite those, or should I install watch media first then the latest kernel?
CHeers
mightymouse2045 said:
Hi I just noticed inside watch_media.zip there are files with the same name etc as the files in your latest kernel image.
If i update to your latest kernel image and then install the watch media img, will that overwrite those, or should I install watch media first then the latest kernel?
CHeers
Click to expand...
Click to collapse
Look above you. This has been answered.

[KERNEL][CM9] ironkrnL - vork's bastard stepson

Backing off xda. My time is more valuable than idiots' so considering I don't want to waste time over them, I prefer to ignore the forum as a whole. (I am OF COURSE not referring to users asking for support as someone suggested. )
Development will continue, it's not hard to find me if you want to.
#1 Downloading and testing
+downloading and testing (CM7 203)
testing 0MB version on CM N203
Quick question: which flags are supported?
If this is based on vorkernal will it work with miui.us?
Sent from my Optimus 2X using XDA App
96 version gave me a bootloop...
Inviato dal mio Optimus 2X usando Tapatalk
Just flashed and testing version L32-20111123h0722
Already have a feature request! lol
Implementation of the SIO scheduler would be nice. It is the best in my opinion.
Maybe it makes your device better too!
I cant undervolt or overclock with PimpMyCPU. What apps are compatible?
Thanks in advance.
EDIT: Didnt see your PS and clicked the Thanks button. Sorry. lol
UI is silky smooth but I have two problems:
1. WIFI can't start
2. Logging is disabled
I've tested 0 & 32 MB versions on clean and old CM installation.
przemchess said:
UI is silky smooth but I have two problems:
1. WIFI can't start
2. Logging is disabled
I've tested 0 & 32 MB versions on clean and old CM installation.
Click to expand...
Click to collapse
Wipe cache and dalvik-cache
can you make support for voodoo sound?
lucfig said:
Wipe cache and dalvik-cache
Click to expand...
Click to collapse
Like i said I've tried on clean installation (wiped data/system/cache)
with the same result not working wifi and logcat
smokeweedevery said:
can you make support for voodoo sound?
Click to expand...
Click to collapse
As its based on vork, it contains voodoo sound.
Ram hack doesn't work.
System info, System panel, and terminal emulator (command free -m) tell the that I have 380mb avaiable.
Where is the ram hack? :/
Wing_Zero85 said:
Ram hack doesn't work.
System info, System panel, and terminal emulator (command free -m) tell the that I have 380mb avaiable.
Where is the ram hack? :/
Click to expand...
Click to collapse
380mb available? are you sure? not the used memory? i have ~200mb free ram with extreme LMK values.
same here.use the 32version.wipe cache and dalvik cache.
Sent from my Optimus 2X using xda premium
Sorry fellas, this morning I was in a rush and accidentally swapped the install script, so the kernel and modules weren't being installed correctly. Latest version, Nov 23 h19.59, is fine.
blakki73 said:
notworking
Click to expand...
Click to collapse
przemchess said:
notworking
Click to expand...
Click to collapse
Wing_Zero85 said:
notworking
Click to expand...
Click to collapse
vadonka said:
notworking
Click to expand...
Click to collapse
_Vegas said:
notworking
Click to expand...
Click to collapse
Sorry fellas, this morning I was in a rush and accidentally swapped the install script, so the kernel and modules weren't being installed correctly. Latest version, Nov 23 h19.59, is fine.
lucfig said:
Just flashed and testing version L32-20111123h0722
Already have a feature request! lol
Implementation of the SIO scheduler would be nice. It is the best in my opinion.
Maybe it makes your device better too!
I cant undervolt or overclock with PimpMyCPU. What apps are compatible?
Thanks in advance.
EDIT: Didnt see your PS and clicked the Thanks button. Sorry. lol
Click to expand...
Click to collapse
Pimp/antutu/setcpu work, just download the new version.
And the thanks thing was just a joke haha, appreciated.
Shadowchaz said:
If this is based on vorkernal will it work with miui.us?
Sent from my Optimus 2X using XDA App
Click to expand...
Click to collapse
Should, can't say.
przemchess said:
testing 0MB version on CM N203
Quick question: which flags are supported?
Click to expand...
Click to collapse
Flags are not officially supported, I'll remove any reference to them as soon as possible.
EXT4 and RING are applied by default.
SetiroN said:
Sorry fellas, this morning I was in a rush and accidentally swapped the install script, so the kernel and modules weren't being installed correctly. Latest version, Nov 23 h19.59, is fine.
Sorry fellas, this morning I was in a rush and accidentally swapped the install script, so the kernel and modules weren't being installed correctly. Latest version, Nov 23 h19.59, is fine.
Pimp/antutu/setcpu work, just download the new version.
And the thanks thing was just a joke haha, appreciated.
Should, can't say.
Flags are not officially supported, I'll remove any reference to them as soon as possible.
EXT4 and RING are applied by default.
Click to expand...
Click to collapse
I know, I was joking too.
Now with the new version PimpMyCPU is working OK.
Could you point the advantages of the 70zipalign_defragdb script?
I removed it for faster boot.
Thanks.
- updated.
Using this kernel on cm204 with 64mb ramhack and i got no problems ..... only video recording 1080p doesn't work,...
Nice kernel, thanks m8 .
Sent from my Optimus 2X using XDA App
updated to 20111124h0232.zip, will report back

[Q] Adaway doesn't work

I need help, my adaway won't work. After a reboot I've to activate it again and again. I don't know what I've to do now. Can anybody help me?
Try uninstalling it and reinstall it again but use this link to Adaway since Google removed all ad blockers from the play store
Use it as you wish
[URL = https://www.dropbox.com/s/8jz1ho80ljwq184/AdAway_2.2.apk]Adaway[/URL]
Sent from my Jelly Flavored Epic Touch
gamepro602 said:
Try uninstalling it and reinstall it again but use this link to Adaway since Google removed all ad blockers from the play store
Use it as you wish
[URL = https://www.dropbox.com/s/8jz1ho80ljwq184/AdAway_2.2.apk]Adaway[/URL]
Sent from my Jelly Flavored Epic Touch
Click to expand...
Click to collapse
Doesn' work for me. Maybe it's a problem because of S-On.
gamepro602 said:
Try uninstalling it and reinstall it again but use this link to Adaway since Google removed all ad blockers from the play store
Use it as you wish
[URL = https://www.dropbox.com/s/8jz1ho80ljwq184/AdAway_2.2.apk]Adaway[/URL]
Sent from my Jelly Flavored Epic Touch
Click to expand...
Click to collapse
Your link needs altering.....remove the "]adaway" from the end.
Amended link (hope you don't mind)
Adaway .APK
craftycarper1 said:
Your link needs altering.....remove the "]adaway" from the end.
Amended link (hope you don't mind)
Adaway .APK
Click to expand...
Click to collapse
I don't mind
Sent from my Jelly Flavored Epic Touch
Why have you posted this in the HTC One forum? It has nothing to do with the phone.
Just refer this thread.
http://forum.xda-developers.com/showthread.php?p=39144524
Hit THANKS If I Helped You.
LIFE Is Time,
Use It Wisely.
Visit My Blog For More Info​
Click to expand...
Click to collapse
dr9722 said:
Why have you posted this in the HTC One forum? It has nothing to do with the phone.
Click to expand...
Click to collapse
I think it does, I can't get it to work either. Keep seeing ads in greader. Anyone had luck getting it to work? It seems to apply alright but won't restart within the app when prompted. Hmm
just like /system is protected and unless you are running a custom kernel, bloatware apps come back after a reboot, the /etc/hosts file that gets modified by adaway or any other ad blocker for that matter gets replaced with the default version.
gunnyman said:
just like /system is protected and unless you are running a custom kernel, bloatware apps come back after a reboot, the /etc/hosts file that gets modified by adaway or any other ad blocker for that matter gets replaced with the default version.
Click to expand...
Click to collapse
Interesting, did not know that. Thanks for the quick response, gunny.
I guess Developer Edition doesn't get me around that one. Darn.
Just flash the ad blocking host file from recovery.
cschmitt said:
Just flash the ad blocking host file from recovery.
Click to expand...
Click to collapse
you have the link for it?
jags_the1 said:
you have the link for it?
Click to expand...
Click to collapse
Well, there is no link-- just create one yourself. The one I'm using is attached. It was created by pasting ad blocking entries from http://pgl.yoyo.org/adservers/ and http://winhelp2002.mvps.org/hosts.htm into a hosts file and dropping it into a flashable zip. Just need to make sure that you use unix style line wraps (LF only, not CR LF) otherwise the file won't get parsed.
cschmitt said:
Well, there is no link-- just create one yourself. The one I'm using is attached. It was created by pasting ad blocking entries from http://pgl.yoyo.org/adservers/ and http://winhelp2002.mvps.org/hosts.htm into a hosts file and dropping it into a flashable zip. Just need to make sure that you use unix style line wraps (LF only, not CR LF) otherwise the file won't get parsed.
Click to expand...
Click to collapse
Thanks for this. Pardon my ignorance, but what makes this stick after reboot as opposed to the process used by Adaway?
pdubcramp said:
Thanks for this. Pardon my ignorance, but what makes this stick after reboot as opposed to the process used by Adaway?
Click to expand...
Click to collapse
On HTC devices with S-On the /system partition cannot be (re)mounted rw after the kernel has booted. Recovery can write to system, so flash-able zips is the way to modify it.
How about flashing this?
http://forum.xda-developers.com/showthread.php?t=1916098
pascal2608 said:
I need help, my adaway won't work. After a reboot I've to activate it again and again. I don't know what I've to do now. Can anybody help me?
Click to expand...
Click to collapse
You can also use the symlink method as described in this guide. This way you can continue using AdAway including updates etc. without messing around with kernel extensions.

[APPS] Deodexed OxygenOS 2.0 apps (framework, lib)

Extracted apps, libs, framework from latest OxygenOS for OnePlus 2.
Deodexed with JoelDroid Lollipop Batch Deodexer
zip contains /app /priv-app /lib /lib64 /framework
We can find out what is working, devs can make ports
For now (tested on EOS CAF):
AudioFX app works, but i think we also need lib to make it 100% work
Camera app work, but FC when switching on frontal camera, videos can be recorded, when u try to take photo, nothing happens
Full zip https://www.androidfilehost.com/?fid=24052804347793584
Folder on MEGA https://mega.nz/#F!cxEAHZqR!Fo2_mch62Wvl764OhEztQQ
Original rom here
Thanks @Mr Patchy Patch for info about odexes on 64 bit.
Thanks for this.
No way to download the apps seperate?
v0 HaVoK 0v said:
Thanks for this.
No way to download the apps seperate?
Click to expand...
Click to collapse
Uh, okay
https://mega.nz/#F!cxEAHZqR!Fo2_mch62Wvl764OhEztQQ
Oh, no. Not MEGA. Downloading from MEGA is a pain in the ass. We should be able to install them manually from the zip, right?
Sent from my A0001 using Tapatalk
Hzu said:
Oh, no. Not MEGA. Downloading from MEGA is a pain in the ass. We should be able to install them manually from the zip, right?
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
NOOOO IT TOOK A LOT OF TIME
Why no Mega?
---
Yes, try to install -> profit
else
put to /system/app with correct permissons -> profit
else
Wait for port...
CraZY_BoY^ said:
NOOOO IT TOOK A LOT OF TIME
Why no Mega?
---
Yes, try to install -> profit
else
put to /system/app with correct permissons -> profit
else
Wait for port...
Click to expand...
Click to collapse
I thought this was a flashable zip, hence the "manually". I wanted to get the AudioTuner working, but it might be missing some critical files, especially the ones from /syste/vendor/{etc,lib}. It would be great if you can get those too.
EDIT: Hold on, the ones that you gave might already be working. Just need some proper setup. I'll see what I can do.
EDIT 2: On a proper inspection, it seems that there might be missing libraries after all. Just to make sure it's all complete, we might need a full dump of the system.
May I know which ROM is this from exactly? I must be out of the loop since I never knew OxygenOS 2.0 existed. Or is this actually from HydrogenOS of the OnePlus 2?
Hzu said:
I thought this was a flashable zip, hence the "manually". I wanted to get the AudioTuner working, but it might be missing some critical files, especially the ones from /syste/vendor/{etc,lib}. It would be great if you can get those too.
EDIT: Hold on, the ones that you gave might already be working. Just need some proper setup. I'll see what I can do.
EDIT 2: On a proper inspection, it seems that there might be missing libraries after all. Just to make sure it's all complete, we might need a full dump of the system.
May I know which ROM is this from exactly? I must be out of the loop since I never knew OxygenOS 2.0 existed. Or is this actually from HydrogenOS of the OnePlus 2?
Click to expand...
Click to collapse
OP2 has Oxygen 2.0 - international rom, Hydrogen is chinese rom. It's like CM and ColorOS in OPO
Original link in OP
Well. AudioTunerService keeps crashing on me about it not finding an oat file or something. Could it be that it's not deodexed, since I see an .odex file of it?
I want the launcher. Try to manual push to system but no luck.
Sent from my A0001 using XDA Free mobile app
Hzu said:
Well. AudioTunerService keeps crashing on me about it not finding an oat file or something. Could it be that it's not deodexed, since I see an .odex file of it?
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
It starts for me, and after some switching FC.
CraZY_BoY^ said:
It starts for me, and after some switching FC.
Click to expand...
Click to collapse
I may be very close to having a working AudioTuner, but until AudioTunerService actually runs, I won't be able to test this. Logcat shows that it refuses to run due to a missing classes.dex file in the AudioTunerService.apk, which indicates an odexed APK.
May I ask that you re-check the AudioTunerService please? The batch deodex program might have missed it.
Hzu said:
I may be very close to having a working AudioTuner, but until AudioTunerService actually runs, I won't be able to test this. Logcat shows that it refuses to run due to a missing classes.dex file in the AudioTunerService.apk, which indicates an odexed APK.
May I ask that you re-check the AudioTunerService please? The batch deodex program might have missed it.
Click to expand...
Click to collapse
Huh, it's really odexed 0_o
Sorry, i cant deodex it now, but i can send it to you
bageraz said:
I want the launcher. Try to manual push to system but no luck.
Sent from my A0001 using XDA Free mobile app
Click to expand...
Click to collapse
There seems to be an issue with the apk wanted to use a shared user ID which have already been used by another system app. It is possible to revoke the usage of the user ID for said app, but I wouldn't recommend it as it could terribly mess your system up.
Which I actually did, even though I already knew it.
---------- Post added at 11:46 AM ---------- Previous post was at 11:05 AM ----------
CraZY_BoY^ said:
Huh, it's really odexed 0_o
Sorry, i cant deodex it now, but i can send it to you
Click to expand...
Click to collapse
I can't deodex it. For some reason (which I don't know what), the odex file failed the OAT header test.
Most of the required libs are 64 bit. it's unlikely you'll get them working
Sent from my A0001 using XDA Forums Pro.
fards said:
Most of the required libs are 64 bit. it's unlikely you'll get them working
Sent from my A0001 using XDA Forums Pro.
Click to expand...
Click to collapse
The MaxxAudio however most likely only depends on the 32-bit libraries. I was able to deodex it and got the required libraries. However, upon starting AudioTuner, AudioTunerService crashed (yet again) with a new error:
Code:
java.lang.NoClassDefFoundError:
net.oneplus.audiotunerservice.service.MaxxAudioService$3
Now, this is completely out of my realm as I have no idea about Java whatsoever. However, I'm sure that the MaxxAudioService$3 do exist when I extracted the smali from the odex file. Does that mean the apk was not deodexed properly after all?
Attached are what I have so far. I have no idea where to go from here. May need to decompile the apk, but I don't know java. I guess I'll leave this here and see what the others can do about it.
Hzu said:
The MaxxAudio however most likely only depends on the 32-bit libraries. I was able to deodex it and got the required libraries. However, upon starting AudioTuner, AudioTunerService crashed (yet again) with a new error:
Code:
java.lang.NoClassDefFoundError:
net.oneplus.audiotunerservice.service.MaxxAudioService$3
Click to expand...
Click to collapse
Thanks, iI finda missing library
08-15 10:24:00.400 E/MaxxAudioService(6252): dlopen failed: library "libosl-maxxaudio-itf.so" not found
waterdaan said:
Thanks, iI finda missing library
08-15 10:24:00.400 E/MaxxAudioService(6252): dlopen failed: library "libosl-maxxaudio-itf.so" not found
Click to expand...
Click to collapse
Oh, I forgot to include that? You can get from the OP. I get the error code I mentioned after I resolved all dependencies error.
Hzu said:
Oh, I forgot to include that? You can get from the OP. I get the error code I mentioned after I resolved all dependencies error.
Click to expand...
Click to collapse
Would you mind uploading it
And tell me where it's supposed to go?
waterdaan said:
Would you mind uploading it
And tell me where it's supposed to go?
Click to expand...
Click to collapse
Here's an updated archive of it. Should have everything inside. Note that you need to apply the correct permissions. (0755 for folders, 0644 for files)
I only tested on Sultanxda's CAF 12.1 (latest build). And of course, as I have stated above, it didn't work. I may be missing something a lot more important than just the library dependencies. YMMV.
Would be glad if any of you could help getting this to work. Thank you.
Hzu said:
Here's an updated archive of it. Should have everything inside. Note that you need to apply the correct permissions. (0755 for folders, 0644 for files)
I only tested on Sultanxda's CAF 12.1 (latest build). And of course, as I have stated above, it didn't work. I may be missing something a lot more important than just the library dependencies. YMMV.
Would be glad if any of you could help getting this to work. Thank you.
Click to expand...
Click to collapse
Thanks
Same on latest cm nightly

Categories

Resources