Affichage des articles dont le libellé est module. Afficher tous les articles
Affichage des articles dont le libellé est module. Afficher tous les articles

samedi 27 décembre 2014

Xposed module or rom topic






I'm looking for a way to have a custom carrier image on my status bar like you can have on jailbroken iPhones is there a way to do it






jeudi 25 décembre 2014

[Q] [request] xposed module for 5x5 topic






Hello and Merry Christmas, seeking a module that allows me to change from 4 to 5 the number of columns on the drawer, there?
Thank You






jeudi 18 décembre 2014

[Q] Sharing data between Xposed module and activity topic






Hi,
I have an Xposed module that listens for certain events and then notify the main application/Activity that contains this module about the events. I tried to put the events into a static buffer class that's accessible from both the module and Activity. But the buffer is always empty. Right now, I have to use Broadcast to achieve the notification. Is it impossible to share data between the module and Activity via static in-memory objects? Thank you!






[Q] Compiling kernel's tun.ko module topic






Hello: I'm very new at this. I'm trying to compile tun module for my android kernel.
To do this: I've install Debian 7 on second partition hard disk as a second OS. (I am a Window user).
After that, I've updated my Debian libraries and install SDK tools and NDK toolchains from Developers Android. Also I have the kernel's source for my cell phone kernel from code aurora. I have configured ADB and manage to pull the config.gz of my phone.
I get the cross compiling action and that I need to set a path in bashrc in Debian to set my environment. Here is where I get stuck.
This would be the path in bashrc file, right?:

Code:


PATH=$PATH:~/android/ndk/android-ndk-XX-linux-x86/toolchains/arm-linux-androideabi-XXXXX/prebuilt/linux-x86/bin

But when I'm in /toolchains directory of /android-ndk-r10d-linux-x86 directory I see three directories/folders: arm-linux-androideabi-4.6, arm-linux-androideabi-4.8 and arm-linux-androideabi-4.9.
Which one of the three folders should I set the path?
There are others directories: Image attached. But I don't think the rest of them are meant for my cell phone android kernel.
This is my kernel: Linux localhost 2.6.35.7-perf-CL700532 #1 PREEMPT Wed Nov 2 01:11:19 kst 2011 armv61 GNU/Linux. And my cell phone: Samsung Galaxy Fit GT-S5670L
Any light over this WILL BE VERY MUCH APPRECIATE!!Toolchains directory screenshot






dimanche 14 décembre 2014

Android theme Engine Xposed Module topic






Dear users,

This is in reference to xposed Module "Android Theme Engine" .
I have opened this thread specially to request all users running KitKat 4.4.2 stock rom to test the module.

We understand that lot of kitkat users lately have been updating us for non working of the few components in the module hence keeping the same in mind we have started rectification process.
To start with we have managed to theme battery icon of kitkat 4.4.2 rom with LG G2. But due to non availability of the testing handset we cannot guarantee that i will 100% theme all battery icons running kitkat roms from other brands.
Therefore to deal with such issue we have decided to release a test version and request the users to test and leave the feedback with the phone brand and android version they are using to enable us to take care of the other brands.

Please Note: Kindly uninstall the old version as this version requires fresh install and complete reboot after making all the desired settings: Also, please do not worry if the battery icons do not align correctly as it may happen with few icon packs which will be delt in the final release. Objective is to ensure it works first.

Download Link Version 5.1.1 here






lundi 8 décembre 2014

[Q] when i use XPrivace.XPackageManager in my own module, error occurred, help me topic






[Q] when i use XPrivace.XPackageManager in my own module, error occurred, help me, urgent, thanks!

In the XPackageManager.java,
protected void after(XParam param) throws Throwable {
....
case Srv_getInstalledApplications:
if (param.getResult() != null)
if (isRestricted(param)) {
Method mGetList = param.getResult().getClass().getDeclaredMethod("ge tList");
List<ApplicationInfo> listAppInfo = (List<ApplicationInfo>) mGetList.invoke(param.getResult());
Constructor<?> constructor = param.getResult().getClass().getConstructor(List.c lass);
param.setResult(constructor.newInstance(filterAppl icationInfo(listAppInfo)));
}
break;
there throw exceptions: java.lang.NoSuchMethodException:getList[]
i log the class name use param.getResult().getClass().toString() the value is : class android.content.pm.ParceledListSlice,
but i can't import it use: import android.content.pm.ParceledListSlice;
how can i make the program run correct? thanks!






 

© 2013 Mobile Probleme. All rights resevered. Designed by Templateism

Back To Top