[Q] Loading stock android question. - Android Q&A, Help & Troubleshooting

Hi. I have acquired an iphone 5 clone, model number MF353ZP/A, although I have no idea who manufactured it. It has an iphone theme to it which i want to remove and just have stock android running on it. I have looked but there seems to be no apps or skins running on it giving it this theme so I'm thinking I will need to reload Android to get rid of the current OS completely. I am also pretty sure it isn't as easy as that so have come on here to basically ask how! Any help appreciated, I just want to see/run a normal android environment on it but don't know how to. Thans, Steve.

fredfernacapan said:
Hi. I have acquired an iphone 5 clone, model number MF353ZP/A, although I have no idea who manufactured it. It has an iphone theme to it which i want to remove and just have stock android running on it. I have looked but there seems to be no apps or skins running on it giving it this theme so I'm thinking I will need to reload Android to get rid of the current OS completely. I am also pretty sure it isn't as easy as that so have come on here to basically ask how! Any help appreciated, I just want to see/run a normal android environment on it but don't know how to. Thans, Steve.
Click to expand...
Click to collapse
Unfortunately Android doesn't work like that. You can't just reinstall the OS and it come out with no skin. Without knowing who made it or what firmware is being used then even trying to make changes like this could end up in a brick. Your best bet for the time being would be to just install a 3rd party home launcher like Nova, Apex, Go, etc.
https://play.google.com/store/apps/details?id=com.cpuid.cpu_z&hl=en
Something like that app will help narrow down what you have by giving you some details on the chipset, RAM, resolution, etc. With that info, it might be possible to see if there are other options for your phone.

Related

[Q] Custom Loader = No stock apps?

Im have a few questions I cant seam to find the exact answer that im looking for my questions are.
1. Looking to get a Galaxy S2 after using a iphone and a samsung captaivaite, after using the Capataive I hated Touchwiz, I want to put a diffrent lock screen and UI over it, but will that get rid of my stock samsung apps or do i need TiBackup to load them back on when im done.
2 I found a UI that i like alot its by robbiekhan here on XDA Im wondering whats involved what i found a post he made im just wondering on if i it will hinder some of the stock apps and such. goo.gl/bQp3h
3. was any of this stuff that he did via a custom ROM that he had to to build, or is it all app store adons and a little extra PNG work?
Please let me know. I am computer literate and good with android phones just never modded one.

[Q] MIUI...who's tried it?

1. I keep seeing MIUI roms pop up all over. Could someone explain to me in plain English what exactly it is? From the screenshots I've seen it looks like the iphone...and there are Chinese iphone clones with (an actual) MIUI os out there right? But these roms are android OS modified to look like MIUI, which is a clone of Iphone? am I correct so far?
2. From the posts I've read, it's still buggy as far as GPS amongst other bugs? Also the UI itself has no app drawer and uses the grouping icons on the desktop like IOS? I've played around with the nephews ipod thouch, and it is annoying as hell...you can't just have a nice clean desktop with a few app shortcuts to say cam/mp3/navi and then a button to access the rest of your apps? It's all there in your face with groups of apps/games taking up your whole homescreen? (again unless you download some mod, which has to run in the background taking up resources) ?
If you have used a miui rom I'd love to get some feedback, before I try to flash one...again it seems to me it's trying to clone an iphone, in which case why not just get one?
I wasn't sure about the MIUI ROM's at first. Slowly they started popping up on almost every device. A few friends ran it on their phones and that's what originally got me to flash it. You are correct in that there is no app drawer. Luckily for me I use folders like none other. It was a pain and still is every time I update, but I am patient and take the time. I just make a folder named "apps" and place all my apps in there! BOOM!!! EPIC app drawer action! It really has started to grow on me. I enjoy the ease of customizing all the theme options that's a big plus for me and I never really messed with that too much on other ROM's. Its so simple with MIUI you can't help your self. Its really pretty slick and I have no bugs to report. GPS werks fine for me and that is something I need to werk. Check it out, it might be for you, it might not. Only one way to find out.
Good luck!

[Q] Live Wallpaper help

Hello folks
I want to create live wallpapers for sale on the android market. I found a custom creator script and a lwp creator software that does this but I don't think it signs them. Now I am not sure if those could be sold on the market or not. I am still very new to android.
At the moment I am trying to start small, something simple like a looped animation sequence and make that a live wallpaper...just plain, with no settings. So what would be a good way to approach this mission ?
You could try this: http://forum.xda-developers.com/showthread.php?t=739512. You could even try to make them on your phone with this: http://android.ownskin.com/livewallpaper.
Can I sell the apk that I get from custom creator or is there something I need to do before I upload it.
retareq said:
Can I sell the apk that I get from custom creator or is there something I need to do before I upload it.
Click to expand...
Click to collapse
Make sure it's signed.
That's all ? Man thats simple. Here I was readying myself thinking I'm gonna need to brush up my old coding skills. Very nice. Thanks guy.
I would like to pack 2 live wallpapers in one apk. Is this possible ?
No, it's not unless you make an app which will allow selection of whichever one the user wants.
That sucks. I figured I'd provide 2 wallpapers as a pack for $0.99 because they are simple with no settings. There is no other way ?
I suppose I'll start with single ones and then eventually make an app.
Ok so I did some experiments, first apk was 80mb, second was 40mb and the newest one is like 400kb only. But it lags a lot. How do I optimize ?
retareq said:
Ok so I did some experiments, first apk was 80mb, second was 40mb and the newest one is like 400kb only. But it lags a lot. How do I optimize ?
Click to expand...
Click to collapse
Have you tried zipaligning them? See here: http://developer.android.com/resources/articles/zipalign.html.
I am just beginning installing eclipse and the steps that follow. I am still not sure how to open the apk to view what the code is. I was hoping I could see this code and then implement it in eclipse using a fresh project. Main thing I want to find out is how the image sequence loading is implemented. I guess I will post back here in a few days.
Should I code this in ICS or get the sdk files for 2.1 and do it on that ?
retareq said:
Should I code this in ICS or get the sdk files for 2.1 and do it on that ?
Click to expand...
Click to collapse
It depends on what you want. If you only want ICS (and later android versions to come) devices to support your wallpapers, then you can go ahead and code it in ICS. If you want a wider range of support (for now), then your 2nd option is best.
Well ideal case would be its backwards compatible. I've been reading and says ics has new api's...but I'm hoping the wallpaper and related services are backwards compatible. Its okay if its not, I get to learn at least.
retareq said:
Well ideal case would be its backwards compatible. I've been reading and says ics has new api's...but I'm hoping the wallpaper and related services are backwards compatible. Its okay if its not, I get to learn at least.
Click to expand...
Click to collapse
It sure does, but most of them are not backward compatible. Notice only a few (approximately 3) apps built for ICS worked on Gingerbread so the chance is very small that they will support backward compatibility. They may be the same services, etc., but many will still require the ICS+ framework.
Interesting...so that means its safer to start from 2.1 for more than just backwards compatibility reasons. I just tried to grab api7 in sdk manager and it gave me error for file not found. Should I do 2.3.3 ?
Fixed it, 2.1 ready to go. Thanks.
Live wallpapers are now at
http://forum.xda-developers.com/showthread.php?t=1408528
This thread has served its purpose. Request mod to lock it.

Thinking of rewriting the root script

I need input on if I should keep everything as is or change it to this kind of menu
Code:
Press 1 to root
Press 2 to add gApps
Press 3 to replace system components
I personally like how it is now but want public opinions.
I personally felt that it was fine as is, very simple and straightforward however, if you could make the Root script Unroot too, that would be interesting. Though i have no wants to unroot so i do not know how the process differs from rooting it (i.e. is doable through batch files) so it is even capable of being done that way. My 2 cents for what they are worth.
Also, do not take this as it can't be improved upon as everything can, however even if you didn't it would be fine as is.
xToxicInferno said:
I personally felt that it was fine as is, very simple and straightforward however, if you could make the Root script Unroot too, that would be interesting. Though i have no wants to unroot so i do not know how the process differs from rooting it (i.e. is doable through batch files) so it is even capable of being done that way. My 2 cents for what they are worth.
Also, do not take this as it can't be improved upon as everything can, however even if you didn't it would be fine as is.
Click to expand...
Click to collapse
I already released a unroot one click app. :|
I think it's fine as is. It's easy enough to understand, once you get everything working properly.
I love the root script it eliminated some force close issues on my device. I was wondering since roms are not avaiable if their could be custom scripts. Maybe a super custom script with three keyboard choices a choice of launchers replaced stock email, stock keyboard,gallery, wallpapers, homecatcher and other enhanced apps. I don't know if this is a direction you want to go just throwing it out there. It might help some new users. Also I dont know if its possible to have shortcuts like any cut has incorperated for debug keyboard and application menus that are hidden. Again just thinking outloud so if this sounds like a big pile of suck please just ignore and move on.
yaggermr said:
I love the root script it eliminated some force close issues on my device. I was wondering since roms are not avaiable if their could be custom scripts. Maybe a super custom script with three keyboard choices a choice of launchers replaced stock email, stock keyboard,gallery, wallpapers, homecatcher and other enhanced apps. I don't know if this is a direction you want to go just throwing it out there. It might help some new users. Also I dont know if its possible to have shortcuts like any cut has incorperated for debug keyboard and application menus that are hidden. Again just thinking outloud so if this sounds like a big pile of suck please just ignore and move on.
Click to expand...
Click to collapse
When I ran the script, the last part of nookandzergy that put on a custom keyboard didn't work. So I just reset and did the root with saying no to custom keyboard and it worked fine.
I like your idea. I ran the script in the original thread and it said it was successful. But the android market is hinky. It took dforever to register my device, and now it crashes as soon as it is launched. I did a factory reset, still have the same problem. Is there a way to tell for sure that the root was succesfu,. Thanks btw for your hard work on this. It is greatly admired.
Would it help resolve the driver issue that a lot (me) have had?
Dude thats strictly a windows problem. I swear, trying to get this thing detected properly on windows 7/xp was one of the most frustrating adroid rooting experiences I've ever had. After 3 hours f screwing around with the windows method, I switched to Ubuntu linux and had it rooted in 30 min.
I thought you script was fine as is, this is my first Android device and first experience Rooting and everything seems to be working fine. Thanks
Indirect said:
I need input on if I should keep everything as is or change it to this kind of menu
<snip>
I personally like how it is now but want public opinions.
Click to expand...
Click to collapse
Spoken like a true developer. You craft a thing of beauty and continue to be drawn to making it even cooler.
I don't know if you should rewrite the script or not but I like your attitude!
I decided to not rewrite it to have a numbered menu as that wouldn't go with my idiot pproof batch scripting habits so instead, I added new features yesterday and today.
Sent by breaking the sound barrier
I think it is working great

[Q] [Theme Request] Doctor Who

I am looking for someone who can help me. I really want a complete theme of Doctor Who including boot screens, Sounds, icons, lock screen and Dialer. Basically if you can theme it I want it. I don't care if it is the new series or the old although I think the new series would have more fun graphics and sounds. I would like this to be TWRP flashable if possible. I hope this is the place for this. I know someone is going to say make one yourself however I am disabled and mainly use voice software to control my computer. If you have tried it the software is still limited in many ways and just won't work for this type thing. I am willing to pay someone if I need to just PM me and we can work out a deal. I thank you all very much .

Categories

Resources