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

mercredi 24 décembre 2014

[Q] Do any of these jaikbroken iOS tweaks have Android alternatives? topic






Hi! I'm missing some of the functionality I had with jailbroken iOS. I just figured I'd ask if there was any way to get any of these features on rooted Android. I've also provided a description for those not familiar with iOS.
  • Flex 2 - This is sort of like a high-level GUI for the Xposed framework. It allows you modify variables, override method return values, etc.

  • Phantom - Disables all of Snapchats security/privacy features. With Phantom, you can save Snapchat pictures/movies without the other person knowing.

  • Activator - This allows you to perform certain action on set triggers. For example, you can mute your phone if you hold the volume down button or open an app if you swipe left on the status bar.

  • GroovyLock - GroovyLock allows you to redesign your lockscreen using HTML, CSS, and JS.

  • Eclipse - I'm 99% this is impossible to replicate on Android (given that there's no required design standard), but I'll add it here anyway: Eclipse basically modifies the UI of most apps to give them a dark theme instead of the harsh white that iOS uses for everything. The nice thing about Eclipse is that you can use it with other color schemes too, allowing you to completely change the look of over half your applications without any difficulty.







samedi 13 décembre 2014

[MOD] Jelly-Belly One [Tweaks & Scripts Pack] topic






Hello guys, I'm back with my new all-rounder mod "Jelly-Belly" for our Android One devices! After a huge succuss of Jelly-Belly mod for my old device, i.e.,MMX Canvas Music & Canvas 2, I thought to develop this mod even for Android One devices & I made everything again completely from scratch.

So, what is this mod is all about? Well, it's just a cherry-picked & revised collection of many tweaks scattered all around the web. It tries to improve your phone by every aspect. For example, audio, GPU rendering, multi-tasking battery etc. Even benchmark score was improved. ;)

Downloads:
http://www25.zippyshare.com/v/27788316/file.html
(Mirroring to some other sites like d-h.st would be appreciated & will be thanked)

Requirements:
• A rooted phone.
• Custom recovery installed.
• Any kernel with init.d support (Thunder Zap is recommended)
• Busybox installed (Stricson is recommended).
• Some patience & common sense (not HTC Sense :p )
NOTE: This may not support Android 5.0.X

Installation:
• Download the mod.
• Place it on sd-card.
• Reboot to recovery.
• Flash the mod.
• Wipe both caches.
• Fix permissions (optional)
• Reboot & enjoy... :)

Bugs:
None yet, but if you find any feel free to report.

If you liked my work, then please press thanks, it'll encourage me to contribute more to this device...

(This post will be updated soon with more details & information)...






vendredi 12 décembre 2014

[Q] Center clock, Network speed meter, clear recent tweaks for Android L topic






Hi everyone..

Is there any guide to customize the Android 5.0.1 without using any Custom Roms...?

Customizations like center clock, clear all recents, network speed in status bar etc....






jeudi 11 décembre 2014

Kingzone K1 Turbo Tweaks & Fixes topic






Hi guys,
I wanted to post this here in case it helps anyone else enjoy their device while we wait for kitkat for our device :silly:
There are a few things that I had issues with with the K1T to start off with:
  1. ROOT!

  2. Install Custom Recovery

  3. Slow and inaccurate GPS

  4. Inability to install Xposed Framework

  5. Lack of useful Cyanogenmod features like advanced reboot menu

  6. Expandable volume settings

  7. Volume too loud at lowest setting

  8. Gyroscope not working

  9. GPS being constantly on!

  10. Navigation buttons going dark while screen is on

  11. Auto brightness too bright in dark


OK so to start off with I'm going to assume that you have adb tools installed on your PC and has some idea of how to use it.
I have tested this for the Kingzone K1 Turbo only. Regardless use this guide at your own risk.
All these changes were made on Stock ROM (0502L009_20140815)

1. Root:
This is quite straightforward. Download the attached RootGenius program and follow the simple instructions HERE

2. Install Custom Recovery:
Download my TWRP-based recovery HERE and place it on the root of your SD-Card.
Install MobileUncle from Play Store and choose Recovery Update in the menu after accepting root prompt.
Select the recovery.img file that you have on your SD-Card and follow the prompts.
Done.

3. First of all, depending on were you live, you should change the NTP values and additional server values in the gps.conf file since they are set up for China(unless you live in China of course)
Since I live in Europe, I chose the European NTP entries.
I would suggest that you find the entries for your region HERE
This is what my gps.conf looks like(/system/etc/gps.conf):

Code:


NTP_SERVER=europe.pool.ntp.org
XTRA_SERVER_1=0.europe.pool.ntp.org
XTRA_SERVER_2=1.europe.pool.ntp.org
XTRA_SERVER_3=2.europe.pool.ntp.org
DEFAULT_AGPS_ENABLE=TRUE
INTERMEDIATE_POS=1
ACCURACY_THRES=4000
SUPL_PORT=7276
SUPL_HOST=supl.google.com


To you see yours type in adb shell:

Code:


cat /system/etc/gps.conf

To edit yours use something like ES File Explorer and only edit the first 4 lines to match the servers for your region.
Then delete files /data/misc/mtkgps.dat & /data/misc/EPO.DAT
Reboot your device and go outside.
With internet access and some maps application or something open... wait until it gets a fix. It can take a few minutes this first time because it has to regenerate the files that was deleted.
From now on your GPS fix should be quicker but your accuracy still might not be 100% this will be much improved once you DeOdex your ROM in a later step below which I HIGHLY recommend doing.

4. Inability to install Xposed Framework:
The reason for this is that you need to DeOdex the stock ROM before this would work.
I found an excellent article HERE by @superstone to deodex our device.
I've slightly simplified the steps though since they are not all required.
DO A FULL BACKUP in recovery ...... just in case... :)
Ensure you are able to use adb. If not google for a guide that shows you how to install adb tools.
Download the attached customized MTK deodex tool from the Unreal Odexer guys as can be seen in THIS thread and extract onto your PC.
Use the tool as per the included instructions to extract and deodex the files from your phone.
Then copy the files from the app and framework folders on your PC to your SD-CARD to /sdcard/done_app & /sdcard/done_frame
Next in command prompt on your PC:

Code:


adb remount
adb shell
stop
cp /sdcard/done_app/* /system/app/
rm /system/app/*.odex
rm /system/app/*.jex
cp /sdcard/done_frame/* /system/framework/
rm /system/framework/*.odex
rm /system/framework/*.jex
echo dalvik.vm.execution-mode=int:fast >> /system/build.prop
reboot recovery


In recovery wipe Cache and Dalvik-Cache.
Reboot and wait for the first boot to complete. It will take some extra time while recreating the cache.
After this you should be able to install Xposed framework without issues AND much improved GPS accuracy and fix time.

5, 6, 10, 11:
Install the Gravitybox xposed module after you installed the framework as described above and you will be able to customize ALL of these items so that it is very Cyanogenmod-like.
Go through the options in Gravitybox to find what you would like, I promise you you will like the stock ROM much more after :P

7. Media volume to high on lowest setting through loudspeaker.
in mobileuncle tools go to the Engineering Mode(MTK)>Hardware>Audio>LoudSpeaker Mode
Choose Type = Media & Level = 0
Then set the value to something lower.... I chose 120 but this is up to you... you can change the other volume steps here as well but I left it.

8. Gyroscope not working.
This needs to be fixed in the source... I'm still hoping that I'll be able to do this one day :P
9. GPS constantly being on.
Under the All Apps menu, force-close and disable the weather apps that came with the phone, they are hogging the GPS.


Anyway I hope this helps someone. If you have any questions then please feel free to ask. :good::good:










 

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

Back To Top