Related
Hi folks,
I have even more customized the Launcher.apk from rogro82.
I implemented some functionality to create folders in the launcher and to move apps from the launcher into these folders.
As the result the "main menu" should be more clear and controllable.
I'm confused by myself. So here's the description: u17 ist still the old version for cupcake releases. There is a standalone and a replacement. Both are for cupcake based builds.
Then there ist v2.0.1. It's the new version. It's for donut based builds. And it's currently only the replacement version, standalone will come.
So don't use v2.0.1 on cupcake based builds (like cyanogen's 4.0.4 stable) and don't use u17 or u17_replacement on donut based builds (like the cyanogen experimental branch).
Ideas:
Code:
- In the app tray launcher give the possibility to group apps and folders so that they are divided by a thin line with the group name
- Fast up the icon loading even more
- More customization options
Installation (Standalone Version)
Just install the AdvancedLauncher as every other app - It's a "real" home replacement now.
Installation (Replacement Version)
- Plug your USB cable into the phone and your computer
- Make a backup of your original launcher: "adb pull /system/app/Launcher.apk LauncherBAK.apk"
- Remount the /system filesystem: "adb remount"
- Unzip the advanced launcher "unzip Launcher_update_x.zip"
- Push the advanced launcher "adb push AdvancedLauncher_replacement.apk /system/app/Launcher.apk"
- Remove the odex file "adb rm /system/app/Launcher.odex"
- Reboot your phone.
Reverting the installation after making a backup (Replacement Version)
- Remount the /system file system: "adb remount"
- Push your backup: "adb push LauncherBAK.apk /system/app/Launcher.apk"
- Reboot your phone.
Misc things
- Themed Version from overground - Thanks a lot and keep this work up ^^ [v2.1 replacement][Hero-Themed]
- Themed Version for XROM also from overground [v2.1 replacement]
----------------------------------------------------------------------------------------------------------------------------------------------
v2.1 - 25.09
- Readded the standalone version
- Added possibility to disable titles for desktop icons
- Some more I forgot about
v2.0.1 - 16.09
- Fixed hiding from tray launcher
v2.0 - 16.09
- Changed the version numbering xD
- Rebased on Donut
- Added Home-Screen-Full-Bug-Fix (xD) from xidominicanoix
- Back button now closes the submenus
- Added the sensless possibility to configure the count of columns of the tray launcher
- Added the sensless possibility to disable the app names in the tray launcher (if disabled, only the icons are shown)
This works on the CM experimental branches ^^ - Well, it should...
Only the replacement version for this time, sorry about that. The standalone will come soon.
Update 17 - 02.09
It's just a very small update.
- Fixed the shortcut-delete-bug when pushing the replacement version
- Added the possibility to add custom wallpapers for our themers
So there's no need to upgrade for all those who has update 16 installed
Update whatever xD
- Added replacement version from u16. Testet on cm4.0.4
Update 16 - 31.08
- Fixed "drop-beside-folder" crash
- Added possibility for backup/restore of settings/submenu data
- For all themers: Resigning and installing should now work, sorry for that.
If you can't install or anything please post logcats of the process Thank you all.
Update 15 - 30.08
Warning: This version is the first which is a "real" home replacement. This means it can be installed like any other app and you can choose between the original launcher and the advanced launcher. This also means the package name has changed which causes your configuration data to be invalid.
You can "import" you configuration data by copying it into the new folder:
Code:
cp /data/data/com.android.launcher/shared_prefs/extendedlauncher.xml /data/data/com.irrenhaus.advancedlauncher/shared_prefs/
cp /data/data/com.android.launcher/databases/extendeddrawer.sqlite /data/data/com.irrenhaus.advancedlauncher/databases/
cp /data/data/com.android.launcher/databases/extendedsensor.sqlite /data/data/com.irrenhaus.advancedlauncher/databases/
cp /data/data/com.android.launcher/databases/submenu.sqlite /data/data/com.irrenhaus.advancedlauncher/databases/
cp /data/data/com.android.launcher/databases/extendedhome.sqlite /data/data/com.irrenhaus.advancedlauncher/databases/
cp /data/data/com.android.launcher/databases/launcher.db /data/data/com.irrenhaus.advancedlauncher/databases/launcher.db
- Fixed the "cannot-add"-bug
- Fixed the "same-name"-bug
- Removed submenu settings
- Submenu handling is now done fully by drag and drop (Drop a folder from the launcher into the delete zone to delete it. In the menu there is a create submenu button. Long press close button of a submenu to rename it.)
- Added choice dialog when dropping an app icon from the launcher or a submenu onto the delete zone (Default action [hide, mvoe to main menu] or uninstall) so the apps can be uninstalled easier
- Added the possibility to create shortcuts to the submenus onto the home screen
- Hiding & Unhiding apps is now faster
- A few other things I can't remember
Update 14 - 24.08
- Well, no bug fixes, sry. u14 is u13 - but on CM 4.0.2
Update 13 - 14.08
- Fixed the "'" bug
- The only times when the app list is reloaded now is the startup and when you quit the settings dialog, so when you move apps using drag and drop the list is immediately updated. The whole thing is faster now.
The source can be found at my git repository
Have fun with it
whoa very nice gonna follow this development =D
nicee i really like where this is going. having ability for folders within the drawer and putting apps within those folders is AWESOME! subscribed. can we hope for one to come to the jac hero roms? haha
im assuming this is built off of rogro82's launcher mod right?
with this launcher are we able to choice how many screens we want? If so what needs to happen to get this to Hero so we can have only 3 screens while using Touch?
Wow, this will be very useful when done. I hope this gets into a nice theme too.
I would like to have something like this with the other launcher that can hide the icons. Best of both worlds, being able to hide stuff completely (ie widget icons) but also manage the apps you dont want hidden.
Good work
advanced features
Looks really good so far!
I think if you could add a feature that popped up a context menu when you pick up an icon and drop it. (like dxtop) Its way more convenient and 90% of the reason that I use dxtop. Uninstalling programs and finding them in the market takes a tenth of the time.
Please consider trying it, IMO, It would put this launcher over the top!
Amazing. I've been waiting for exactly this since day one of apps2sd. I cant wait till its ready. I'd love to beta test for you if your looking. otherwise, i'll just have the wait patiently.
Nice nice nice! Just yesterday I was thinking about this feature ;D
Very nice idea! I would love to hide all the useless crap in my main menu Like the themes and icon packs I have installed... or the default apps that I never use (google chat, amazon MP3, email, netcounter, Terminal, twidgit (it's a widget...), voice dialer, voice search )
Any way I can port this to Magic's cyanogen 3.6.8?
Well, the Launcher is based on the one out of the repositories from cyanogen. This launcher is the one from rogro82 with my patch to close folders when an app is started out of it.
At this point I just have customized it more so thanks to rogro82 you can completely hide apps AND create subfolders.
I really don't know on which mods it will run 'cause I ever used cyanogen's...
But when its ready, we will know for shure
I haven't tested this code yet.. Is it ready? Let me know and I'll pull from you.
Not yet ready but I am close to it ^^ I'll let you know
irrenhaus said:
Not yet ready but I am close to it ^^ I'll let you know
Click to expand...
Click to collapse
I pulled it into my tree just to keep up.. Looking promising.
great job on the updates still following your progress =D
Draxter said:
Very nice idea! I would love to hide all the useless crap in my main menu Like the themes and icon packs I have installed... or the default apps that I never use (google chat, amazon MP3, email, netcounter, Terminal, twidgit (it's a widget...), voice dialer, voice search )
Any way I can port this to Magic's cyanogen 3.6.8?
Click to expand...
Click to collapse
you never use Terminal!! wow, also u can delete amazon mp3, remount system as read/write and rm the amazon.apk from /system/app folder i wouldnt do that for email or google chat though
Looks really great. But what about performace?
Im also going to pull your code, so that we are on the same level again... Are you working on other features at the moment?
Im thinking about a setting to show the active homescreen number.
Too bad we cant use one thread so that this board doesnt get flooded with changes and will get hard to keep up with by users. Maybe we should setup a "shared" thread and use something like a google project to have a shared base. I dont know how you think about this.
Hi, i think your job is all we was wating , folders into menu! It's fast.
Thanks.
BR.
My changes have been merged into CM7!
I'm starting this thread to test out modifications
This is for CyanogenMod 7, I offer no help getting this to work on anything else.
This version is an update to the ADW.Launcher that already in installed on CM7 so you will keep all your existing settings.
You can also uninstall this version at any time and ADW.Launcher will revert back to the original ADW.Launcher.
As always with these kinds of things, I am not responsible if something goes wrong, so use at your own risk.
Source is now on github and can be viewed here!
My first focus is on application management such as groups/catalogs
0.1.1 Eye Candy Release
Added:
* Backup/Restore of desktop data now also saves categories
* Screen transitions just because I like them and it can get tiresome working of usability stuff.
0.1.0 (Merged into CM7)
Added:
* If no categories, not title shows in the drawer (CM7 requirement so users who don't use categories don't see a change)
* Option to turn off the title in the drawer even if you have categories.
0.0.9
Fixed:
* Better drawer switching on swipe
0.0.8
Added:
* UNCATEGORIZED group now hides when empty
* In preparation to submit to CM7, I have added an option to enable the UNGROUPED group. Disabling the option will revert to the old way of showing the ALL group and does not show the UNCATEGORIZED group.
Changed:
* Renamed UNGROUPED to UNCATEGORIZED
0.0.7
Added:
* Application Info and Market support for Live Folders* Restore icon menu option when changing an icon
Fixed:
* Swipe on empty UNGROUPED folder fixed
0.0.6 (w/Drawer to home screen drag FC fixed)
Changed:
* Editing a user folder now lets you set a custom icon. Not being able to set an icon on a custom folder makes them less attractive for use since I can't visually label it.
Fixed:
* Fixed a drawing issue when opening the vertical drawer that causes the icons to jump
0.0.5
Changed:
* Swipe to change groups in the drawer. Up/down swipes are used for in the Horizontal pagination drawer and left/right swipes are used in the Vertical plain drawer style.
* Search and Wallpaper have been pushed to the more button in the launcher's menu. There are other options are are used more than these.
* Added Manage Applications to the launcher's menu.
0.0.4
Changed:
* Added Edit button on popup menu for Folders so it's easier to rename them. (Eventually I want to add the ability to change the icon on folders just like yo can with apps)
Fixed:
* FC when picking up Shortcuts
0.0.3
Changed:
* Moved System Settings so it's visible in menu, while Lock Desktop has been relegated to More menu. I use Setting WAY more that lock/unlock desktop.
* The group name is now always displayed at the top of the drawer. Gone is the animation showing the name.
0.0.2
Changed:
* Add ADW Settings to menu as they get removed from System Settings
Fixed:
* Fixed so install survives reboot
0.0.1
Features:
* The application popup menu replaces "Uninstall" with "Settings". This takes you to the Application Info window instead. There is an uninstall button on this screen, but also has a lot of other useful information.
* Added "Market" to the application popup window. This takes you to the application in the Market App. Great for quickly seeing updates/comments.
* Added "Choose Group" to the application popup window. This allows you to take an application and pick what groups you want it in. As apposed to opening the group and finding the application to add. Very efficient for newly installed apps.
* The popup menu can now be used in the app drawer. This gives access to the new settings, market and choose group options.
* Replaced drawer's ALL with UNGROUPED. Gone is the ALL list of applications in the app drawer. It has been replaced by the UNGROUPED list. This list only shows the apps that have no group assigned. As you move apps to groups, this list shrinks and makes it easier to find newly installed apps.
* Opening/Changing groups in the app drawer does a quick animation to tell you the name of the group.
Known Issues:
* If there are no apps in the UNGROUPED, the group still shows.
Please post your comments!
If i get enough good feedback, I'll start down the road to getting these changes merged into CM7.
Good job man, really nice improvements.
Just one little suggestions, i wish i could see the group label (top or bottom) on the drawer, insted of it fadind on bottom, that way u allway know what group of apps you are on.
Other than that really digging it. One more thing, i feel noobish asking this but i cant find it, how do you get to adw settings??
N1
fcisco13 said:
Good job man, really nice improvements.
Just one little suggestions, i wish i could see the group label (top or bottom) on the drawer, insted of it fadind on bottom, that way u allway know what group of apps you are on.
Click to expand...
Click to collapse
I agree, but it wasn't going to be easy so I avoided it. Considering there was no indication before, I figured this was a good first step.
fcisco13 said:
Other than that really digging it. One more thing, i feel noobish asking this but i cant find it, how do you get to adw settings??
Click to expand...
Click to collapse
Check out v0.0.2. I've made sure its in the ADW menu as it seems to vanish from the System Settings when you install this update.
Thanks for your feedback!
Got v 0.0.2, adw setting back to normal, works good. Keep tweaking this, good job, will definitely stay on it.
N1
fcisco13 said:
i wish i could see the group label (top or bottom) on the drawer
Click to expand...
Click to collapse
OP updated with v0.0.3 that now shows the group name at the top of the drawer.
Nice the only thing which prevents me from switching from launcherpro is the ability to have custom dock background. . . .
Jandyman said:
Nice the only thing which prevents me from switching from launcherpro is the ability to have custom dock background. . . .
Click to expand...
Click to collapse
there has to be a difference to ADWex ...
Sent from my Nexus One
Man i think this is awesome. works grate on my HTC Desire. Thanks. I think should be nice to integrate in CM. I use CM7 RC2 and i smoothless
Nice idea. Nice features.
Keep on developing
i have ADW ex Running on nightlys will this work or is it the basic ADW?
Jandyman said:
Nice the only thing which prevents me from switching from launcherpro is the ability to have custom dock background. . . .
Click to expand...
Click to collapse
true story
I really like this! One suggestion (unless I just don't know how to do it) would be to allow the ability to swype between groups.
Nice work... Big fan of ADW and these mods.
Suggestion: I'm a proponent of the stupid search button --> useless! Besides its easy to map it to other soft key buttons if one needs it... I say replace it with the manage applications button similar to how it is in the stock launcher or put it under the more button.
I'm running EX unfortunately...
It's almost the perfect launcher except for the terrible groups structure. It's just wrong all the way.
I think custom menus, that you can navigate through swyping left to right, is the way to go...
I would also like a swipe-able app drawer to cycle through the groups.
Hey!
This looks pretty cool. I really like that you moved "lock desktop" as I never use it, but I accidentally hit it sometimes.
I actually had some issues with the locked desktop with ADW recently, and I was wondering if this would be a good place to mention my problem.
As it is, if the desktop is locked and you don't realize it (since I had hit it accidentally), its very confusing when you try to adjust something! The screen vibrates to acknowledge a long press, but nothing else happens. It would be great if you had a short TOAST popup ( http://developer.android.com/reference/android/widget/Toast.html ) that said "Desktop Locked" when the user tries to move something and the desktop is locked.
Its a simple feature but it really had me confused for a while! Since I was on a nightly build I just assumed something was broken, which led me astray from the real solution!
I think a little toast popup for that would rock!
-Taylor
Is it normal to lost my ADW settings selection for the settings menu? Other than that, I am digging this!
Sent from my ADR6300 using XDA App
Edit..I found them under more
Sent from my ADR6300 using XDA App
Could you add the ability to swipe through the app categories in the drawer? (Perhaps even live folders for categories on the desktop?)
Sent from my PC36100 using XDA Premium App
Digging it, Cant wait for the TV shut of when locked tho
[UPDATED] V2 - Read new Changes Further Down :
Before I start I don't take ANY credit for making this rom, this rom is made by the SuperOS team, ALL credits go to them. I have changed nothing on the rom itself, other than made some nice customization on the UI and added in some nice useful apps.
V1.0
Default Apps that come with rom :
Calculator
Calendar
Camera
Car Home
Clock
Contacts
Downloads
DSP Manager
Email
FM Radio
Gallery
Gmail
Google Search
GooManager
Latitude
Maps
Messaging
Navigation
Phone
Places
PlayStore
Settings
Sound Recorder
Spare Parts
SupSetup
Talk
Terminal Emulator
Theme Chooser
Torch
Videos
Voice Dialer
Voice Search
Wireless Tether
Youtube
Apps Added by me :
Adobe Reader
Advanced Task Killer
ADW Launcher
App2SD Pro
Autosync - Onoff
Beautiful Widgets
Beautiful Widget Animations
Documents 2 go pro
DX Battery Booster
ES F Explorer
Facebook
Go SmS Pro
Opera Mini
Mx Video Player+Codecs
Super User
Whatsapp
Wifi-Onoff
Free Space 81.1MB Internal Memory.
Changes made to the rom :
Changed UI to ADW Launcher ( the default launcher was crap, and also only allowed you to use only 3 rows of the deskspace for icons )
Removed Dockbar, screen is small enough and dockbar space is wasted.
Limited the screens to 2, can add more via the ADW Launcher settings.
Added some usefull apps ( see list above )
Added the Evil Eye Wallpaper ( there is additional wallpapers available )
Added the Beautiful Clock/weather Widget on homescreen
Launcher Icon is on bottom right of homescreen to enter menu.
DX battery manager is installed to manage power consumption
Advanced Taskkiller is loaded to kill any open apps when needed.
All Installed apps have been moved to SD with App2SD pro
V2.0 Changes :
Added Rom Toolbox. Now user has full control over his rom.
Changed to better looking Boot Animation
Changed Read Cache for SDcard from 128kb to 1024kb
Set CPU speed to On Demand with min/max CPU to 245mhz/800mhz.
Set Default install path for new apps to SDCard
Increased free space to 82.62mb
free space now 82.62mb
UI in general is now customized to provide maximum Desktop space and removed that damn stupid dockbar. You can still make use of all needed features, status bar is still on top in its default location, you can access menu from the Launcher icon in bottom right of homescreen. Phonebook/dialer can still be accessed by pressing the Phone button as normal.
Screenshots are attached below.
Download CLICK HERE TO DOWNLOAD ROM V2
Filesize = +/- 180MB
Install ( Must have bootloader unlocked/Root/recovery installed !!! Click Here for Guide if you need to unlock/root ) Works with both S-on/S-off:
Install is Simple :
Extract the folder "2012-05-07.23.09.47" to your SD Card->Clockworkmod->backup (keep the folder name and structure as is, dont change anything !)
Pull out your battery and reinsert it.
Boot phone into bootloader ( hold volume down and press power button ).
Choose "recovery"
Clear ALL cache ( Cache partition, Dalvik Cache and Battery stats )
Select backup/restore, then select restore
Choose "2012-05-07.23.09.47"
once restore is done, reboot phone
Once Booted up into Os, link your Google, Facebook and whatsapp accounts ( settings->accounts & Sync.)
Change weather location. ( just click on the sun/moon on desktop to edit weather location )
Change Time/Date to current. ( just click on the clock on desktop to edit time/date )
You are done
Click to expand...
Click to collapse
I made this for anyone who uses most of the same apps and stuff and dont care for the stupid side/dockbar and who don't know or dont want to hassle going thru all the crap to get the rom customized to the point where its actualy user friendly. You can now make FULL use of all your desktop space, you can add extra desktops and with all the most popular apps already installed you still have some memory free to install more.
Enjoy ....
Nice
One question, isn't SuperUser Elite a payed app?
no idea really. i just loaded from my backup apps folder, i hope not...
ext4 partition support?
Hi,
How can i use my ext4 partition on your rom which has formatted a partition program by windows based.
PS. i have never used this EXT4 partition..
i have tried CM and SuperOSR but,
internal seeing always 150mb in total.
If someone describe me using ext4 partitions step by step, i will be greateful
Sounds like you have partition issues, You are asking in the wrong section. This is a rom release, not a partition repair thread.
its good bro but not impressed, u just add few more apps to Rom n release it with very less internal memory..if u really would like to do with this ROM then configure front camera n release it or do some necessary changes for better experience..these application r easily available in market..everybody can add more application & release it with SuperOSR version 3 or 4...please don't copy someone's effort...
ROM is Already gud in itself...
O please, firstly i have taken no credit, neither did i say i changed anything on the rom. Secondly all roms are based on other roms, so everyone is taking stuff from everyone else. PLEASE READ BEFORE YOU POST.
Thirdly, this release is a UI customisation change, not a new rom release. the current superos has a UI that I don't like, all the icons are badly sitting awkwardly on the right hand side, the left column of the screen cant even be used. the dockbar is wasting valueble space and with such a small screen, very few people can click the dock buttons properly. the problem is that they didnt design the rom specificly for just the chacha but for more than one device and as such never took the time to sit with a single device and fix the little things, and If they dont want to fix the UI then why shouldnt i ?
Fourthly, you are right, i didn't have to add the apps, but these are apps most people will use and load anyway so why not just add them into the rom ?
raymerjacque said:
Secondly all roms are based on other roms, so everyone is taking stuff from everyone else.
Click to expand...
Click to collapse
That's why it's called open source.
Btw, munishjoshi, most ROMs are based on AOSP, which is Android Open Source Project, that has about 2000 people around the world working/have worked/will work on it and you don't see any credits to any of them.
Alex C. said:
That's why it's called open source.
Btw, munishjoshi, most ROMs are based on AOSP, which is Android Open Source Project, that has about 2000 people around the world working/have worked/will work on it and you don't see any credits to any of them.
Click to expand...
Click to collapse
my intention was not to steal thunder from anyone. Its just so bloody annoying that everytime i flash superos i must keep fixing the UI and reload all these apps and there must be others out there that feel the same way, this is reason i posted this. if no one has any use for it ill remove it and let everyone be happy...
I am already working on a release of a stripped down Stock Sense rom. and on that rom i am actualy editing the rom itself, not just the UI. Altho it will be a while before its done.
hey don't take it otherwise bro...i just would like to say that do something new...waiting for your further updates...
Apart from the UI there is nothing else to do on this rom. the rom is perfect as it is. just the UI needed adjustment.
Wait for my new rom if you want to see major changes ...
munishjoshi said:
its good bro but not impressed, u just add few more apps to Rom n release it with very less internal memory..if u really would like to do with this ROM then configure front camera n release it or do some necessary changes for better experience..these application r easily available in market..everybody can add more application & release it with SuperOSR version 3 or 4...please don't copy someone's effort...
ROM is Already gud in itself...
Click to expand...
Click to collapse
Please adhere to the old addage "If you don't have anything nice to say, don't say it". Customization is why we all come to xda, either enjoy what is freely given to you, or do it yourself.
raymerjacque said:
O please, firstly i have taken no credit, neither did i say i changed anything on the rom. Secondly all roms are based on other roms, so everyone is taking stuff from everyone else. PLEASE READ BEFORE YOU POST SH!T.
Thirdly, this release is a UI customisation change, not a new rom release. the current superos has a really ****ty UI, all the icons are badly sitting awkwardly on the right hand side, the left column of the screen cant even be used. the dockbar is wasting valueble space and with such a small screen, very few people can click the dock buttons properly. the problem is that they didnt design the rom specificly for just the chacha but for more than one device and as such never took the time to sit with a single device and fix the little things, and If they dont want to fix the UI then why shouldnt i ?
Fourthly, you are right, i didn't have to add the apps, but these are apps most people will use and load anyway so why not just add them into the rom ?
Fifthly, go Frakk off and go troll somewhere else
Click to expand...
Click to collapse
Your language and tone are unneeded, but your message is fine. I edit your posts so you can see how to get your point accross without cursing. Please look.
Can we all try to get along?
Let's have this battle end here and now, and move on.
Thank you all.
Ok boss...thanks
Keep on the good work.. nice to see more people are devolping and customizing for the chacha..
does this rom fix wifi issues and front camera?
nope. i did not make any fixes to the rom itself, i just customized the UI to be more user friendly and edited some cache settings and stuff.
raymerjacque said:
the problem is that they didnt design the rom specificly for just the chacha but for more than one device and as such never took the time to sit with a single device and fix the little things, and If they dont want to fix the UI then why shouldnt i ?
Fourthly, you are right, i didn't have to add the apps, but these are apps most people will use and load anyway so why not just add them into the rom ?
Click to expand...
Click to collapse
True, SuperOSR wasn't designed especifically for the Chacha. We focused our effort on making it work. What is a great thing of OpenSource is that people can help and join to the effort. In that case, if you fixed the UI as you say you did, do not hesitate to send your modification so they can benefit everyone.
Now, if by fixing the UI you mean you replaced Launcher with ADW, then IMHO you didn't "fix" it.
Changes made to the rom :
Changed UI to ADW Launcher ( the default launcher was crap, and also only allowed you to use only 3 rows of the deskspace for icons )
Removed Dockbar, screen is small enough and dockbar space is wasted.
Limited the screens to 2, can add more via the ADW Launcher settings.
Click to expand...
Click to collapse
adlx.xda said:
True, SuperOSR wasn't designed especifically for the Chacha. We focused our effort on making it work. What is a great thing of OpenSource is that people can help and join to the effort. In that case, if you fixed the UI as you say you did, do not hesitate to send your modification so they can benefit everyone.
Now, if by fixing the UI you mean you replaced Launcher with ADW, then IMHO you didn't "fix" it.
Click to expand...
Click to collapse
lol, sorry wrong choice of words, i didn't mean fix as in it was broke. i just meant it wasnt very user friendly and customised it to be more so.
hey guys can you help me
i tryed to install the oem rom ruu to my status
but when it gets to the image it says lost of connection
igot the rom file with the instructions from one of the guys here
thank you by the way
change the name to ph06img.zip
got recognize by the device all good
after the blue line is done and the yellow one too
nothing happens
i cant reinstall the oem rom to my status
i dont know what to do now
i need to get it back to oem
thanks for any help
have you looked at this thread :
http://forum.xda-developers.com/showthread.php?t=1631121
try that, it will help you restore stock rom, specialy when your rom is faulty.
September 13th
Today I released Appsi 1.5. This release includes the following new features:
1. A new (100% free and a part of Appsi itself) page in the sidebar with support for
- App widgets in the sidebar
- Home plugins (Appsi specific plugins, more below)
- DashClock extensions
2. Full freedom in placing the hotspots and the amount of them.
3. Fast scrolling support
4. More cutomizations and look & feel options
5. Music player controls (with special thanks to xda member Dr.Alexander_Breen for his excellent guide)
.. And a lot more.
September 4th (beta 1.4.21):
It's been a while and I think it is time to give you all a little update on what's going on behind the scenes in beta. I am working on fixing the issues that are left and hope to release the upcoming version as Appsi 1.5 soon.
I have got tons of new cool features coming up. To name a few:
1. A new (100% free and a part of Appsi itself) page in the sidebar with support for
- App widgets in the sidebar
- Home plugins (Appsi specific plugins, more below)
- DashClock extensions
2. Full freedom in placing the hotspots and the amount of them.
3. Fast scrolling support
4. More cutomizations and look & feel options
5. Music player controls (with special thanks to xda member Dr.Alexander_Breen for his excellent guide)
.. And a lot more.
The Home Plugins are small extensions to the home tab/plugin. The are small plugins you can add to the home tab in Appsi. They can be used to show things like, missed calls count, launching certain intents and a lot more. There is an open source sample project with docs on Github. And there's some instructions right here.
If you are looking for screenshots, take a look in the G+ beta community.
July 30th: Version 1.4 released
Last weekend I updated Appsi to version 1.4
New features:
1. Customize the size of the text and icons
2. Change the spacing between the items
3. Global search
4. New icon
July 15th: Version 1.3.3 in beta.
Very small amount of changes for this beta. Moving to production on 18th if no issues arise.
1. Option to minimize the notification. (no icon and smallest possible notification, no extra actions etc)
2. Bug fix for android 4.0.3 and 4.0.4 devices, causing crashed with hardware acceleration enabled.
3. Fix issue with long texts on items in the sidebar when there is a title and a description. The title will now also have ellipsis.
July 13th: Version 1.3 released.
Today I moved version 1.3 from beta to production. The following changes are probably going to make 1.4:
Improved search: Search through all apps, even if the section is disabled. If you have plugins, search will include all results from all plugins.
Live folder support in Appsi (add a live folder as if it is a plugin)
If you have a suggestion, just let me know.
Also I will add new translations once they have been completed. This is just a matter of time. If you would like to help out, pm me.
July 6th: Version 1.3 beta released.
I just finished uploading the new beta version of Appsi to Google play. This new version contains the following new features:
Proper favorites manager
Contextual action bar to perform actions on long press.
Switch plugins by swiping left or right on the sidebar
Updates to all plugins for the contextual actions
Fixes:
Fixed a bug in the icon caching mechanism
This is a beta release, so for now only accessible for beta testers (wanna be a beta tester? let me know). This version will most likely move to production within one week.
July 1st: version 1.2.4 was released
Although it may not sound like a big update, This version adds support for the following new features:
* transparency in the sidebar
* the ability to choose a background image for the sidebar
* Choice between light and dark theme
* Improved the way to get the data from the plugins.
* Improved user experience, especially for new users.
Special thanks go out to all the people helping with translations and beta testing. Thank you very much!
See https://play.google.com/store/apps/details?id=com.appsimobile.appsi for the Google play listing.
Appsi sidebar is a sidebar application for android. It comes with an embedded App plugin (more about that later) that allows you to see all your apps and add your favorite 5 apps as favorites.
It supports 3 distinct gestures when opening the sidebar, by default they will all open the sidebar normally. The gestures are moving horizontally after touching the hotspot, moving up or moving down. For each of these you can set the action to perform, these actions are:
- open the sidebar (default)
- open favorites swiper
- open recents swiper (needs plugins with recents)
- open plugin swiper (swipe to the plugin you'd like to open and then open the sidebar)
The swiper is the same as what you might know from other apps (like swipepad), it allows you to open something with one single touch, by moving your finger from the sidebar to the item.
The hotpot is either on the left or right side of the screen, it can be positioned manually and can be as big as you want.
Thanks to the wonderful people on this forum Russian translations have been added in the latest version. Also simplified Chinese has been added. I'd like to know what you all think about this app
Appsi is plugin based (and supported). This means it allows you to buy plugins to extend the functionality. This is not needed for normal operation, but it will add more types of things you can add as a sidebar.
You can either add a hotspot for each plugin, or use one hotspot for all plugins. The opened plugin can be changed by tapping the title of the sidebar.
If anyone has suggestions or improvement, either for plugins or Appsi itself, please let me know.
Download link for Appsi 1.5:
Appsi 1.5 release
Hello everybody,
If there are people out here that would like to test the app and provide feedback that would be great. I am open to suggestions and have a list of upcoming features. One of the features I just released as beta is the ability to change the alpha and to set a background for the sidebar. And the ability to be always up to date with the plugins (no need to load the data when the sidebar opens)
So if you'd like to do beta testing, send me your Google account (e-mail address) and I'll add you to the testers list.
If you do not want to test the beta version but would prefer to test the current version, that will also help very much.
Any feedback will help.
Thank you all!
If I'm right, this sidebar uses a service as "sidebar", doesn't it?
All other apps I've seen start up an activity if you touch the gesture area. If you press the home button and try to launch an activity from the gesture area, it has a 5 second delay.
So that's a really good thing.
Overall UI looks pretty good, which makes the users first thoughts about the app very positive.
ActionBar in the sidebar is awesome and usefull.
Logo isn't the best I've seen, you could improve that.
This is my opinion 4 seconds after installation.
Edit: search bar is very usefull
Sent from my Nexus 4 running Android 4.2 JB
I will try it ASAP and report.
I tried a lot already.... almost all to be honest, and i stick right now to a cryptic one but which really work well. Can be used for inspiration, so here it is (and i am not advertsing, ok. It is just for reference as this one is relly unknown) : overlay launcher.
Gonna install your app and report from my of course subjective point of view.
Cheers
Really like it thus far! Would it be possible to make it easier to switch between plug ins, I.e, when the sidebar is open instead of going to the top to switch plug ins, maybe you can swipe left and right within in the sidebar to switch between plug ins. It will make it a lot easier to use instead of going to the top.
Sent from my HTC One using xda app-developers app
It is mandatory to add an option to dismiss notification from the notification panel... It's way too big, and it is very annoying for me!
App works really well indeed, and I'm looking forward to try a couple of plugins!
Keep up the good work mate!
Galaxy Note II - Alliance Rom
jlo20431 said:
Really like it thus far! Would it be possible to make it easier to switch between plug ins, I.e, when the sidebar is open instead of going to the top to switch plug ins, maybe you can swipe left and right within in the sidebar to switch between plug ins. It will make it a lot easier to use instead of going to the top.
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
+1 for this feature as well! That would be REALLY GREAT!!
mDroidd said:
If I'm right, this sidebar uses a service as "sidebar", doesn't it?
All other apps I've seen start up an activity if you touch the gesture area. If you press the home button and try to launch an activity from the gesture area, it has a 5 second delay.
So that's a really good thing.
Overall UI looks pretty good, which makes the users first thoughts about the app very positive.
ActionBar in the sidebar is awesome and usefull.
Logo isn't the best I've seen, you could improve that.
This is my opinion 4 seconds after installation.
Edit: search bar is very usefull
Sent from my Nexus 4 running Android 4.2 JB
Click to expand...
Click to collapse
Thanks! Yes I know I'll ask try to find someone to do some icon design later on. Will become better. I am focusing on improving the usability right now and other performance improvements. They are all in beta now, and if no more issues are found in these versions, I'll be putting this beta to production.
jlo20431 said:
Really like it thus far! Would it be possible to make it easier to switch between plug ins, I.e, when the sidebar is open instead of going to the top to switch plug ins, maybe you can swipe left and right within in the sidebar to switch between plug ins. It will make it a lot easier to use instead of going to the top.
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Good suggestion, I will add this to my list.
cyberpunk627 said:
It is mandatory to add an option to dismiss notification from the notification panel... It's way too big, and it is very annoying for me!
App works really well indeed, and I'm looking forward to try a couple of plugins!
Keep up the good work mate!
Galaxy Note II - Alliance Rom
Click to expand...
Click to collapse
Thanks, the problem with this is running as a service. Android will kill the app if it needs resources. I have tested it and it will kill it quite often and restart it within a few moments. I can add an option (a discouraged one) to disable running as a foreground service. I can also suggest the user to disable notifications for the app if running on jelly bean, and take them there. Another thought was the ability to set a 100% transparent icon so that it does not show up in the notification bar.
The upcoming version (current beta) adds the following features:
custom backgrounds on the sidebar
light and dark theme (dark theme is the current theme, light is like holo light)
better synchronization between appsi and the plugins. (less data loading needed and better user experience)
Improved getting started experience (visible hotspots until the user disables it and an arrow showing how to open the sidebar once the hotspot is touched)
For the next version (after the current beta), I will add the following features for sure:
Favorites manager: Manage the favorites in a proper way and allow for an unlimited amount of favorites.
Navigating between plugins with a simple swipe.
and possibly:
integration with live folders
widgets plugin (already working on this)
Thank you all, and if you have any more ideas or suggestions, please let me know!
May I add something to this already rich and awesome list?
I would REALLY REALLY LIKE to have the possibility to add shortcuts to the apps plugin (as I can do on the launcher screen, for example). That would be really helpful!!
...Maybe also an option to change app icons and names, and a way to hide the "X" for apps removal (which I find quite ugly, this function might be moved to a separate and specific menu to add/remove things maybe?) ?
you may also think about offering an "all plugins package" at a discounted price, rather than having to buy all plugins separately (which, btw, makes the sum of all prices quite high). So that the user can choose if selectively buy the only one or two plugins he needs at their actual price, or directly going for the full thing.. I hope it's clear what I mean!
Cheers and keep up the good work!!
Should you need some beta testers... You know where to look
Galaxy Note II - Alliance Rom
cyberpunk627 said:
May I add something to this already rich and awesome list?
I would REALLY REALLY LIKE to have the possibility to add shortcuts to the apps plugin (as I can do on the launcher screen, for example). That would be really helpful!!
...Maybe also an option to change app icons and names, and a way to hide the "X" for apps removal (which I find quite ugly, this function might be moved to a separate and specific menu to add/remove things maybe?) ?
you may also think about offering an "all plugins package" at a discounted price, rather than having to buy all plugins separately (which, btw, makes the sum of all prices quite high). So that the user can choose if selectively buy the only one or two plugins he needs at their actual price, or directly going for the full thing.. I hope it's clear what I mean!
Cheers and keep up the good work!!
Should you need some beta testers... You know where to look
Galaxy Note II - Alliance Rom
Click to expand...
Click to collapse
Yes, the favorites manager will at first be used to replace the current way of adding and removing the favorites. But later on it will also be improved to allow changing names and icons. Also I am planning to do something with icon themes, I still need to determine how and what, but a new theming format is not what I am aiming for (we are talking several releases in the future now)
Shortcuts is definitely on the list of to-dos for the apps plugin. I can't say yet when it will be added but it is something that will definitely be there in the future.
Well beta testers are always very welcome. The XDA Android app testers community is a good starting point, https://plus.google.com/communities/100406373096097711894 . If you join this group and opt-in for beta testing at https://play.google.com/apps/testing/com.appsimobile.appsi you'll be able to get the beta version. I still need to add this community to the plugins, I will update my original post with the details when it is done.
Appsi sidebar is well beyond 1000 downloads from play store! Yay!
I really recommend this app guys, try it out and you'll see that it is even more comfortable to use than it looks!
Note 2 N7100 - Alliance Rom - Perseus Kernel
jlo20431 said:
Really like it thus far! Would it be possible to make it easier to switch between plug ins, I.e, when the sidebar is open instead of going to the top to switch plug ins, maybe you can swipe left and right within in the sidebar to switch between plug ins. It will make it a lot easier to use instead of going to the top.
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
cyberpunk627 said:
+1 for this feature as well! That would be REALLY GREAT!!
Click to expand...
Click to collapse
This feature is included in the beta that was released today. I loved it from the moment it worked. Very good suggestion
Today the beta was moved to production. See the original post at the start of the thread for the changes
Very cool app and working great so far.
Sent from my Nexus 4 using Tapatalk 2
New Beta release, for all of you who want the notification icon gone, it is in beta now!
I'm joining this too.
Gonna try out.
Keep the good work.
PMoto
New version released, 1.4 see original post for details
Newest version is great!! An awesome improvement, really!! Appsi is becoming more and more polished and feature rich, while staying lightning fast. Can't think of anything better!!
Now we only need some more theming options, like changing icons (as we do on launchers like nova, apex...)
Cheers and keep up the good work!!
Note 2 N7100 - Alliance Rom DMA6 - Perseus Kernel
Appsi crashing
Firstly, after 24 hours of using Appsi, I have to say that Appsi has become one of my favourite apps. It is well done and provides needed functionality.
However, from time to time Appsi freezes and the only way to get the sidebar back is to force close the app from the application manager and then restart the app.
I'm using CM 10.1 (Android 4.2.1) on Samsung S3.
Any idea why this is happening?
Cheers,
Eran
eranhor said:
Firstly, after 24 hours of using Appsi, I have to say that Appsi has become one of my favourite apps. It is well done and provides needed functionality.
However, from time to time Appsi freezes and the only way to get the sidebar back is to force close the app from the application manager and then restart the app.
I'm using CM 10.1 (Android 4.2.1) on Samsung S3.
Any idea why this is happening?
Cheers,
Eran
Click to expand...
Click to collapse
Never ever had a freeze or FC on Alliance Rom.. Maybe the problem you have is only tied to aosp roms and not stock or derivative ones?
Note 2 N7100 - Alliance Rom DMA6 - Perseus Kernel
Emerald Launcher is a simple home screen for Android phones. It is based on TinyLaunch code with lots of improvements and is in beta stage. It provides some features to make it easy and nice to use. You can resize layout as you wish, apply icon packs, easily access apps via search or sort them by categories.
Download from Google Play
Source code on GitHub
Any help is appreciated. Please feel free to post suggestions or report found bugs here. Thanks.
Surprising not to see comments here. Just found it on F-Droid and think this is a fantastic launcher implementation. No unnecessary permissions, no ads, no statistics or analytics, good customization, fast.
Thank you so much for developing this. Still playing with it and personalizing. ( Came from using KISS launcher for quite a while. )
I was wondering if it would be possible to change a single application's icon ( or all of them but without installing an icon pack ) and found a workaround...
PNG files generated in Emerald's cache folder at /data/data etc can be replaced, one by one or all of them. No need for icon packs. In case this is useful to anybody.
( ^_^)
Hello,
i also would like to thank the developer for this nice launcher. I tried it and found it great, but...
i'd like to have the ability to search contacts and settings and not only apps as Emerald does. Is it possible to add this feature as well as widget support?
surferjoeit said:
Hello,
i also would like to thank the developer for this nice launcher. I tried it and found it great, but...
i'd like to have the ability to search contacts and settings and not only apps as Emerald does. Is it possible to add this feature as well as widget support?
Click to expand...
Click to collapse
Not to sound rude, but the lack of those features is a huge plus for me. Plenty of other launchers are loaded with functions such as those. Try KISS or OpenLauncher for instance, just to mention two out of dozens.
Hello.
Thank you everyone for the support and sorry for the late reply. @Ultramanoid, I came from KISS myself. It is fine, but lacks some features such as folders and grid layout, that's why I've forked TinyLaunch and started to modify it.
surferjoeit said:
i'd like to have the ability to search contacts and settings and not only apps as Emerald does. Is it possible to add this feature as well as widget support?
Click to expand...
Click to collapse
I'm going to add support for shortcuts, so it'll be possible to search through contacts if you add them on the homescreen. About settings... I think that settings search is unnecessary, because it won't speed up toggling much. Widgets are most likely not to be implemented. You can use EcoHome as a separate screen for widgets, it's very lightweight.
I'm looking for help with testing alpha versions of Emerald. If you want to help, please e-mail me at [email protected] and I'll send you the latest apk with instructions. I have to mention that test apks won't include features for Nougat and Oreo, so if you use these OS versions, please be ready to some bugs and make a backup of preferences. Thanks.
Might want to updated the link so it's not the description (should be this): Download From Play Store
Very nice launcher. I'm using on Nougat on a very special kind of phone (F25). I'm having a problem with an icon pack though. It just contains 2 icons but doesn't get applied in any way.
Okay but.....
Just gave it a quick try and here are my results
1 - adding to the dock, on my phone the home/back/recents button gets in the way. Seems to fix it if I turn the phone landscape and then back. But then it comes back as soon as I touch the menu on the top left - see screen shot.
2 - no shortcuts or 1x1 widgets - not sure how basic you want the launcher to be.
3 - on my phone I prefer to be able to move the things. like your search bar, etc. My phone is an HTC M8, anything that requires 2 hands to do (or reaching to the top of the screen) is annoying.
4 - since you only have 1 screen, maybe making gesters do something - like making swiping on any part of the screen switch categories (instead of the top of the screen).
5- Maybe allow changing the size of the text for the apps on the screen.
6 - If you set to just text, the dock has all little green android
might be more, but not ready for prime time, good luck.
-brad
Hello, @bradley_e_smith. Thank you for the review.
1. This issue was discovered already, but I can't reproduce it, because there is no phone with on-screen buttons to test it.
2. Shortcuts are planned and widgets are not.
3. I've updated the app recently. Now it's possible to move the main bar and apps to the bottom.
4. Yes, I'll probably add gestures soon.
5. The text size can be changed through appearance settings.
6. It's a known issue. I don't know what could be the best option to show. There are three possible options:
- always keep dock icons in cache;
- show text labels in dock.
Droidphilev said:
Very nice launcher. I'm using on Nougat on a very special kind of phone (F25). I'm having a problem with an icon pack though. It just contains 2 icons but doesn't get applied in any way.
Click to expand...
Click to collapse
Hello. Please could you answer some questions to help? Does this icon pack work with other launchers? Is it listed in Icon Pack option? Thanks.
HenriDellal said:
Hello, @bradley_e_smith. Thank you for the review.
1. This issue was discovered already, but I can't reproduce it, because there is no phone with on-screen buttons to test it.
2. Shortcuts are planned and widgets are not.
3. I've updated the app recently. Now it's possible to move the main bar and apps to the bottom.
4. Yes, I'll probably add gestures soon.
5. The text size can be changed through appearance settings.
6. It's a known issue. I don't know what could be the best option to show. There are three possible options:
- always keep dock icons in cache;
- show text labels in dock.
Hello. Please could you answer some questions to help? Does this icon pack work with other launchers? Is it listed in Icon Pack option? Thanks.
Click to expand...
Click to collapse
Hello,
This icon pack is working with Lawnchair launcher at least. I have not tried on other launchers. It's listed in Emerald Launcher settings.