General :: How To Theme Lockscreens / Samsung GT-I9003
Apr 6, 2013i like to know how to theme lockscreens ? my phone is rooted.
Which tools i have to install ? WidgetLocker ? Apk manager ?
i like to know how to theme lockscreens ? my phone is rooted.
Which tools i have to install ? WidgetLocker ? Apk manager ?
i have a Samsung Galaxy S GT-I9003 SCL ,i decided to root it,so i tried using SuperOneClick 2.3.3, i doesn't work , it give me a lot of errors
[URL]
I want to install the new aokp ics rom into my phone... But i cant root my phone running with the latest official update of 2.3.6 ( I9003DDLE1)
I tried superoneclick.. It stucks on step 7.. And i m unable to find any rooting method for this firmware..
GT-I9003
I got my Samsung GT-I9003 4GB a month ago, and everything was working perfectly until 3 days ago. It starts showing an "Internal SD card unexpectedly removed" error whenever the phone goes standby, then it forces me to terminate processes one after another, and finally it shuts down. I hadn't done any kind of ROM flashing nor rooting the device until the problems arose, so I don't know where the problem comes from.
I've tried to re-flash froyo 2.2.1 in my device, but the problem keeps showing up.
I found in this forums this thread [URL] .... covering the possibility of swapping both internal memory and external SD. It works great, but I still had problems with the "external SD card" being "unexpectedly removed"...
It crossed my mind if it was possible to modify the vold.fstab file further to only detect the external SD card as the internal memory and ignore the internal memory, as if it wasn't even on the phone. I don't know if that's even possible (since I don't know much about file systems nor Android).
Samsung Galaxy i9003. The phone was on stock firmware 2.2.1 but it was having a lot of FCs and sudden restarts. Also, my friend wanted to upgrade it to Gingerbread.
I managed to flash a stock firmware 2.3.4 Arabic into the phone through Odin. I selected re-partition, then in 3e recovery mode I wiped both partition cache and user data.
However, when the phone booted, it was upgraded to 2.3.4 as it should but all the data and apps were kept as they are! I tried a factory reset from setting and still all the data remain intact.
I booted into recovery again and wiped all data but all remain the same! I flashed the stock firmware again using Odin and still no data were wiped! I even formatted the internal storage with no luck...The phone wasn't rooted, how this is possible?
before installing and apply nvidia patch my games like plant vs zombie running without problem.
but after unsuccessful attempt of play nvidia games on my deivce Samsung SGSL i9003.
i uninstall this, set plugin to default and uninstall drivers.
But Still my games are no longer running.
I face problem with plant vs zombie. it crash as it start but before chainfire3d it run perfectly.
I've purchased Samsung Galaxy S GT-I9003 (Android 2.2) in the month of Dec'11, but due to certain reasons I could started using the phone for last two months.
I've tried more than 10 call recorders for my phone, but it didn't work. I found an application on Google Play which says "the application might not work with Samsung GT-I9003 due to lack of support". any working call recorder for my mobile? keeping in view the point that I'm new to android.
I flashed my i9003 with the xxkph rom. Everything works fine except the wifi. When I want to turn it off, it will stay 'turning off'. I tried factory reset and wipe cache, and even reflash the rom, but none of them works! And whats more, I used to use the xxkpe rom and the issue also exists!
View 1 Replies View Relatedhow to modify rom for my galaxy i9003?
View 1 Replies View RelatedCrashed my WP8 and after a lot of hunting, found an old Galaxy S GT-I9003, running Froyo. Installed Kies and updated to Gingerbread. Phone worked fine for the first 5 hours (my first time with an android, fell in love with the UI and the apps) However, phone suddenly hanged and shut down on its own. Been stuck in a boot loop since then: between the Galaxy screen and the Samsung logo screen, which goes back to the Galaxy screen. I can boot into recovery and download. Already tried reset/cache wipe. No avail. Tried the emergency firmware thing in Kies. It sort of went halfway and then suddenly blacked out, and after that even that wont work, Kies refuses to recognize the phone.
View 2 Replies View Relatedi'm currently making a custom ROM for the Galaxy SL i9003 based on CM10 (its a HDPI device), and i'd like to know where the png of the statusbar is. Additionally I would also like to know where the png of the background is in the status bar drawer. I know it is either in framework-res.apk or systemui.apk but I don't have enough time to look through folders.
View 1 Replies View RelatedSo today i wanted to test dhiru's ICS Rom and i flashed it over gm007's MIUI rom for i9003. Now it's stuck in the boot animation. And the "middle button" doesen't work at recovery menu. All i can do is use the download mode and flash a stock rom.
View 1 Replies View RelatedI'm new to rooting and custom roms, and just started using fresh 2.4.0. I was wondering if anyone has any good tips for places to find some new widgets, icons, or lockscreens to customize the phone a little more with?
View 2 Replies View RelatedI am currently running Fresh 2.0d and i'm starting to love it. I was previously flashed with Fresh 1.1 and was using LockBot, but when i tried it with Fresh 2.0d i started have some issues, so.... is there any way to create lockscreens that are like the ones that are lockbot? (i.e. Flan, Eclar, Iphone)
I know in the [Guide] Creating Custom Lockscreens there's discussions about adding a tutorial for 2.1 roms, but nothing yet.
i bought samsung galaxy s wifi 5.0 with 8 GB ram on SD and 32GB on external SD i downloaded games like MC 3 GT racing backstab and asphalt 6 but my SD memory is not enough for this apps (and another apps) how i can move the data files of the games to external SD and still play theme?
View 1 Replies View RelatedI'm trying to create a basic AlertDialog using an activity with a theme of Theme.Dialog.What I want is for there to be a horizontal bar between the title and the message. However, the bar is not being resized correctly. Rather than being the width of the activity, the bar is the width of the message text. This means that if the activity is being expanded by the message, then the bar will fill the whole activity, so it looks correct. However, if the message width is less than the activity width, the bar only displays above the part of the activity with the text. I've tried every single combination of "fill_parent" and "wrap_content" that I can think of, and none of those work.I've also tried using RelativeLayout and placing the bar above the message text, but that also doesn't work. If I use the RelativeLayout approach and set the bar to fill_parent, it causes the activity to expand to fill the whole screen width, which is also undesirable. Ideally, I want the text placed, the activity width computed, and the bar resized to that width (without affecting it). Is there some way to flag a view to fill the parent view but not to affect its size?
View 1 Replies View RelatedI use themes in my apps, which generally just extend android:Theme and then set a bunch of styles. I use dialogs made from layouts, but since I set the theme for the application, they have inherited all of the regular styles and no longer carry a border, etc. My question is: How do I say, "I want everything to use this theme which extends Theme, except dialogs, which should use this other theme that extends Theme.Dialog"? It seems like that's how things work by default but when you set the theme to your own, you lose the dialog theme!
View 3 Replies View RelatedI've extended Theme.Dialog to use a different color as per the sample in the ApiDemos project but for some reason it does not use the theme properly in my project. I created a new project and it works perfectly fine there. The main problem here is that it does not show as floating in my project. Instead, it sets the rest of the screen black except for what would be the dialog window, where it uses the correct colors, etc. Any ideas? I am beating my head against the wall here.
View 2 Replies View RelatedI had the the HTC Hero and I like the theme on it and wanted to put it on my Samsung Moment. It seems as if the g1 with tmobile and the moment have the same theme I was the hero theme on my moment. Hard to find these things people say use ahome. You can't even find ahome for free in the market.
View 11 Replies View RelatedSo i just download a Paul frank theme to my epic and I'm a newbie with my samsung epic. i see that it's installed, but the actual theme isn't showing up on my phone.
View 8 Replies View RelatedAnyone looking for themes that you can't find? Want to request a theme? I don't do them, but met someone who does She does really good work you get wallpaper, 20-25 icons and clock Very inexpensive She has done about 10 themes for me that I couldn't find or didn't like the ones out their I'm doing this myself cuz I really believe in her and her talent She has helped me out so much this is the only thing I could think of to so my gratitude If you are interested let me know
View 7 Replies View RelatedI want to get a theme change for my samsung moment but i need to know two things..How is it paid for?Will it stay on there no matter what i do? Say i change my theme to all black. No matter what button i hit, will it stay black? I have sweeterhome installed, but when you hit the home icon it goes back to stock.
View 8 Replies View RelatedI just picked up the phone yesterday and love many things about it however I do not like the look of the UI at all, it looks very amateurish and "cheap". I know there are many themes available out there but do they work on this phone? Does it require a custom ROM? I assume it needs to be rooted to get a custom theme, right? I want something that will change the look of every screen...dial pad, text messages, menus, settings. Imam really not liking the white text on black background.
View 18 Replies View RelatedI am looking to make a WM7 style theme and for whatever reason when I create the icons in desktop visualizer, the icons turn out to be very tiny and cannot be resized by launcher pro plus. The little tab to resize doesnt even appear. what am i doing wrong here?
View 1 Replies View RelatedI recently had a look at the Galaxy S and loved the display. The Samsung customized look of Android however... not so much. Can you install Launcher Pro to make it look more like stock Android (plus launcher enhancements) without rooting the phone?
View 2 Replies View RelatedOk still like the blue theme here it is for the 1.6 rom
snap20100324_230930.jpg snap20100324_231009.jpg
Super_Blue_Galaxy_1.6.zip
[Code]
I really like this phone a whole lot better with the exception of one thing. The default calendar theme sucks. With regards to the apps out there that allow you to theme, which ones do not drain the battery if any? I am using this for work so I am trying to get something that looks pleasing to eye while at the same time not degrading my battery life. Any suggestions? I sure do like the keyboard better than the Hero's. Even after calibrating the Hero KB this one is much more responsive and I have fewer errors typing.
View 10 Replies View RelatedJust relaying my usual FYI (might want to know) development... The group that was working on theming android has pretty much been a complete success... We now can change the animation along with the colors of the bar and other cool stuff...This requires a rooted moment tho so can not be applied to totally stock
View 1 Replies View RelatedWell, there haven't been a lot of themes posted here, so I decided to share mine with others who might not know how to do so or have my awesome photoshop skills. (isn't Android about customization?)
New release (August 24th)! There's no big change, except that the Power Control Widget acted weird when you pressed them (it changed color, but not really correctly, it's a detail. Now fixed.) Also I removed the background for the application drawer, because I now use ADW launcher and the tray is somewhat transparent.
Anyway, I didn't make this theme for others, I made it for myself. I didn't plan on sharing it, and it's in no way a complete makeover for your Galaxy. I wanted a few things to be different, so I changed them, and I constantly mess around with this theme.
What I use: Galaxo 1.6.3.3 with Helix on the screenshots, I now use Galaxo 1.6.3.4 and ADW launcher from the market (with root explorer I went and deleted launcher.apk, so I get all my memory. Ask if you have problems).
DO A NANDROID BACKUP FIRST!
Note: To install Helix launcher, download this one, get into the recovery, fix package permissions, apply any zip and select HELIX.zip (if you download from the market, your phone will be slow: the original launcher is locked into memory, the one I gave you will overwrite it. I recommend using ADW though.)
GalaxOrbit-1.3
How to install:
-Download the GalaxOrbit-1.3.zip and extract it.
-Download and install Metamorph on the market (there's a free version).
-Run metamorph once.
-Place the extracted theme folder in the new "Androidtheme" folder of your SD card.
-Run metamorph
-When the check is over, select the bottom right option (Existing themes), and select GalaxOrbit-1.3
-In there, select GalaxOrbit-1.3.xml and then the bottom right option (Apply all). Answer yes to the prompts they give you, and there you go!
Screenshots (the Google logo in the search bar is now back to its original color):
FAQ:
What are the changes?
The power control widget is now transparent, same goes for part of the music widget. The notification tray is now transparent too, with some lightning effects. The application tray background now has a texture (it's plain dark with Helix launcher). The Google icon in the search bar now has colors (NOT ANYMORE, check edit at the bottom), and the icon for the stock music and video apps were changed. You can see all those changes in the four screenshots. The beach background was added too.
Why GalaxOrbit? That's a stupid name.
No reason, it's one of the first words starting with O that came to my mind (it was almost called GalaxOhMyGod, GalaxOrbit doesn't sound too stupid now, eh?)
What's the time widget?
You can see it in the screenshot where the app tray is opened, it's called Digital Clock widget�
Why did you start with the 1.1 version? Why not 1.0?
I started with 0.1 up to 1.1 and then I decided to release it. I tested many things during the 10 versions, such as: new launcher icon, transparent Google search, icons for the power widget control, new battery indicator, more wallpapers, etc etc. I decided that this was simple and nice-looking, so I went back to most of the stock stuff.
That's it. I don't expect many people to post and even less to use this, but I think it looks nice, and it might raise the awareness that you can do this yourself and it's REALLY easy. No need to code, to use ADB, the only thing you need is a program like winrar to open the .apk files (apk = zip) and then you can directly modify the icons, as they are simple png pictures. What I did was take an existing theme (GalaxAir, by Korline), and check out how it's done. I was surprised by its simplicity.
EDIT: GalaxOrbit 1.1 was removed and replaced with 1.2. I don't think anyone used it, but if you did, I suggest a Nandroid restore and using 1.2 instead. With 1.1, I would always get force close when installing an app from the market (probably because the Google apps were modified), so I removed the colors from the Google in the search widget. Going from 1.1 to 1.2 won't do the job, as Metamorph can't remove files, and I didn't include the original picture in 1.2 just in case it would do the same thing. 1.1 link was removed.
I am trying to theme my galaxo and i get ,"E: no signature""E: verification failed", error. I tried theme from frandroid that should work with 1.6.1 (GalaxAir 0.5) but go nothing.
Anybody had the same problem and know what to do?