[Q] Disable Carousel Effect for Sense 4.0 on HTC One X - HTC One X

Anyone here managed to find a way to disable sense 4.0 Carousel effect for the HTC One X?
This should allow Live Wallpapers to work properly and not stop each time you flick a screen.

Cxpher said:
Anyone here managed to find a way to disable sense 4.0 Carousel effect for the HTC One X?
This should allow Live Wallpapers to work properly and not stop each time you flick a screen.
Click to expand...
Click to collapse
The pausing of Live Wallpaper is infuriating. It never happened on my Sensation.

It is and i believe it has something to do with the carousel effect. The effect is also unnecessary and a waste of resources.

Anyone with some time willing to try this with Rosie.apk?
Decompile rosie.apk, once decompiled click on smali folder, com folder, HTC folder then launcher folder. Find the RingSlideController.smali file. Open file with notepad ++ or alike text editing app. Find = .method public getDestinationScreen(I)I Within that method find= invoke-virtual {p0,p2}, Lcom/htc/launcher/RingSlideController; >getSnapOffset(I)I Change the "move-result v1" to const/4 v1, 0x1 To make it easy, in the leedroid rosie it's line # 735 that's it, recompile rosie, resign and zipalign.
This was what was done in Sense 3.5 to disable it. Not sure if it still works in Sense 4.0.

Related

[Q] Sense Date Picker Control

Is there a way to use the HTC calendar style date picker control in my own program?
Or, is it something that could be ripped out of an apk and used in my own program?
Just curious if anyone has done this before.... I like being able to 'flick' the wheels, the stock control is a little boring.
k_flan said:
Is there a way to use the HTC calendar style date picker control in my own program?
Or, is it something that could be ripped out of an apk and used in my own program?
Just curious if anyone has done this before.... I like being able to 'flick' the wheels, the stock control is a little boring.
Click to expand...
Click to collapse
its a part of either the framework apk or resources apk. but the files in the apk are linked to a .jar that controls the function of not only that selector, but just about everything else in the OS that is java related. so you could probably find and pull the png files, but unless you know java code and can write the function on your own itll be worthless.

[Q] 5 apps across in the app drawer?

Hello, all.
I have tried searching to no avail.
While experimenting with different roms, I know certain roms come with the app drawer reflecting 5 apps going across the phone instead of the stock 4. My question is: Is there some kind of flashable file that can make the app drawer show 5 apps going across it?
Thanks in advance.
I use adw launcher and it can hold 5
sent from a pineapple under the sea
Cy_n_ic said:
I use adw launcher and it can hold 5
sent from a pineapple under the sea
Click to expand...
Click to collapse
Yea, but I'm one of the few people that like Sense. I was hoping one of the devs had made a flashable file that I just wasn't able to find.
One thing thats different about android and WM is the fact that it isn't as easy to make a flashable file for ALL ROMs. What happens is in this case for example is the rosie.apk has been modified to show 5 x 5 icons. That rosie.apk also contains some the graphics that make up the rosie (some are in another apk as well). So what would have to happen is someone would have to create a rosie.apk for each style of rosie currently available or maybe someone would create the file just for you. They could most likely do it if they new what rosie you were using. In WM it was a simple modify a registry setting or add something to the registry.
OH and just as many people like Sense as people that don't. I like it.
I have awd launcher with kaosfroyo........can't figure out how to add apps to the bottom drawer......please help.......thanks
Aftondroid
aftondroid said:
I have awd launcher with kaosfroyo........can't figure out how to add apps to the bottom drawer......please help.......thanks
Aftondroid
Click to expand...
Click to collapse
Just make a shortcut on homescreen and drag it to the dock, a white bar will show up and drop it there
sent from a pineapple under the sea
Drawer apps
Tried it but no cigar.......if I drag a shortcut to the drawer I don't get any white bar to drop in on...............thanks anyway..........
Post update......I have a Rosie scroll file in my sd.......would tha
T cause a conflict and should I nix it......thanks again....
Aftondroid
aftondroid said:
Tried it but no cigar.......if I drag a shortcut to the drawer I don't get any white bar to drop in on...............thanks anyway..........
Post update......I have a Rosie scroll file in my sd.......would tha
T cause a conflict and should I nix it......thanks again....
Aftondroid
Click to expand...
Click to collapse
Go to adw settings, ui settings and make sure dockbar is checked, then go to system prefs and use swipe down th hide show dockbar, it will be blank until u drag an icon to it
sent from a pineapple under the sea

TouchWiz for JB 4.1.2 (LSJ)

I've searched a lot on this forum but couldn't find a modded Touchwiz for the leaked LSJ 4.1.2, all found are for ICS so they cannot be used.
I would like to remove the icon labels from the homescreen and from dock icons and reduce the number of screens from 7 to 3.
Does anyone have one already modded or can guide me to modify mine using apktool? (I also read on this forum that the smali file needs to be modified somehow).
Thank you!
You don't need a modded one to change the number of home screens. just 'menu > edit page' or pinch the screen and then long press on a page and drag to delete.
Sent from my GT-I9100
dan.alex said:
I've searched a lot on this forum but couldn't find a modded Touchwiz for the leaked LSJ 4.1.2, all found are for ICS so they cannot be used.
I would like to remove the icon labels from the homescreen and from dock icons and reduce the number of screens from 7 to 3.
Does anyone have one already modded or can guide me to modify mine using apktool? (I also read on this forum that the smali file needs to be modified somehow).
Thank you!
Click to expand...
Click to collapse
4.1.2 already have TouchWiz right?you really can just dump the screen and make it 3.no need to modded anything.sorry for my bad english.
managed to reduce the number of screens to 3 but still wanna get rid of the icon labels. any idea how to do it ?
dan.alex said:
managed to reduce the number of screens to 3 but still wanna get rid of the icon labels. any idea how to do it ?
Click to expand...
Click to collapse
- Decompile SecLauncher2.apk, then
- look for variables in res/dimens.xml and res/integers.xml (maybe you will find something like homescreen_icon_textsize, or hotseat_height)
- look for icon styles in res/styles.xml (most likely you will find styles for HomeScreenIcon and/or HotSeatIcon, then you can set the value of android:textSize to 0)
- finally examine layout files in the res/layout folder. For example it is possible that the homescreen icon has a layout file, which tells you what styles / dimensions you should seek.
Good luck!
Gyebro said:
- Decompile SecLauncher2.apk, then
- look for variables in res/dimens.xml and res/integers.xml (maybe you will find something like homescreen_icon_textsize, or hotseat_height)
- look for icon styles in res/styles.xml (most likely you will find styles for HomeScreenIcon and/or HotSeatIcon, then you can set the value of android:textSize to 0)
- finally examine layout files in the res/layout folder. For example it is possible that the homescreen icon has a layout file, which tells you what styles / dimensions you should seek.
Good luck!
Click to expand...
Click to collapse
how to mod TW5 LSJ wallpaper scrolling ?
specialex said:
how to mod TW5 LSJ wallpaper scrolling ?
Click to expand...
Click to collapse
Hello!
Set the fixedWallpaperOffset to false in res/values/bools.xml:
Wallpaper is fixed is true:
Code:
<bool name="config_fixedWallpaperOffset">true</bool>
Wallpaper will be scrolling:
Code:
<bool name="config_fixedWallpaperOffset">false</bool>

[Q] Lockscreen modding Question Thread (smali m10,...)

Hi,
I'm looking to make some changes on the Sense Lockscreen. My only problem is, that i never made this before. So i need some help from you to get it working.
First of all i know a bit of programing, so i'm not a 100% noob. I know c, c++, matlab, assambler.
I looked at the smali code at the idlebase.apk. For me it looks a bit like assambler. When i tryed to remove the ring bouncing the whole lockscreen had still all weather animations, but doesn't react on touch (removed my changes again)
What i'm looking for is:
1. change unlockposition from the shortcuts,
2. change the moving direction from the shortcuts,
3. make the weatherbackground taking the image from homescreen (like stock lockscreen),
4. remove the moving clock when touching somewhere at screen.
I found some functions like unlock(), or unlock(I). But there are only variables v1 p1, v2 p2,...
So where are the positions declared??
I really hope some devs are willing to share their experience with me.
HandyBesitzer

[Q] How can I edit especific part of sense skin?

hi, I'm new here
I was searching how to make my own custom skins for HTC sense 3.5
I tried to modify the res .Png of system/HTCweatherwidget.apk weather.apk and also framework/com.HTc.resources.apk
but I couldn't find those parts (attachment)
where can U find the back of the weather skin, also calendar and the main sense bar?
and how can I change the background of the menu "all apps"?
I only find the lockscreen and common icons from com.htc.resources and system/apk only appears the buttons of the
main sense bar (all apps button, phone button and customize)
thanks

Categories

Resources