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

vendredi 26 décembre 2014

[Discussion] Xposed Framework topic






We will use this thread for discussion regarding Xposed


Quote:










Originally Posted by superstone
(Post 54613886)

Steps to Install Xposed

1.) Install newest Java JDK on the computer and link the installation path with the Win system / user variables. (see http://forum.xda-developers.com/show....php?t=2374008 Post#9)

2.) Install Android SDK. Be sure that the correct repositories for your Android Versions are also installed. If not install (e.g. for my Android 4.2.2. Version i needed all API 17 resources...)

3.) Use a specially modified Tool Chain with adjusted smali/baksmali for the MTK MT6592 / Alyiun OS called "Ureal-Deodexer". See https://code.google.com/p/smali/issues/detail?id=199 (use DL-Link in Post#16)

4.) after deodexing apks and framework put it onto the phone via Android.SDK. (see e.g. http://forum.xda-developers.com/show....php?t=2374008 Post#1 how to do this)

5.) after that modify /system/build.prop by adding a line with

Code:


dalvik.vm.execution-mode=int:fast

.

6.) reboot the phone (now deodexed rom needs quite a while for the first startup....)

7.) be sure that all .jex files and .odex files are removed from /system/app and /system/framework. (i did it with a file explorer with root access for /system directly on the phone) Reebot again in case you have to delete.

8.) now u can install Xposed Framework and all your favorite Xposed modules.


Try on your own risk.....











vendredi 19 décembre 2014

lundi 8 décembre 2014

[Q&A] 3Minit Framework 0.1 TW 4.4.2 [09/07/14][MODS][THEME][MORE] topic






Q&A for 3Minit Framework 0.1 TW 4.4.2 [09/07/14][MODS][THEME][MORE]

Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.

Before posting, please use the forum search and read through the discussion thread for 3Minit Framework 0.1 TW 4.4.2 [09/07/14][MODS][THEME][MORE]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.

Thanks for understanding and for helping to keep XDA neat and tidy! :)






dimanche 7 décembre 2014

[Q] Bootloop after replace framework and system UI topic






Hello there, my nexus 4 just got bootloop after replaced framework-res.apk and systemui.apk I forgot to make the permissions r-w-r-r.

For not loosing data, what I do is try to push the original framework & systemui APK file via adb push. And it's still not worked.
My list of command is:
adb
adb devices
adb root
adb mount -o rw,remount /system (because It's said the file read only)
adb push framework-res.apk /system/framework/
adb chmod 0644 /system/framework/framework-res.apk (changing the permission to r-w-r-r)
then
adb push SystemUI.apk /system/priv-apps/SystemUI
adb chmod 0644 /system/priv-apps/SystemUI.apk
adb mount -o ro,remount /system
adb reboot
Did all of my command is right? Please CMIIW.
My phone still stucked at bootanimation. Have been waiting for a long time. Please help me instead tell me to use fastboot (the last option). Any help reply would be appreciated. Thanks.






 

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

Back To Top