Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
s_nlx
Old
#961  
Senior Member
Thanks Meter 9
Posts: 107
Join Date: Jun 2012
Location: Málaga
Quote:
Originally Posted by mobilephone01 View Post
Sounds like you don't like this launchers style.
If you think uncomfortable. You don't need to use it please.

Have you read my request? .....

Enviado desde mi SK17i usando Tapatalk 2
Phone: Xperia mini pro sk17i
Rom: CM 10
Version: Fxp 150
Kernel: fxp kernel
 
alness1213
Old
#962  
alness1213's Avatar
Member
Thanks Meter 18
Posts: 36
Join Date: Dec 2009
Location: Tampico
serajr you could make a version of ics that nothing changes.
rows of applications and indicators do not change them, just rotate and have you set preferences.

but also create vercion indicators and 4 rows of applications

excellent contribution, always working hard for us all. no way to thank the great work that made.
The Following User Says Thank You to alness1213 For This Useful Post: [ Click to Expand ]
 
mobilephone01
Old
#963  
Senior Member
Thanks Meter 14
Posts: 337
Join Date: Jan 2011
Quote:
Originally Posted by s_nlx View Post
Have you read my request? .....

Enviado desde mi SK17i usando Tapatalk 2
"the menu options on top shucks and is very uncomfortable , and I dont like the folder style"

This not call "Request" it's just call "Complain".
Be careful.
The Following User Says Thank You to mobilephone01 For This Useful Post: [ Click to Expand ]
 
RePlaYing
Old
(Last edited by RePlaYing; 25th June 2012 at 01:26 PM.)
#964  
Member
Thanks Meter 0
Posts: 82
Join Date: Jan 2012
Can u make dock background style like in v7? I like it much more.
Anyway great work.

Or default ics home background style more transparent.
Attached Thumbnails
Click image for larger version

Name:	iIS9zG0dlHoBs.jpg
Views:	108
Size:	30.4 KB
ID:	1154602  
 
serajr
Old
#965  
serajr's Avatar
Recognized Themer - OP
Thanks Meter 4391
Posts: 1,260
Join Date: Apr 2011
Location: Rafard - SP
Quote:
Originally Posted by singh_dd93 View Post
Hi serajr

What change do I have to make in an apk file to make it auto rotating.
Plz help me.

can you plz help at http://forum.xda-developers.com/show....php?t=1728971
Done... see your thread.
The Following User Says Thank You to serajr For This Useful Post: [ Click to Expand ]
 
gandhar
Old
#966  
gandhar's Avatar
Senior Member
Thanks Meter 373
Posts: 889
Join Date: Jan 2012
Location: Goa
Quote:
Originally Posted by serajr View Post
Done... see your thread.
can you tell me how to understand smali code?
just point me to some information where i can start
 
DragonClawsAreSharp
Old
#967  
Senior Member
Thanks Meter 1010
Posts: 527
Join Date: Nov 2011
Quote:
Originally Posted by gandhar View Post
can you tell me how to understand smali code?
just point me to some information where i can start
Open the apk using 7zip and then extract the file called "clases.dex" somewhere.
Using an app called dex2jar, convert the dex file to a jar file. Then use jd-gui to open this jar and behold, its all Java.
This java code will make sense to you.
Just find out where you need to edit, and make corresponding changes in the smali files which you get by decompiling the apk.
While making the changes in smali, remember that the values are not integers. They can be anything. Mostly Hexadecimal. Keep a decimal to hexadecimal calculator with yourself and it will help.
That's it.

Thanks,
Rick
Sent from my SK17i using XDA
.
Updating from GB to ICS?

[Tutorial] Update.ICS | Frequently Asked Questions
for Xperia 2011 Devices

...........
Having trouble to root 4.0.4?

[Tutorial]Root.Xperia 4.0.4 ROM
for Xperia 2011 Devices

...........
Want to try custom kernels, ROMs?

[Tutorial]Unlock Bootloader.Test Point
for Xperia 2011 Devices
"]
The Following User Says Thank You to DragonClawsAreSharp For This Useful Post: [ Click to Expand ]
 
IlyaSick
Old
#968  
Member
Thanks Meter 6
Posts: 55
Join Date: Dec 2010
Could you add next functional:
- change application icons
- disable Long press in the list of programs (on\off)
- disable icons label show in home screens and in the list of programs (on\off)
- infinite scrolling in home screens and in the list of programs
 
gandhar
Old
#969  
gandhar's Avatar
Senior Member
Thanks Meter 373
Posts: 889
Join Date: Jan 2012
Location: Goa
Quote:
Originally Posted by DragonClawsAreSharp View Post
Open the apk using 7zip and then extract the file called "clases.dex" somewhere.
Using an app called dex2jar, convert the dex file to a jar file. Then use jd-gui to open this jar and behold, its all Java.
This java code will make sense to you.
Just find out where you need to edit, and make corresponding changes in the smali files which you get by decompiling the apk.
While making the changes in smali, remember that the values are not integers. They can be anything. Mostly Hexadecimal. Keep a decimal to hexadecimal calculator with yourself and it will help.
That's it.

Thanks,
Rick
Sent from my SK17i using XDA
whoa this is cool man. till now i was just doing just xml ****.
thanks a lot
 
serajr
Old
#970  
serajr's Avatar
Recognized Themer - OP
Thanks Meter 4391
Posts: 1,260
Join Date: Apr 2011
Location: Rafard - SP
Quote:
Originally Posted by DragonClawsAreSharp View Post
Open the apk using 7zip and then extract the file called "clases.dex" somewhere.
Using an app called dex2jar, convert the dex file to a jar file. Then use jd-gui to open this jar and behold, its all Java.
This java code will make sense to you.
Just find out where you need to edit, and make corresponding changes in the smali files which you get by decompiling the apk.
While making the changes in smali, remember that the values are not integers. They can be anything. Mostly Hexadecimal. Keep a decimal to hexadecimal calculator with yourself and it will help.
That's it.

Thanks,
Rick
Sent from my SK17i using XDA
That´s it Rick... thanks for support!

I have done a lot of new smali methods in Home.apk for all these features you know. First I created an eclipse android project with same Home packages names and all of coding is java, then I compile this project and get classes.dex smali codes and paste to Home smali files. This procedure becomes easier with time.

 
Post Reply+
Tags
app, launcher, mini, tweaked, xperia
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...