multi tasking - Nokia 6.1 Plus (X6) Questions & Answers

after last patch update my phone performance is reduce
if open 2-3 app when shift between it app open from new
but before this i can open 7-8 app without opening new
i am trader an need opening it always
please help me i format and hard reset but isnot work good

Have you tried debloating?

KelvinCrag said:
Have you tried debloating?
Click to expand...
Click to collapse
i dont know what is it
is this need for my phone to do?
(Author's Note - I tried adding apps to debloat from the Chinese ROM, yet they come back into the system after debloating and a subsequent reboot. Hence, There is no way to remove these apps other than rooting. Please do not try using the Global ROM's script on Chinese devices, you could potentially brick your phone and your only option to recover will be factory resetting.) this note in your link.but my phone isnot chines rom

amir58hz said:
i dont know what is it
is this need for my phone to do?
(Author's Note - I tried adding apps to debloat from the Chinese ROM, yet they come back into the system after debloating and a subsequent reboot. Hence, There is no way to remove these apps other than rooting. Please do not try using the Global ROM's script on Chinese devices, you could potentially brick your phone and your only option to recover will be factory resetting.) this note in your link.but my phone isnot chines rom
Click to expand...
Click to collapse
Goto settings>apps>view system apps
You will notice lots of evenwell apps present which are also responsible for your issue. I recommend you run the script as soon as possible

KelvinCrag said:
Goto settings>apps>view system apps
You will notice lots of evenwell apps present which are also responsible for your issue. I recommend you run the script as soon as possible
Click to expand...
Click to collapse
I see this link but i cannot do it
I cannot run it in ppc.i download and connect my phone but instructions of it is so hard
I want to do it but i stoped at this level
(Double click "batch-script" and run
I see your link and download it but i cannot run it.
I stoped this level Double click "batch-script" and run)

amir58hz said:
I see your link and download it but i cannot run it.
I stoped this level Double click "batch-script" and run)
Click to expand...
Click to collapse
Have you installed adb?
If you have not installed adb, visit https://developer.android.com/studio/releases/platform-tools
While if you have, copy the script to c:/adb/platform-tools
And ensure the script ends with .bat in filename, if not rename the file to before double-clicking to run debloating.

KelvinCrag said:
If you have not installed adb, visit https://developer.android.com/studio/releases/platform-tools
While if you have, copy the script to c:/adb/platform-tools
And ensure the script ends with .bat in filename, if not rename the file to before double-clicking to run debloating.
Click to expand...
Click to collapse
thanks
i can did it now my phone problem is fix?

Thank you
I do it

I do this but have problem
When shifting between app they loading from beginning
What is problem.is need to flash?

Related

Installing 3rd Party Apps

Here is how to install 3rd party applications. I'm not going to go into detail for every step so a little more research may be required if you don't understand all the terms. Search around, it's how I learned.
1. Download and extract the Android SDK. Once it is extracted copy it to the root of your C drive and to make your life easier rename it to sdk. So in the end it should be C:\sdk.
2. Download and install HTC Sync.
3. After the install of HTC Sync is complete connect your phone to the computer and select the HTC Sync option for the connection type on your phone. It doesn't matter if it fails to connect or gives you any error. When I did it the phone told me it couldn't find HTC Sync on my PC but I just hit OK and moved on.
5. Copy whatever 3rd party apps you are looking to install to the tools folder. (C:\sdk\tools). DO NOT rename the files, I had problems after doing that.
6. Open up a command prompt on your PC (In windows it's start, run, cmd) and change to the tools directory.
cd\
cd sdk\tools
After you change to that directory the prompt should say: c:\sdk\tools.
7. Type adb devices to verify that your computer can see the phone. If everything is working you should get a response that looks something like this:
List of devices attached
HTxxxxxxxxx device
8. Once you verify that the computer and phone are connected type the following:
adb install nameofapp.apk (obviously changing the nameofapp part to whatever the file is named).
You should see it copy the app then install and at the end it will say successful. All done!
Feel free to add to this if I missed anything....
KB
Thanks KB for the update, an easy workaround that I don't mind performing at all. Now if only we can remove those pesky AT&T bloatware they slapped on it, and get a nice Root going, we'll be in business!
Heck, I'd be willing to buy an extra Aria for someone around here if they could get a quick root/2.2 update going for this thing.
trying to install swype on my aria. please help
hello, please help with step 6. i dont know what i need to do. can some one please reply really quick. all i need is to do is install swype. how do i find swype anyways
hello, please help with step 6. i dont know what i need to do. can some one please reply really quick. all i need is to do is install swype. how do i find swype anyways
Click to expand...
Click to collapse
Step 6 may seem a little unwieldy, but here is a trick I learned.
1) Create a shortcut for CMD.exe on your desktop.
2) Right click the CMD.exe shortcut and go to Properties.
3) In the Start in: bar, type in the directory for the android SDK tools folder you put on your computer. For example, my start in address is:
Code:
"I:\HTC Hero\android-sdk-windows\tools"
Now everytime you open this CMD.exe shortcut, it will start in the correct folder to perform adb commands.
As far as Swype goes, you can get an e-mail for the installer through here.
I did run into a problem, since Swype will not install correctly because it needs to download and apply another .apk, which AT&T's blocks will not allow. Swype really isn't important enough to me to get it otherwise, as I'm happy installing the other apps I've been missing out on.
Hope that helps!
KB Smoka said:
Here is how to install 3rd party applications. I'm not going to go into detail for every step so a little more research may be required if you don't understand all the terms. Search around, it's how I learned.
1. Download and extract the Android SDK. Once it is extracted copy it to the root of your C drive and to make your life easier rename it to sdk. So in the end it should be C:\sdk.
2. Download and install HTC Sync.
3. After the install of HTC Sync is complete connect your phone to the computer and select the HTC Sync option for the connection type on your phone. It doesn't matter if it fails to connect or gives you any error. When I did it the phone told me it couldn't find HTC Sync on my PC but I just hit OK and moved on.
5. Copy whatever 3rd party apps you are looking to install to the tools folder. (C:\sdk\tools). DO NOT rename the files, I had problems after doing that.
6. Open up a command prompt on your PC (In windows it's start, run, cmd) and change to the tools directory.
cd\
cd sdk
cd tools
After you change to that directory the prompt should say: c:\sdk\tools.
7. Type adb devices to verify that your computer can see the phone. If everything is working you should get a response that looks something like this:
List of devices attached
HTxxxxxxxxx device
8. Once you verify that the computer and phone are connected type the following:
adb install nameofapp.apk (obviously changing the nameofapp part to whatever the file is named).
You should see it copy the app then install and at the end it will say successful. All done!
Feel free to add to this if I missed anything....
KB
Click to expand...
Click to collapse
I'm sorry I can't be more technical, but I use an easier way to install 3rd party apps, even multiple installs at once. Everything above is the same except AFTER step 3.. go to http://de.codeplex.com/ and download droidexplorer, once you have it, connect your phone to the pc, execute droidexplorer (droid explorer can take up to 2 mins (or maybe longer) to load so be patient), select drop down menu tools either addons (-batch install) to install multiple apps.. or Manage Packages to install single app. There are lots of other functions using droidexplorer but I think most of them need the device to be root.
(it's been a while since I first installed droidexplorer, so I'm not 100% certain if I even needed the android sdk, but HTC SYNC is definitely needed, if someone wants to give it a shot without installing android sdk to verify, that would be great, let me know and I'll fix up this post.)
THIS HAS BEEN VERIFIED TO WORK ON THE STOCK ATT ARIA by myself, as I just purchased the aria on sunday and already installed over 30 apps.
hope this helps someone.. post any replies if you need help, I'll try to help in any way I can.
thanks for the instructions KB. Getting my aria soon and can't wait to ditch the iPhone
Anyone know if/how you can delete the built in AT&T apps?
hocplyr98 said:
Anyone know if/how you can delete the built in AT&T apps?
Click to expand...
Click to collapse
I'd suspect you would need root access and then you could simply use shell rm /system/app/attbull****.apk
Yup....Same thing I did with my Incredible..
Ok, I got the Swype installer onto my phone, but then it stops me again. Thoughts?
Boneshark said:
Ok, I got the Swype installer onto my phone, but then it stops me again. Thoughts?
Click to expand...
Click to collapse
To elaborate. did "install adb swype-installer.apk" Got the success message. Tried to run swype installer on my phone and it got blocked as a third party app.
So, you can just use the Incredible root and it'll work for the Aria?
hocplyr98 said:
So, you can just use the Incredible root and it'll work for the Aria?
Click to expand...
Click to collapse
No no, he was saying he was able to remove the Verizon bloatware from his Incredible after rooting the phone. DO NOT use the Incredible method for rooting on your Aria, as you will possibly brick your phone.
Boneshark said:
To elaborate. did "install adb swype-installer.apk" Got the success message. Tried to run swype installer on my phone and it got blocked as a third party app.
Click to expand...
Click to collapse
Are you sure you have the right apk? If you got success it should already be installed. Check it by going to settings then language and keyboard. You should see Swype as an option.
shark0807 said:
No no, he was saying he was able to remove the Verizon bloatware from his Incredible after rooting the phone. DO NOT use the Incredible method for rooting on your Aria, as you will possibly brick your phone.
Click to expand...
Click to collapse
Thanks for clarifying....That could have ended badly.
KB Smoka said:
Are you sure you have the right apk? If you got success it should already be installed. Check it by going to settings then language and keyboard. You should see Swype as an option.
Click to expand...
Click to collapse
yep did "adb install swype-installer.apk" Got the "success" - nothing there. The swype installer is now on my phone. Click on it, log in to it, click download - third party deny message.
Also there's no swype on my phone in the downloads, only the swype installer. I figured I might have to do the same thing for the swype installer and swype, but the file isn't there. What exactly does running "install swype-installer.apk" accomplish? I figured it would allow me to download the actual Swype program, and not just the installer.
Tried again in CMD "Install_failed_already_exists"
Boneshark said:
Also there's no swype on my phone in the downloads, only the swype installer. I figured I might have to do the same thing for the swype installer and swype, but the file isn't there. What exactly does running "install swype-installer.apk" accomplish? I figured it would allow me to download the actual Swype program, and not just the installer.
Tried again in CMD "Install_failed_already_exists"
Click to expand...
Click to collapse
I tried this too. Apparently Swype-installer.apk is an Android program for you to download and install the REAL Swype software. I was able to install the swype-installer but the next step fail since it's trying to install Swype directly. Does any have the actual swype apk file? Do you know where I can find it?
saint168 said:
I tried this too. Apparently Swype-installer.apk is an Android program for you to download and install the REAL Swype software. I was able to install the swype-installer but the next step fail since it's trying to install Swype directly. Does any have the actual swype apk file? Do you know where I can find it?
Click to expand...
Click to collapse
Found it here: http://ip208-100-42-21.static.xda-developers.com/showthread.php?t=699705&page=2

[app2sd] Installing applications on a flash card

App2sd from 4PDA
Fundamentally new script!
Harder! Better! Faster! Stronger! (c)
!!!Only for LG GT540 Optimus!!!
!!!Only for Android 2.1 version!!!
Applications are installed on a memory card full! Internal memory is when you install the application does not decrease!​
Hi All!
I am glad to introduce you to a completely new script to install applications on your memory card.
Installation manual​Mandatory conditions:
1. To create two partitions on the card. First - fat32, second - ext2.
If you already have a partition ext2, it MUST re-create!
2. Place on sdcard into your fat32 partition two folders from archive - gsript and app2sd. Path must by: sdcard/gscript and sdcard/app2sd.
3. Reflash your phone using the formula: Hard reset -> Firmware -> Hard reset.
4. Make root.
Do not use z4root software
5. Install GScript Lite software from Market.
6. Use GScript Lite for run script.
During installation, you should see only two messages: "ext2 partition mounted, copying applications" and "Done! You can restart". If you see other messages - nothing happened.
7. Wait the bottom will be "Close" button to count down, click on it and then - reboot (not the phone itself will reboot and you need torestart the the phone !). Reloaded by phone (with knock drop call ... press and hold and select "Disable Phone" ... No script to reboot DO NOT USE!
Recommendations:​1. Script may work fine with a memory card that is supplied when you buy the phone. But I recommend you use a memory card from a class 6 and above.
2. If you notice that when you unlock the device gave reports of mounting a memory card, these cards can not be used!
3. Do not remove sdcard! Did it, if your phone is power off.
4. You may turn on your device without sdcard, but programms installed after apply script will not work yet.
Liryc: When testing the script was installed applications totaling more than 600 megabytes, and the unit at the same time felt great! Naturally we must understand that the cold boot the phone itself slightly increased, but at the time of the machine is behaving very well, fast and stable.
Reference to the original post: http://4pda.ru/forum/index.php?s=&showtopic=187486&view=findpost&p=6426539
RaiBinger said:
leaving parts of the program into your phone.
Click to expand...
Click to collapse
Im assuming you ment to type 'WITHOUT leaving parts of the program in your phone'?
So you are saying that nothing at all will be taking from the phones internal memory no matter how many apps you install to the SD? Well if thats the case then you have solved my problem. I think I may give this one a shot... Thanks!
skribbler86 said:
Im assuming you ment to type 'WITHOUT leaving parts of the program in your phone'?
So you are saying that nothing at all will be taking from the phones internal memory no matter how many apps you install to the SD? Well if thats the case then you have solved my problem. I think I may give this one a shot... Thanks!
Click to expand...
Click to collapse
Yes, after using this script - the application will be placed on a flash card memory is full and will not diminish.
skribbler86 said:
Im assuming you ment to type 'WITHOUT leaving parts of the program in your phone'?
Click to expand...
Click to collapse
Yes, that's what I meant
Once again I apologize for my English
Thanks for the information
We are all waiting for that app.
So all my programs will be instaled on memory card and i will have more room for games
We are talking about android 1.6 ??
plutonxp said:
We are all waiting for that app.
So all my programs will be instaled on memory card and i will have more room for games
We are talking about android 1.6 ??
Click to expand...
Click to collapse
No! Only for Android 2.1!
If You need, i will place here rar pack for Android 1.6.
If you use this method, don't ever remove the SDcard. If you remove, your phone will not work.
This method also move /data/data to SDcard. That means data of stock apps was moved to SDcard, and stock apps can't run without it.
Don't ever do a factory reset too. App2sd will gone after factory reset, that means there's no data for stock apps too.
The old method is safer than this one.
Could also find yourself in a big problem if you had an sdcard failure
doubletakeit said:
If you use this method, don't ever remove the SDcard. If you remove, your phone will not work.
This method also move /data/data to SDcard. That means data of stock apps was moved to SDcard, and stock apps can't run without it.
Don't ever do a factory reset too. App2sd will gone after factory reset, that means there's no data for stock apps too.
The old method is safer than this one.
Click to expand...
Click to collapse
Not exactly. Memory card can pull out your phone and boot the phone without the memory card is also possible, only you will not run any application installed from the Market or by appinstaller. However, all applications that are installed in the firmware the phone will function normally. If you think that I'm wrong, then ask yourself .... why did my phone after many tests still work? About resetting to factory ... it should be done after you remove the memory card from your phone. It's simple ... need only think of his head However, use this script or not - you decide!
RaiBinger said:
Not exactly. Memory card can pull out your phone and boot the phone without the memory card is also possible, only you will not run any application installed from the Market or by appinstaller. However, all applications that are installed in the firmware the phone will function normally. If you think that I'm wrong, then ask yourself .... why did my phone after many tests still work? About resetting to factory ... it should be done after you remove the memory card from your phone. It's simple ... need only think of his head However, use this script or not - you decide!
Click to expand...
Click to collapse
Sorry, I didn't read the script carefully, it will just copy data to SDcard and will not move anything so data of stock apps is still on the phone memory.
busybox cp -r -p /data/app /system/sdcard ;
busybox cp -r -p /data/dalvik-cache /system/sdcard ;
busybox cp -r -p /data/data /system/sdcard ;
busybox cp -r -p /system/media /system/sdcard ;
Click to expand...
Click to collapse
Quick question.. how did the gt540 jump that high on the benchmark?
I'm sure putting and using apps on the sdcard can't surely increase its performance that drastically. Or can it?
skribbler86 said:
Quick question.. how did the gt540 jump that high on the benchmark?
I'm sure putting and using apps on the sdcard can't surely increase its performance that drastically. Or can it?
Click to expand...
Click to collapse
Only green bar was increased.
Look at the bottom of the images, you will see the I/O was increased from 352 to 3512
doubletakeit said:
Only green bar was increased.
Look at the bottom of the images, you will see the I/O was increased from 352 to 3512
Click to expand...
Click to collapse
Exactly! such a result from the use of an ext2 file system on your sdcard.
Last edited by RaiBinger; 16th October 2010 at 04:33 PM. Reason: Update is coming soon!
^^
What will change with the update?
As for the high benchmark points in I/O. Does the phone overall feel faster or can you just see it in benchmarks?
Thx in Advance
Skip
Skkip said:
Last edited by RaiBinger; 16th October 2010 at 04:33 PM. Reason: Update is coming soon!
^^
What will change with the update?
As for the high benchmark points in I/O. Does the phone overall feel faster or can you just see it in benchmarks?
Thx in Advance
Skip
Click to expand...
Click to collapse
Please Wait. Update coming soon again. Speed will be felt not only in the test.
RaiBinger said:
On your phone, you need to Hard Reset and install appinstaller and GScript Lite (as well as to use a script to install a third-party Launchers and keyboard and other system applications, replacing the default application).
Click to expand...
Click to collapse
Does this mean i can not simply install a keybord like "swift keybord" or "swipe",
or at least normaly over the market like without the App2SD modification?
OxKing said:
Does this mean i can not simply install a keybord like "swift keybord" or "swipe",
or at least normaly over the market like without the App2SD modification?
Click to expand...
Click to collapse
This warning is no longer relevant! You can use the script immediately after a hard reset and install any application in any desired order.
But please wait!
Follows the date of updating the first post.
In your first post you have mentioned that ext2 filesystem should be first. But later on you say fat32 should be first?
RaiBinger said:
No! Only for Android 2.1!
If You need, i will place here rar pack for Android 1.6.
Click to expand...
Click to collapse
I would like to know, how can i install applications in SD card. I am using LG Optimus (GT540), Android 1.6. And i am not an expert in installation and write scripts
my phone does a funny thing where every time i unlock it it takes a few minuites to find teh memory card, could this be a problem if i were to install this script?

Market won't stop force closing! - PLEASE HELP!

Hi all,
Last night, out of the blue, every time I tried to download an app from the Marketplace I got the error "process com.android.vending has stopped unexpectedly" and a force close. I have no idea what would have caused this as everything was working fine up until last night, I can't think of any strange updates or anything.
Anyway, after some Googling I cleared the market cache and data as recommended but now I can't even open the Market app at all - well it opens, but force closes straight off the bat (I see the Android TOS in the background). I now get the process com.android.vending has stopped unexpectedly error on boot and whenever launching the market.
I've attempted to install a newer market.apk (current one is 1.82) but Android won't allow me.
The only other recommendations people have given on here to those experiencing this issue on dedicated Droid handsets is to either do a full format/install or to flash something via recovery (doesn't look like I can do this on my SD build)
A couple of months ago I was getting force closes on the calender app and someone sent me a droid.zip file which had a fsck.exe inside it which allowed me to repair my data.img which in turn fixed the problem. I've formatted my PC since than and lost the files and can't find them via Google, at least not one that'll run under Windows command prompt with "fsck.exe data.img" after placing the data.img in the same directory. Can anyone point me in the right direction? Or better still provide an alternative method for fixing this issue?
Using Darkstone's SuperRAM 1.5 Froyo build.
Many thanks!!
maybe you should try an other android rom ?
The best and quickest way to fix this is to use market.app from same build what u got.
So its mean u need to extract this particular app from the ROM and copy it to the /system/app
Or if u dont know how to extract it just ask in your ROM thread so someone whos know how to extract it and than can post it for download.
SMS92 said:
Hi all,
Last night, out of the blue, every time I tried to download an app from the Marketplace I got the error "process com.android.vending has stopped unexpectedly" and a force close. I have no idea what would have caused this as everything was working fine up until last night, I can't think of any strange updates or anything.
Anyway, after some Googling I cleared the market cache and data as recommended but now I can't even open the Market app at all - well it opens, but force closes straight off the bat (I see the Android TOS in the background). I now get the process com.android.vending has stopped unexpectedly error on boot and whenever launching the market.
I've attempted to install a newer market.apk (current one is 1.82) but Android won't allow me.
The only other recommendations people have given on here to those experiencing this issue on dedicated Droid handsets is to either do a full format/install or to flash something via recovery (doesn't look like I can do this on my SD build)
A couple of months ago I was getting force closes on the calender app and someone sent me a droid.zip file which had a fsck.exe inside it which allowed me to repair my data.img which in turn fixed the problem. I've formatted my PC since than and lost the files and can't find them via Google, at least not one that'll run under Windows command prompt with "fsck.exe data.img" after placing the data.img in the same directory. Can anyone point me in the right direction? Or better still provide an alternative method for fixing this issue?
Using Darkstone's SuperRAM 1.5 Froyo build.
Many thanks!!
Click to expand...
Click to collapse
yz.hd said:
maybe you should try an other android rom ?
Click to expand...
Click to collapse
Not really an option - The build I use is the most stable and one of the most widely used here on XDA (outside the Nand forum) and has been nigh-on perfect up until now (in daily use since before Christmas). I can't replicate how and why this happened so there's just as much chance of it happening on another ROM. Google suggests it's a common problem with the fix (for non rooted/savvy) people to factory reset their devices.
There's got to be a better way and I'm sure the crew here will find it!
The best and quickest way to fix this is to use market.app from same build what u got.
So its mean u need to extract this particular app from the ROM and copy it to the /system/app
Or if u dont know how to extract it just ask in your ROM thread so someone whos know how to extract it and than can post it for download.
Click to expand...
Click to collapse
Thanks - I'll look into doing it now. I've had no luck installing various Market apks though (with the default market disabled / cleared, etc.) so I'm unsure of the results!
SMS92 said:
Not really an option - The build I use is the most stable and one of the most widely used here on XDA (outside the Nand forum) and has been nigh-on perfect up until now (in daily use since before Christmas). I can't replicate how and why this happened so there's just as much chance of it happening on another ROM. Google suggests it's a common problem with the fix (for non rooted/savvy) people to factory reset their devices.
There's got to be a better way and I'm sure the crew here will find it!
Thanks - I'll look into doing it now. I've had no luck installing various Market apks though (with the default market disabled / cleared, etc.) so I'm unsure of the results!
Click to expand...
Click to collapse
This should help cos if u do it this way u actually not installing/reinstalling the app. u actually repleace the sys market.app for the original one from the ROM. So there is no way it will not work again if it was working before after u flashed the ROM.
I'm pretty sure it will do the trick, but also I may be wrong .
I had some issue on my ROM with cam.app and this proced. helped me.
Hey,
you can try this (very simple):
1. Open terminal emulator
2. type "su" (without quotes) and hit enter
3. type "fix_permissions" (without quotes) and hit enter
4. wait until process is done and exit terminal
5. maybe reboot, but should be fine without reboot
This is a common way to fix force closes, so maybe this helps in oyur case too.
Greetz Dom
FIXED! [Edit: not]
Here's what I did.
Downloaded THIS
Extract it to C:\Droid
Boot into Win Mobile and move your data.img in \Android\ into the \Droid\ folder on your PC.
Start > Run > CMD
type "cd c:\droid" (without quotes) to get into the directory you've created.
Type "e2fsck -f data.img" (without quotes) and say 'y' (yes) to all the errors you encounter. There will be dozens. When done you'll be notified the modified data.img has been saved.
Copy the newly modified data.img from \Droid\ to \Android\ on your device.
Boot into Android - things might be a bit slower/laggy at first.
All should be well!
Edit: This fix seems to have really slowed my phone down. It takes at least 2x as long to run stable on boot (i.e. stop lagging, load all background apps etc). I've imported my previous data.img over and will be trying the fix by Dom (above).
Edit2: And I'm now getting com.android.media force closes with the modded data.img! Music app won't work. Jesus!
ricola7 said:
Hey,
you can try this (very simple):
1. Open terminal emulator
2. type "su" (without quotes) and hit enter
3. type "fix_permissions" (without quotes) and hit enter
4. wait until process is done and exit terminal
5. maybe reboot, but should be fine without reboot
This is a common way to fix force closes, so maybe this helps in oyur case too.
Greetz Dom
Click to expand...
Click to collapse
Thanks for that Dom, I'll keep that in mind for next time! Great tip!
ricola7 said:
Hey,
you can try this (very simple):
1. Open terminal emulator
2. type "su" (without quotes) and hit enter
3. type "fix_permissions" (without quotes) and hit enter
4. wait until process is done and exit terminal
5. maybe reboot, but should be fine without reboot
This is a common way to fix force closes, so maybe this helps in oyur case too.
Greetz Dom
Click to expand...
Click to collapse
Hey Dom, terminal tells me "fix_permissions: not found" when I run fix_permissions. Am I missing something? (I've su'd before hand) Guess Darkstone hasn't included this script in his rom?
Same here ...?
SMS92 said:
Hey Dom, terminal tells me "fix_permissions: not found" when I run fix_permissions. Am I missing something? (I've su'd before hand) Guess Darkstone hasn't included this script in his rom?
Click to expand...
Click to collapse
Sent from my HD2 Jaws-MIUI
Did fix_permissions via the app ROM Manager and the Market force close still remains
How about getting a fresh copy of the ROM, and just keeping your data.img. It may not work, but it's surely worth a go.
SMS92 said:
Hey Dom, terminal tells me "fix_permissions: not found" when I run fix_permissions. Am I missing something? (I've su'd before hand) Guess Darkstone hasn't included this script in his rom?
Click to expand...
Click to collapse
rikardo1979 said:
Same here ...?
Sent from my HD2 Jaws-MIUI
Click to expand...
Click to collapse
Hmm, it seems that this script isn't inluded in your roms. But for you SMS92 it seems that it is another problem anyway.
If you wanna try sth. else see this:
http://all-google-android.com/google-android-forums/t-mobile-g1-modders/fix-permissions/
This is an "improved" fix permission tutorial which goes further than the command I posted above...quote from the link above: "fix_permissions is only intended for correcting ownership issues. It does not modify permissions, as is being requested."
In this post is a downloadlink for the advanced script so it doesnt matter if its already included in the rom...
@ricardo: see here if you still wanna try it: http://modmymobile.com/forums/567-motorola-backflip-general/556261-fix_permissions-script.html
Greetz Dom
johncmolyneux said:
How about getting a fresh copy of the ROM, and just keeping your data.img. It may not work, but it's surely worth a go.
Click to expand...
Click to collapse
It's a no-go I'm afraid.
So far the only thing that's worked is running the repairs on my 2gb data.img using e2fsck on my PC, but this in turn created a load more problems (com.process.media started force closing and the rom seemed to be much slower)
Will try some more suggestions tonight.
if your running gingerbread make sure the app is installed on the phone not the sd
I'm also suffering from this issue it started for me when an automatic update downloaded (which I didn't install) I will see if any of the above fixes work for me & if not I will start with a fresh copy of the ROM. Have to admit I have barely used winmo since I started using this build!
I have the same problem using froyo 2.2
I've had the same problem, just did a totally fresh install, ok now
Sent from my HTC Desire using XDA Premium App
robdee102 said:
I've had the same problem, just did a totally fresh install, ok now
Sent from my HTC Desire using XDA Premium App
Click to expand...
Click to collapse
Any chance you could walk me through the steps you took for a fresh install? I am at my wits end with the FCs and a mount/partition error. Here is my setup:
HTC Hd2 Leo
HTC Desire
Android 2.2.1
Mod darkstone SuperRAM FroYo v1.5
Build FRG8
I am up for a new ROM or whatever to get my phone back in order. Thanks so much!
BOYPPC-SHIFTPDA v.37 Market Force Closes
BOYPPC-SHIFTPDA v.37 Market Force Closes
Please Help my Market is constantly force closing on me the error is:
Sorry!
The application Market
(process com.android.vending)
has stopped unexpectedly.
Please try again.
then it has a force close button.
I would really like to install some apps with the market but
every time I try and use the market I get this error,
I am running the BOYPPC-SHIFTPDA v.37 ROM
Please Help Me

[HOWTO] Remove Samsung Apps

Lists of apps which may be removed safely have been provided elsewhere on this forum, I have taken a list from the AngeloM thread and created a script which may be run each time a new rom is installed to remove all Samsung apps.
Pre-requisite: You need to be rooted!
1 - Install script manager which is free from the market (https://market.android.com/details?id=os.tools.scriptmanager)
2 - Copy the attached script file to your sd card. You may edit it to add/remove apps as required.
3 - Start script manager, point it to my script file and tick to box to run as root.
4 - Run
That's it.
Thanks mate!
But your script had some problems to quit running
Edit:
Found a typo: rm /system/app/SamsungWidget_. ews.apk -f
And probably a remount ro and some status-echos would be neat
My unix scripting skills are pretty poor ;-(
I've fixed the typo and re-loaded.
Well, I'm currently at work
Maybe I'll put up a better script, when I find the time this weekend
Would be easier, to make a list of the apk's and then go through every element with a for-loop.
But as this is a quite simple script, it's not that necessary to make a beauty out if it...
Ah, by the way, the script didn't finish here. ATM I don't really know why. Will go through it, when I find the time
Thanks for the nice list of removable Software
Hey guys
i'm just taking a simple adb script to do this job...
something like this works great for me!
regards
fluxx
That should do the job as well. More than one way of skinning a cat
Just makes it easier than having to do it manually (especially after loading new rom).
aerofluxx said:
Hey guys
i'm just taking a simple adb script to do this job...
something like this works great for me!
regards
fluxx
Click to expand...
Click to collapse
/signed ;-)
Sent from my GT-I9100 using XDA App
aerofluxx said:
Hey guys
i'm just taking a simple adb script to do this job...
something like this works great for me!
regards
fluxx
Click to expand...
Click to collapse
how to run this adb script ?
aerofluxx said:
Hey guys
i'm just taking a simple adb script to do this job...
something like this works great for me!
regards
fluxx
Click to expand...
Click to collapse
if i try to run this I get remount failed: operation not permitted.
any idea? (I`m kinda noob..)
Thanks. I am waiting for the full script.
So does this list containt everything not in this list: http://forum.xda-developers.com/showpost.php?p=14304454&postcount=2?
Running it right now, will let you know how it goes. Great work
Edit: Any idea how long this should take? The script sill says running after 5 minutes..
Hey guys
i try do made an windows tool for ya so you can just one click the whole thing...
regards fluxx
Sent from my GT-I9100 using XDA App
sarsh11 said:
So does this list containt everything not in this list: http://forum.xda-developers.com/showpost.php?p=14304454&postcount=2?
Running it right now, will let you know how it goes. Great work
Edit: Any idea how long this should take? The script sill says running after 5 minutes..
Click to expand...
Click to collapse
the script seems doesn't work if it stay that long.
Use this. http://forum.xda-developers.com/showthread.php?t=1108479
just copy the contents, remove the first line, select all and copy. download android terminal emulator, paste it. and reboot.
EDIT : WOAAA, it's seems i cant' access enable/disable fastdormancy anymore.
This script in first Post is not working.
Its running and running and nothing happens
Any chance to fix that?
How will I be able to update the camera firmware once the Samsung Apps is removed?
raphy972 said:
How will I be able to update the camera firmware once the Samsung Apps is removed?
Click to expand...
Click to collapse
Good point and good question...
Btw one more question,
If I'll just freeze those apps the OP listed using Titanium Backup, is that means that Titanium backup will start running in the background in order to block those apps ?
If so i'd better just remove them ?
Thx.
Script manager just get stuck.. Doesn't run the script..

[script]Remove password/fingerprint lock

Hi all,
I made this small update script because sometime when you try a rom and use a backup to restore the previous one the authentification get broken, so this script will just remove all locks and allow you to start your phone without any data lost.
I'm not responsible if something is going wrong.
Flash using any twrp will probably work.
great. will try
thanks!
animehq said:
Hi all,
I made this small update script because sometime when you try a rom and use a backup to restore the previous one the authentification get broken, so this script will just remove all locks and allow you to start your phone without any data lost.
I'm not responsible if something is going wrong.
Flash using any twrp will probably work.
Click to expand...
Click to collapse
well we can delete gatekeeper files manually from the TWRP file manager, and everything is fine, no data lost.
Great will try
c_/\/\_k said:
well we can delete gatekeeper files manually from the TWRP file manager, and everything is fine, no data lost.
Click to expand...
Click to collapse
Yep probably, but for most of people here it's safer to use a script than let them find the files manualy.
And maybe faster
animehq said:
Yep probably, but for most of people here it's safer to use a script than let them find the files manualy.
And maybe faster
Click to expand...
Click to collapse
you deserve compliment for your work , but it takes only one file to delete to remove passwords or lock. and its neither lengthy nor unsafe, i have seen your script, it deletes to many things.. which is not required i think. And your updater script has spelling mistakes too bro..
Does it also removes the mi account? Device locked because mi account think the device is stolen.
c_/\/\_k said:
you deserve compliment for your work , but it takes only one file to delete to remove passwords or lock. and its neither lengthy nor unsafe, i have seen your script, it deletes to many things.. which is not required i think. And your updater script has spelling mistakes too bro..
Click to expand...
Click to collapse
Which file do you think is the only one to delete?
Rohit DK said:
Does it also removes the mi account? Device locked because mi account think the device is stolen.
Click to expand...
Click to collapse
Nop sorry and there is no easy way to do it as far i know.
Bogeyof said:
Which file do you think is the only one to delete?
Click to expand...
Click to collapse
If its patternlock, then its gatekeeper.pattern.key, if its password then its gatekeeper.password.key, you can delete both.
Successful Using RX & Deletion of /data/validity/template.db
Doesn't work for me! Ran rx from recovery, wiped caches, & rebooted. Typed in backup password, unlocked (same as b4). Went to the Settings for fingerprint this time it constantly rejects any attempt saying too many incorrect pls wait. Prior it wouldn't take fingerprint or password.
Any suggestions for this?
PS: Would be nice to list what each file does /is for. I am also an advanced user...
After running This Rx use (root) X-plore/etc F. M. Then DELETE:
[*W/Rx SUCCESS*] /data/validity/template.db [*W/Rx SUCCESS*]
Reboot. Type in Previously Used BackUp Password. Go to Fingerprint Settings & setup new fingerprint & backup password!
[*MIA*] data/system/users/0/settings_fingerprint.xml [*MIA*] Could not find this file, so I assume not needed.
This was done on Stock Base Marshmallow ROM N915 (Note Edge).
BTW Thanks for RX & Could You Please add the above file to RX?

Categories

Resources