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

vendredi 26 décembre 2014

Export and edit theme in Themer topic






Hi there, let's say I like one theme and I download it.

Now I want to edit few things in downloaded theme (font color, size etc). I used export option in developer options, phone confirmed theme is exported but I can't find it in mine sdCard in path:
This PC\Desire HD\SD card\MyColorScreen\Themer\Exported\zip

Why is it not there?
+ when you are finished with edits, how do you import theme back to Themer?






jeudi 25 décembre 2014

build prop edit life the flex and g2? topic






so im wondering, would the build prop edits from the g2 and flex (sprint variants) work for the g3?

the edits im asking about is freeing up the phone to use gsm service. also, i know the sprint g2 had a dedicated tmobile rom that was sim unlocked. i believe there was a lego rom too.

any roms out there that are premade sim unlocked?

thanks for your input in advance!!!






vendredi 19 décembre 2014

[HOW-TO] [MOD] Edit Extreme Power Saver Mode Apps topic






I have seen a few people wondering how this is done, and I haven't found any tutorials on it so I figured I'd do my best to create one as detailed and straight-forward as possible.

Although Android 4.4.2 is a bit old I still figured it's worth mentioned in here how to do it for that platform of Android.
For Android 4.4.2 they made it a bit more difficult than what we see in Android 4.4.3 and Android 4.4.4, and for this you will need to know how to use apktool or your favorite editing tool to decompile the ExtremePowerSaver.apk.
Once within that application the methods for changing the applications are the same it's just a matter of different locations for Android 4.4.2 and 4.4.3/4.4.4. Once you have the application decompiled, then it is into \res\xml\default_workspace.xml.
Within this XML you will find the package name of the applications. To change an app you will need to get the package name from the Android-Manifest from the application you want to change to.

Now onto Android 4.4.3:
This location is much easier and doesn't require any decompiling. Instead we are going to go into the ROMs system\customize\MNS\default.xml.
Once within this XML you can do a search for "<module name="PowerSavingLauncher">"
The stock set-up looks like this:



Code:


<module name="PowerSavingLauncher">
      <function name="1_shortcuts">
        <set name="plenty">
          <!--d4bfa4f3-19e4-4792-97bf-89c39e887971-->
          <item name="package">com.htc.contacts</item>
          <item name="class">com.htc.contacts.DialerTabActivity</item>
          <item name="screen">0</item>
          <item name="x">0</item>
          <item name="y">0</item>
          <item name="itemtype">0</item>
        </set>
        <set name="plenty">
          <!--95397c50-60a0-40ec-aba0-8ce6e86570d2-->
          <item name="package">com.htc.sense.mms</item>
          <item name="class">com.htc.sense.mms.ui.MessageTabActivity</item>
          <item name="screen">0</item>
          <item name="x">1</item>
          <item name="y">0</item>
          <item name="itemtype">0</item>
        </set>
        <set name="plenty">
          <!--2cb246a4-4c84-461f-a70f-9b17f4798dfd-->
          <item name="package">com.htc.android.mail</item>
          <item name="class">com.htc.android.mail.MultipleActivitiesMain</item>
          <item name="screen">0</item>
          <item name="x">0</item>
          <item name="y">1</item>
          <item name="itemtype">0</item>
        </set>
        <set name="plenty">
          <!--cdb79c92-5755-4d18-870d-a3fa748229cc-->
          <item name="package">com.htc.calendar</item>
          <item name="class">com.htc.calendar.CalendarActivityMain</item>
          <item name="screen">0</item>
          <item name="x">1</item>
          <item name="y">1</item>
          <item name="itemtype">0</item>
        </set>
        <set name="plenty">
          <!--ada42e3e-eb4d-4bd4-a6d8-92cbf3c446d9-->
          <item name="package">com.htc.sense.mms</item>
          <item name="class">com.htc.sense.mms.ui.CmasListActivityShortCut</item>
          <item name="screen">0</item>
          <item name="x">0</item>
          <item name="y">2</item>
          <item name="itemtype">0</item>
        </set>
        <set name="plenty">
          <!--d15a3eca-ea10-443f-baa2-67399af92748-->
          <item name="package">com.htc.powersavinglauncher</item>
          <item name="class">com.htc.powersavinglauncher.Launcher$Exit</item>
          <item name="screen">0</item>
          <item name="x">1</item>
          <item name="y">2</item>
          <item name="itemtype">0</item>
        </set>
      </function>
    </module>


I highlighted the code that I changed.
You will need to find the class and package name for your application.
(This same method applies to the ExtremePowerSaver.apk, once in that app you will find the exact same code and edit it the same way, but as mentioned above this is usually for 4.4.2.. IF you edit the MNS/default.xml and it doesn't change the application then you MAY need to edit that .apk - I personally have only needed to edit the system/customize/MNS/default.xml for both Android 4.4.3 and Android 4.4.4 KitKat.

This is what I have changed mine to in my BoneStockROM: Mail to GMail, Calendar to Camera, and Alerts to Hangouts.
You may change whatever apps you want.



Code:


<module name="PowerSavingLauncher">
      <function name="1_shortcuts">
        <set name="plenty">
          <!--dbacf1b4-3b89-4e8b-bb98-b2e828aa56c6-->
          <item name="package">com.htc.contacts</item>
          <item name="class">com.htc.contacts.DialerTabActivity</item>
          <item name="screen">0</item>
          <item name="x">0</item>
          <item name="y">0</item>
          <item name="itemtype">0</item>
        </set>
        <set name="plenty">
          <!--a59b7781-4695-4abf-9e73-ea796637194a-->
          <item name="package">com.htc.sense.mms</item>
          <item name="class">com.htc.sense.mms.ui.MessageTabActivity</item>
          <item name="screen">0</item>
          <item name="x">1</item>
          <item name="y">0</item>
          <item name="itemtype">0</item>
        </set>
        <set name="plenty">
          <!--c5e85742-d69d-4003-a318-a5180143b2e0-->
          <item name="package">com.google.android.gm</item>
          <item name="class">com.google.android.gm.ConversationListActivityGmail</item>
          <item name="screen">0</item>
          <item name="x">0</item>
          <item name="y">1</item>
          <item name="itemtype">0</item>
        </set>
        <set name="plenty">
          <!--ed1558ce-c294-44b1-bd9f-d022c796eb21-->
          <item name="package">com.htc.camera</item>
          <item name="class">com.htc.camera.CameraEntry</item>
          <item name="screen">0</item>
          <item name="x">1</item>
          <item name="y">1</item>
          <item name="itemtype">0</item>
        </set>
        <set name="plenty">
          <!--b7f07b18-090a-40b0-af8b-e39fb0cb441d-->
          <item name="package">com.google.android.talk</item>
          <item name="class">com.google.android.talk.SigningInActivity</item>
          <item name="screen">0</item>
          <item name="x">0</item>
          <item name="y">2</item>
          <item name="itemtype">0</item>
        </set>
        <set name="plenty">
          <!--fe3adb77-f8a3-4fb3-a8b7-7518a30e7f13-->
          <item name="package">com.htc.powersavinglauncher</item>
          <item name="class">com.htc.powersavinglauncher.Launcher$Exit</item>
          <item name="screen">0</item>
          <item name="x">1</item>
          <item name="y">2</item>
          <item name="itemtype">0</item>
        </set>
      </function>
    </module>




Hopefully this helps those out, please feel free to post questions in this thread and I will do my best to answer them for you.






[Q] need help about touch driver and setting.apk menu edit topic






Simple Two issues here

the first
my tab hardware support 2g only but ....... Setting-->Wireless&Network-->More-->Mobile networks has an option "Preferred network type" which can be changed to 3g , this causes Major system Error. i want to modify this Mobile networks sub menu and hide "Preferred network type" ,,,,,,,,, i tried editing system.apk but i succeeded only in hiding the root menu "Mobile networks" ,, how to remove any item in "Mobile networks" ?? what's apk file that should be edited?

the Second
the other tablet touch screen rotated and works on part of screen only "touch - display resolution mismatch"
i used to fix this issue in allwinner in bootloader script.bin .... but this tab is quallcomm msm series no script.bin i can't even find ko file of the touch in system partition to replace it with another one ,,, how to fix this issue ??? and where can i find the ko file of the touch in such tablet ?? ...... the driver detected in getevent "FT5XXXX"

thanks for your time






jeudi 11 décembre 2014

[EDIT: Fixed]"Data Too Large" when installing stock 44S firmware (US device) topic






So, my device just came in today. I wanted to have the final version before I started playing with it. As the device was saying there wasn't any OTAs beyond 30O, I unlocked the bootloader to flash the 44S version (I was going to unlock it anyway).

After the whole process of flash many files, it gives me an error when I try to flash the system itself:

Sending "system"
FAILED <remote: data too large>

And it ends up there. The phone currently does not boot, but I can get to fastboot mode easily.

So, how can I fix this? Does flashing a different recovery and flashing stock 44S work? How can I push files with fastboot?

EDIT: Fixed. I just needed an updated fastboot package. You can use this one: http://forum.xda-developers.com/show....php?t=2317790






[Q&A] [Tweaks]Build.Prop edit for faster DL speeds, better battery life and more flu topic






Q&A for [Tweaks]Build.Prop edit for faster DL speeds, better battery life and more fluid UI

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 [Tweaks]Build.Prop edit for faster DL speeds, better battery life and more fluid UI. 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! :)






samedi 6 décembre 2014

Need help how to edit Samsung Firmware.. topic






Hello to all Users.

I try to find in all web site a guide that will help me to Larne how to edit A Offline Samsung Firmware ... I not want to Change big things I want to Add the Hebrew to the language . on the device have Hebrew if I run morelocale2 and Choose Hebrew but I want to edit the tar file and after that to flash it whit a Odin I and I want to add SU Super User to the app folder that will be on the rom after I Flash it whit the Odin I see it on different Rom that people Make I look every ware to find a guide but nobody make a guided like that All the experts here on the site also has not answered me about similar requests I hope that this time someone could help me .. Thank you and have a nice day






 

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

Back To Top