Script request? - Sprint HTC One (M7)

Dont know if in wrong thread, but i have task bomb with script launcher and sl4a. Can i get a script written that i can schedual for device to auto recovery, backup, delete previus back up and reboot? Is this possible? Im running bad boys rom with my hub and when i install a mod it puts device into recovery, installs, and reboots without me doing anything, thats what got me thinking.
Your thoughts welcome.
Thanks.

Related

Help to remove disastrous apk - please android Wizards

I REALLY need some assistance, think I screwed my phone, really want to avoid a hard wipe.
I installed Lockbot the other day, has some issues with dual lock layers (i.e. the lockbot app wasn't disabling my HTC lock so I had two unlocks.). emailed dev and he sent me a beta version to hopefully correct issue. I only received an apk file from him.
FYI I am on fresh 1.1, rooted.
I used the kitchen to puch this file: "LockBotPro_1.10.0_beta.apk" to /system/app.
The install went successfully, but later after a reboot I face a HUGE issue. The lockbot app is hanging upon reboot and will not unlock. At first I thought i would still be okay, I had ATK and Advanced Task manager both running at start up, so I can enter both of them through my notification drop down menu. I used both to kill the task-to no avail it is still locked. I tried to use advanced task manager to uninstall lockbot - to no avail, it cannot be removed.
Then I tried to pull back the file through kitchen, to no avail.
I don't know what to do. I cannot get my phone to unlock and i cannot pull the file off through adb or kitchen. DOES ANYONE HAVE ANY IDEA ON HOW TO FIX THIS??????
I would suggest pulling the battery and rebooting into recovery then use adb to cd to system/app and use rm to remove the apk that way and then boot the phone
wtphoto said:
I would suggest pulling the battery and rebooting into recovery then use adb to cd to system/app and use rm to remove the apk that way and then boot the phone
Click to expand...
Click to collapse
I have tried to pull the file in both adb and in kitchen. Would it have installed as something other than the name I pushed it under?
Even if the phone is hard locking (kind of rare of android. even in all the stupid f'd up things I've done I've only hard locked my phone to the point that I couldn't even get in to adb once or twice) then the file system is still completely accessible while it's booting up. You can use the "pull any file" from the kitchen and check off that you want it to delete it after it's done. Just get it all queued up in the kitchen and then power on your phone. Once it gets passed the HTC logo wait a few seconds and then run the pull file from the kitchen. Should work just fine for you.
The alternative (if you are comfortable with adb) would be to boot your phone in to recovery (can also be done through the kitchen, even when it's in the middle of booting) and then type the following from a command prompt:
adb shell mount /system
adb shell rm /system/app/your-application.apk
FYI for future reference you should push these types of applications to /data/app. Your hard locks could either be caused by the fact that the beta just broke things, or it could be that you have a copy of it in both /data/app and in /system/app.
the problem is that you dont want to just pull the file all that does is create a copy of the file where ever you pull it to you need to use the rm cmd to actually remove the file and have you tried to do this from the recovery menu before the phone boots? I mean I am by no means an expert but commonsence says that if you do it in the recovery menu that it would be gone when the phone actually boots and the problem would be gone.
edit: sweet im not a complete noob anymore I was right about removing from the recovery. flipz explained it better though.
thanks flipz, I'm going to try this. I will try via adb first, then via kitchen. Last time kitchen gave me a message to "post" but I didn't figure I would catch you online. Hope you're still around in 15-20. thanks for the how-to!
TF1984 said:
thanks flipz, I'm going to try this. I will try via adb first, then via kitchen. Last time kitchen gave me a message to "post" but I didn't figure I would catch you online. Hope you're still around in 15-20. thanks for the how-to!
Click to expand...
Click to collapse
I'll be here.
hmmm. I think I've really screwed something up.
I opened CMD, ran adb, here's where I am and what I have (fyi I get the same thing no matter in Recovery, boot or after normal start up)... and I use apps2sd
C:\android-sdk-windows\tools>adb shell mount /system
mount: cannot read /etc/fstab: No such file or directory
If I use Kitchen to pull file: It says "Files Deleted".
Now on my Hero, after fresh reboot...
Well maybe it's okay. But now many of my apps are giving FC error. AHH Crap!!!
That app is demonic... LockBot, I'm gonna get my moula back!
TF1984 said:
hmmm. I think I've really screwed something up.
I opened CMD, ran adb, here's where I am and what I have (fyi I get the same thing no matter in Recovery, boot or after normal start up)... and I use apps2sd
C:\android-sdk-windows\tools>adb shell mount /system
mount: cannot read /etc/fstab: No such file or directory
If I use Kitchen to pull file: It says "Files Deleted".
Now on my Hero, after fresh reboot...
Well maybe it's okay. But now many of my apps are giving FC error. AHH Crap!!!
That app is demonic... LockBot, I'm gonna get my moula back!
Click to expand...
Click to collapse
You have a nandroid backup... don't you? Actually what you can try doing is flashing fresh right on top of itself. You won't lose any settings and it will overwrite everything in /system/app.
I haven't made a recent Nandroid backup.
All of my third party apps are giving FC upon trying to execute any action within them. I think I might just reinstall each. I think something happened with my sdcard through this process trying to get rid of lockbot. Not sure.
If I flash fresh it wouldn't remove any data right, will anything change? I think I remember last time I flashed it I even retained my scenes and all, but I have a bad memory. I guess I'll give it a go.
TF1984 said:
I haven't made a recent Nandroid backup.
All of my third party apps are giving FC upon trying to execute any action within them. I think I might just reinstall each. I think something happened with my sdcard through this process trying to get rid of lockbot. Not sure.
If I flash fresh it wouldn't remove any data right, will anything change? I think I remember last time I flashed it I even retained my scenes and all, but I have a bad memory. I guess I'll give it a go.
Click to expand...
Click to collapse
Yea so in general when it comes to the phone /system should remain untouched and /data is where all saved settings and market apps go. Obviously we change that by rooting the phone and creating custom roms. But that concept still applies when flashing a rom. It will only wipe /system and not /data (unless the rom dev does something wrong heh).
Flipz I swear one day I am going to make a sizeable donation to you. If I can only find some extra money.
I think you have helped in every issue I have had after rooting, there haven't been many but you are always helpful when I run into trouble.
Well I flashed 1.1 again, but it didn't help to fix the FC on every app.
Guess I will just remove and install each one by one. This will make for a good time to review each app and decide which I should part with for non-use.
Thanks again, my lock issue is resolved!
Maybe I'll try the lockbot again but install to app/data as you suggested in earlier posting.
TF1984 said:
Well I flashed 1.1 again, but it didn't help to fix the FC on every app.
Guess I will just remove and install each one by one. This will make for a good time to review each app and decide which I should part with for non-use.
Thanks again, my lock issue is resolved!
Maybe I'll try the lockbot again but install to app/data as you suggested in earlier posting.
Click to expand...
Click to collapse
Might be worth it for you to try clearing your dalvik-cache to see if it fixes your FC's. If that doesn't work then my guess is you are using apps2sd and the symlink got broken somewhere along the way.
And no problem.
Yes I am using apps2sd. I tried the davlik clear cache in kitchen earlier today in attempt to fix the lockbot (I don't know, figured maybe it would work since i have no idea what that does to begin with).
Question, I did pull my sd card out earlier while the phone was off. Then booted and it only went into a boot loop, is that likely to have caused the FCs?
Does that mean that I cannot ever remove the sd card at all or will always cause this problem...cause that would friggin suck a big one!
flipzmode said:
Yea so in general when it comes to the phone /system should remain untouched and /data is where all saved settings and market apps go. Obviously we change that by rooting the phone and creating custom roms. But that concept still applies when flashing a rom. It will only wipe /system and not /data (unless the rom dev does something wrong heh).
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=4942088&postcount=2 -- post #2 from the fresh rom thread from back in november.
The reason I don't like it is because it puts your phone at a huge risk of having problems once anything goes wrong. If you install a program that causes issues, a nandroid backup will not resolve the issue because the application is installed on your SD card not your phone. If your phone starts going crazy as reported here and here, then even just a restore possibly won't fix it. You might need to go as far as to wipe your SD card too. If you are lucky enough to have a restore fix your problems you will still need to reinstall every app, even if you didn't wipe your card. And on top of that when you try to reinstall any app it will think it's still installed, even though you restored your phone. But when you click "uninstall" it will just freeze half the time because there's nothing on the phone for it to actually install. I have also read many threads that say if you happen to boot the phone up without the SD card in then it will screw everything up.
Click to expand...
Click to collapse
yikes.
I guess it is a gamble, do I want the space provided while keeping apps on my card (I do have A LOT of apps) or do I go the safe route?
Hmmm. thanks again. Quick question, earlier you said I needed to install that apk in data/app, not system/app. I pushed it back via kitchen to data/app and it isn't showing up anywhere. Was there an additional step I am not aware of?
TF1984 said:
yikes.
I guess it is a gamble, do I want the space provided while keeping apps on my card (I do have A LOT of apps) or do I go the safe route?
Hmmm. thanks again. Quick question, earlier you said I needed to install that apk in data/app, not system/app. I pushed it back via kitchen to data/app and it isn't showing up anywhere. Was there an additional step I am not aware of?
Click to expand...
Click to collapse
Make sure you aren't forgetting the leading slash. /data/app not data/app. But no, nothing special. That should work. Although if using apps2sd you might want to push to /data/sd/app. It should work regardless because a2sd sets up a symlink but if your stuff is messed up then it might not be working right.
TF1984 said:
hmmm. I think I've really screwed something up.
I opened CMD, ran adb, here's where I am and what I have (fyi I get the same thing no matter in Recovery, boot or after normal start up)... and I use apps2sd
C:\android-sdk-windows\tools>adb shell mount /system
mount: cannot read /etc/fstab: No such file or directory
If I use Kitchen to pull file: It says "Files Deleted".
Now on my Hero, after fresh reboot...
Well maybe it's okay. But now many of my apps are giving FC error. AHH Crap!!!
That app is demonic... LockBot, I'm gonna get my moula back!
Click to expand...
Click to collapse
Type this command in to mount:
mount -o rw -t yaffs2 /dev/block/mtdblock3 /system
That will mount the /system volume and put it in read-write mode.
Once you are finished deleting the file, type:
umount /system
Then reboot the phone.
Edit: If you want to mount the /data volume, type: mount -o rw -t yaffs2 /dev/block/mtdblock5 /data

Hmm, rooted Legend differences to Hero.

Things were simplez in Hero Root-land, but seem to be a tad more complicated in Legend Root-land..
When I try and use AdFree, it reboots the phone.
The notes I made to remove stuff from the Hero system apps area no longer works. (I wanted to pull out PDFViewer and QuickOffice)
I also tried to the recovery-windows.bat from r4-legend-root to get the recovery menu up, and then tried a nandroid backup, it failed with "Error: Run 'nandroid-mobile.sh" via adb.
I did run nandroid backup via adb and it does seem to have worked. My question is, are they problems normal? Is there a way to achieve them on Legend?
I did find this (with regards to the AdMob problem) http://androidforums.com/all-things...e-not-working-after-2-2-leak.html#post1253445 But it did not help me, as there was no "Partitions Menu".
Many thanks.
For nandroid, try going into recovery with ROM Manager instead (fake-flash). That worked for my, the r4-root version did not.. hope it helps
Sorry, can you explain in a bit more detail? Any ideas on how to get the hosts adblock file installed on a Legend? That and being able to remove apps are my big problems (and the main reason I rooted...)

[Q] I finally Rooted my phone. Now what?

I am very new to this, so I am not sure what to looks for on the forum.
I generally followed instructions from Lifehacker and this forum, used androot to root my phone, done it after two days.. (finally figured out I had to downgrade my phone.. )
So now I'm rooted, I have super user access, and I have rom manager installed. Here are a couple of things I know I want to get to do:
- install froyo (as stable as possible)
- uninstall sprint crapware (the NFL, navigation and others.. who needs them)
- possibly overclocking a little by what I read, I have another battery and I'm willing to try and give overclock a "little" each time to see if it works.
Before I do anything (I backed up my current settings with rom manager), I wanted to post here and ask you guys what I should do first, and how do I restore things back to normal if something goes wrong?
Thanks a bunch!
beholder121 said:
install froyo (as stable as possible)
Click to expand...
Click to collapse
Go to the development forum, you should find the latest Froyo builds out there (check my signature for the latest ;-)).
beholder121 said:
uninstall sprint crapware (the NFL, navigation and others.. who needs them)
Click to expand...
Click to collapse
If you install CM, it will remove all apps anyways. If you want to know how to remove apps - there are threads all over the place for it.
Also, attached is a script I wrote to remove apps (apk). It's a very simple straightforward script. Here's what you do, create a subfolder (not needed) on your sdcard, copy the two files into the folder, update "Apps-to-remove,txt" with all the apks you want to remove (with the full path) and run the script through terminal or adb shell. This script is not needed, but just simplifies the job, that's all.
beholder121 said:
possibly overclocking a little by what I read, I have another battery and I'm willing to try and give overclock a "little" each time to see if it works.
Click to expand...
Click to collapse
Goto http://forum.xda-developers.com/showthread.php?t=756774, read through and use, as appropriate. If you use the latest build by Jaybob, you may not need any kernels from this thread, as the builds have the latest code.
Hope this helps.
beholder121 said:
Before I do anything (I backed up my current settings with rom manager), I wanted to post here and ask you guys what I should do first, and how do I restore things back to normal if something goes wrong?
Click to expand...
Click to collapse
To restore everything back to "Out-of-the-box", just run the official RUU from HTC/Sprint.
Thanks Andy.
Right now I'm going through Roms (I heard good things about Cyanogen but I can't download it because their registration page is messed up..) and I tried what comes for free with Rom Manager, which almost gave me a heart attack when the phone started... fortunately I read the instructions to restoring things so I was able to get back to my old rom (whew!!)
But now, for some reason, I don't have the market app on my phone! how am I to download rom manager...
Is it possible to chat with you or someone at least for a couple of minutes as I go through this, because at this rate I won't have my phone working well until tomorrow >.>
You need to install GAPPS, once you install a ROM.
I would highly recommend CM. The builds Jaybob has put together are based on CM code, take the latest (12/08) - it's stable. BTW, it's a mediafire link, so you should be good. I just downloaded the latest, y'day... works like a charm... (Thanks JayBob and Cm and everyone - can't say that enough).
The best way to install rom is:
1. Download copy ROM and gapps to your SDcard's root
2. Reboot into recovery
3. Wipe everything - Wipe/Factory reset, Wipe cache, Wipe Dalvik Cache
4. Install ROM from zip
5. Install Gapps from zip
6. Reboot - btw, the first reboot after a rom/gapps install takes a while, so don't be alarmed.
You can PM me, if needed.
I installed that last Rom via Rom Manager, which did it pretty much automatically.. so I didn't try to install a Rom via the SD card yet.
To make things worse, the phone does not recognized it's connected to a computer at all (there is no USB icon on my phone's notification bar) so I can restore it being to old sprint crap. No Market app, no way of installing anything or communicating with the phone, my backup, when I restore it, brings back the old HTC but without the market app and as I said, no USB support.
heeeeeelllllllllppppppppppppp
Ok,
I managed to restore things back to the old Sprint RUU. I noticed the SD card was *completely* out of room, which might have messed up my backups. I still don't know where these backups reside or how much room do they take, but making sure you have enough room on the SD card is important, as I think I have learned the hard way.
Important: the RUU detected my phone and installed *even without* the usb icon or my computer treating my phone as a "usb storage device". So resorting to this option, even though annoying (have to install and gain root access all over again), is helpful to have.
Now I am going to format my SD card, which doesn't have any important information, I don't think (my documents are all backed up anywhere and try and install the CM rom from a zip file, which I'm not sure how to do yet (people like me are used to have something like setup.exe, and everything works from there...) so I'm going to read and go step by step.
ROM installation is pretty simple, once you get your recovery going... just make sure you wipe everything, as I mentioned earlier to you...
beholder121 said:
I installed that last Rom via Rom Manager, which did it pretty much automatically.. so I didn't try to install a Rom via the SD card yet.
To make things worse, the phone does not recognized it's connected to a computer at all (there is no USB icon on my phone's notification bar) so I can restore it being to old sprint crap. No Market app, no way of installing anything or communicating with the phone, my backup, when I restore it, brings back the old HTC but without the market app and as I said, no USB support.
heeeeeelllllllllppppppppppppp
Click to expand...
Click to collapse
Did you reboot with the phone connected by USB, by any chance?
andythegreenguy said:
You need to install GAPPS, once you install a ROM.
I would highly recommend CM. The builds Jaybob has put together are based on CM code, take the latest (12/08) - it's stable. BTW, it's a mediafire link, so you should be good. I just downloaded the latest, y'day... works like a charm... (Thanks JayBob and Cm and everyone - can't say that enough).
The best way to install rom is:
1. Download copy ROM and gapps to your SDcard's root
2. Reboot into recovery
3. Wipe everything - Wipe/Factory reset, Wipe cache, Wipe Dalvik Cache
4. Install ROM from zip
5. Install Gapps from zip
6. Reboot - btw, the first reboot after a rom/gapps install takes a while, so don't be alarmed.
You can PM me, if needed.
Click to expand...
Click to collapse
Had it not been for reading this again, I would have been waiting for a reply. This was awesome and now I am back to business. Thanks a ton for this. i now have what i need to do this on my wife's Hero. Thanks again

[Q] Over clocking DIY thread...

I have searched a lot, spent time trying to figure everything out.
I have Hero that I am trying to make BA for my little bro. I have the evo now. Rooted and tethering. Not much else I need to mess with on it. Fast enough for me. But my old hero is now rooted and has the app to tether. I can't figure out how the heck to over clock it. It is slow and I want to kick it up a couple notches for him.
I have searched and all the codes that you guys use at the top throw the searches off, or maybe I am searching for the wrong thing.
Any links to other threads would be great. That way when someone else searches just over clocking like I did it will come to this thread and then link to the useful threads.
Thanks in advanced.
I see you are rooted already, is the phone running a stock rom? If so think about installing [ROM] cyanogenMod 6.1 stable (<<<<search). Then you flash a [Kernel] [GPL] DecaFuct [2.6.29.6] (<<<<search) and install a app called OverClock Widget, it is easier to use than the other one you can use called SetCPU. Thats pretty much it, somebody may chime in that can put a few links up but I am on my phone right now so I cant.
DecaFuct Max 768Mhz Kernel
DecaFyct Max 698Mhz Kernel
Decad3nce's Kernel OP Thread
These are JayBob's CM6.2 ROM Downloads.
Okay, so I need to back up my phone? Can I use the app on the android market MyBackup by Rerwarre, LLC? Then I need to download the files you linked me to in this thread? And then what?
Okay. I am sure you are all tired of hearing from me. But I am going to flash a ROM that has a over clock on it. I have a question tho. When I download the files. It unzips them. By that I mean I can open the folder and explore all of the files. Does this make it impossible to load that ROM? Thanks for your quick responses in advanced.
You dont want the file unzipped. Leave it zipped and put it on the root of SD card, that means just on the SD card, not in another file. Then reboot into recovery by powering phone off, then hold down the power button and the home button at the same time, keep them down until recovery comes on. If a white page comes up instead of recovery that says clear storage, pull battery and try again. Once in recovery you should see a few options. Nandroid, select this by clicking track ball while highlighted, this will back up your current system. After that choose install zip from SD card, then select the rom you loaded on SD card. After is says done, choose reboot system now. Then find Gapps 12-18-2010, I think those are the latest ones. Put them on root of SD like you did the rom and reboot into recovery the same way, choose the install zip from SD and select the Gapp file. Then reboot system amd you will set phone up with google like you did when it was new. You can then install one of the kernels linked for you, I recommend the 768 one, download OverClock Widget from the market and set it to 748, if your phone reboots for no reason lower that to 729, 710, wherever it becomes stable for you.
Okay, I did nandroid, I cleared everything, and I loaded the zip'd file ( I was trying to say earlier it is my mac's default action to un zip the file when it downloads. So I re compressed it. This might be attributing to my later problems) ANd then I rebooted. And it looks and behaves exactly the same as before.
Any pointers or ideas why it did this?
oefootball_70 said:
Okay, I did nandroid, I cleared everything, and I loaded the zip'd file ( I was trying to say earlier it is my mac's default action to un zip the file when it downloads. So I re compressed it. This might be attributing to my later problems) ANd then I rebooted. And it looks and behaves exactly the same as before.
Any pointers or ideas why it did this?
Click to expand...
Click to collapse
Since you re compressed it, it may need to be resigned before flashing. I could be wrong though
What does resigned mean?
ANybody have any idea why my ROMS arent loading at all?
Not quite sure if this will work on mac, you may need to find a XP pc to do this from. Here is a link to a zip signer though, http://forum.xda-developers.com/showthread.php?t=805766&highlight=zip+signer
Another thought...
Can you download the rom using the phone, then move file from download folder to root of SD card, using a file manager such as Astro or even better E Strongs File Explorer? I have read where some members have rooted, installed roms, kernels, theme, with no PC at all.
awesome idea on doing it from my phone. I didn't know it was a Mac problem. I can just run boot camp and boot up my mac with windows OS and try it on that. Thanks again.
Okay, i am trying to do it all from the phone. But the file is too large for the phones memory. And I can't figure out how to download righto the SD card. Any pointers here?
oefootball_70 said:
Okay, i am trying to do it all from the phone. But the file is too large for the phones memory. And I can't figure out how to download righto the SD card. Any pointers here?
Click to expand...
Click to collapse
That's weird it should. I have my applications checked to be installed to external memory but I don't know if that makes a difference or not. Mine go to sd
How would I click that option.
oefootball_70 said:
How would I click that option.
Click to expand...
Click to collapse
Ok what rom are you running again?
I just go to settings then cyanogenmod settings then application settings & it will let you choose
The factory ROM trying to get the first custom one loaded.
use the xda app and navigate to the thread that has the rom you want to install. from there click the link of the rom and it will go to SD card in a file called downloads. after completed plug phone into PC/mac and move that file/rom to root of SD card. Then reboot recovery and flash, done. There are literally 100+ threads on installing a rom, search, read, learn. What recovery do you have installed?
Okay downloading it to my Windows 7 bootcamp worked like a charm. I did the red dawn ROM. Isn't that one already over clocked?
oefootball_70 said:
Okay downloading it to my Windows 7 bootcamp worked like a charm. I did the red dawn ROM. Isn't that one already over clocked?
Click to expand...
Click to collapse
I believe it is, 710 maybe not to sure I have never ran it. There are faster smoother roms to run, why that one when we have Froyo for the Hero

How to restore deleted (stock) System Apps?

Let me apologize first of all as I come from 5 years of using Windows Mobile knwoing what I am doing (cooking ROMs included) and now just got my Galaxy /Android a couple weeks ago and am blank at all of it.
After messing up with some system files and (useless) stock applications (like I removed stk.apk and other stuff) I decided to do a full hardware reset as the phone started getting random crashes.
But after the full reset things only got dramatically worse. I quickly realized all the missing system apps are still missing (I thought they'd be "restored") and basically nothing works, just crashes one after the next, cant use anything.
So, a hardware system reset on the galaxy, doesnt really reset anything except user installed apps and settings... amazing
Can someone please tell me (the idiot here, I know) how to do a real full restore where all system files, all missing files and positively everything gets back in the Tab as it was originally?
What a flippin' nightmare... Thanks in advance very much!
deletion of Stk.apk causes FC's in phone and acore.
if you don't have a backup of this apk, download a rom (like Modaco or Overcome),
open with winzip and extract the Stk.zpk from system/app and push it to /system/app on your Tab using adb (remember set the permissions to 644 after push).
A hardreset NO restores deletions on /system
Note: Other files that are not deleteable in /system/app are: Browser.apk, Email.apk, TouchWiz30Launcher.apk and TwWallpaperChooser.apk
Note (2): For your convenience, i attach the Stk.apk file from Overcome-1.1.3. Try it
Note (3): In order to restore ALL system data and apps, you need to restore a full rom.
bartito said:
deletion of Stk.apk causes FC's in phone and acore.
if you don't have a backup of this apk, download a rom (like Modaco or Overcome),
open with winzip and extract the Stk.zpk from system/app and push it to /system/app on your Tab using adb (remember set the permissions to 644 after push).
A hardreset NO restores deletions on /system
Note: Other files that are not deleteable in /system/app are: Browser.apk, Email.apk, TouchWiz30Launcher.apk and TwWallpaperChooser.apk
Note (2): For your convenience, i attach the Stk.apk file from Overcome-1.1.3. Try it
Note (3): In order to restore ALL system data and apps, you need to restore a full rom.
Click to expand...
Click to collapse
OK, first of all a big thanks for both file and info. Aside from the Stk.apk, the biggest thing that made me run into problems was trying to update my Contacts.apk:
http://forum.xda-developers.com/showthread.php?t=907399
things didnt work out for me and even after restoring the original files (Contacts.apk and Contacts.odex) nothing really worked again, reason for wich I tried a system reset.
Now, do I need to re-root the Tab or its still rooted, and can I perform the operations easily with Root Explorer like I did before? You mentioned to use adb and set permissions to 644 after push but, sorry again for the ignorance, I have no clue what adb is nor what/how to set permissions. Pathetic to be ignorant huh?
My last 2 questions are, where could I find the original Contacts.apk and Contacts.odex and if needed a full ROM to do a total restore?... hopefully I wont need to get to that point?...
Thanks a million again.
hi,
try to download overcome-1.1.3, and extract all the deleted apk's from system/app directory. push into the /system/app in your tab.
the apk's of overcome are deodexed (you don't need the .odex files). after that, wipe your data/cache and reboot.
if this don't works, try with roto rom
bartito said:
hi,
try to download overcome-1.1.3, and extract all the deleted apk's from system/app directory. push into the /system/app in your tab.
the apk's of overcome are deodexed (you don't need the .odex files). after that, wipe your data/cache and reboot.
if this don't works, try with roto rom
Click to expand...
Click to collapse
Hmmmm thanks again but I think Im beyond all this. I dont have a file manager on my system, just realized I deleted the useless stock one and had repalced it with Root Explorer and ES File Explorer. I have them on my External SD Card to install them again but withou a file manager or an app installer cant get to them. And I tried download an app installer from the Market and get Framework errors non-stop and downloads do not initialize... I think Im beyond a quick fix... how do I get my hands on a stock full ROM to restore everything... and how? What a nightmare... gotta tell you, I love Windows Mobile... I love it... never ran into anything like this in the past 5 years of using it... never...
Thanks again!
use "adb" in order to access to your tab from your desktop pc.
bartito said:
use "adb" in order to access to your tab from your desktop pc.
Click to expand...
Click to collapse
Cant. Dont even know if I need Kies installed or not (I did have it installed) but adb just asks me to connect the phone and thats it... its connected aready... this is desperating...
OK I did manage to connect with adb but, how to I install applications? I can navigate to my SD card where I have ES File Explorer and Root Explorer but dont seem to be able to install them... Also if i try to copy Stk.apk I get immediately an failute message... this is crazy...
OK so I managed to install ES File Explorer and Root Explorer with adb... crazy process. It seems my phone is still rooted after the reset. From the phone I copied Stk.apk back to /system/apps where it was before deleted.
But needless to say nothing got fixed... not sure if Stk.apk is now "actually" installed or just there in the folder. But still nothing works and crashes every 10 seconds... logs provider, dialer, phone, framework, contacts... its all a firework of crashes...
Given that you've hard reset your device already, you are pretty much wasting your time trying to "fix" what you broke by messing with /system, and you should really just flash another ROM.
My suggestion would be to follow the advice on this thread.
Regards,
Dave
Yeap, that what i did and it was succesfull. My only issue is that Id like to convert my Tab's file system to ext4 to improve speed and performance and then update to the 1.4Ghz OC Kernel. I have no idea how to do those 2 things... actually Im not sure I understand the difference between a ROM and a Kernel... I assume a Kernel is part of the engine of the ROM itself but I have no idea how to perform the update. I read countless threads and its all scattered info without finding one straight to the point guide on how to do it...
Thanks again
VeEuzUKY said:
Yeap, that what i did and it was succesfull. My only issue is that Id like to convert my Tab's file system to ext4 to improve speed and performance and then update to the 1.4Ghz OC Kernel. I have no idea how to do those 2 things... actually Im not sure I understand the difference between a ROM and a Kernel... I assume a Kernel is part of the engine of the ROM itself but I have no idea how to perform the update. I read countless threads and its all scattered info without finding one straight to the point guide on how to do it...
Thanks again
Click to expand...
Click to collapse
Part of your problem is that you are trying to run before you can walk! Your experience with WinMo is of pretty much no use to you in the Linux/Android world, and until you get a better handle of how everything hands together you are always going to feel a little lost.
Personally, since your device is now up and running again, I'd suggest that you hold off doing anything else for while, until you get a chance to catch up with some of the basics. Once you are a little more familiar, you can then start with something simple like flashing the MoDaCo kernel (instructions here) to support EXT4, and to give you access to ClockworkMod recovery.
IMO, whilst EXT4 and O/C kernels will give you a performance boost, they are not as noticeable as jumping from a shipping ROM to one of the JMx development builds that Samsung has put out. If you are running JMI, you should already be feeling that the device has got much snappier.
Regards,
Dave
foxmeister said:
Part of your problem is that you are trying to run before you can walk! Your experience with WinMo is of pretty much no use to you in the Linux/Android world, and until you get a better handle of how everything hands together you are always going to feel a little lost.
Personally, since your device is now up and running again, I'd suggest that you hold off doing anything else for while, until you get a chance to catch up with some of the basics. Once you are a little more familiar, you can then start with something simple like flashing the MoDaCo kernel (instructions here) to support EXT4, and to give you access to ClockworkMod recovery.
IMO, whilst EXT4 and O/C kernels will give you a performance boost, they are not as noticeable as jumping from a shipping ROM to one of the JMx development builds that Samsung has put out. If you are running JMI, you should already be feeling that the device has got much snappier.
Regards,
Dave
Click to expand...
Click to collapse
Yes Dave you are right, right and right again!!! Thank you for the wisdom and advice!!!
The main thing I have understood with today's messy experience was that the actual ROM files are never deleted or damaged as long as you dont access them via a rooted tool and start deleting them. Now I understand that Titanium Backup, Sprint Backup (my favorite), My Backup Pro and others, only back-up and restore what the user installs on top of the ROM itself. So a full "reset" wipes all that data but leaves the ROM files as they always were. If they got damaged in the process, they'll still be damaged till a a full ROM restores all system data, now I get it.
What I still dont get is the issue of bakcing up and restoring. In Windows Mobile, a toll like SPB Backup has a simple option called FULL BACKUP and that backs-up everything on top of the ROM and then restores everything after a full reset on top of the ROM again like it was before. The problem I have with apps like Titanium Backup, Sprint Backup, My Backup Pro, etc... is that there is not a "BACKUP ALL" option... one has to backup "data", "settings", "apps" and I always feel stuff will be left behind and then not restored.
Till I find an app or way to do a simple one-click "backup everything" and then "restore evertything" I always feel vulnerable to changes I make to the Tab that may get it unstable or corrupt and then not being able to be restored properly without a full ROM Flash and then re-installing all from scratch.
With WinMo, I could do all sorts of crazy experiments and tweaking and after that, a registry restore or back-up restore would bring me back my phone to exactly like it was with all my stuff and configuration in a matter of seconds or minutes. Thats what I need to find out with this Tab/Android and then Im ready to be able to explore messing up with this knowing I can always easily go back within minutes to the state I had before with all my apps and settings.
This is what I need to learn next how to do! Trampoline without a safety net is not a good idea. Ive alwways loved WinMo for the ease of backing up and restoring whatever I was doing on my handsets withjout ever worrying to put myself at risk to loose it all. I need to learn this on Android and its definitely more intricate!
just put sdcard into your samsung tab and flash modaco kernel amd it will automatically covert to ext4, after that you can flash the 1.4ghz kernel you wanted.
Sent from my GT-P1000 using XDA App
instechgainza said:
just put sdcard into your samsung tab and flash modaco kernel amd it will automatically covert to ext4, after that you can flash the 1.4ghz kernel you wanted.
Sent from my GT-P1000 using XDA App
Click to expand...
Click to collapse
Sorry, I cant follow you. I put an SD card in and flash modaco kernel? What files do I put on the sd card for this effect?...
VeEuzUKY said:
Sorry, I cant follow you. I put an SD card in and flash modaco kernel? What files do I put on the sd card for this effect?...
Click to expand...
Click to collapse
no...you need a kernel to flash via odin, you need sdcard mounted so that it will backup all files automatically while converting to ext4..head over to modaco kernel section amd follow the instruction.
Sent from my GT-P1000 using XDA App
instechgainza said:
no...you need a kernel to flash via odin, you need sdcard mounted so that it will backup all files automatically while converting to ext4..head over to modaco kernel section amd follow the instruction.
Sent from my GT-P1000 using XDA App
Click to expand...
Click to collapse
Where is the modaco kernel section you refer to? I can search for hours and find zilch... these blogs are endless...
VeEuzUKY said:
What I still dont get is the issue of bakcing up and restoring. In Windows Mobile, a toll like SPB Backup has a simple option called FULL BACKUP and that backs-up everything on top of the ROM and then restores everything after a full reset on top of the ROM again like it was before. The problem I have with apps like Titanium Backup, Sprint Backup, My Backup Pro, etc... is that there is not a "BACKUP ALL" option... one has to backup "data", "settings", "apps" and I always feel stuff will be left behind and then not restored.
Click to expand...
Click to collapse
What you want is a Nandroid backup, which you can only make from a recovery image like Clockworkmod recovery.
Essentially, this does exactly what you want, but you need to flash a new kernel (e.g. the MoDaCo kernel) which supports Clockwordmod.
Regards,
Dave
bartito said:
deletion of Stk.apk causes FC's in phone and acore.
Click to expand...
Click to collapse
i beg to differ about stk.apk fc's your phone. that's the first thing i delete when removing system apps with no fc's
refer to this link about having a bare bones system. stk.apk is for management of multiple sim cards
http://wiki.cyanogenmod.com/index.php?title=Barebones
b0ricuaguerrero said:
i beg to differ about stk.apk fc's your phone. that's the first thing i delete when removing system apps with no fc's
refer to this link about having a bare bones system. stk.apk is for management of multiple sim cards
http://wiki.cyanogenmod.com/index.php?title=Barebones
Click to expand...
Click to collapse
When I delete stk.apk (for me useless useless useless) the first thing that happens immediately is that when I hang-up on a call made or received, the Tab vibrates then freezes for about 5 seconds then tells me the phone application has crashed. I tried this with 2 ROMs now as a test and its guaranteed. More even, if you use a program like SYSTEM APP REMOVER you can emulate the removal of an app by disabling it... it only takes me to disable STK and a reboot for the phone not to work. cant get rid of it, that simple

Categories

Resources