[MOD][GUIDE][HOW TO]Home and lock button in status bar - Galaxy S II Themes and Apps

***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

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

[MOD][GUIDE] Fullscreen Lockscreen, Homescreen and Pulldown Notification

WARNING
1. I dont take any responsibility if your phone got brick
2. This mod will hide your status bar icon, notification icon, clock, date, and notification text. Please use it wisely. You have been warned!!!
HOW TO
1. Decompile SystemUI.apk
2. Open res\layout\status_bar.xml and edit all this code to android:layout_height="0.0dip"
<LinearLayout androidrientation="horizontal" android:id="@id/icons" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout androidrientation="horizontal" android:id="@id/ticker" androidaddingLeft="6.0dip" android:animationCache="false" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.android.systemui.statusbar.DateView android:textAppearance="@*android:style/TextAppearance.StatusBar.Icon" android:gravity="left|center" android:id="@id/date" android:background="#ff000000" androidaddingLeft="6.0px" androidaddingRight="6.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
3. Save and close
4. Compile SystemUI.apk
5. Decompile framework-res.apk
6. Open res\values\dimens.xml and edit
<dimen name="status_bar_height">25.0dip</dimen>
to 3.0dip or if u find it difficult to pulldown your notification, change it to bigger value
7. Save and close
8. Compile framework-res.apk
9. Push SystemUI.apk and framework-res.apk to system
10. Enjoy
NOTE
1. If u still find it difficult to pulldown your notification, use hard menu key on the left and press notification
2. Please give proper credit
3. Dont forget to press thanks
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"
}
Good guide
Sent from my GT-S5360 using xda app-developers app
Guides go in general. Reported
Sent from my HTC Wildfire S using Tapatalk 2
Nice guide
ROM EVOLUTION X3
KERNEL HELL FUSION
ALINS JB THEME + EVOLUTION S3 STATUS BAR.
Want To Ask Question? Ask Here
edit your post & disable smileys !!
eg &
or use [ code ] [/code ]
nice one
looking forward to be implemented in the next ota update for nemesis..
swag..
This is what i'm planning nextweek.. hahaha thanks for the guide this well make my work faster..
Could some one, please provide me modified XML files ( not apks) as I can't reach my PC and I really want this mod but change every thing to 0.0dip ( trust me I know what I'm doing ) even in dimens.xml
Thanks
Sent from my GT-S5360 using xda app-developers app
Mohamed.Anwar said:
Could some one, please provide me modified XML files ( not apks) as I can't reach my PC and I really want this mod but change every thing to 0.0dip ( trust me I know what I'm doing ) even in dimens.xml
Thanks
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
https://dl.dropbox.com/u/96472493/status_bar.xml
https://dl.dropbox.com/u/96472493/dimens.xml
awesome!!
Sent from my GT-S5360 using XDA Premium App
what if i only want to hide the status bar at lock screen? whch apk and xml file should i modify
Sent from my GT-S5360 using Tapatalk 2
Believe me... I want it too but i dont know
And i want to hide my statusbar when expand but i dont know...
Sent from my GT-S5360 using Tapatalk 2
what if we use a status bar lyk ics statusbar from d market it wud luk coool..
Awesum mod....
Sent from my GT-S5360 using xda app-developers app
U xan try it and post ss here
Sent from my GT-S5360 using Tapatalk 2
is it still shown in the home screen?
What do you mean??
Sent from my GT-S5360 using Tapatalk 2
I am having problem applying this mod on Stock Rom <deodexed>
can anyone help me stuck on bootloop....
worked perfectly on evo..
I have no problem with stock deodex.
Sent from my GT-S5360 using Tapatalk 2
d3cka said:
I have no problem with stock deodex.
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
i get status bar force close
i get translation error while recompiling framework....!!

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.

Categories

Resources