[Team XPOSED][MOD] Browser Debug menu - Sprint HTC EVO 4G LTE

Hey guys, Team XPOSED here again. Want to get browser debug menu by default without having to type about:debug in the address bar? Here's how to do it:
Step 1: Decompile Browser.apk OR extract classes.dex from it, and use baksmali to decompile.
Step 2: Navigate to /com/android/browser/ and open BrowserSettings$1.smali
Step 3: Search for
Code:
invoke-virtual {v1, v2}, Lcom/android/browser/BrowserSettings;->setDebugEnabled(Z)V
Look above for
Code:
const/4 v2, 0x0
Change 0x0 to 0x1, save changes.
Step 4: Compile Browser.apk or use smali to compile classes.dex and replace in Browser.apk
Step 5: Push to phone
Here's a flashable zip for easy access.
Enjoy.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Nice find guys!
Sent from my EVO using Tapatalk 2

Thanks, I appreciate all of your work.
Sent from my EVO using Tapatalk 2

Excellent sleuthing. And thanks for sharing!
sent from my Jewel via xda premium.

Related

[MOD] Remove app text from Recent Apps notification pulldown

Step 1:
Decompile SystemUI.apk
Step 2:
open /res/values-hdpi/dimens.xml
Step 3:
change
Code:
<dimen name="recent_app_icon_height">122.0px</dimen>
to
Code:
<dimen name="recent_app_icon_height">76.0px</dimen>
Step 4: Compile SystemUI.apk and push to /system/app or create flashable zip
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Is there a way to remove the recent apps list all together? If not I will definitely be doing this.
Sent from another Dimension!
netwokz said:
Is there a way to remove the recent apps list all together? If not I will definitely be doing this.
Sent from another Dimension!
Click to expand...
Click to collapse
There are a number of ways to remove it, a quick and bootleg way would be to just reduce the height to 0 and width to 0 and hope for the best. Personally, I haven't tried this method, but it should work. I like it this way because you still get the functionality but with a bit more screen space.
Ok ill try that and see what happens. I just always use long press home button. So I really don't need them in the pull down.
Sent from another Dimension!

[TOOL] Jmz Apk Drag and Drop tool 11-12-11

This is something I created because I got tired of command line interfaces. This is very basic and rough right now. This all went through my initial testing of every tab.
Any and all suggestions welcome
DOWNLOAD
WARNINGS
---------------
--Do not use batch recompile with system signed apks. Does not resign.
--Set framework files in first tab before using batch tabs
Prerequisites
---------------
--Java JDK installed and in PATH
Features
-------------
--Single Decompile
--Single Recompile
--Batch Decompile
--Batch Recompile
--Many more features to come...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Great job in this
Sent for the EVO Classic.
Great to see you back at it man....I'm gonna have to try this!
Sent from my HTC Evo 3D using Tapatalk!
would u give me direct link from mediafire,please...
thankz before
nice apk gj
hi guys...please help me to solve my problem HERE,my thumb just for u who can solving my problem
Dead link
Download link is dead

CM9/ICS Semi-transparenet/Transparent Status bar

Ok, so every mod/guide/apk I have found for CM9/ICS does not seem to work with any of our ICS Roms. From reading comments, it seems that somewhere mid 2012 something changed in the SystemUI source that stopped the previous mods from working. I am guessing that is our problem.
Well there is a source patch that does work for ASOP by Evilisto.
I used that diff patch as a somewhat 'guide' for editing the systemUI.apk of CM9 and it works!! Just thought I would share.
Just a couple of notes...
1. There is no 'res/layout-sw600dp/navigation_bar.xml'
2. No need to edit the launcher portion
3. The changes to 'res/values/colors.xml' actually need to be made to our 'res/values/drawables.xml'
4. When editing 'com/android/systemui/statusbar/phone/PhoneStatusBar.smali'
- Do a search for 'mPixelFormat' and directly above that line change 'const/4 v8, -0x1' to 'const/4 v8, -0x3'
- That is equivalent to making the 'mPixelFormat = PixelFormat.TRANSLUCENT;' change.
- Thats the only edit you need to make to that file
5. No need to edit 'com/android/systemui/statusbar/tablet/TabletStatusBar.java', our phones not a tablet
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[HOW TO] Lockscreen totally invisible/ transparent 100%

I'd love to have a pattern unlock without the little circles but still have to do the gesture.
So I've done this..TUTORIAL!!
decompile framework-res.apk from system/framework
search for the image in the folder of decopiled apk => apk\res\drawable-xhdpi\ those files:
Code:
btn_code_lock_default
btn_code_lock_default_holo
btn_code_lock_touched
btn_code_lock_touched_holo
btn_check_label_background.9
indicator_code_lock_drag_direction_red_up
indicator_code_lock_point_area_default
indicator_code_lock_point_area_default_holo
indicator_code_lock_point_area_red_holo
open the images with paint.net
select all the image (ctrl+a) delete and save
recompile the apk
push it back into system/framework/framework-res.apk of your device
a little advice, choose a suitable image of background to guide you,
not one solid background, otherwise you will have no more access to the device!
Now nobody can try to understand your pattern anymore!!!!
yeah!!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
reserved
ruelle said:
I'd love to have a pattern unlock without the little circles but still have to do the gesture.
So I've done this..TUTORIAL!!
Click to expand...
Click to collapse
Dude ... congratulations
Search, develop, test and share in only 2 hours!!!
THIS IS XDA STUFF.
<!-- insert ovation sound here -->
Thanks

[TUT] disable signature verification all android [rooted] [with image tutorial]

function of disable signature verification is to enable install all APK , can overwrite older app with other signature key
so you not need sign again before installation
actualy this metode work for all types for android
and i use this metode since i get android ICS
this image preview from XPERIA M4 AQUA ROOTed
DWYOR
ok lets do this \m/
-step 1 [decompile services.jar]
1- copy file services.jar from :/seytem/framework/[services.jar]
2- decompile services.jar
3- open file PackageManagerService.smali from \smali\com\android\server\pm\[PackageManagerService.smali]
4- find this code
HTML:
.method static compareSignatures([Landroid/content/pm/Signature;[Landroid/content/pm/Signature;)I
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
5- change this code untill end metode after "locals" code
HTML:
.method static compareSignatures([Landroid/content/pm/Signature;[Landroid/content/pm/Signature;)I
.locals 11
const/4 v0, 0x0
return v0
.end method
6- recompile and push to /system/framework/[overwrite here] and change permission to RW-R--R--
7- reboot and try to install any apk without unistall old version of apk
enjoy it
this attcahment file of servicer.jar xperia m4 aqua

Categories

Resources