[MOD] Browser useragent set to "Desktop" for 7510 and 7500 Update 5/8: UEKMB added - Galaxy Tab 10.1 Android Development

[MOD] Browser useragent set to "Desktop" for 7510 and 7500 Update 5/8: UEKMB added
Here is a mod for the stock web browser to always use "desktop" as user agent.
Check your firmware version in settings/about tablet: build number
Install with adb or copy and paste with rootexplorer into system/framework
Make backup first!
For 7510 WIFI tablet
For GT-P7510 UEKMB (only) UEKMB
For GT-P7510 XXKG8 (only) XXKG8
For GT-P7510 XXXFC (only) XXXFC
For GT-P7510 UEKF3 (only) UEKF3
For GT-P7510 UEKM7 (only) UEKM7
For 7500 3G tablet
For GT-P7500 XWKG1 [3G] (only) XWKG1
For GT-P7500 XXKG7 [3G] (only) XXKG7
For GT-P7500 XXKFF [3G] (only) XXKFF Cw version XXKFF
Thanks for the support by Secretfile
{
"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"
}

Workin for me. Thank you. I tried decoding this last night but got errors.
Sent from my GT-P7510 using Tapatalk

Thanks a lot bro!!! It works awesome!

More goodies in works
Post your framework if you have any other rom, i make some ua change frameworks when i get some time to spend.

I hope I'm not asking a dumb question here, but what is the difference between XXXFC and UEKF3? How can I tell which one I'm running?

SolusCado said:
I hope I'm not asking a dumb question here, but what is the difference between XXXFC and UEKF3? How can I tell which one I'm running?
Click to expand...
Click to collapse
Check settings/about tablet
Build number shows your rom version

SolusCado said:
I hope I'm not asking a dumb question here, but what is the difference between XXXFC and UEKF3? How can I tell which one I'm running?
Click to expand...
Click to collapse
No, it's not a dumb question. I'm a professional android developer and I had no idea what he was talking about. I had a look in "About tablet" in the settings and realized that it's the build number. Mine is HMJ37.XXKFF, running touchwiz. I'm guessing UEKF3 is for stock roms(non-touchwiz).

You can also do this by typing "about:debug" into the address bar and hitting enter, then going to Settings>Debug>UAstring and selecting Desktop.
Sent from my GT-P7510 using XDA Premium App

insomniawesome said:
You can also do this by typing "about:debug" into the address bar and hitting enter, then going to Settings>Debug>UAstring and selecting Desktop.
Sent from my GT-P7510 using XDA Premium App
Click to expand...
Click to collapse
That will not stick... and will be only semi functional at best

@docrambone
It it just the browser you had to modify. The reason I ask is because I'm running a custom theme and i dont want to mess with it. I'll just take the browser out of you mod and throw it in system/app if that's the case. Thanks

task650 said:
@docrambone
It it just the browser you had to modify. The reason I ask is because I'm running a custom theme and i dont want to mess with it. I'll just take the browser out of you mod and throw it in system/app if that's the case. Thanks
Click to expand...
Click to collapse
No, the user agent is set in framework-res.apk.
You have to decompile the apk and change some of the xml's and then recompile it again.

DocRambone said:
More goodies in works
Click to expand...
Click to collapse
Doc, you are a shining star, my only hope for now. Offtopic here but PLEASE work out a solution for the file size limitation of the tablet. I don't understand why files larger than 4 GBs can't be copied on the Tab when it has ext4 file system, so I assume there will be a way to get around this. This limitation is killing me (720p mkvs with Diceplayer you recommended the other day)
Your SGS roms revolutionized my phone, so great to see you work on this tab too.

styxx said:
Doc, you are a shining star, my only hope for now. Offtopic here but PLEASE work out a solution for the file size limitation of the tablet. I don't understand why files larger than 4 GBs can't be copied on the Tab when it has ext4 file system, so I assume there will be a way to get around this. This limitation is killing me (720p mkvs with Diceplayer you recommended the other day)
Your SGS roms revolutionized my phone, so great to see you work on this tab too.
Click to expand...
Click to collapse
Yes, lots of things to look into:
Animation speed in app tray, way to sloooow
Screen swipe animations
Warning about copy to sd
File limitations
SMS and call functions etc
Some possibilities opens maybe...:
<bool name="config_statusBarCanHide">true</bool>
<bool name="config_sf_limitedAlpha">false</bool>
<bool name="config_sf_slowBlur">true</bool>
<bool name="config_closeDialogWhenTouchOutside">false</bool>
<bool name="config_emulateExternalStorage">true</bool>
<bool name="config_caseSensitiveExternalStorage">true</bool>
<bool name="config_externalStorageRemovable">false</bool>
<bool name="config_tether_dun_required">false</bool>
<bool name="config_wifi_dual_band_support">false</bool>
<bool name="config_wifi_background_scan_support">false</bool>
<bool name="config_bypass_keyguard_if_slider_open">true</bool>
<bool name="config_automatic_brightness_available">true</bool>
<bool name="config_annoy_dianne">true</bool>
<bool name="config_unplugTurnsOnScreen">true</bool>
<bool name="config_animateScreenLights">true</bool>
<bool name="config_allowAllRotations">true</bool>
<bool name="config_reverseDefaultRotation">false</bool>
<bool name="config_deskDockEnablesAccelerometer">false</bool>
<bool name="config_carDockEnablesAccelerometer">true</bool>
<bool name="config_batterySdCardAccessibility">false</bool>
<bool name="config_UsbHostStorageRemovable">true</bool>
<bool name="config_hasUsbHostStorage">true</bool>
<bool name="config_hasUsbHostSupport">true</bool>
<bool name="config_use_strict_phone_number_comparation">false</bool>
<bool name="config_disableMenuKeyInLockScreen">false</bool>
<bool name="config_enableSlidingTabFirst">true</bool>
<bool name="config_enableLockScreenRotation">false</bool>
<bool name="config_swipeDisambiguation">true</bool>
<bool name="config_filterTouchEvents">false</bool>
<bool name="config_filterJumpyTouchEvents">false</bool>
<bool name="config_bluetooth_sco_off_call">true</bool>
<bool name="config_voice_capable">false</bool>
<bool name="config_sms_capable">true</bool>
<bool name="config_sip_wifi_only">true</bool>
<bool name="config_built_in_sip_phone">false</bool>
<bool name="skip_restoring_network_selection">true</bool>
<bool name="config_showMenuShortcutsWhenKeyboardPresent">false</bool>
<bool name="config_telephony_use_own_number_for_voicemail">false</bool>
<bool name="lockscreen_isPortrait">true</bool>

i cant wait until you really get stuff moving here bro. you do some awesome work. any luck or any further on porting 3.2

task650 said:
i cant wait until you really get stuff moving here bro. you do some awesome work. any luck or any further on porting 3.2
Click to expand...
Click to collapse
No, need a 3.2 kernel to get it running properly.
Kernel development is not my strong area
But i will have a go at the 3.2 base rom anyway

What about a bootloader unlock patch, like in galaxy tab? though the bootloader lock in tab 10.1 is way different as we can flash roms/kernels but can't use nvflash and fastboot anymore! fastboot is an asset to revert to stock recovery or stock kernel without loosing data! just thinking of possibilities for materializing an ingenious idea for solving concerned issue.

I'm using Super Manager to install from system/framework, but I keep getting application not installed. What am I missing? Rooted on touchwiz rom.

okstranger said:
I'm using Super Manager to install from system/framework, but I keep getting application not installed. What am I missing? Rooted on touchwiz rom.
Click to expand...
Click to collapse
You could just use root explorer. Its really easy. Make sure you set the permissions.

I tried to copy over to the system/framework but said not enough space and a lots of FS occurred. And I shut down the TAB. And now when power on the TAB keep on going to the re looping when the Samsung screen on. And it's cannot load now.....try to do a data wipe and it's don't help. Any idea? how do I flashed the ROM again? How to I copy the update.zip to the SD again ?
I flashed to the
[ROM][GUIDE] 3.1 TouchWiz UX for 10.1 WiFi [UPDATE: New WiFi Base Rom and rooted previously.

rogconnect said:
I tried to copy over to the system/framework but said not enough space and a lots of FS occurred. And I shut down the TAB. And now when power on the TAB keep on going to the re looping when the Samsung screen on. And it's cannot load now.....try to do a data wipe and it's don't help. Any idea? how do I flashed the ROM again? How to I copy the update.zip to the SD again ?
I flashed to the
[ROM][GUIDE] 3.1 TouchWiz UX for 10.1 WiFi [UPDATE: New WiFi Base Rom and rooted previously.
Click to expand...
Click to collapse
Use odin and flash the rom again, http://forum.xda-developers.com/showthread.php?t=1167250

Related

Gingerbread based theme for Ascend and MDPI & HDPI devices Update [1/10]

Update 1/10 Minor update to some, maybe major to others, I've made some changes to the status bar pull down for Ascend users, I've changed the main text to be black, I'm still not completely happy with it, so i'll keep tweaking... Also, I've added support for HDPI devices in the Gingerbread3.5.zip, in general the theme should work on a wider variety of devices.
{
"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"
}
Update 1/9 The theme is pretty much complete
In order for Ascend users to get the white clock you need to download buildprop and replace the one under your system folder with it. You'll have to be rooted and use a file manager or you could use adb shell or a terminal to replace your build.prop
Another change to the build.prop for the popups!!!
Special thanks to yuyuye for the information.
I've attached some screenshots of the theme in action. There are many more changes not visible in the screenshots, the majority of the framework-res have been updated to match the new theme.
UPDATE 12/16
I've attached the metamorph theme in case anyone wants to try it, i would say it's beta quality as it's not finished, but it's usable. Just load the v0.1.zip file on to your sdcard, download metamorph and install away. If you have any basic questions, feel free to ask but I won't be providing an major support yet because it's not finished. I would say it's 75% complete at the most. And as always, you shouldn't have any problems but USE AT YOUR OWN RISK!!
UPDATE 12/22
New version v0.3 with a change to the submenu, I changed the submenu to white so the text is legible until i can get the Ascend deodexed and properly change the color of the text...
The download labeled GingerbreadAscend3.zip is may specifically for the Ascend I don't recommend anyone apply it on any other phones
The download labeled Gingerbread3.zip is for any and all MDPI phones
Have fun!!!
screens
http://min.us/mvk9WPS
Insrtuctions for installation:This is a Metamorph theme, so download and install Metamorph. Put the theme on your sdcard. Make sure your phone is rooted, you have busbox downloaded and installed and that usb debugging is turned on
For Ascend users, download your appropriate build.prop file and use a program like root explorer or subfs to copy and paste it into the /system/ directory, if you don't want to purchase one of those programs, download this program from the market "Mount /system (rw / ro)" open it and mount the system as r/w then use adb shell or a terminal emulator to copy the file over
Code:
su
cp /sdcard/build.prop /system/build.prop
and the launcher i'm using in the screenshots is linked to here http://forum.xda-developers.com/showpost.php?p=10063058&postcount=69
and instructions for installing it http://forum.xda-developers.com/showpost.php?p=10069927&postcount=75
also make sure to grab the gingerbread keyboard http://forum.xda-developers.com/showthread.php?t=875202
Extra Launcherpro Icons by Fodoom http://forum.xda-developers.com/showpost.php?p=10464161&postcount=151
Widgets that I use and think are cool:
battstatt
Digital Clock
OneSeven
Tajm
Beautiful Weather
Power Widget
Ascend users checkout http://www.myascend.org for Ascend specific info and tutorials
Make sure to post screenshots if you load the theme!!!
METROPCS ASCEND USERS
Use this build.prop http://forum.xda-developers.com/showpost.php?p=10563819&postcount=239
Thanks BobZhome
UPDATE 1/21
If you are tired of the plain black gingerbread status bar make sure to give this status bar a try, styled by none other than Fodoom himself...
screenshot here http://forum.xda-developers.com/showpost.php?p=10797442&postcount=348
metamorph here http://www.filedropper.com/gingerbread35fodoom
UPDATE 2/3
I am no longer supporting this theme, I'm moving on to bigger and better. Happy themeing!!!!
Made a little progress using apk manager to decompile some of the xmls, got the date to show up white but still not the time and popup option menus(not sure what to call them). If anyone has any expertise, I could use the help....
Keep up the good work, I am looking fws to checking it out!
If you send me your framework-res.apk I can fix the code for the pop-up menu text.
Benny879 said:
If you send me your framework-res.apk I can fix the code for the pop-up menu text.
Click to expand...
Click to collapse
I'd really appreciate it... I've attached it in Metamorph form, if you don't mind, what xml is responsible for those properties?
joenathane said:
I'd really appreciate it... I've attached it in Metamorph form, if you don't mind, what xml is responsible for those properties?
Click to expand...
Click to collapse
For some reason ApkManager isnt allowing me to re-compile this framework. You can find the code changes you need here --> http://forum.xda-developers.com/showthread.php?t=864112&page=8
Post #77
Benny879 said:
For some reason ApkManager isnt allowing me to re-compile this framework. You can find the code changes you need here --> http://forum.xda-developers.com/showthread.php?t=864112&page=8
Post #77
Click to expand...
Click to collapse
Thanks, but problem is I don't have a "values" folder in my framework, much less an xml called "style" in any of the folders...
wait..
I'm an idiot... found it
It wasn't re-compiling the whole framework for me either, i had to to trick it to get it to re-compile the styles.xml by putting it in a different folder and renaming it... Flashed it to my phone.... and... no difference, pulled the framework back down and made sure the changes where present and they are... the Ascend doesn't seem to use those files at all... I'm pretty sure too because i accidentally deleted all the files in the values folder except the styles.xml and the phone works fine...
Thanks for your ideas Benny879, if you have any insight as to whats going on, I'd appreciate any help you could give, in the mean time i'm going to be pouring through these xml files, looking for any clues...
For anyone following the progress on this, the problem seems to be that this phone uses odex files instead of the more easily assessable jar or apks, so I'm looking into deodexing the necessary files... If anyone could offer assistance, I would appreciate it...
How would this theme be applied once its working?
Sent from my M860 using XDA App
xlarkascendingx said:
How would this theme be applied once its working?
Sent from my M860 using XDA App
Click to expand...
Click to collapse
Metamorph my good man, metamorph!
Will metamorph work with launcher pro?
Sent from my M860 using XDA App
xlarkascendingx said:
Will metamorph work with launcher pro?
Sent from my M860 using XDA App
Click to expand...
Click to collapse
The gingerbread metamorph theme I'm working on will change your lock screen sliders, your notification bar and slide down, your dialog confirmation buttons, market place tab button and a bunch of other misc graphics, your signal bars, battery, bluetooth, etc... The theme i'm working on doesn't touch the launcher. i personally use launcher pro, so this theme doesn't conflict with it, but if you want your launcher specifically to look like gingerbread's, you can find themes already made for launcher pro..
joenathane said:
For anyone following the progress on this, the problem seems to be that this phone uses odex files instead of the more easily assessable jar or apks, so I'm looking into deodexing the necessary files... If anyone could offer assistance, I would appreciate it...
Click to expand...
Click to collapse
Definately deodex your ROM first. It will make your life easier.
Sent from my Droid using Tapatalk
Benny879 said:
Definately deodex your ROM first. It will make your life easier.
Sent from my Droid using Tapatalk
Click to expand...
Click to collapse
Thanks for your feedback, sent you a PM...
Does this Rom include a custom kernel to up the Mhz past 600?
fame13 said:
Does this Rom include a custom kernel to up the Mhz past 600?
Click to expand...
Click to collapse
This is not a rom just a metamorph theme... One day we shall overclock, and that day we be a turning point for mankind, nothing will ever be the same after that day.
And how the hell do we deodex?
Sent from my M860 using XDA App
o duh lol mybad man but i will b usong the theme when complete!
Sent from my HUASCEND using Tapatalk
Ok noon question lol. What is a Gingerbread theme?
Sent from my Chill Huawei Ascend using XDA App

[MOD] Gingerbread Keyboard on Atrix! (Updated 4/15/11)

First thing before we start, YOU MUST HAVE A DEODEXED SYSTEM. If you don't know what that means, stop here.
Ok, now we can continue.
This is a quick howto and a mod on how to use Gingerbread Soft Keyboard on Atrix.
1. Download http://nma.usk.bz/atrix.php (Link fixed)
2. Decompress copy them to your phone sdcard:
Code:
adb push GBKeyboard /mnt/sdcard/GBKeyboard
3. Now open a shell on your phone:
Code:
adb shell
4. Become root:
Code:
$ su
5. Backup the original files in case something goes wrong:
Code:
# mkdir /mnt/sdcard/kb_backup
# cp /system/app/LatinIME.apk /mnt/sdcard/kb_backup
# cp /system/lib/libjni_latinime.so /mnt/sdcard/kb_backup
6. Now mount your /system as read-write:
Code:
# mount -o rw,remount /dev/block/mmcblk0p12 /system
7. Now copy the Gingerbreak keyboard files to your system, overwriting the current ones:
Code:
# cp /mnt/sdcard/GBKeyboard/LatinIME.apk /system/app/LatinIME.apk
# cp /mnt/sdcard/GBKeyboard/libjni_latinime.so /system/lib/libjni_latinime.so
Done, you now have a Gingerbread keyboard on your Atrix. This is the stock Gingerbread keyboard right from a Nexus S ROM. It's not a themed keyboard.
There is one known issue, vibrate on key_press is not working. But that's pretty much the only issue that I found. Everything else works. Everything should be working! Let me know of any issues!
And remember: Backup your /system! If you brick your phone, don't blame me!
One last thing, to answer the questions about why you should use this one instead of the market one or other APKs. This is the stock GB keyboard tweaked for the Atrix screen resolutions. You can see the difference on the screenshots below:
On the left the Stock GB Keyboard tweaked(this one I posted) and on the right the Market/other apks:
{
"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"
}
And on landscape more: (you can see on the picture below that the market one also doesnt leave much space for the input form)
Changelog :
4/15/2011
Fixed some broken links.
v2 :
- Fixed some minor cosmetic bugs! Should look a little better overall.
- HapticFeedback is working!
- Based on the Gingerbread keyboard from stock 2.3.2
how is this different from that gingerbread keyboard on the marketplace?
The gingerbread keyboard in the market also works on the atrix. Does this mod have the small keys due to resolution or has it been tweaked for the atrix?
does this compare to Better Keyboard Gingerbread theme?
I just downloaded the one off the market and it seems to be the exact one I had on my captivate
Sent from my MB860 using XDA App
sstalder said:
The gingerbread keyboard in the market also works on the atrix. Does this mod have the small keys due to resolution or has it been tweaked for the atrix?
Click to expand...
Click to collapse
This resolution problem on this one is fixed. Doesnt look tiny.
Banditlol said:
how is this different from that gingerbread keyboard on the marketplace?
Click to expand...
Click to collapse
tha5150 said:
does this compare to Better Keyboard Gingerbread theme?
Click to expand...
Click to collapse
This is the stock gingerbreak keyboard, taken direct from a NexusS and twaked for the Atrix. It has the exact same look and feel and functionalities as the Stock one, including the auto-complete bar above the keyboard.
I have the gingerbread keyboard on mine and it was a simply apk installation .....
Sent from my Nexus S using Tapatalk
ajftl said:
I have the gingerbread keyboard on mine and it was a simply apk installation .....
Sent from my Nexus S using Tapatalk
Click to expand...
Click to collapse
Which APK did you use? When I tried to just install the stock APK from Gingerbread, I got Force Close problems, because of the lib that was incomplatible. And then even when I updated the lib, the keyboard was too small, because of the different resolution of the Atrix. So I still had to tweak the apk.
uskr said:
Which APK did you use? When I tried to just install the stock APK from Gingerbread, I got Force Close problems, because of the lib that was incomplatible. And then even when I updated the lib, the keyboard was too small, because of the different resolution of the Atrix. So I still had to tweak the apk.
Click to expand...
Click to collapse
I would post it up when I get home ...its on my PC ...
I don't get Fc. I get the small keyboard but by choosing the stock one then back to gingerbread fix the problem. Lol. Shootme wont work here and im rooted. Wtf!
Sent from my Nexus S using Tapatalk
ajftl said:
I would post it up when I get home ...its on my PC ...
I don't get Fc. I get the small keyboard but by choosing the stock one then back to gingerbread fix the problem. Lol. Shootme wont work here and im rooted. Wtf!
Sent from my Nexus S using Tapatalk
Click to expand...
Click to collapse
Would you mind to share the apk that you are using? We could be talking about different apks.
uskr said:
Would you mind to share the apk that you are using? We could be talking about different apks.
Click to expand...
Click to collapse
sure... like i said first time u choose the keyboard it displays small letters go back to imput method and select stock keyboard then select gingerbread again.. u have to do that once only .. not like u have to do that procedure often unless u go back to stock keyboard then u want gingerbread again
I don't mind the Gingerbread keyboard that I posted a link to 4 days ago, but the one from the market works awesome, especially because of the skins and the other features you just don't get from the APK - stick with the market one and pay the small fee to get even more skins if you like, I love it!
ajftl said:
sure... like i said first time u choose the keyboard it displays small letters go back to imput method and select stock keyboard then select gingerbread again.. u have to do that once only .. not like u have to do that procedure often unless u go back to stock keyboard then u want gingerbread again
Click to expand...
Click to collapse
Dude I will have to save this APk the one from market doesn't vibrate this thread one does not. But this simple apk does. How ironic. Thanks.
Sent from my MB860 using XDA App
ankitb4u said:
Dude I will have to save this APk the one from market doesn't vibrate this thread one does not. But this simple apk does. How ironic. Thanks.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
The other keyboard will vibrate. You just have to go into the advance settings and change vibration intensity from the phone setting to your own setting.
ankitb4u said:
Dude I will have to save this APk the one from market doesn't vibrate this thread one does not. But this simple apk does. How ironic. Thanks.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
Yeah, where were you looking? The Market one has levels of intensity - the APK just has a checkbox. Which one of those has more control?
GarciaM25 said:
Yeah, where were you looking? The Market one has levels of intensity - the APK just has a checkbox. Which one of those has more control?
Click to expand...
Click to collapse
May be I had the wrong one or I over looked it who knows.
Sent from my MB860 using XDA App
I will post a screenshot later, but the stock gingerbread one adapted for the Atrix screen looks a lot better than the Market Gingerbread keyboard or that other apk posted here.
Also, the stock one I posted is tweaked to give you a little more room while on landscape mode.
I updated the original post with screenshots showing the differences between the stock one tweaked for the Atrix resolution and the market or other apks.
I got the files from your zip copied over but afterwards the only keyboard options I had was swype. Any ideas?
I am running the ADEO ROM from DG.

[MOD+GUIDE] Carrier logo's for stock ROMs (and others)

I have always loved the extended settings Andy Thomoson has made for MIUI (found here), especially the carrier logo's in the statusbar
Well, I have been messing around with the SystemUI.apk from the latest 2.3.7 OTA for the NS4G and made it accessible for that stock ROM. I'll make one for BuglessPete's GPA17 and maybe CM soon.
I'm pretty sure this option has been around for a while but it really is a cool mod and wanted to revive it.
Here is an example of what it looks like
{
"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"
}
The logo can be a lot of things.. Here is a good thread for some carrier logos
So here is the one I showed in the pic: download here
^^That zip was built against the 2.3.7 SystemUI.apk for the NS4G.
I will take requests. Also please refer to the second post for a "How-To"
Instructions
1) Flash ZIP in recovery and rebot
2) Download this eri.xml.zip found HERE
3) Extract that eri.xml and copy/paste it to /data
4) Change permissions to "everything"
-looks like this using Root Explorer or ES File Explorer
5) Toggle airplane mode or reboot to see changes
6) Enjoy!!
How To Submit Request
1) Post your SystemUI.apk and framework-res.apk from your current ROM
(SystemUI.apk is found in /system/app and /system/framework)
2) Post the carrier logo you want (or give an idea of what you want)
3) Post what ROM your using
If you want any other mods like differnt colors for the clock, date, ticker notifications, pretty much anything in the statusbar letme know and I can do that as well
GUIDE
1) Decompile your SystemUI.apk
2) Navigate to your decompiled SystemUI folder and goto
res>layout>status_bar.xml
3) Open it with word processor of choice (I prefer Notepad++)
4)Find the line that starts with
Code:
<com.android.systemui.statusbar.IconMerger
5) Place your curser right at the beginning of that line, press enter to make a space
6) In the empty line now, copy/paste this line of code
Code:
<com.android.systemui.statusbar.CarrierLabel android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:textColor="@android:color/transparent" android:gravity="left|center" android:id="@id/carrier" android:background="@drawable/carrier_logo" android:paddingLeft="6.0px" android:paddingRight="6.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
7) Save and exit
8) Now goto res>values>ids.xml
9) Open that xml and add this line to the end of the id's (right above the </resources> at the bottom)
Code:
<item type="id" name="carrier">false</item>
10)Save and exit
11) Now take your carrier logo picture you want to use and place it in res>drawable-hdpi and name it "carrier_logo"
12) Now compile your SystemUI, sign it if using apktool and make it into a flashable zip
Here's an empty flashable zip folder structure you can use
DOWNLOAD HERE
Just extract that zip, place your moddified SystemUI.apk in the /system/app folder, then select both the system and META-INF folder and zip em up
EDIT: 2-13-12
I changed the code for the carrier logo to hopefully get rid of overlapping text with carrier logo
Outstanding... Thanks fergie
Sent from my Nexus S 4G using xda premium
info[]box1 said:
Outstanding... Thanks fergie
Sent from my Nexus S 4G using xda premium
Click to expand...
Click to collapse
Hey, there he is! Lol glad you like. Gunna be running to school now but post any issues/ideas. I'll be awake at somepoint tonight lol
Sent from my Nexus S 4G using Tapatalk
Just wanted to say the guide works for CM too
Here's mine from n125
Here's the zip for the carrier logo in the pic
DOWNLOAD HERE
Request
Hi fergie!
Very nice work!!!
I using on my HTC HD2 the ROM Typhoon Cyanogenmod 7 based on Android 2.3.7
Here is the link
http://forum.xda-developers.com/showthread.php?t=933951
If is possible, I want to display the carrier name only in the status bar.
I have tried some solution, but on this nevest build don't work
I send you my framework and system-ui
Can you made for me a flashable zip?
Thank you very much and sorry for my bad english....
Hmmm. Well I've only tried on the Nexus S/ Nexus S 4G. But I'll definitely give it a go when I get home!
Sent from my Nexus S 4G using Tapatalk
fergie716 said:
Hmmm. Well I've only tried on the Nexus S/ Nexus S 4G. But I'll definitely give it a go when I get home!
Sent from my Nexus S 4G using Tapatalk
Click to expand...
Click to collapse
Thank you, Fergie!!!
Only carrier name, no graphics logo...
This patch (see attachment) working only on Android 2.3.5
When I install on new Android version, cause me a USB error and crash the status bar app...
Thank you a lot lot lot
cicciomerenda said:
Thank you, Fergie!!!
Only carrier name, no graphics logo...
This patch (see attachment) working only on Android 2.3.5
When I install on new Android version, cause me a USB error and crash the status bar app...
Thank you a lot lot lot
Click to expand...
Click to collapse
Ok I attached a zip you can flash in recovery. Everything decompiled/recompiled fine with no errors.
I also attached the SystemUI.apk by itself in case the zip doesn't work, try moving the SystemUI.apk to /system/app/ and change permissions to rw-r--r--
@melvinchng
Attached is the modded SystemUI in a flashable zip and standalone apk
Just a quick reminder, don't forget to follow the instructions in the OP especially when it comes to the eri.xml to get rid of the double logo
Thank you very much, Fergie, but the mod don't work...
The ZIP file give me an error on flash in recovery and the sistem-ui make disappear the status bar...
Where is the error???
Sorry sorry
cicciomerenda said:
Thank you very much, Fergie, but the mod don't work...
The ZIP file give me an error on flash in recovery and the sistem-ui make disappear the status bar...
Where is the error???
Sorry sorry
Click to expand...
Click to collapse
It should work
Try toggling zip verification in recovery when flashing the zip
if copy/pasting the apk by itself, you have to change permissions of the new SystemUI.apk to rw-r--r--
Or you can use adb to push it to /system/app/ then go into adb shell and run
Code:
su
fix_permissions
fergie716 said:
@melvinchng
Attached is the modded SystemUI in a flashable zip and standalone apk
Click to expand...
Click to collapse
I flash that... I work well.. but the problem is I have my carrier name stack on the icon... I do copy the xml to my data...
Any idea?
Thanks!
Accidentally sent from my Google Nexus S using XDA Premium
melvinchng said:
I flash that... I work well.. but the problem is I have my carrier name stack on the icon... I do copy the xml to my data...
Any idea?
Thanks!
Accidentally sent from my Google Nexus S using XDA Premium
Click to expand...
Click to collapse
yea you need to change the permissions of that xml to "everything" then toggle airplane mode or reboot
Its in the OP
fergie716 said:
yea you need to change the permissions of that xml to "everything" then toggle airplane mode or reboot
Its in the OP
Click to expand...
Click to collapse
Thank you once again... do you know can I use it as background than logo?
Accidentally sent from my Google Nexus S using XDA Premium
melvinchng said:
Thank you once again... do you know can I use it as background than logo?
Accidentally sent from my Google Nexus S using XDA Premium
Click to expand...
Click to collapse
I'm glad it's working for you!! Awesome stuff. Does it look cramped in there? I resized it for you to try and make it look ok
You want to use the logo as your statusbar background?
fergie716 said:
I'm glad it's working for you!! Awesome stuff. Does it look cramped in there? I resized it for you to try and make it look ok
You want to use the logo as your statusbar background?
Click to expand...
Click to collapse
I don't work well actually. Changed the permission, reboot. My carrier name is still there...
Ya, use it as status bar background. So notification icon can float on it...
Accidentally sent from my Google Nexus S using XDA Premium
melvinchng said:
I don't work well actually. Changed the permission, reboot. My carrier name is still there...
Ya, use it as status bar background. So notification icon can float on it...
Accidentally sent from my Google Nexus S using XDA Premium
Click to expand...
Click to collapse
Can you post a pic? It should be working ok
And IDK if that can be done.. I'll take a look tho and see if it can
fergie716 said:
Can you post a pic? It should be working ok
And IDK if that can be done.. I'll take a look tho and see if it can
Click to expand...
Click to collapse
Accidentally sent from my Google Nexus S using XDA Premium

[MOD][GUIDE]Modified S-PEN Shortcuts toolbar / Change Apps (CWM)

IMPORTANT: Flash this MOD at your own risk. I or the XDA assume NO responsibility for any failed flashes or bricked tablets.​
Samsung Galaxy Note 10.1
How-To change Apps in the S-PEN Shortcuts toolbar​
I found, after a long time, a solution for change the Apps in the S-Pen Shortcuts toolbar. The toolbar pops up if you pushed out the S-Pen.
I don´t like and use some Apps like this stupid Game "crayon_physics" or Polaris Office...... first i have delete the Game but how i can get a new App in this Toolbar?!?
Now i have found a solution!!! And i want to teach you how you can do this!!!
First a few Screenshoots before and ofter the modding:
before (without the game):
{
"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"
}
after modding:
So .... how can you change the toolbar? I have tested it only on a deodexed ROM!!
What do you need?
any APK Tool Manager for decombile and recombile, like this LINK
a Text Editor like Notepad++ (free)
your SystemUI.apk from your ROM
a cup cake and a coffee :laugh:
First you decombile the SystemUI.apk
Go to the folder systemui\res\values
open the arrays.xml with the Text Editor
Here you find this lines
Code:
com.diotek.mini_penmemo,com.diotek.mini_penmemo.Mini_PenMemo_Service
com.sec.android.app.snotebook,com.infraware.filemanager.FmFileTreeListActivity
com.android.calendar,com.android.calendar.AllInOneActivity
com.acrodea.crayonphysics,com.acrodea.crayonphysics.crayonphysics
air.com.adobe.pstouch.oem1,air.com.adobe.pstouch.oem1.AppEntry
com.infraware.PolarisOfficeStdForTablet,com.infraware.splash.SplashActivity
Now you need the packageName and the className of the App that you want to make in the Toolbar.
An example:
com.acrodea.crayonphysics,com.acrodea.crayonphysics.crayonphysics
packageName = com.acrodea.crayonphysics
className = com.acrodea.crayonphysics.crayonphysics
or
air.com.adobe.pstouch.oem1,air.com.adobe.pstouch.oem1.AppEntry
packageName = air.com.adobe.pstouch.oem1
className =com.adobe.pstouch.oem1.AppEntry
Now you can change the packageName & className with your wanted Apps and recombile the SystemUI.apk
Pushed the SystemUI.apk in a flash able ZIP or changed it in your ROM.
Here are a List of Apps that i have allready tested! If you have an other App please post the packageName and the className and i added it on this List!!!
Or install the ClassFinder App
Code:
[B]Contacts[/B]
packageName=com.android.contacts
className=com.android.contacts.activities.DialtactsActivity
or
[B]Contacts[/B]
packageName=com.android.contacts
className=com.android.contacts.activities.PeopleActivity
[B]ChatOn[/B]
packageName=com.sec.chaton
className=com.sec.chaton.HomeActivity
[B]Camera[/B]
packageName=com.sec.android.app.camera
className=com.sec.android.app.camera.Camera
[B]Galerie[/B]
packageName=com.sec.android.gallery3d
className=com.sec.android.gallery3d.app.Gallery
[B]Dropbox[/B]
packageName=com.dropbox.android
className=com.dropbox.android.activity.DropboxBrowser
[B]Youtube[/B]
packageName=com.google.android.youtube
className=com.google.android.youtube.app.honeycomb.Shell$HomeActivity
[B]Settings[/B]
packageName=com.android.settings
className=com.android.settings.Settings
[B]Browser[/B]
packageName=com.android.browser
className=com.android.browser.BrowserActivity
[B]Maps[/B]
packageName=com.google.android.apps.maps
className=com.google.android.maps.MapsActivity
[B]Calender[/B]
packageName=com.android.calendar
className=com.android.calendar.AllInOneActivity
[B]PSTouch[/B]
packageName=air.com.adobe.pstouch.oem1
className=air.com.adobe.pstouch.oem1.AppEntry
[B]Contacts[/B]
packageName=com.infraware.PolarisOfficeStdForTablet
className=com.infraware.splash.SplashActivity
[B]E-Mail[/B]
packageName=com.android.email
className=com.android.email.activity.Welcome
[B]Samsung Video Player[/B]
packageName=com.sec.android.app.videoplayer
className=com.sec.android.app.videoplayer.activity.MainTab
more coming soon....
In the attachment you can found a SAMPLE ZIP File! This is flashable over CWM. Use this to flash your own SystemUI.apk ... only change the SystemUI in the ZIP with your SystemUI.apk
If I could help you.... I am happy if you press the THANKS Button or buy me a beer or coffee
:victory:!
Any Credits go to me! Feel free for using this in your own ROM ... only linked this Thread and give the Credits to me! Thanks!
Changelog
11.01.2013
- Class Finder App online ... read here
03.01.2013
- Samsung Video Player added
- Contacts added with a different Startscreen
FAQ
Q: Where can i find the packageName & className from my wanted App?
A: Install the Class Finder App ... this App show you the className and packageName !!! Link
Wow very nice work. Going to be very handy. Thanks.
Sent from my GT-N8013 using Tapatalk 2
Great idea :thumbup:
Send from my toilets
That is the best entry I have seen on this forum, today!
Thank you
I have been looking for something like this.
Now, if we can just get it to be modified, on the fly (as an app and not required to be flashed in recovery), by specifying the apps you want to put in there....THAT will be cool and very, VERY useful.
Thanks for you hard work - appreciated.
bert269 said:
Now, if we can just get it to be modified, on the fly (as an app and not required to be flashed in recovery), by specifying the apps you want to put in there....THAT will be cool and very, VERY useful.
Click to expand...
Click to collapse
Sorry but that is not possible.. because the SystemUI.apk must be decomplie.... and this is on the Device not possible..
pimpmaneaton said:
Wow very nice work. Going to be very handy. Thanks.
Sent from my GT-N8013 using Tapatalk 2
Click to expand...
Click to collapse
Any chance you could add Lecture Notes in future builds of Redemption?
Sent from my Galaxy Note 10.1 using Tapatalk HD
Great News!!!
The User bjbinc have made an App for use to read out the className of any App that installed ist!!! :highfive: :good:
BIG THANKS TO bjbinc !!!!
Install the ClassFinder_1.0.apk from Attachment an start it. Select the needed Apps and go to SAVE. Then the App saves a classes.txt to /storage/sdcard0/ClassFinder/ .... this you can open and find your requestet Infos!!
Great and easy Tool :highfive: :good:
With this Infos you can make the MOD with your own Apps!
To make an App for modded the SystemUI.apk rigtht on the device is not possible because the SystemUI.apk must be decompile.... and this is not possible on the Device. ..... sorry
Glad to help out my friend :good:
anyone having problems with the SystemUI crashing after trying to do this?. The mod works but the it keeps crashing for some reason when i hit the home button
ckavvouras said:
anyone having problems with the SystemUI crashing after trying to do this?. The mod works but the it keeps crashing for some reason when i hit the home button
Click to expand...
Click to collapse
With APK Tool you are using?
Can you post your SystemUI ?
Darkman_RS said:
With APK Tool you are using?
Can you post your SystemUI ?
Click to expand...
Click to collapse
im using apk manager v5.0.2
with the latest apktool.bat and jar
the original apk size compressed is 2.6mb after i recompile its 1.6 mb compressed, when i decompress both file they both match up perfectly as far as i can see
hope this helps with helping me
ckavvouras said:
the original apk size compressed is 2.6mb after i recompile its 1.6 mb compressed, when i decompress both file they both match up perfectly as far as i can see
Click to expand...
Click to collapse
that is ok
your systemui looks good... i think its your apk manager
if decompilie and recompilie without changing anything, works this ui?
which ROM you are using? And please post your untouched SystemUI i try to make the change for you!
Darkman_RS said:
that is ok
your systemui looks good... i think its your apk manager
if decompilie and recompilie without changing anything, works this ui?
which ROM you are using? And please post your untouched SystemUI i try to make the change for you!
Click to expand...
Click to collapse
tried that as well, same thing happens. every time i hit the home back or recent button my system ui crashes, i can open up the pull up menu without a problem, when i pull the spen out the side dock pops up with no problem, cant figure it out. have tried with different methods for compiling and decompiling apks. cant remember what rom im using but i downloaded off xda its a deodexed rom. build number jzo54k.n8000xxcll3.deodexed
ckavvouras said:
tried that as well, same thing happens. every time i hit the home back or recent button my system ui crashes, i can open up the pull up menu without a problem, when i pull the spen out the side dock pops up with no problem, cant figure it out. have tried with different methods for compiling and decompiling apks. cant remember what rom im using but i downloaded off xda its a deodexed rom. build number jzo54k.n8000xxcll3.deodexed
Click to expand...
Click to collapse
Ok then your APK Manager is not work with TW ROMs ... you need to install the framework-res.apk and the twframework-res.apk !!
Test the UI in Attachment!! Flash the ZIP over CWM...
And for decompilie i use this
Guide and this Tool !!!!
Darkman_RS said:
Ok then your APK Manager is not work with TW ROMs ... you need to install the framework-res.apk and the twframework-res.apk !!
Test the UI in Attachment!! Flash the ZIP over CWM...
And for decompilie i use this
Guide and this Tool !!!!
Click to expand...
Click to collapse
no luck, grrr i have tried everything even pushing it with adb, the systemui keeps crashing, when i replace it with the stock systemui everything runs fine, i even installed the latest 8010 you have posted on another thread and build a new one and pushed that one and still no luck :crying: also i noticed the screen turns on by its self for no reason with the modified systemui
one last Attempt ...
Please use the latest N8010er Build N8010XXUCMA5 deodexed from me. After flashed the ROM reboot the device.. then reboot in Recovery and flash the ZIP from this attachment!
I hope now it works...
Darkman_RS said:
one last Attempt ...
Please use the latest N8010er Build N8010XXUCMA5 deodexed from me. After flashed the ROM reboot the device.. then reboot in Recovery and flash the ZIP from this attachment!
I hope now it works...
Click to expand...
Click to collapse
no cigar, flashed it from cwm and this one doesn't even load at boot. I browsed with root explorer and its in the /system/app folder but its just not registering. but thanks anyways man i appreciate the help
ckavvouras said:
no cigar, flashed it from cwm and this one doesn't even load at boot. I browsed with root explorer and its in the /system/app folder but its just not registering. but thanks anyways man i appreciate the help
Click to expand...
Click to collapse
Unfortunately, it doesn't work properly for me. I do get it to work, but then the systeui.apk crashes every few seconds. Do you have an indication of what could go wrong, or at least where do you think a mistake is made?

[TX] Holo Theme

Just sharing my own setup here, in case others are also still interested in the good old Holo look.
EDIT: Added another version, Holo Theme with Sony Quicksettings.
It also has center-clock and 1%-step circle battery.
Downloads are still on the same shared folder. More info and screenies at this post.
Warning: This is ONLY applicable for DE-ODEX Rom!
What is themed on this setup?
- framework-res.apk (pretty much all[or most] the Sony Semc images are not rendered anymore and replaced with Holo images)
- SystemUI.apk (signal images)
- Settings.apk (icon images)
- framework.jar (for us to de/recompile framework-res.apk properly, also this has the Honami Home mod integrated)
- services.jar (also just for compatibility with Honami Home mod)
Screenies:
{
"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"
}
Download:
Holo Theme for TX
***
Just one caveat though, the notification panel clock and toggles are not themed(I think it's tied in smali).
As a temporary workaround, I edited the Sony Sapphire accent theme, and make it more holo #33b5e5.
Choose it in setting-display-theme-Sapphire after you flashed the theme's zip.
***
thanks to:
@dully79 for all the many knowledge that he shared with me in modding
@mcsqwizzys98 for the same reason as well
@niaboc79 for his Honami Home framework.jar/services.jar
@erorcun for his tut on properly de/recompiling Sony framework without having bootloop
BTW, this mod is XTheme-friendly, that's the reason I still made it as my base.
Switch buttons and backgrounds are changed properly in xTheme just to name a few.
You will notice the difference when you try to flash any XTheme themes, even those without any Sony redirections.
EDIT:
The below version is the one I'm actually personaly using to be much more friendly with xTheme themes
I just made the dialog title white and status bar clock-color white so that they will look neutral and not out of place whenever l apply any xTheme themes.
I did that because they can't be themed in xTheme.
Optional version(more xTheme-friendly, also the status bar clock is at center):
http://www.mediafire.com/folder/u06n5h1qui9he/A_version_more_xTheme_friendly
And ofc, I edited Xperia accent theme to white as well to make the toggles white also.
Select it in settings-display-Theme-Xperia after flashing the zip.
Below is a sample when I apply an xTheme theme:
I know this is for the TX but they're so similar, do you think it'd work on the T?
Not sure Matt, coz some ID 's may be different, that's what I encountered on one of the V mod(although that's for V).
Try it mate, anyway the universal flasher tool will automatically create a backup undo zip also.
Tapatalked from my bricked TX
good to see you are still doing good job mate
Rycon33 said:
Not sure Matt, coz some ID 's may be different, that's what I encountered on one of the V mod(although that's for V).
Try it mate, anyway the universal flasher tool will automatically create a backup undo zip also.
Tapatalked from my bricked TX
Click to expand...
Click to collapse
Yeah, I wouldn't be surprised if it failed, I'll try anyway but make a backup.
I'm a big fan of the holo theme! used it back when skyfri still supported it but it got dropped and is incompatible with later JB versions.
I'll let you know how it works out, good work on this bro!
Generally it was fine on my Xperia T,
a few minor problems, the power menu was pretty screwed up! It looked like this:
I did some editing in the framework and it now looks like this:
I know under airplane mode it still says 'silent mode' but it's a minor detail and not that much of an issue for me personally. I couldn't figure how to change it anyway, may take a look another time!
One last slight minor detail: upon boot it say's 'pin operation failed' in the top right for a few seconds, but then turns to 'emergency calls only' and finally to 'EE' (as that's my network). so once again a very small minor issue but that's expected when cross flashing!
Other than this, it seems to all work fine on the T, haven't found anything else! So I'm keeping it on my device, love the holo theme!
Here is my framework-res: http://www.mediafire.com/?ijo0oz3b0tro679
This makes the power menu as seen above for the Xperia T! feel free to put it in the OP if you want so other T users can grab it easily
Matt, they are only IDs for airplanemode etc, that is being called in smali, should be easy to get a fix
I wonder why Sony really gave different IDs for those few minor things only LoL
Good:good: to know that it's somewhat working on T, I'll try or anybody with T can help me hunt those IDs
Rycon33 said:
Matt, they are only IDs for airplanemode etc, that is being called in smali, should be easy to get a fix
I wonder why Sony really gave different IDs for those few minor things only LoL
Good:good: to know that it's somewhat working on T, I'll try or anybody with T can help me hunt those IDs
Click to expand...
Click to collapse
I'll try have a look later, I did a lazy fix and changed the strings rather than the ids
matt4321 said:
I'll try have a look later, I did a lazy fix and changed the strings rather than the ids
Click to expand...
Click to collapse
I guess the best way is to see the original IDs of those images in public.xml, hunt them in smali, then replace with the new IDs.
I think the hard part is hunting down which smali files they are used and called.
@Rycon33: can you make one version with lidroid status bar?
charmidz said:
@Rycon33: can you make one version with lidroid status bar?
Click to expand...
Click to collapse
I've tried mate, believe me, many times, but for some reason it's way out of my comprehension LoL
The one I tried before is from Leo's SystemUI(based on peetr's mod) but Leo also has so many mods integrated into it that I don't personally like so I didn't stick to it.
To others that knows it, feel FREE to use this mod as your base for integrating other mods as well.
Just share it here if possible once finished LoL, hehehe.
Yep!
hope someone makes it :good:
Thanks for the metion Rycoooon and nice work
To track the id it should be quite simple.
Obtain the id from public.xml.
Open all smali files in notepad++.
Click search>find enter the id and click "find all in all opened documents".
If you dont use notepad++...why? It's the shizz!
I'd help look but i've just finished a 14 hour shift and i cannot be bothered to stare at a screen.
I'll do it some time soon,
Just not motivated enough to do it now as my temp fix looks fine.
Sent from my LT30p using Tapatalk 4
How do the ids not match if your flashing Rycons mod with his framework-res and framework-jar, surely they should match against each other?
What did you flash matt?
dully79 said:
How do the ids not match if your flashing Rycons mod with his framework-res and framework-jar, surely they should match against each other?
What did you flash matt?
Click to expand...
Click to collapse
I flashed the whole package! so had his systemui, settings, framework-res, the jars. all of it. but as my post on the previous screen shows something weird was up. so just edited some strings as a temp fix
matt4321 said:
I flashed the whole package! so had his systemui, settings, framework-res, the jars. all of it. but as my post on the previous screen shows something weird was up. so just edited some strings as a temp fix
Click to expand...
Click to collapse
I'm not particularly clued up with strings and smali etc, but you'd think if you flashed the whole package the ids would correlate with one another.
Ive just decompiled and baksmalied the apk and jar file and this is what i get.
Rycons:
I serached strings.xml- "Do you want to reboot into safe mode?" = <string name="reboot_safemode_confirm"
Then i serached public.xml for reboot_safemode_confirm =
Code:
<public type="string" name="reboot_safemode_confirm" id="[COLOR="Red"]0x0104018e[/COLOR]" />
I opened up deodexed T framework-res public and searched 0x0104018e = "global_action_power_off"
That tells me that Rycons framework apk/jar didnt take.
You could try swapping the public.xmls between your framework-res.apk and Rycons to make the ids match up with the framework.jar
dully79 said:
I'm not particularly clued up with strings and smali etc, but you'd think if you flashed the whole package the ids would correlate with one another.
Ive just decompiled and baksmalied the apk and jar file and this is what i get.
Rycons:
I serached strings.xml- "Do you want to reboot into safe mode?" = <string name="reboot_safemode_confirm"
Then i serached public.xml for reboot_safemode_confirm =
Code:
<public type="string" name="reboot_safemode_confirm" id="[COLOR="Red"]0x0104018e[/COLOR]" />
I opened up deodexed T framework-res public and searched 0x0104018e = "global_action_power_off"
That tells me that Rycons framework apk/jar didnt take.
You could try swapping the public.xmls between your framework-res.apk and Rycons to make the ids match up with the framework.jar
Click to expand...
Click to collapse
I'm pretty sure it did take, no error in cwm and the theme is all in place. I don't know why the id's mismatch. I'll look into it tomorrow, bit late to start now, it could take a while
I got another idea Matt, can you try this,
Decompile my framework-res.apk and get the following:
drawable folder
drawable-xhdpi folder
styles.xml
drawables.xml
Then copy it and paste to your own framework-res.apk and then recompile.

Categories

Resources