[MOD] CALL RECORD | KITKAT - NB4 | Deodexed - T-Mobile Samsung Galaxy Note 3

This is native call record for Kitkat NB4. Deodexed only. Will work on all custom US TW ROMs. Also removed increment ringing as well as the ugly and pointless end call screen. You hang up and it goes right back to the last screen you were on before the call. Enjoy
DOWNLOAD
Just download and flash. Nothing else needed.
For developers. Feel free to use in your ROM, credit would be appreciated. If you want to do it yourself check out my commit on my github - Link to how to.
Kitkat doesn't support call record stock. To get it record correctly you have to modify the mixer_paths.xml under system/etc. Otherwise you only get static when you play the recording.
Just add the blue section and reboot. Enjoy
Code:
<!-- TX part -->
<path name="audio-record">
<ctl name="MultiMedia1 Mixer SLIM_0_TX" value="1" />
</path>
<path name="audio-record bt-sco">
<ctl name="MultiMedia1 Mixer AUX_PCM_UL_TX" value="1" />
</path>
[COLOR="Blue"] <!-- incall recording -->
<path name="incall-rec-uplink">
<ctl name="MultiMedia1 Mixer VOC_REC_UL" value="1" />
</path>
<path name="incall-rec-downlink">
<ctl name="MultiMedia1 Mixer VOC_REC_DL" value="1" />
</path>
<path name="incall-rec-uplink-and-downlink">
<ctl name="MultiMedia1 Mixer VOC_REC_UL" value="1" />
<ctl name="MultiMedia1 Mixer VOC_REC_DL" value="1" />
</path>[/COLOR]
<!-- call part -->
<path name="voice-call">
<ctl name="SLIM_0_RX_Voice Mixer CSVoice" value="1" />
<ctl name="Voice_Tx Mixer SLIM_0_TX_Voice" value="1" />
</path>

{
"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"
}

You . rock . my . sock !!!

Thx!
Sent from my SM-G900T using Tapatalk

sexyyyyyyy!!

Nice
Sent from my SM-G900T using Tapatalk

Jamison904 said:
Will work on all custom US TW ROMs.
Click to expand...
Click to collapse
What about non-US TW?

It should work. Let me know if not.
Sent from my SM-N900T using Tapatalk

Hi jamison I dl and flashed the zip file and can't find the call record button while im on the phone.. im on wicked k.k v.1 using compulsion kernel.. if u could give me the right instructions how to install it that would be great.. thx in adv
Sent from my SM-N900T using XDA Premium 4 mobile app

Jamison904 said:
It should work. Let me know if not.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
It is posible to make it auto record?
Thanks

Has anyone tried this on NE6? I may try this later when I get to first make a backup. Just not sure if I have time today.

DriftorX said:
Has anyone tried this on NE6? I may try this later when I get to first make a backup. Just not sure if I have time today.
Click to expand...
Click to collapse
Did you ever end up trying this?

DeeXii said:
Did you ever end up trying this?
Click to expand...
Click to collapse
Does Not work on E6.

Jamison904 said:
It should work. Let me know if not.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
Doesn't work. com.android.phone stops working.

Fwiw - this mod does not seem to be necessary on ne6 - the edits that were necessary on nb4 already exist on ne6 (though they look slightly different)

ACR is working fine for me on NE6 (no root).... again, this is NOT Microphone recording, it sounds excellent.
It only wanted to work when I changed the directory from "/storage/emulated/0/ACRCalls" to "/storage/sdcard0/ACRCalls" despite both of these directories pointing at exactly the same place. I Only tested AMR and MP4-HQ but they both work fine (although AMR sounds like complete crap).
EDIT: Skvalex's call recorder works even better (sounds a lot less muffled) and works fine with the standard API, you really don't even need to configure it. I will reiterate, its not mic recording and works without root on NE6.
https://play.google.com/store/apps/details?id=com.skvalex.callrecorder
now I'm just gonna cross my fingers and hope samsung/t-mobile doesn't take out the API in the next OTA (as I can only guess they added it by mistake).

Any luck for nf1?
Sent from my SM-N900T using XDA Free mobile app

ezsoulja said:
Any luck for nf1?
Sent from my SM-N900T using XDA Free mobile app
Click to expand...
Click to collapse
It seems the changes put in place on NE6 have carried over to NF1 - the mod here still should not be needed.

So this will work on nf1?
Nope. Doesn't not work. Phone won't boot past Samsung logo
Sent from my SM-N900T using XDA Premium 4 mobile app

Hi mate,
Can you help me with S3 Neo call rec mod?
Thanks!
Edit:
I made it myself.
thx

Related

[MOD - HOW TO] E4GT Style Battery Percentage

I hated how the battery percentage took up status bar real estate, but loved that I could show it. So I looked at the Epic 4G Touch for inspiration and figured out how to bring the small battery percent to the Galaxy S III
Decompile SystemUI.apk and go to SystemUI\res\layout and open tw_status_bar.xml
Look (around line 13 in Notepad++) for:
Code:
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/tw_signal_cluster_view" />
<TextView android:textSize="12.0dip" android:textColor="#ffa6a6a6" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
<ImageView android:gravity="center" android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
Replace it all with this:
Code:
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/tw_signal_cluster_view" />
<FrameLayout android:gravity="center" android:paddingLeft="4.0dip" android:paddingRight="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
<ImageView android:gravity="center" android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="fill_parent" />
<TextView android:textSize="7.0dip" android:typeface="sans" android:textStyle="bold" android:textColor="#ffffffff" android:layout_gravity="bottom|center" android:id="@id/battery_text" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" android:shadowColor="#ffffffff" android:shadowDx="0.0" android:shadowDy="0.0" android:shadowRadius="1.0" />
</FrameLayout>
</LinearLayout>
After you do that just save, recompile and get it back on your device.
I highly recommend a blue battery icon for this mod. With the stock TouchWiz green, it is very hard to read the percentage.
Here is a screen shot of mine
{
"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 find man.....
Thanks! I'm very happy with it. Even more since this is my first contribution to XDA.
Sent from my SPH-L710 using xda app-developers app
Tsudeily said:
Thanks! I'm very happy with it. Even more since this is my first contribution to XDA.
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Awesome! Great job!
That is pretty freaking sweet! Then you don't have the number thing to the left anymore. More room in your status bar!
My exact goal. I am glad to see people are enjoying it as much as I am.
Sent from my SPH-L710 using xda app-developers app
Great job.. I'll throw this in my next ROM with credit to you good sir
Can u make this into a flashable zip please?!
Sent from my SPH-L710 using xda app-developers app
jorv976 said:
Can u make this into a flashable zip please?!
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
/agree, and if you do will it work ok stock deodexed rom
Sent from my SPH-L710 using Tapatalk 2
I have attached a stocked deodex'd copy of the mod for you. Green icons still remain. If needed, I can upload one with blue icons, or a copy of the one I use.
jorv976 said:
Can u make this into a flashable zip please?!
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
bog3nator said:
/agree, and if you do will it work ok stock deodexed rom
Sent from my SPH-L710 using Tapatalk 2
Click to expand...
Click to collapse
Tsudeily said:
I have attached a stocked deodex'd copy of the mod for you. Green icons still remain. If needed, I can upload one with blue icons, or a copy of the one I use.
Click to expand...
Click to collapse
It worked awesome and works good with the green. Thank you very much
Sent from my SPH-L710 using Tapatalk 2
do u no how to remove the % sign by any chance?

[MOD][CM9] Increasing video recording bitrate

This mod is based on this thread. I tried to increase the bitrate of our CM9's stock camera from 6mbps into 12mbps. And it works well:
{
"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"
}
This can be done by editing these lines on media_profiles.xml on system/etc:
Find these lines:
Code:
<EncoderProfile quality="720p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="6000000"
width="1280"
height="720"
frameRate="30" />
<Audio codec="aac"
bitRate="128000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="480p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="3000000"
width="720"
height="480"
frameRate="30" />
<Audio codec="aac"
bitRate="128000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
And edit them into these:
Code:
<EncoderProfile quality="720p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="12000000"
width="1280"
height="720"
frameRate="30" />
<Audio codec="aac"
bitRate="128000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="480p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="6000000"
width="720"
height="480"
frameRate="30" />
<Audio codec="aac"
bitRate="128000"
sampleRate="48000"
channels="2" />
</EncoderProfile>
Save, wipe cache and dalvik cache. If you got FC on the Camera, wipe data of the Camera apk.
hey can tell me what does this do to camera?? it works on slimbean btw. i just want to know what it does, like speeding the frames, improving quality etc
7amada100 said:
hey can tell me what does this do to camera?? it works on slimbean btw. i just want to know what it does, like speeding the frames, improving quality etc
Click to expand...
Click to collapse
It's improving the quality. It's like bit per second. Higher the bits, higher the quality will be
dewadg said:
It's improving the quality. It's like bit per second. Higher the bits, higher the quality will be
Click to expand...
Click to collapse
Cool, thanks for sharing!
Sent from my GT-I8150 using xda app-developers app
7amada100 said:
Cool, thanks for sharing!
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
Thanks for confirming it's working too
good job Bro
Adi_ai****eru said:
good job Bro
Click to expand...
Click to collapse
Thank you bro
Looks pretty cool to me..Thx so much.
Warren87 said:
Looks pretty cool to me..Thx so much.
Click to expand...
Click to collapse
Thank you for trying
Decompile camera.apk brow?
Sent from my GT-I8150 using xda premium
mikrotik said:
Decompile camera.apk brow?
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Can you read it's only tweak on media_profiles.xml on system/etc/
does it mean that we will need more space for bigger video file sizes?
dewadg said:
Can you read it's only tweak on media_profiles.xml on system/etc/
Click to expand...
Click to collapse
owh ..
sorry
vetusa2 said:
does it mean that we will need more space for bigger video file sizes?
Click to expand...
Click to collapse
Well of course higher quality needs more size. But not a lot though, just don't worry you will have enough space for other files. Unless you have a really small sdcard that would be sad.
Sent from my GT-I8150 using xda app-developers app
vetusa2 said:
does it mean that we will need more space for bigger video file sizes?
Click to expand...
Click to collapse
Logically...Yes...but the fps down from 27 to 24/s...
cifoel said:
Logically...Yes...but the fps down from 27 to 24/s...
Click to expand...
Click to collapse
It's randomly changed. I often got between 24-27 ~
i think it will be better if you change channels to 2
Channel 2? For what is that?
hadidjapri said:
i think it will be better if you change channels to 2
Click to expand...
Click to collapse
stereo sound. 1 channel means mono
hadidjapri said:
stereo sound. 1 channel means mono
Click to expand...
Click to collapse
Yeah, I've just realized that. Will test it

Best DPI for Galaxy Note 2

I was wondering what is the best DPI for my Galaxy Note 2, I tried other people's suggestions but it didn't work for me so I was wondering how Google decided on their DPI. Considering they're in charge of Android they must know the optimal level so I used the Nexus 7 and the Nexus 4 as reference:
{
"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"
}
So if Google designed a 5.5 inch screen device with 720x1280 resolution, it would most likely be at 270 DPI
I know this won't help a lot of you how it helped me but just thought I'd share it just on the hunch that it might at least help the 1% :silly:
I dropped my dpi to 268(closest I could get on liquidsmooth) and it's great. Your totally right dude.
Sent from my GT-N7105 using xda app-developers app
webbles17 said:
I dropped my dpi to 268(closest I could get on liquidsmooth) and it's great. Your totally right dude.
Sent from my GT-N7105 using xda app-developers app
Click to expand...
Click to collapse
lol thank dude!
268 looks great, on beanstalk ROM thanks!
268 looks great on CleanROM 4.8! Funny how the only apps that don't line up right are the Samsung TouchWiz apps *snicker*
Sent from a van down by the river on an AT&T Galaxy Note 2 and Tapatalk.
Indeed. 268/270 is a great place to be.
Sent from The Bacon Pope's Galaxy Note 2
Hate to ask the obvious question, what is the easiest way to change the DPI? Build prop edit?
opuscroakus said:
Hate to ask the obvious question, what is the easiest way to change the DPI? Build prop edit?
Click to expand...
Click to collapse
That's how I always do it.
Sent from The Bacon Pope's Galaxy Note 2
Thanks for the tip. Running 270 and it looks great.
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
No problem
rohail6 said:
I was wondering what is the best DPI for my Galaxy Note 2, I tried other people's suggestions but it didn't work for me so I was wondering how Google decided on their DPI. Considering they're in charge of Android they must know the optimal level so I used the Nexus 7 and the Nexus 4 as reference:
View attachment 1899144
So if Google designed a 5.5 inch screen device with 720x1280 resolution, it would most likely be at 270 DPI
I know this won't help a lot of you how it helped me but just thought I'd share it just on the hunch that it might at least help the 1% :silly:
Click to expand...
Click to collapse
Just changed to 270 DPI, and love it... Need to find right launcher to fully utilize the whole screen. Looks kind odd with TWLauncher..
Thanks for the finding!
dvdmkr said:
Just changed to 270 DPI, and love it... Need to find right launcher to fully utilize the whole screen. Looks kind odd with TWLauncher..
Thanks for the finding!
Click to expand...
Click to collapse
Nova Launcher at 270 DPI with 5x6 Desktop Grid and Icon Size at 110%.
Worth a try. Good luck.
Got a question need help ive changed my dpi to 240 and never had any problems but now my dialer wont come up and I got the muti dpi dialer and have tried reflashing but still nothing but I can call ppl from the contacts but I can't dial a number
Sent from my SAMSUNG-SGH-I317 using xda premium
275
Sent from my GT-N7105 using xda app-developers app
terpin32 said:
Got a question need help ive changed my dpi to 240 and never had any problems but now my dialer wont come up and I got the muti dpi dialer and have tried reflashing but still nothing but I can call ppl from the contacts but I can't dial a number
Sent from my SAMSUNG-SGH-I317 using xda premium
Click to expand...
Click to collapse
Never tried 240. Maybe it's the specific multi DPI dialer file you have? But by all means you're free to try 270. Every single thing works perfect, just the dialer is a bit to the left. It's like the sweet spot the Note 2 should've came with, you just gotta give it some time. But yeah sorry I don't have an actual answer to your question.
270
rohail6 said:
Never tried 240. Maybe it's the specific multi DPI dialer file you have? But by all means you're free to try 270. Every single thing works perfect, just the dialer is a bit to the left. It's like the sweet spot the Note 2 should've came with, you just gotta give it some time. But yeah sorry I don't have an actual answer to your question.
Click to expand...
Click to collapse
I tried going back to stock at 320 and it still won't work but im using the file multi dpi dialer note2 (4.1.2) universal twrp.zip
Sent from my SAMSUNG-SGH-I317 using xda premium
cwhitney24 said:
That's how I always do it.
Sent from The Bacon Pope's Galaxy Note 2
Click to expand...
Click to collapse
Mind sharing which line you change? I see the same line twice - once within system.prop for smdk4x12 and within ADDITIONAL_BUILD_PROPERTIES - do you change both?
ro.sf.lcd_density=320
Anyone have a SS they're willing to post?
dawheat said:
Mind sharing which line you change? I see the same line twice - once within system.prop for smdk4x12 and within ADDITIONAL_BUILD_PROPERTIES - do you change both?
ro.sf.lcd_density=320
Anyone have a SS they're willing to post?
Click to expand...
Click to collapse
I changed both and I saw I had to change the de.robv.android.xposed.mods.tweakbox file and add the last part <int name="dpioverride/com.sec.android.app.camera/density" value="240" /> to get it to change and it worked for the longest time but just recently hasn't been working
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<int name="low_battery_low" value="15" />
<boolean name="unplug_turns_screen_on" value="true" />
<int name="long_home_press_behaviour" value="2" />
<boolean name="crt_off_effect" value="false" />
<boolean name="battery_full_notification" value="true" />
<boolean name="phone_enable_sip" value="false" />
<int name="low_battery_critical" value="5" />
<boolean name="phone_vibrate_waiting" value="false" />
<boolean name="crt_effect_orientation" value="false" />
<int name="num_signal_bars" value="4" />
<boolean name="phone_call_recording" value="false" />
<boolean name="show_ongoing_ime_switcher" value="true" />
<int name="low_battery_close" value="20" />
<boolean name="phone_increasing_ringer" value="true" />
<boolean name="volume_keys_skip_track" value="false" />
<boolean name="crt_on_effect" value="false" />
</map>
<int name="dpioverride/com.sec.android.app.camera/density" value="240" />
Sent from my SAMSUNG-SGH-I317 using xda premium
dawheat said:
Mind sharing which line you change? I see the same line twice - once within system.prop for smdk4x12 and within ADDITIONAL_BUILD_PROPERTIES - do you change both?
ro.sf.lcd_density=320
Anyone have a SS they're willing to post?
Click to expand...
Click to collapse
Exactly. Edit the ro.sf.lcd_density
Sent from The Bacon Pope's Galaxy Note 2

[MOD][CM10.1] TABBED SETTINGS with SWIPE ( Updated 17 june 2013 )

​
Click to expand...
Click to collapse
MOD CM10.1 - TABBED SETTINGS WITH SWIPE
CM10.1 TABBED SETTINGS YOUTUBE PREVIEW
>> CLICK HERE <<
GUIDE FOR DEVS : [MOD][DEV][GUIDE] TABBED Settings WITH SWIPE for CM9/CM10/CM10.1
Big Thanks to Big Split for tuts/guide and tdunham for helping me solving some error :good:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------​
Click to expand...
Click to collapse
CHANGELOG :
17 June 2013
- Using CM10.1 Alpha -7 Settings.apk
- Fixed Holo UI , thanks to @MicroLizard and Recognized themer @vikasb32, for the fix code,. I mix your both code
- New screenshot added
2 May 2013
- Initial release
Click to expand...
Click to collapse
SCREENSHOTS
{
"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"
}
INSTALLATION
Download attached files, and put it on your sd card
go to CWM
WIPE CACHE
INSTALL ZIP FROM SD
REBOOT
ENJOY :good:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
CREDIT & THANKS
ARCO
BIG SPLIT
tdunham
[Unofficial Community] Galaxy Wonder CyanogenMod Indonesia
IF YOU LIKE THIS MOD, PLEASE PRESS MY THANKS BUTTON TOO:good::laugh:​s
great ! but how can I get navigation bar like on SS ?
Sent from my GT-I8150 using xda premium
A bit pointless
Sent from my GT-I8150 using xda app-developers app
ianfebriyanto said:
great ! but how can I get navigation bar like on SS ?
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
@ianfebriyanto : [MOD CM10.1] COMBINE MODS ( Updated to CM10.1 ALPHA-3)
smuffher said:
A bit pointless
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
@smuffher ; any problem here
Wow.. nice work bro
10 Donlowded , but still no thank button
this is hapened because I develop a Legacy & and Low activity Device..
better to sell my phone
Adi Aisiteru Reborn said:
10 Donlowded , but still no thank button
this is hapened because I develop a Legacy & and Low activity Device..
better to sell my phone
Click to expand...
Click to collapse
Don't
We need you
Btw can you check yr PM?
Sent from my GT-I8150 using xda app-developers app
ipromeh said:
Don't
We need you
Btw can you check yr PM?
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
Thanks man, I appreciate that
yah, I ve repplied it
Adi Aisiteru Reborn said:
10 Donlowded , but still no thank button
this is hapened because I develop a Legacy & and Low activity Device..
better to sell my phone
Click to expand...
Click to collapse
i got the same things on my LG Mods..over 600 views...still no comment..
dont gave up dude... lots of people still need u..exspecially me
Sent from somewhere far...
Adi will this work on pacman
Already hit thanks :good:
irfanharith said:
Adi will this work on pacman
Already hit thanks :good:
Click to expand...
Click to collapse
No it will not work, P.A.C has multi DPI settings layout, I'll look into P.A.C settings later.
Sent from my GT-I8150 using xda app-developers app
Adi Aisiteru Reborn said:
No it will not work, P.A.C has multi DPI settings layout, I'll look into P.A.C settings later.
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
Ohh, okey thanks btw Adi
irfanharith said:
Ohh, okey thanks btw Adi
Click to expand...
Click to collapse
Yahh bro
I'm sorry, I've just look into P.A.C settings and I've tried to make one, but nothing happen to the setting,. I guess this Mod is impossible for Multi DPI layout Rom
Settings
Very good
Hey adi, I am trying to follow guide you posted at OP, but I am facing some probs
1. How/did did you find those lines at smali:
Code:
!--MainSettings.smali--!
<public type="id" name="vPager" id="0x7f08022a" />
<public type="id" name="cursor" id="0x7f080229" />
<public type="id" name="app_tab" id="0x7f080168" />
<public type="id" name="device_tab" id="0x7f080228" />
<public type="id" name="personalized_tab" id="0x7f080227" />
<public type="layout" name="mainsetting" id="0x7f040090" />
!--DeviceSettings.smali--!
<public type="xml" name="device_settings_headers" id="0x7f050051" />
!--AppSettings.smali--!
<public type="xml" name="app_settings_headers" id="0x7f050052" />
!--PersonalSettings.smali--!
<public type="xml" name="personal_settings_headers" id="0x7f050053" />
2. How did you sign system app( Settings.apk in this case) after editing AndroidManifest.xml?
peetu20 said:
Hey adi, I am trying to follow guide you posted at OP, but I am facing some probs
1. How/did did you find those lines at smali:
Code:
!--MainSettings.smali--!
<public type="id" name="vPager" id="0x7f08022a" />
<public type="id" name="cursor" id="0x7f080229" />
<public type="id" name="app_tab" id="0x7f080168" />
<public type="id" name="device_tab" id="0x7f080228" />
<public type="id" name="personalized_tab" id="0x7f080227" />
<public type="layout" name="mainsetting" id="0x7f040090" />
!--DeviceSettings.smali--!
<public type="xml" name="device_settings_headers" id="0x7f050051" />
!--AppSettings.smali--!
<public type="xml" name="app_settings_headers" id="0x7f050052" />
!--PersonalSettings.smali--!
<public type="xml" name="personal_settings_headers" id="0x7f050053" />
2. How did you sign system app( Settings.apk in this case) after editing AndroidManifest.xml?
Click to expand...
Click to collapse
Do not use Big split guide anymore..
Use my new guide and donlod my source too
Sent from my GT-I8150 using xda app-developers app
thanks my bro
I think I am getting blind :d
I didnt see ur guide at OP, I am now following it
bad thread, sorry for spam
This kind of worked on slim bean 5.6 for At&t samsung galaxy s4, but unfortunately the developer options forcecloses and its missing the rom options in the settings, other than that awesome mod.

[MOD][GUIDE][HOW TO]Home and lock button in status bar

***Enable home and lock button in status bar***​
Tools required:
-Any tool which can decompile and recompile apk (e.g apktool i use)
-Notepad++
GUIDE:
STEP1:
Decompile your systemui.apk
STEP2:
Navigate to res/layout/tw_status_bar.xml and open it with notepad++
STEP3:
FIND:
Code:
android:id="@id/doNotDisturbIcon"
#thanks to @engloa
And paste the below code after id/doNotDisturbIcon line
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:gravity="right" android:id="@id/home" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="0.0dip" android:src="@drawable/ic_sysbar_home" android:singleLine="true" android:layout_alignParentRight="true" android:contentDescription="@string/accessibility_back" systemui:keyCode="3" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
#this will add home button on the right side
STEP 4:
Find:
Code:
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff9a9a9a" android:ellipsize="none" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
AND paste the below code after the above code
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="0.0dip" android:src="@drawable/ic_sysbar_lock" android:singleLine="true" android:layout_toRightOf="@id/recent_apps" android:layout_alignParentLeft="true" android:contentDescription="@string/accessibility_back" systemui:keyCode="26" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
#this will enable lock button on the left side
STEP5:
Download the pngs from the attachment and paste them in drawable-hdpi
STEP6:
Recompile your systemui.apk
Result:
{
"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"
}
FILES:
https://www.dropbox.com/sh/ohmhrlnkdbz4oca/b1KnsUlYHr
Download link for Mods:
AROMA_HOME_LOCK_XWMS3
credits:
@engloa for helping me in moving the home button on the right..tnx buddy. @_Sale_ for his systemui.apk
You're welcome buddy
I did a little tinkering and placed the following code after id/doNotDisturbIcon
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:gravity="right" android:id="@id/home" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/ic_sysbar_home" android:layout_alignParentLeft="true" android:singleLine="true" android:contentDescription="@string/accessibility_back" systemui:keyCode="3" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
This way, when notifications comes, the ticker doesn't overlap the status bar icons
Awesome work my dear friend 5*
Very awesome to see tuts like these here. Thanks mate!
As avirk said.. 5*
avirk said:
Awesome work my dear friend 5*
Click to expand...
Click to collapse
TheGovernment said:
Very awesome to see tuts like these here. Thanks mate!
As avirk said.. 5*
Click to expand...
Click to collapse
It dont deserve 5*.
Just a simple guide imo
Anyways thnx buddies
Sent from my GT-I9100 using Tapatalk 2
corruptionfreeindia said:
It dont deserve 5*.
Just a simple guide imo
Anyways thnx buddies
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Anything that somehow contributes to this awesome community deserves 5* :good:
XDA'd via my Galaxy
engloa said:
You're welcome buddy
I did a little tinkering and placed the following code after id/doNotDisturbIcon
Code:
This way, when notifications comes, the ticker doesn't overlap the status bar icons
Click to expand...
Click to collapse
Thanks a lot mate.
I was doing this
@id/ticker android: paddingLeft="4.0dip"
But no changes lol
Bad
Sent from my GT-I9100 using Tapatalk 2
Subscribed
Happy New Year Man
Troubadour666 said:
Subscribed
Happy New Year Man
Click to expand...
Click to collapse
Same to u m8
Hope u had a great party.
Sent from my GT-I9100 using Tapatalk 2
avirk said:
Awesome work my dear friend 5*
Click to expand...
Click to collapse
+1
Sent from my NeatRom'ed GT-I9300 wifi hotspoting from my NeatRom'ed GT-I9100
corruptionfreeindia said:
GUIDE:
STEP1:
Decompile your systemui.apk
STEP2:
Navigate to res/layout/tw_status_bar.xml and open it with notepad++
STEP3:
FIND:
Code:
android:id="@id/doNotDisturbIcon"
#thanks to @engloa
And paste the below code after id/doNotDisturbIcon line
Code:
#this will add home button on the right side
STEP 4:
Find:
Code:
AND paste the below code after the above code
Code:
Click to expand...
Click to collapse
Missing strings...
Sent from my S3 with skippioROM cooked by linus98
linus98 said:
Missing strings...
Sent from my S3 with skippioROM cooked by linus98
Click to expand...
Click to collapse
Oops..am very sorry.
It happens often whenever I edit thru tapa..the code disappears.
Am updating
Sent from my GT-I9100 using Tapatalk 2
Great Work Mate.
Nice share, thanks...
Is there any chance of placing home button next to lock button? I mean in the right side too
xddd00 said:
Nice share, thanks...
Is there any chance of placing home button next to lock button? I mean in the right side too
Click to expand...
Click to collapse
Place @id/home line after @id/back line
Sent from my GT-I9100 using Tapatalk 2
corruptionfreeindia said:
Place @id/home line after @id/back line
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Thanks dude
A very easy example for starters. Good job.
You made the front page news o_o
Congrats CFI :thumbup::thumbup:
Sent from my GT-I9100 using Tapatalk 2
Thank u all very much
Sent from my GT-I9100 using Tapatalk 2

Categories

Resources