App to export your applist? - G1 Apps and Games

With all the frequent updates, I am looking for a way to export all my installed apps into a text file on the sdcard. Does anything like this exist?
tia

I think that aTrackDog is doing what you are looking for (Menu -> Export App List).
Bill

thanks and i have even been a long time atrack user... wow.. just gotta open my eyes.. thanks again

Related

[mod-idea] adding a kill/quit button on the menu

Hey, I was wondering if it were at any way possible to add a quit or kill button to the menu popup that will end the currently loaded app? Maybe the devs can come up with a way to implement a global method that will work with any currently open app when you press the menu button?
I know they have the task killers and all that.. but I just thought it would be a neat modification while I was in browser and came across a situation where I had to restart the browser and couldn't figure out a way to kill it without having to download a task killer....I just seldom need to kill all apps is why I don't have advanced task killer installed anymore. ...
Each application's menu is within that application itself. It would have to be something in the pull-down menu, and that would only be visible if the application allows it.
A nice alternative might be to add a "kill top" to the long-press-home.
Although it really isn't too hard to go to home, open a terminal, and kill the problem application.
bobbybooshay said:
Hey, I was wondering if it were at any way possible to add a quit or kill button to the menu popup that will end the currently loaded app? Maybe the devs can come up with a way to implement a global method that will work with any currently open app when you press the menu button?
I know they have the task killers and all that.. but I just thought it would be a neat modification while I was in browser and came across a situation where I had to restart the browser and couldn't figure out a way to kill it without having to download a task killer....I just seldom need to kill all apps is why I don't have advanced task killer installed anymore. ...
Click to expand...
Click to collapse
Although closing apps is actually against the ethos of Android I tend to agree that, whilst we still attach ourselves to old paradigms, a close function would be nice. Perhaps a little x on the right hand side of the app's entry in the navigation list would be good. It could be implemented universally (using the same Android close app mechanisms as are used for low memory conditions) and would not require modifications to any apps.
In the meantime, you do realise you can close a single app from Settings | Applications | Manage Applications right?
bobbybooshay said:
...while I was in browser and came across a situation where I had to restart the browser...
Click to expand...
Click to collapse
Were you looking at porn?!
^haha you know it! Nah but actually I enabled that browser download any file type setting In astro which required a restart of the browser and I was feeling lazy when I thought it would be nice to have a close button.
And ya.I am aware of the manage applications deal in the built-in settings. But I was jus thinking it would be nice to be able to close it while I'm still I'm the actual app itself.
Nice to know it could be possible tho

[Q] organizing strat menü on DHD

Is it possilbe to clean up the start menu of the Sense UI? Like make folders for system tools, multimedia, games and so on. instead of having this endless list of apps. i always miss the app i am looking for, even that the are sorted a-z.
i am used to it from my old hd2 with win mob. you just make folders and move it where you want. but i dont know how about android handles this thing.
maybe somebody can help me.
Thanks
sorry i was doing some miss-spelling on the title, if some mod or admin would be so friendly and correct that please
Snake-Plissken said:
Is it possilbe to clean up the start menu of the Sense UI? Like make folders for system tools, multimedia, games and so on. instead of having this endless list of apps. i always miss the app i am looking for, even that the are sorted a-z.
i am used to it from my old hd2 with win mob. you just make folders and move it where you want. but i dont know how about android handles this thing.
maybe somebody can help me.
Thanks
Click to expand...
Click to collapse
As of yet I dont think there is a way and your best bet is to just create folders on your desktop and organise it that way. To be honest I would prefer the windows menu because I love organisation....unfortunately...the rest of windows mobile sucked...
Hope that helps.
i agree, that was the only positive thing on windows mobile. i had everything organized and could find everything in a few clicks. now i have to scroll up and down the list especially some programms have wired names, so i dont always remember them...
do you know a good folder programm?
i am trying right now "folder organizer lite" is there anything better, except the paid version of it?
I was a bit put out when I saw that the items are in one big list. Mind you, I've just come from having years of Nokia phones and if you don't use something very often it's a pain to remember which menu tree it's in so there are pros and cons.
What I've done is clear out the HTC stuff from each screen and arrange different *groups* of widgets on each. So 'media' (camera, music, etc) on one for example. System-type stuff on another (settings, brightness, etc etc).
Works for me but each to his own.
Dave
Use Folder Organizer it does a good Job for me you can find a free version on Market.
i am using folder organizer already and bought the full version. but it would be nice if i could get rid of this messed up menu.
i have just one question to folder organizer. how can i get or make my own folder icons. do they have to be in .ico format and where do i have to put them?
Why cant we create folders and push them to a home screen and use it, this can be better if i am not wrong! I am still new to android but i found this useful and easy to access my apps!
You can try "smart shortcuts" its a free app from market
Sent from my Desire HD using XDA App
You can create folders on your home screen and put shortcuts to any apps within them. Just drag and drop. You can also rename folders by long-presing on the title bar of an open folder.
Alternatively, if you don't mind using a different launcher to HTC Sense you can get ADW.Launcher free from Market. This allows you to create 'custom catalogues' in the app draw. You can set it to have pagination buttons within the app draw to easily switch between the catalogues. You can, if you like, have one for games, one for navigation etc. It's not ideal but it works and ADW.Launcher is a great (and very customisable) launcher too.
Hope this helps.
Sent from my X10i using XDA App

[FIX] Bulletproof Background Apps!

UPDATE: Try BulletProofing Apps with my latest V6 SuperCharger Script! Use the following link OR use the link in my signature
I didn't want to risk making the SuperCharge & Bulletproof thread too confusing so I figured it best to make a "sister" thread.
This is a work in progress.
But if this information is helpful, please click the thanks button
HUGE thanks to Feeyo and Bear in NM for helping me figure out a workable solution on locking a background app in memory on boot up.
Feeyo gave me the gist of it but it wouldn't work on boot.
After posting in this thread at Droid Forums, things got rolling - with alot of help from Bear in NM.
Create a Unix script file with no extension (I named it 97oom) with Notepad++ and put it in your i/system/etc/init.d/ folder and put this inside:
Code:
#!/system/bin/sh
sleep 60
PPID=$(pidof [B]com.estrongs.android.safer[/B])
echo "-17" > /proc/$PPID/oom_adj
Permissions: chmod 755 /system/etc/init.d/97oom (same as 10overclock)
You can also do it on the phone itself:
1. Make a copy of 10overclock
2. Renamed it to 97oom (I have a 98governor and a 99complete so...)
3. Deleted the text and put the text you see above
4. Set permissions
Then reboot to test!
You can check to see if it worked with either Auto Memory Manager (AMM) or AutoKiller Memory Optimizer (AKMO).
The bold text in the above code is the process name of the app that you want to protect!
Note: You can get the process name from most process monitors or with AKMO or AMM.
That command "as is" will give ES Security Manager the highest priority of -17.
AKMO shows it as being ignored by the OOM killer
At first it wasn't working on boot because ES Security was not yet loaded in memory.
The "sleep 60 "command fixes that by waiting 60 seconds to execute the command
You can also do this in GScript Lite with this:
Code:
PPID=$(pidof com.estrongs.android.safer)
echo "-17" > /proc/$PPID/oom_adj
This comes in handy for apps that don't load on bootup - just run a GScript for those apps
I suggest you get Busybox Installer and have it install the latest BusyBox (v1.19).
This ensures GScript doesn't spit out ugly stderr: messages.
GScript Tip: 1. Make a file (with any text editor) with the commands
................. 2. Rename it with an .sh extension (example 97oom.sh)
................. 3. Put it in sdcard/gscript folder
................. 4. Run GScript, Menu key, Add script, and click Load file, select a script and Save (leave SU checked)
Even better, you can make shortcut for any GScript.
Long press desktop > Shortcuts > GScript Lite > Select... BOOYA!
As I said, this is a work in progress.
Taming the OOM Killer explains that an app will be ignored by the OOM killer if it has the -17 priority.
The problem is that Android will still shuffle it's priority downwards like it does with any inactive app.
If that happens, then the app reverts to it's usual priority.
This is why ESS will lose it's -17 after a couple of hours. It just sleeps ALL the time.
My thinking that if a more active background app, such as an SMS app or a music app is given the -17, it won't lose it's priority at all.
Feedback with results is more than welcome!
No need to set a variable, just use back-ticks:
Code:
echo -17 > /proc/`pidof [B]com.estrongs.android.safer[/B]`/oom_adj
Although that may be a little too complicated for some people to type in. Best to keep it simple I suppose...
That's pretty cool.
I figure most people would copy/paste the whole thing and replace the process name.
So maybe the back ticks wouldn't be a big deal.
That is why I try and avoid putting any code I use on forums. Someone who actually knows what they are doing will always come along and whack me ;^)
Seriously, good work Zep.
Craig
I don't mind.
That's all a part of learning so it's always good that there's somebody around that's "smarter" at something than me.
For example... this script I'm trying to get working for supercharging stock phones...
On custom roms, CM and FroyMod at least, I'd modify /system/etc/rootfs/init.mapphone_umts.rc
I flashed stock telus 2.2 and the path seems to be just /init.mapphone_umts.rc
I don't see rootfs anywhere
But there is a rootfs is mounted
To mount as rw, "mount -o remount,rw /system" doesn't work
In gscript, I'm getting "sed not found" errors too.
grrr...
how well do you think this would work with handcent? it's a little laggy to load up on my phone, but i want to try it out more. will keeping handcent in memory eat up ram that i need otherwise? and do you think it will be active enough to keep it's -17 after a few hours? thanks
edit: i was trying it out, it disappeard from processes withing a few minutes. oh well, maybe it doesnt need to be running anyway
Did you check with AMM to see if handcent had the high priority or if it really got killed?
ya, i checked. it was set to -17, then next time it refreshed it was gone. then i opened handcent, went back, and the process had a different pid, not oom level. oh well
damn
Maybe some apps are too prone to get killed off and the only way to keep them alive is with multitasking friendly minfree values
zeppelinrox said:
damn
Maybe some apps are too prone to get killed off and the only way to keep them alive is with multitasking friendly minfree values
Click to expand...
Click to collapse
Yes, I've seen the same happening with the stock SMS app. I did not receive SMS anymore so I decided to look at it a bit closer (using adb logcat). I started the SMS app, noted down the PID and set the oom_adj value to -17 using adb shell. A few seconds later it was killed. Setting the minfree values back to system default allows me to receive SMS again. Also whatsapp, gtalk and push mail now work reliable. With high minfree values I could see in the logs that, when a message arrived the app is started and immediately killed afterwards. So, I was never notivied that a SMS or whatsapp message had arrived. With default minfree values it seems to work more reliable.
But it all depends on how you use your phone, I guess. I'm using it as my communication central and don't want to miss any message. If you use it more as your mobile gaming or surfing device you might still be better off with high minfree values.
I agree.
That's why I made 6 different profiles.
The multitasking and balanced 2 settings, for example, will leave you with more free ram but are actually more background app friendly than stock google/android values.
zeppelinrox said:
I agree.
That's why I made 6 different profiles.
The multitasking and balanced 2 settings, for example, will leave you with more free ram but are actually more background app friendly than stock google/android values.
Click to expand...
Click to collapse
I see. I did not realize that. It seems I've been reading your post too superficially.
I'll give those settings a try. I've just lost another SMS (this time with the default setting)
If I can't get this under control I might go back to CM6. I understand this is not as memory hungry as CM7 is.
Well, handcent is a giant pain in the ass.
I'm running stock telus froyo and the thing doesn't even stay loaded and I'm not even doing anything.
I run it.
Try and bulletproof it with a gscript (and sometimes handcent is even killed off if I take too long opening gscript lol)
The script won't even change the priority of hancent.
It stays at an 9 or 10 in the content provider grouping.
But the thing is a pig anyway.
20+ mb of ram used up and the app itself is close to 5 mb.
Maybe froyo has a reason to not like it? LOL
very very important and informative post!
thank you!
one question: any idea why "Auto Memory Manager" isn't avialable to
milestone according to market?
I can't install it from market site and wasn't able to find it in market application?
zeppelinrox said:
Create a Unix script file with no extension (I named it 97oom) with Notepad++ and put it in your i/system/etc/init.d/ folder and put this inside:
Code:
#!/system/bin/sh
sleep 60
PPID=$(pidof [B]com.estrongs.android.safer[/B])
echo "-17" > /proc/$PPID/oom_adj
Permissions: chmod 755 /system/etc/init.d/97oom (same as 10overclock)
You can also do it on the phone itself:
1. Make a copy of 10overclock
2. Renamed it to 97oom (I have a 98governor and a 99complete so...)
3. Deleted the text and put the text you see above
4. Set permissions
Click to expand...
Click to collapse
I did it, and after reboot stock sms app (com.android.mms) is killed, I cheched in AKMO, and that fix didn`t help, so I set default minfree values in AKMO (although the previous settings weren`t so strict)
Ok, first off, I am a UK Milestone, running Cyanogenmod 7 RC4. I am trying to raise the oom_adj of COM.ANDROID.MMS and I just used the method zeppelinrox posted instead of the proposed alternative (though I did try that too) and the startup command seems to do nothing. So I decided to try the GScript way and I get this:
Code:
stderr:
stderr:
stderr:
stderr:
stderr:
stderr: cannot create /proc//oom_adj: directory nonexistent
stderr:
stderr:
stderr:
I have never used GScript before and maybe I am doing something wrong here, but I am running it the script as superuser, I have exactly what zeppelinrox has (except a change for the messaging app process name) and I am at a total loss here. Other methods worked fine on my RC3 and keep Messaging as a "Foreground Group" app, but in RC4 it is an "Empty" and that means it will likely get killed a lot. I am using stock minfree values, just using AMM to check oom. I don't want to be missing texts, so any help would be greatly appreciated. Let me know if you need anything else.
You get that "directory nonexistent" error because the app was already killed so there is no PID anymore.
I suggest you get Busybox Installer and have it install the latest BusyBox (v1.19).
This ensures GScript doesn't spit out ugly stderr: messages.
I finally installed CM7 for the first time and RC4 at least does have the option to lock messaging app in memory.
It's sitting in the foreground with a 0 priority
I thought that maybe it was killed already also, but I opened Messaging -> checked System Panel to ensure it was running -> ran the GScript (which failed as noted before) -> and checked System Panel once more and it was still running. Maybe I am crazy here..
I am using the "Lock messaging in memory" but "Messaging" process is still killed by the stock manager, is it still alive in some separate process? It certainly is not 0 priority in Foreground, still sitting in "Empty" at something generally over 4 priority.
I will probably just switch back to the previous build as all was well there, though I would like to be able to keep up with the newest features.
Thank you for the Busybox link, I will try that.
That's strange.
Maybe that setting needs a reboot?
I remember seeing messaging in content provider earlier and then I was actually surprised to see it in the foreground.
I actually checked to see if I still had the 97oom file in the init.d folder but it's not there.
But it should be immediate because if I uncheck Lock messaging in memory, it gets instantly killed.
I run it, check lock messaging again, and AMM shows it in the foreground group again.
Stderrs... now I dunno what's going on with that
GScript was working perfectly in stock Telus rom without stderrs after installing busybox (to get certain commands to work).
But in CM7, after updating busybox, stderrs all over the place.
Now I have to figure this out.. those stderrs are annoying as hell
zeppelinrox said:
You get that "directory nonexistent" error because the app was already killed so there is no PID anymore.
I suggest you get Busybox Installer and have it install the latest BusyBox (v1.19).
This ensures GScript doesn't spit out ugly stderr: messages.
I finally installed CM7 for the first time and RC4 at least does have the option to lock messaging app in memory.
It's sitting in the foreground with a 0 priority
Click to expand...
Click to collapse
What am I missing here? I'm looking at my CM7 Milestone right now with the "lock messaging app in memory" selected. And the messaging app is sitting in "background". Then I set the oom_adj value to -17 and a few minutes later messaging is gone. I'm starting to become desperate.

[Tip] How to Restore Apps/Data after Flashing or Resetting your device!

I've noticed there's not alot of information out there available for this topic.
Here are a couple ways to restore your Apps and some data after flashing, hard resetting or changing/upgrading the SD card on your HD7.
1. To restore all of your OEM applications: Download and install "Reinstaller" from the marketplace or from the link below. Open and run the application, you will have to log into your windows live account and then it will bring up a list of all the apps that you have installed onto your device, free and purchased, and yes you can reinstall purchased apps with out having to re buy them. It will give you an option to choose the apps that you would like to reinstall. Select the apps that you want and click the download/reinstall button. It will start the download process and bring up each app individually, click on install app and it will take you to the marketplace, click install and then it will take you to the phones app screen and show the app being installed with a progress bar. To speed up the process arrow back twice - through the market and back to the Reinstaller app and it will bring up the next queued app to be installed, just repeat the steps.
http://www.windowsphone.com/en-US/apps/b9d1115b-2c0d-4e5d-afc6-fa6dcd84dda4
2. Pictures: First you must back them up. Download and install SkyDrive from the marketplace or from the link below. Open the app and login using your windows live ID. Click the add button and it will take you to your pics menu, select the pic you want and it will upload it to SkyDrive. To move mass amounts of pics its easiest to connect your device to your P/C and sync with Zune, save all pics to a separate new/folder in documents. Open SkyDrive in another tab and choose the upload option, it will open a secondary window and browse for your folder. Open the folder containing your pics and right click, scroll and highlight all of the pictures, right click again, and select the contents ( you can't move the whole file folder to SkyDrive ) it will then upload all the pics. To restore them to your device, open the SkyDrive app and log in... It will automatically sync the pics and you can find them in the picture menu under albums.
http://www.windowsphone.com/en-US/apps/ad543082-80ec-45bb-aa02-ffe7f4182ba8
3. SMS: Download and install SMS backup, (by shinichi_wtn) from the link below or from Bazzar marketplace. You can save all your SMS to an isolated storage such as your P/C or upload them to SkyDrive. Very simple and easy to use. Choose the method of export you want. Export your SMS and then choose the backup option.
For SkyDrive it's saved in a folder named "SMS folder", it's a private folder for "Just Me". You can also find the backed up SMS in your Microsoft Office app in OneNote. Here's the link from the author and with more details/instructions:
http://forum.xda-developers.com/showthread.php?t=1448197
4. Contacts: If your device isn't on Tango 8779 build and doesn't have the option to export contacts to SIM. There is an app WlanSIM ( by pdaimarejam ) on Bazaar marketplace or in the link below. This will allow export and import of contacts to SIM and save them there. After flashing or doing a hard reset on your device, on initial setup it will give you the option to restore/import your contacts from SIM back to your device. Make sure your contacts are saved to SIM before doing any operation that will remove them. You can do so by editing the contact and it will then give you the option to save that contact to Sim. As of right now you have to manually edit the registry value and insert this one and then restart your device. HKEY_LOCAL_MACHINE\Software\Microsoft\Contacts\Sim]
"EnableSIMAddressBookAndExport
This app also allows you to set a static IP for WIFI
http://forum.xda-developers.com/showthread.php?t=1637690
5. Internet Favorites: IE Fav Backup app (by Shadow) Backup and restore your internet explorer favorites web sites URLs. App is available for download on Bazaar marketplace or from the link below. Simple and easy to use, choose backup and IE favorites are saved. As of right now the backup is saved at \Applications\Data\ADACC359-7D86-4DD2-B01B-A783B613C06C\Data\!SavedFavorites\
(SkyDrive integration coming soon)
To restore IE favorites, just select the restore option and they are restored to your internet explorer favorites list.
http://forum.xda-developers.com/showthread.php?p=25328312&postcount=1
Hope this helps some of you guys out and feel free to add your own tips it the comments!
I just recently was successful at flashing a custom rom on my hd7 (thanks to all the great people here on XDA!) and that sucked loosing all my data! This will definitely come in very handy the next time I have to flash it again or hard reset.
Just as kind of a side note to help speed up the process. On the Reinstaller app when you open it up, it will generate a list of all the apps that have been installed and there maybe 2 or 3 of the same apps in the list, (like connection setup) just un-check the box next to the extra ones or it will just try and update that app 2 or 3 times. If you know which ones are cooked into your rom, you can un-select those too. Like the Nokia apps, if you try and reinstall those it will give you an error message saying there not compatible with your device and any that you have downloaded by changing your OEM/Carrier marketplace. You'll just have to re-download those ones later.
Thanks for the Tutorial
Just wanted to say Thank you xdrc45, I just flashed the new Deepshining rom v 7.77 and I used your extremely helpful and detailed tutorial too back up my data and reinstall my apps. It worked perfectly and the whole process was easy and took about 30 mins.
(Mods) This should be added to a Sticky, so that others can find it easily, plus I think this would work on all unlocked WP7 devices too right?
I am getting message "Sorry, you can't get apps in this region. Please check the Store in your region"- anyone else had same error?
I am in Germany btw.
emil_bg said:
I am getting message "Sorry, you can't get apps in this region. Please check the Store in your region"- anyone else had same error?
I am in Germany btw.
Click to expand...
Click to collapse
Yes there seems to be a limitation with region access on MS side of things and as of recent they have been updating/changing the Marketplace and everyone is having problems with their app purchase history, either through the Reinstaller app or the MS online Marketplace. When I go to the online Marketplace it's only showing the last few apps (like 15 apps) that I have purchased in the past 6 months, where before I could see and re-download all the apps that I've ever downloaded or purchased somewhere around 200 apps. Is a real pain in the @$$
It would be useful to have an app that backs up the custom dictionary

Change the look of Android to WP7

This is a simple procedure to change the interface of android to windows phone
First of all,I AM NOT RESPONSIBLE FOR ANY HARM YOU MAY CAUSE TO YOUR DEVICE!!!!!Guys just a sec! I am busy u knw!But finally,after long waiting,here's the procedure
First download these awesome softwares from other cool devs available on the play store or as apks on the net
Launcher 7(Home screen)
Photo safari(Pictures hub)
Z player (Music Player)
WP7 Notifications(Notifications.Duh!!)
My xbox live(games hub)
Wp7 Lock(lock screen)
WP7 Contacts(Contacts)
Wp7 Phone(optional)
Wp7 calculator
Wp7 email
Downloaded? Now for the second step,Shift all the user apps to system apps.Apps like the phone and music should be replaced.Xbox live,calculator can just be loaded.NoteELETE THE ODEX FILES IF YOURE DELETING A SYSTEM APP!!!
In case you dont knw how to make a user app to system read on,else,skip the next para
There are two ways you can convert a user app to system:The NOOB way and the XDA way!
Noob wayownload titanium backup pro,long press an app,go to special functions and click move to system app Or download system app mover.
XDA way:
Important: Make sure to allow any SuperUser permission requests that you may get during these steps..
Procedure
Configuring ES File Explorer for root read/write access (required only once):
Launch ES File Explorer, press Menu and tap ‘Settings’.
In the settings, enable the ‘Up to root’ check box.
Further down in the settings, enable ‘Root Explorer’ check box. You will get a warning that you should confirm.
You will then get the Superuser permissions request that you must allow.
Finally, enable the ‘Mount File System’ check box, and press the back key to get back to the explorer interface. ES File Explorer is now configured to work as a root explorer. You do not need to do this again on the same device now, unless you uninstall ES File Explorer, perform a factory reset or install another ROM.
Finding the APK of an already-installed normal app (skip to step 3 if you already have the APK):
First of all, install the app from Play Store, if you haven’t already done that.
Launch ES File Explorer and go to /data/app. (You may have to press the back button to get to / first).
If you know the icon of the app, you can easily find it here. If you are having trouble finding the app here due to the confusing names or because of having a lot of apps installed, just search for the app in Google Play Store in a web browser and look at its Play Store link for the name. The file name will basically be the part after ?id= in its market link (and before any other question mark that may or may not appear in the link).
If you already have the APK of the file that you want to install as a system app, make sure you have transferred it to your device’s SD card if you haven’t done that already. Also make sure you know the path where you have copied it on the SD card.
Once you have located the required APK on the SD card from ES File Explorer, tap-and-hold on its icon till you get a menu, and tap ‘Cut’. You should see a little blue arrow on the bottom of the screen now. (You may select ‘Copy’ instead of ‘Cut’ if you are copying a file over from the SD card and want to keep a copy there. In case of copying an APK from /data/app, always use ‘Cut’.)ES File Explorer Copying
Now press the back button till you reach / and then browse to /system/app/
Tap the little arrow that you see on the bottom of the screen. It will bring up a pane with the icon of the copied file.
Tap on the file’s icon, and it will be transferred to /system/app/.
Now find the app’s icon in the list of files there and tap-and-hold on it till you get the menu.
Scroll down in the menu till you see ‘Properties’ and tap on it. You will now see the properties dialog.
Tap the ‘Change’ button in front of the Permissions to bring up the permissions dialog.
Make sure everything under ‘Read’ is checked, only ‘User’ is checked under ‘Write’ and nothing is checked under ‘Execute’ Your screen should look like the following:ES File Explorer Permissions
Tap OK on this screen and then on the Properties screen. Your app’s permissions are now set correctly.
Reboot your device. Your app is now ready to be used as a system app.(optional)
Well were done!
youre ready to use ur brand new WP7!!!
mrappbrain said:
This is a simple procedure to change the interface of android to windows phone
Click to expand...
Click to collapse
I don't see anything.
Sent from my Galaxy Nexus using Tapatalk 2
That's the point there is no procedure to change awesome android to something called WP7
Sent from my HTC Desire using xda app-developers app
mrappbrain said:
This is a simple procedure to change the interface of android to windows phone
Click to expand...
Click to collapse
Just buy a WP7 phone.
Oh wait, no need to buy. just moaning to them about your android or ios phone and they will give you free one.
There are many apps in the market that will change the look to WP7. Start with a metro UI launcher.
Sent from my Galaxy Nexus using xda app-developers app
The best metro style launcher is Launcher 7, it has a great customizatoin capablities, and even came with some live tiles.(email,contacts, calendar, gallery, widget tile). even more you can customize tiles.
here you can find the launcher and many nice alternative png for tiles.
also if you are on a CM9/10 or AOKP ROM you can find some winphone7 themes too. I can't find the link right now, but sure you can find it in XDA. just search for wp7 theme.
and you can find a nice messagind app, name Messaging 7. and a status bar replacement named statusbar+
if WP7 has only a single perfect point it is the launcher. It's about a month that I'm using Launcher 7, and surprisingly I found it even easier to use than usual android launchers.
p.s the launcher 7 is designed by an independent developer so it has some bugs. for example contacts live tile drains the battery at unbeliveable speed. ignore that live and use a static one.
Procedure AT Last!
(Post deleted)
mrappbrain said:
(Post deleted)
Click to expand...
Click to collapse
guys cant you see?? i just added the procedure
sorry man far too complex,
the easiest way in the whole universe is:
titanium backup>batch>move to internal or convert to system app
Click to expand...
Click to collapse
deathnotice01 said:
sorry man far too complex,
the easiest way in the whole universe is:
Click to expand...
Click to collapse
Thats the noob way.I included it
Please hit thanks if i helped

Categories

Resources