How do I to delete unused home screens?
I have 4 empty home screens and only use one.
How can I delete the unused ones on my TF700T?
Larry Fortune said:
How do I to delete unused home screens?
I have 4 empty home screens and only use one.
How can I delete the unused ones on my TF700T?
Click to expand...
Click to collapse
What version of the android are you using ?
What launcher are you using ?
This would be good info ....
Thx Josh
lj50036 said:
What version of the android are you using ?
What launcher are you using ?
This would be good info ....
Thx Josh
Click to expand...
Click to collapse
Running Android 4.2.1
Running TF700 CROMI-Xenogensis 5.4 - 0.6.1.27.5 US DEODEX
Running Jelly Bean 4.2 launcher (what it says under Settings/Launcher)
Kernel: [email protected] #29
Thanks...
Larry Fortune said:
Running Android 4.2.1
Running TF700 CROMI-Xenogensis 5.4 - 0.6.1.27.5 US DEODEX
Running Jelly Bean 4.2 launcher (what it says under Settings/Launcher)
Kernel: [email protected] #29
Thanks...
Click to expand...
Click to collapse
I am not sure, so I am not going to even try to make you thing I do ..... :cyclops:
But I do know a guy that might .....
Let me see if we can get him to give us his input
@sbdags can you give us some help on this one ,,,
Thx Josh
I don't think you can delete screens on the stock launcher. WYSIWYG
Switch to a custom launcher like Apex, ADW or Nova. They have that function plus backup capability and much more.
Asus stock doesn't offer any customisation of its launcher, so on;y way is to install another one.
@Larry Fortune
Looks like they got your question answered .... :good:
Would you add 'SOLVED' in your thread title .....
Thx Josh
Related
Lewa Launcher from Lewa OS
This launcher is from Lewa OS, i tried in LG GT540 with Android 2.3.7 and works excellent, if works in my GT540, probably works in others phones. Lewa Launcher has themes, when you install Lewa Launcher, open app drawer( sliding up the main bar of icons ), see an icon that says "themes", open it and there is a list of themes to download. Lewa launcher is very fast, fluid and smooth.
Just download and try it.
Screenshots
Click here to see the gallery of screenshots
CLICK HERE TO DOWNLOAD LEWA LAUNCHER
.
Interesting I'm gonna try it on my Galaxy Fit and see if it works. Btw where can I download themes for the launcher?
EDIT : Nvm, it works quite well on my GFIT and found the themes setting ~ will tell you if I found bugs ~
will test it out on my EVO3D, with qHD resolution
jcsy said:
will test it out on my EVO3D, with qHD resolution
Click to expand...
Click to collapse
Will waiting for your review for qhd screen.
Could you please add picture too?
Thanks in advance
Sent from my MB865 using Tapatalk 2
Sir ..
please upload it in other websites like mediafire , 4shared , etc
thanks
Wild Cat 2005 said:
Sir ..
please upload it in other websites like mediafire , 4shared , etc
thanks
Click to expand...
Click to collapse
It's in my Dropbox at the moment.
Jens Christensen said:
It's in my Dropbox at the moment.
Click to expand...
Click to collapse
why the one that you give is only 2mb but technoholico is 7.4mb?
awandroid89 said:
why the one that you give is only 2mb but technoholico is 7.4mb?
Click to expand...
Click to collapse
I have no idea why the zip is so large. The actual apk inside the zip is only 2 MB.
I installed the apk that's in my Dropbox myself and it's pretty good. There's even an update function within the app that works. Pretty smooth launcher. I have to wonder why it isn't available on Play?
i have uploaded apk file file to Minus
since the link leads to an AdFly account and there is also other files in zip that
look fishy to me
http://minus.com/mPXurecI7/
hmm? if there are any problems post here i will extract the apk from the rom myself and get it on mediafire. its on lewaOS (like miui) so its not on market
Very nice launcher.Thanks.
Jens Christensen said:
I have no idea why the zip is so large. The actual apk inside the zip is only 2 MB.
I installed the apk that's in my Dropbox myself and it's pretty good. There's even an update function within the app that works. Pretty smooth launcher. I have to wonder why it isn't available on Play?
Click to expand...
Click to collapse
1 hit for you..
thank man..
work on my galaxy s phone
the link is not working for me
No links working
Sent from my LG-VM670 using Tapatalk 2
is there any way in lewa launcher to add shortcut to dock, because i have only 3 icons and i dont use stock sms app
to make it work without force closes put it in system/app and change permission
You can also grab launcher on official lewa site here.
If it'll stop work it means they've updated app and you should look for frog icon here.
SoFvip said:
is there any way in lewa launcher to add shortcut to dock, because i have only 3 icons and i dont use stock sms app
Click to expand...
Click to collapse
Offcourse you can move all the shortcuts were you like.
Keep working on it. This launcher has lot of potential. I would suggest using a better name and just refine a few aspects on it like theme changing. if you can make theme changing as good as miui then I would make this my daily launcher.
mini_robot said:
Keep working on it. This launcher has lot of potential. I would suggest using a better name and just refine a few aspects on it like theme changing. if you can make theme changing as good as miui then I would make this my daily launcher.
Click to expand...
Click to collapse
He didn't make the launcher :facepalm:
Wow
Lmao
Sent from my SAMSUNG-SGH-I717 using XDA
this Stock Launcher 4.0.4 based on LRK ICS rom.
features so far :
1- 5x5 appDrawer
2- 5x5 workSpace
3- 6 icons on dockBar
4- ScreenRotation
P.S reason why i did disabled the screen rotation is because i'm using ICS 4.0.3 rom and i can't test it by myself. you have to wait until i flash LRK 4.0.4 rom and test it by myself, for those who using 4.0.3 i already have it enabled with the same modifications as above.
pm and i'll send you the download link .
tips : having an extra launcher installed in your phone is very important
it may works in CM ICS just install it like any application ( give it a try )
how to Install : extract the launcher from the zip and copy it to system\app and change the permissions to : rw-r-r, reboot .
download link : http://www.mediafire.com/?c2cka85ocruqvm3
for those who likes to enable the Screen Rotation for any Launcher
decompile your apk , go open AndroidManiFest.xml with notepad++ and look for this line
Code:
<activity android:theme="@style/LauncherTheme" android:name="Launcher" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden" android:windowSoftInputMode="adjustPan">
and change it to be
Code:
<activity android:theme="@style/LauncherTheme" android:name="Launcher" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:launchMode="singleTask" android:screenOrientation="user" android:configChanges="keyboardHidden" android:windowSoftInputMode="adjustPan">
after you change it hit save and compile it back , after done from compiling copy AndroidManiFest.xml from UnsignedAPK and paste it in the original APK after you delete the AndroidManiFest.xml from it .
done
Hello,
Thanks for MOD, was exactly what I was looking for.
Can't seem to install the Launcher though. I followed your instructions but the Launcher just force closes.
I'm on stock ICS ROM 4.0.4 - LRG Open Germany.
I thought it may have been the TouchWiz30Launcher.odex file so I deleted that, but still no luck?
Any tips, thanks for your efforts.
Thanks for your effort!
However it's not working on stock ICS ROM 4.0.4 LPM
jk2 said:
Hello,
Thanks for MOD, was exactly what I was looking for.
Can't seem to install the Launcher though. I followed your instructions but the Launcher just force closes.
I'm on stock ICS ROM 4.0.4 - LRG Open Germany.
I thought it may have been the TouchWiz30Launcher.odex file so I deleted that, but still no luck?
Any tips, thanks for your efforts.
Click to expand...
Click to collapse
well i pulled the launcher from 4.0.3 and not 4.0.4 as i'm in somewhere (vacation) that take ages to download 1mb
that's why i didn't update my phone.
anyways if you upload your touchwiz i'll modify it for you
darklord69 said:
Thanks for your effort!
However it's not working on stock ICS ROM 4.0.4 LPM
Click to expand...
Click to collapse
upload your touchwizlauncher and i'll modify it for you
is it possible to do this on the GS3's TW Launcher ? TouchWiz 5 i believe it is
thanks !
k0sh said:
upload your touchwizlauncher and i'll modify it for you
Click to expand...
Click to collapse
Hi k0sh,
That's what I've been thinking that your mod is from 4.0.3... Are you in England for the Olympic Games??
Attached please find the touchwizlauncher from ICS 4.0.4.
Thanks for your great help and sharing :good:
Cheers!
k0sh said:
well i pulled the launcher from 4.0.3 and not 4.0.4 as i'm in somewhere (vacation) that take ages to download 1mb
that's why i didn't update my phone.
anyways if you upload your touchwiz i'll modify it for you
Click to expand...
Click to collapse
Just got back from work and noticed the apk had already been uploaded. Thanks for the quick reply, by the way.
Cheers
azzledazzle said:
is it possible to do this on the GS3's TW Launcher ? TouchWiz 5 i believe it is
thanks !
Click to expand...
Click to collapse
yup i guess so , if you upload it i'll modify it for ya , but i can't test it
Lol nice but i tried it at my phone did not want to reboot. Just stayed stuck at the samsung logo. Very nice idea though thanks anyway for the work done
Sent from my GT-N7000 using xda app-developers app
darklord69 said:
Hi k0sh,
That's what I've been thinking that your mod is from 4.0.3... Are you in England for the Olympic Games??
Attached please find the touchwizlauncher from ICS 4.0.4.
Thanks for your great help and sharing :good:
Cheers!
Click to expand...
Click to collapse
your launcher is broken please re-upload it again. thanks
nope i'm not in england i'm in egypt right now xD the food here is delicious
xtacy1 said:
Lol nice but i tried it at my phone did not want to reboot. Just stayed stuck at the samsung logo. Very nice idea though thanks anyway for the work done
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
+1 on kingdroid. I hate threads with mods that not tested enough by the dev.
Lucky i had cleonote optimise launcher on my sd. All fine now
xtacy1 said:
Lol nice but i tried it at my phone did not want to reboot. Just stayed stuck at the samsung logo. Very nice idea though thanks anyway for the work done
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
i didn't get you ? you mean you got bootloop ? how come its just launcher it wont do that ????
what rom are you using ?
androiadicted said:
+1 on kingdroid. I hate threads with mods that not tested enough by the dev.
Lucky i had cleonote optimise launcher on my sd. All fine now
Click to expand...
Click to collapse
well i'v mentioned that its important that you have an extra launcher installed in your phone , its not my problem if the users dont read probably.
please read* the OP first
k0sh said:
well i'v mentioned that its important that you have an extra launcher installed in your phone , its not my problem if the users dont read probably.
please read* the OP first
Click to expand...
Click to collapse
Extra laugher or not, yours does not work. That's the problem.
Can you make it same for Galaxy S3's Launcher available for Galaxy Note?
With newer Touchwiz Version.
---------- Post added at 07:36 AM ---------- Previous post was at 07:23 AM ----------
Hey Please,
Upload that mod of ICS 4.0.3 because in India we haven't got the 4.0.4 update yet.
SandeepEmekar said:
Can you make it same for Galaxy S3's Launcher available for Galaxy Note?
With newer Touchwiz Version.
---------- Post added at 07:36 AM ---------- Previous post was at 07:23 AM ----------
Hey Please,
Upload that mod of ICS 4.0.3 because in India we haven't got the 4.0.4 update yet.
Click to expand...
Click to collapse
http://www.mediafire.com/?959z4248735e5vc
k0sh said:
i didn't get you ? you mean you got bootloop ? how come its just launcher it wont do that ????
what rom are you using ?
Click to expand...
Click to collapse
Nope not bootloop phone simply was stuck at the samsung logo had to restore my nandroid backup.
I am on Kingdroid 7.0 LRK with notecore 9.3
Also running at 240 dpi if that makes any difference
Sent from my GT-N7000 using xda app-developers app
k0sh said:
well i'v mentioned that its important that you have an extra launcher installed in your phone , its not my problem if the users dont read probably.
please read* the OP first
Click to expand...
Click to collapse
Just for your interest i have about 4 launchers installed on my phone so i did also read the instructions as it will mot be my first attempt to alter anything on my phone. I mearly expressed my experience and did not complain so please do keep the attitude for yourself. Read clearly i even gave thanks for the work done
Sent from my GT-N7000 using xda app-developers app
Please can you make the same MOD with this Touchwix UX Launcher?
http://forum.xda-developers.com/showthread.php?t=1668999
Hi
Im looking for a launcher for my Galaxy S2 that runs Jelly Bean.
Im new to this so does anyone have any ideas and can guide me through the installation ??
Coliba said:
Hi
Im looking for a launcher for my Galaxy S2 that runs Jelly Bean.
Im new to this so does anyone have any ideas and can guide me through the installation ??
Click to expand...
Click to collapse
Hi
I've got the same phone as you do, running a JB ROM and I use the APEX-launcher. I tried several launcher but this one simply rocks :laugh:
Take a look here: https://play.google.com/store/apps/details?id=com.anddoes.launcher&hl=sv
If you want to install and run this launcher simply download it from Market and run it. When it starts you will see a menu with the option to choose which launcher you want to run.
You should try Nova Launcher (JB Beta) too.
Francoiky said:
You should try Nova Launcher (JB Beta) too.
Click to expand...
Click to collapse
I am also using Nova Launcher on a phone running a JB ROM. It works great.
Please guys i really need help with something , i use trebuchet launcher and i want to make my drawer transparent , i hate when its black please help me its really inportant to me
Ps : am running android 4.2.2
Sent From My Evo Galaxy Mini
JellyBean 4.2.2
Please use a propper title when creating a new thread. You will get more help then.
Sorry i forget thx again
Sent From My Evo Galaxy Mini
JellyBean 4.2.2
Yahia700 said:
Please guys i really need help with something , i use trebuchet launcher and i want to make my drawer transparent , i hate when its black please help me its really inportant to me
Ps : am running android 4.2.2
Sent From My Evo Galaxy Mini
JellyBean 4.2.2
Click to expand...
Click to collapse
here
Transparent App Drawer
Hey somebody i need your help !! is there somebody know what is this guy using to make he's ace plus look really like jelly bean ? here the picture link : http://forum.xda-developers.com/showpost.php?p=43675137&postcount=13 Answer me ASAP !!
AimanMuluk said:
Hey somebody i need your help !! is there somebody know what is this guy using to make he's ace plus look really like jelly bean ? here the picture link : http://forum.xda-developers.com/showpost.php?p=43675137&postcount=13 Answer me ASAP !!
Click to expand...
Click to collapse
what do you mean with "really like jelly bean"?
nothing is more jelly bean than HOLO launcher
his theme is TouchWiz , maybe the most "really" galaxy theme ( Sii, SIII, SIV)
im not sure if he is using Jelly Bean, because it doesn't says it anywhere.
2 things, he could be using inspiration v17.2 ( the best GB rom in my opinion)
OR he could be using TheWhisp's JB, with a theme (but you have to do the DPI trick)
choose one from the both, in the case of nr 2 you have to ask him what theme did he put
P.S. we have somewhere a thread of a big list of themes for JB, watch there and maybe you find something you like.
ShadowsDie said:
what do you mean with "really like jelly bean"?
nothing is more jelly bean than HOLO launcher
his theme is TouchWiz , maybe the most "really" galaxy theme ( Sii, SIII, SIV)
im not sure if he is using Jelly Bean, because it doesn't says it anywhere.
2 things, he could be using inspiration v17.2 ( the best GB rom in my opinion)
OR he could be using TheWhisp's JB, with a theme (but you have to do the DPI trick)
choose one from the both, in the case of nr 2 you have to ask him what theme did he put
P.S. we have somewhere a thread of a big list of themes for JB, watch there and maybe you find something you like.
Click to expand...
Click to collapse
Thats actually not inspiration rom but its cyanogenmod . try you look at the picture in the settings . Got superuser . it cyanogenmod right ? so my question is , what did he use to make look like s3 . I already use many launcher but didn't find any like in the pic .
AimanMuluk said:
Thats actually not inspiration rom but its cyanogenmod . try you look at the picture in the settings . Got superuser . it cyanogenmod right ? so my question is , what did he use to make look like s3 . I already use many launcher but didn't find any like in the pic .
Click to expand...
Click to collapse
The cyanogenmod was also an Android rom, so it was jelly bean.
What you wanna ask is how to make the Touchwiz UI.
It was a samsung user interface so you just went to the S7500 theme thread and you can find what you want.
I already gave you the link of it in private message.
But I just give it to you again and hope to help you got what you really want! http://forum.xda-developers.com/showthread.php?t=2252930
here you go....
AimanMuluk said:
Hey somebody i need your help !! is there somebody know what is this guy using to make he's ace plus look really like jelly bean ? here the picture link : http://forum.xda-developers.com/showpost.php?p=43675137&postcount=13 Answer me ASAP !!
Click to expand...
Click to collapse
FIRST : sorry for late reply friend
I'm little busy these days...
ShadowsDie said:
what do you mean with "really like jelly bean"?
nothing is more jelly bean than HOLO launcher
his theme is TouchWiz , maybe the most "really" galaxy theme ( Sii, SIII, SIV)
im not sure if he is using Jelly Bean, because it doesn't says it anywhere.
2 things, he could be using inspiration v17.2 ( the best GB rom in my opinion)
OR he could be using TheWhisp's JB, with a theme (but you have to do the DPI trick)
choose one from the both, in the case of nr 2 you have to ask him what theme did he put
P.S. we have somewhere a thread of a big list of themes for JB, watch there and maybe you find something you like.
Click to expand...
Click to collapse
SECOND : its definitely not Gingerbread base rom mate
if you want to make your acep look like this
Follow This threads :
Theme & wallpaper
S4 Launcher
(big thanks to her to port such amazing launcher :highfive
Code:
download theme
install it on CM10 / 10.1 whatever as per your choice.
flash launcher MDPI (our device)
set wallpaper
done
j.posarekar70 said:
FIRST : sorry for late reply friend
I'm little busy these days...
SECOND : its definitely not Gingerbread base rom mate
if you want to make your acep look like this
Follow This threads :
Theme & wallpaper
S4 Launcher
(big thanks to her to port such amazing launcher :highfive
Code:
download theme
install it on CM10 / 10.1 whatever as per your choice.
flash launcher MDPI (our device)
set wallpaper
done
Click to expand...
Click to collapse
OMG ! TY DUDE ! You are the best developer . !!
j.posarekar70 said:
FIRST : sorry for late reply friend
I'm little busy these days...
SECOND : its definitely not Gingerbread base rom mate
if you want to make your acep look like this
Follow This threads :
Theme & wallpaper
S4 Launcher
(big thanks to her to port such amazing launcher :highfive
Code:
download theme
install it on CM10 / 10.1 whatever as per your choice.
flash launcher MDPI (our device)
set wallpaper
done
Click to expand...
Click to collapse
hey i have 1 more question . how did you make your cyanogenmod with stock icon like settings, message etc ? I don't like the cyanogenmod icon .
j.posarekar70 said:
FIRST : sorry for late reply friend
I'm little busy these days...
SECOND : its definitely not Gingerbread base rom mate
if you want to make your acep look like this
Follow This threads :
Theme & wallpaper
S4 Launcher
(big thanks to her to port such amazing launcher :highfive
Code:
download theme
install it on CM10 / 10.1 whatever as per your choice.
flash launcher MDPI (our device)
set wallpaper
done
Click to expand...
Click to collapse
hey thanks for the theme i wanted it as well
the reason i though it was inspiration it is because i didn't look at the writing on the settings, i just took a fast look over them so im sorry, i will not repeat that mistake again
AimanMuluk said:
hey i have 1 more question . how did you make your cyanogenmod with stock icon like settings, message etc ? I don't like the cyanogenmod icon .
Click to expand...
Click to collapse
when you install theme, you will get whatever you want
ShadowsDie said:
hey thanks for the theme i wanted it as well
the reason i though it was inspiration it is because i didn't look at the writing on the settings, i just took a fast look over them so im sorry, i will not repeat that mistake again
Click to expand...
Click to collapse
its ohk man... :highfive: