Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
SpaceCaker
Old
#51  
SpaceCaker's Avatar
Recognized Themer
Thanks Meter 6271
Posts: 10,487
Join Date: Mar 2011
Location: netherlands

 
DONATE TO ME
how did you guys edited the touchwizz launcher .. to let it go in landscape ?? i want to know to build it with my theme



Are you looking to me?? i have an chinese ARMY !! (-(-(-.-)-)-)
 




Team Adreno
Team BroadComCM

My Github Click Here
Github BroadcomCM Click Here
Github CyanoSpaceMod Click Here

ON VACATION TILL 29 May 2013

 
aya.yaya
Old
(Last edited by aya.yaya; 3rd January 2012 at 04:43 AM.)
#52  
Senior Member
Thanks Meter 140
Posts: 198
Join Date: Oct 2011
Location: Bogor
Quote:
Originally Posted by robinandroid View Post
how did you guys edited the touchwizz launcher .. to let it go in landscape ?? i want to know to build it with my theme



Are you looking to me?? i have an chinese ARMY !! (-(-(-.-)-)-)
decompile tw30launcher, edit AndroidManifest.xml with notepad ++, and go to line 25 (android:screenOrientation="user"), change "nosensor" with "user"

then compile it...

Cmiiw
 
SpaceCaker
Old
#53  
SpaceCaker's Avatar
Recognized Themer
Thanks Meter 6271
Posts: 10,487
Join Date: Mar 2011
Location: netherlands

 
DONATE TO ME
Quote:
Originally Posted by aya.yaya View Post
decompile tw30launcher, edit AndroidManifest.xml with notepad ++, and go to line 25 (android:screenOrientation="user"), change "nosensor" with "user"

then compile it...

Cmiiw
ok will try it

i thoight i need to go to layout

Are you looking to me?? i have an chinese ARMY !! (-(-(-.-)-)-)
 




Team Adreno
Team BroadComCM

My Github Click Here
Github BroadcomCM Click Here
Github CyanoSpaceMod Click Here

ON VACATION TILL 29 May 2013

 
penyo_aka
Old
(Last edited by penyo_aka; 28th January 2012 at 04:47 PM.)
#54  
Junior Member
Thanks Meter 3
Posts: 20
Join Date: Dec 2011
Quote:
Originally Posted by aya.yaya View Post
decompile tw30launcher, edit AndroidManifest.xml with notepad ++, and go to line 25 (android:screenOrientation="user"), change "nosensor" with "user"

then compile it...

Cmiiw
Try this but nothing happen. There is another file that must be mod?some smali or xml?
 
andluv
Old
#55  
andluv's Avatar
Member
Thanks Meter 25
Posts: 94
Join Date: Jan 2012
works gr8t!!!! on stock thanq u
 
WILMANS2M
Old
#56  
Senior Member
Thanks Meter 34
Posts: 116
Join Date: Aug 2009
Location: Mantes-la-Ville
hello,
well i own sgsII and i'd like to know how to make a sorting tw. I try some change on smali file with sgs1 instruction (for tw 3) but it doesn't work on tw4.
What have you done to have an alphabetical tw ?

thanks.
 
SpaceCaker
Old
#57  
SpaceCaker's Avatar
Recognized Themer
Thanks Meter 6271
Posts: 10,487
Join Date: Mar 2011
Location: netherlands

 
DONATE TO ME
link of new launcher is dead

cant download on pc

---------- Post added at 07:42 PM ---------- Previous post was at 07:39 PM ----------

http://uploading.com/files/get/4272679c/ is dl link
 




Team Adreno
Team BroadComCM

My Github Click Here
Github BroadcomCM Click Here
Github CyanoSpaceMod Click Here

ON VACATION TILL 29 May 2013

 
SpaceCaker
Old
#58  
SpaceCaker's Avatar
Recognized Themer
Thanks Meter 6271
Posts: 10,487
Join Date: Mar 2011
Location: netherlands

 
DONATE TO ME
Quote:
Originally Posted by aya.yaya View Post
decompile tw30launcher, edit AndroidManifest.xml with notepad ++, and go to line 25 (android:screenOrientation="user"), change "nosensor" with "user"

then compile it...

Cmiiw

cant find it
here is my XML
this is what is in my androidmanifest

<?xml version="1.0" encoding="UTF-8"?>
<manifest android:versionCode="7" android:versionName="2.1-update1" android:sharedUserLabel="@2131361793" package="com.sec.android.app.twlauncher"
xmlns:android="http://schemas.android.com/apk/res/android">
<permission android:label="@2131361839" android:name="com.android.launcher.permission.INST ALL_SHORTCUT" androidrotectionLevel="0" androidermissionGroup="android.permission-group.SYSTEM_TOOLS" android:description="@2131361840" />
<permission android:label="@2131361841" android:name="com.android.launcher.permission.UNIN STALL_SHORTCUT" androidrotectionLevel="0" androidermissionGroup="android.permission-group.SYSTEM_TOOLS" android:description="@2131361842" />
<permission android:label="@2131361843" android:name="com.android.launcher.permission.READ _SETTINGS" androidrotectionLevel="0" androidermissionGroup="android.permission-group.SYSTEM_TOOLS" android:description="@2131361844" />
<permission android:label="@2131361845" android:name="com.android.launcher.permission.WRIT E_SETTINGS" androidrotectionLevel="0" androidermissionGroup="android.permission-group.SYSTEM_TOOLS" android:description="@2131361846" />
<uses-permission android:name="android.permission.DELETE_PACKAGES" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.EXPAND_STATUS_BAR " />
<uses-permission android:name="android.permission.GET_TASKS" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.SET_WALLPAPER" />
<uses-permission android:name="android.permission.SET_WALLPAPER_HIN TS" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.BIND_APPWIDGET" />
<uses-permission android:name="com.android.launcher.permission.READ _SETTINGS" />
<uses-permission android:name="com.android.launcher.permission.WRIT E_SETTINGS" />
<uses-permission android:name="com.sec.android.provider.badge.permi ssion.READ" />
<uses-permission android:name="com.sec.android.provider.badge.permi ssion.WRITE" />
<application android:label="@2131361792" android:icon="@2130837556" android:name="LauncherApplication">
<activity android:theme="@16973919" android:name="Launcher" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:launchMode="2" android:screenOrientation="5" android:windowSoftInputMode="0x20">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.MONKEY" />
</intent-filter>
</activity>
<meta-data android:name="android.app.default_searchable" android:value="*" />
<receiver android:name=".InstallShortcutReceiver" androidermission="com.android.launcher.permissio n.INSTALL_SHORTCUT">
<intent-filter>
<action android:name="com.android.launcher.action.INSTALL_ SHORTCUT" />
</intent-filter>
</receiver>
<receiver android:name=".UninstallShortcutReceiver" androidermission="com.android.launcher.permissio n.UNINSTALL_SHORTCUT">
<intent-filter>
<action android:name="com.android.launcher.action.UNINSTAL L_SHORTCUT" />
</intent-filter>
</receiver>
<provider android:name="LauncherProvider" android:readPermission="com.android.launcher.permi ssion.READ_SETTINGS" android:writePermission="com.android.launcher.perm ission.WRITE_SETTINGS" android:authorities="com.sec.android.app.twlaunche r.settings" />
</application>
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="7" />
</manifest>
 




Team Adreno
Team BroadComCM

My Github Click Here
Github BroadcomCM Click Here
Github CyanoSpaceMod Click Here

ON VACATION TILL 29 May 2013

 
SpaceCaker
Old
#59  
SpaceCaker's Avatar
Recognized Themer
Thanks Meter 6271
Posts: 10,487
Join Date: Mar 2011
Location: netherlands

 
DONATE TO ME
can you make it 4x4 ?



Sent from my GT-S5830 using xda premium
 




Team Adreno
Team BroadComCM

My Github Click Here
Github BroadcomCM Click Here
Github CyanoSpaceMod Click Here

ON VACATION TILL 29 May 2013

 
devilex94
Old
#60  
devilex94's Avatar
Senior Member
Thanks Meter 176
Posts: 121
Join Date: Sep 2011
Location: Nagpur

 
DONATE TO ME
Quote:
Originally Posted by kartik.ansal View Post
TouchWiz Launcher Wid Modifications...!!!

NEW APK RELEASED.....!!!!

THIS WILL WORK ON EVERY ROM.......BUT YOUR PHONE SHOULD BE ROOTED and Deodexed!






IF IN STOCK ROM IT SHOW NOT INSTALLED.....FOLLOW D PROCEDURE WRITTEN BELLOW.

NOTE: INSTAL A SECONDARY LAUNCHER IN CASE U FAIL 2 REPLACE.


1.Delete d old Tw30launcher.apk in system/app using ROOT EXPLORER.( I prefer ROOT EXPLORER).
2.Copy the touchwiz.apk n paste in system/app... using root explorer.
3.chnge the permissions to rw-r--r--
4.restart ur phone.
5.enjoy.
ENJOY!!!



IF UR not able 2 do......SEE D VIDEO
http://www.youtube.com/watch?v=LWoeNCpy_UM



TOUCHWIZ LAUNCHER NEW
^^^^^^^^^^^^
DOWNLOAD NEW ONE
Buddy i download the 4x4 touchwiz but giving me 3x4.please make for 4x4.

 
Post Reply+
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...