request for lg stock browser.apk - Optimus One, P500, V General

if anyone have original browser of lg then plz post here.........

View attachment Browser.apk
Try this.
And i think you cant simply install it. You have to push it to system/app
PS: Wait for a more experienced dev to come around. I am not too sure if that apk will work.

not worked ...i tried it already

Attached a zip containing my browser.apk and browser.odex from my german V10E, fresh from my /system/app directory

muff99 said:
Attached a zip containing my browser.apk and browser.odex from my german V10E, fresh from my /system/app directory
Click to expand...
Click to collapse
Pushed this to my system/app but it isn't showing up, now I want to delete it but I don't know how. Can anybody help please? Thanks.

Ojaser6 said:
Pushed this to my system/app but it isn't showing up, now I want to delete it but I don't know how. Can anybody help please? Thanks.
Click to expand...
Click to collapse
did you set the correct permission?
chmod 755 /system/app/browser.apk

jonathanchor said:
did you set the correct permission?
chmod 755 /system/app/browser.apk
Click to expand...
Click to collapse
Tried and adb said unable to chmod blablabla: Read-only File System
I don't get why this is happening, I'm already rooted and it's already in SU.

Ojaser6 said:
Tried and adb said unable to chmod blablabla: Read-only File System
I don't get why this is happening, I'm already rooted and it's already in SU.
Click to expand...
Click to collapse
You need to mount /system as RW:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
after chmod remount it as RO:
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system

jonathanchor said:
You need to mount /system as RW:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
after chmod remount it as RO:
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
Click to expand...
Click to collapse
Thanks, that worked for the chmod. However Browser still doesn't show up in apps, perhaps it's a problem with the file?

Ojaser6 said:
Thanks, that worked for the chmod. However Browser still doesn't show up in apps, perhaps it's a problem with the file?
Click to expand...
Click to collapse
so you have the browser.apk in /system/app right?
try chmod 644 and reboot.

jonathanchor said:
so you have the browser.apk in /system/app right?
try chmod 644 and reboot.
Click to expand...
Click to collapse
Nope, still doesn't show up. Any idea why? Thanks for all the help.

Ojaser6 said:
Nope, still doesn't show up. Any idea why? Thanks for all the help.
Click to expand...
Click to collapse
do you have custom recovery installed?

jonathanchor said:
do you have custom recovery installed?
Click to expand...
Click to collapse
Yeah, I have Clockworkmod 3
I'm also using devoid.franco custom firmware, does that affect anything?

Ojaser6 said:
Yeah, I have Clockworkmod 3
I'm also using devoid.franco custom firmware, does that affect anything?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=12232400&postcount=1282
flash it in custom recovery.

jonathanchor said:
http://forum.xda-developers.com/showpost.php?p=12232400&postcount=1282
flash it in custom recovery.
Click to expand...
Click to collapse
How do I flash it in custom recovery though? I'm pretty new to this lol

Ojaser6 said:
How do I flash it in custom recovery though? I'm pretty new to this lol
Click to expand...
Click to collapse
just like flashing devoid.franco

jonathanchor said:
just like flashing devoid.franco
Click to expand...
Click to collapse
So I just use install zip from sdcard and select the zip file? Or do I need to extract?

Ojaser6 said:
So I just use install zip from sdcard and select the zip file? Or do I need to extract?
Click to expand...
Click to collapse
no need to extract the zip.
1. place the browser.zip in SD card root directory.
2. enter custom recovery
3. flash that zip
4. reboot

jonathanchor said:
no need to extract the zip.
1. place the browser.zip in SD card root directory.
2. enter custom recovery
3. flash that zip
4. reboot
Click to expand...
Click to collapse
All working now, thanks!

Related

[Q] How i can change my x10?

how i can to change the unlock screen stock or change the framework of the gingerbread os?
pato66 said:
how i can to change the unlock screen stock or change the framework of the gingerbread os?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=876226
rendeiro2005 said:
http://forum.xda-developers.com/showthread.php?t=876226
Click to expand...
Click to collapse
thank you, but after running adb shell and change files framework and services.jar my 10 x restarted constantly, what can I do to install it and that not of this problem?, after a recovery, of course.
I WANT DOES THE CHANGE IN ECLAIR 2.1 SE, IS POSSIBLE?
pato66 said:
Thank you, but after running adb shell and change files framework and services.jar my 10 x restarted constantly, what can I do to install it and that not of this problem?, after a recovery, of course.
Click to expand...
Click to collapse
1. rooted phone
2. put those files on the root of sdcard
3. open cmd window
1. adb shell​2. su (check your phone)​3. mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system​4. dd if=/sdcard/services.jar of=/system/framework/services.jar​5. dd if=/sdcard/Contacts.apk of=/system/app/Contacts.apk​6. dd if=/sdcard/Phone.apk of=/system/app/Phone.apk​7. dd if=/sdcard/ADWLauncher.apk of=/system/app/ADWLauncher.apk (if you want to replace adw)​8. dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk (after this your phone should reboot. if not wait at least 5min then reboot yourself)​
hope this way you get it
rendeiro2005 said:
1. rooted phone
2. put those files on the root of sdcard
3. open cmd window
1. adb shell​2. su (check your phone)​3. mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system​4. dd if=/sdcard/services.jar of=/system/framework/services.jar​5. dd if=/sdcard/Contacts.apk of=/system/app/Contacts.apk​6. dd if=/sdcard/Phone.apk of=/system/app/Phone.apk​7. dd if=/sdcard/ADWLauncher.apk of=/system/app/ADWLauncher.apk (if you want to replace adw)​8. dd if=/sdcard/framework-res.apk of=/system/framework/framework-res.apk (after this your phone should reboot. if not wait at least 5min then reboot yourself)​
hope this way you get it
Click to expand...
Click to collapse
Thank you, I have the same problem, says not found in step 3, but I did with rootexplorer, rest ok, but I have constant reboots, again a recovery.
pato66 said:
Thank you, I have the same problem, says not found in step 3, but I did with rootexplorer, rest ok, but I have constant reboots, again a recovery.
Click to expand...
Click to collapse
that`s odd `couse this is the way
witch rom are you using? if you hava a official one this doesn`t work for now
rendeiro2005 said:
that`s odd `couse this is the way
witch rom are you using? if you hava a official one this doesn`t work for now
Click to expand...
Click to collapse
Ok, sorry for your time, i will wait, thanks.
pato66 said:
Ok, sorry for your time, i will wait, thanks.
Click to expand...
Click to collapse
i see that you have a stock one. well...

build.prop permission denied???

Hi, I have deleted my build.prop on my phone and im stuck in a boot loop.
I have a backup of a working build.prop on my PC but im having trouble sending it over with ADB, done loads of google'in and searching on here but with no luck.
Samsung galaxy S Rooted
Booted in to ClockworkMod Recovery v3.0.0.5
Mounted /system
CMD> adb push C:\build.prop /system/build.prop failed to copy 'C:\build.prop' to '/system/build.prop' : Permission denied
Please help time is running out got work tomorrow and need my phone work, i could do a restore but i cant remember the last time a backup.
Cheers, James
jamesbebby said:
Hi, I have deleted my build.prop on my phone and im stuck in a boot loop.
I have a backup of a working build.prop on my PC but im having trouble sending it over with ADB, done loads of google'in and searching on here but with no luck.
Samsung galaxy S Rooted
Booted in to ClockworkMod Recovery v3.0.0.5
Mounted /system
CMD> adb push C:\build.prop /system/build.prop failed to copy 'C:\build.prop' to '/system/build.prop' : Permission denied
Please help time is running out got work tomorrow and need my phone work, i could do a restore but i cant remember the last time a backup.
Cheers, James
Click to expand...
Click to collapse
CMD> adb push C:\build.prop /system
CMD> adb push C:\build.prop /system failed to copy 'C:\build.prop' to '/system/build.prop' : Permission denied
Still getting that permission denied.
Cheers, James
have you mounted /system in r/w?
sweetnsour said:
have you mounted /system in r/w?
Click to expand...
Click to collapse
What with adb???
Cheers, James
Try using Android Commander after mounting /system in the recovery menu.
http://androidcommander.com/
jamesbebby said:
What with adb???
Cheers, James
Click to expand...
Click to collapse
not sure if thisll work but try this
Try:
adb remount
adb push C:\build.prop /system
GchildT said:
Try using Android Commander after mounting /system in the recovery menu.
Click to expand...
Click to collapse
Wow, finally download all that is need to install 'Android Commander' but still no luck.
Files count: 1
Files source: C:\Users\James\Desktop
Files destination: /system/
Starting operation...
Remounting...
[1/1] Pushing file: build.prop
failed to copy 'C:\Users\James\Desktop\build.prop' to '/system//build.prop': Permission denied
*** Operation complete! *
Click to expand...
Click to collapse
sweetnsour said:
not sure if thisll work but try this
Click to expand...
Click to collapse
Ill look into that post but i get fault on the #su bit.
fifarunnerr said:
Try:
adb remount
adb push C:\build.prop /system
Click to expand...
Click to collapse
CMD> adb remount
remount failed: Operation not permitted
Thanks for the reply's, Pulling my hair out here!!! Ah
Cheers, James
Right then im gunna have to flash my phone to get it working, But i dont want lose everything.
Whats the best way to go about this?
Cheers, James
jamesbebby said:
Right then im gunna have to flash my phone to get it working, But i dont want lose everything.
Whats the best way to go about this?
Cheers, James
Click to expand...
Click to collapse
depends. are you on the stock rom or a custom rom?
custom = just reflash the rom
stock = lets hope you have a backup. if you don't, you might as well flash a custom rom
Sent from my LG-P500 using XDA Premium App
sweetnsour said:
depends. are you on the stock rom or a custom rom?
custom = just reflash the rom
stock = lets hope you have a backup. if you don't, you might as well flash a custom rom
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
Hi, Im on I9000XWJVB stock as the battery life is the best ive come across.
I have a backup but its weeks old, the only thing i dont want to lose is SMS messages, apps and files i have save on my computer.
Cheers, James
I really am well and truly stuck on trying to get this build.prop over to system/
Cheers, James
jamesbebby said:
I really am well and truly stuck on trying to get this build.prop over to system/
Cheers, James
Click to expand...
Click to collapse
Can't you take a backup of your ROM with Clockwork, reflash your stock ROM and restore just the data?
jamesbebby said:
CMD> adb push C:\build.prop /system failed to copy 'C:\build.prop' to '/system/build.prop' : Permission denied
Still getting that permission denied.
Cheers, James
Click to expand...
Click to collapse
I also reckon that booting into recovery and simply restoring a NANDRROID backup is your best bet.
But, if this isn't possible then I think you need to be root when in ADB which is done with the su command
adb shell
su
(this should change the prompt, I think from # to $ or the otherway)
Make an update.zip of build.prop and flash
Or try qtadb
DanWilson said:
Can't you take a backup of your ROM with Clockwork, reflash your stock ROM and restore just the data?
Click to expand...
Click to collapse
Yea i was think that but ive never done it before.........so will all my messages & contacts still be there once i restore???
ben_pyett said:
I also reckon that booting into recovery and simply restoring a NANDRROID backup is your best bet.
But, if this isn't possible then I think you need to be root when in ADB which is done with the su command
adb shell
su
(this should change the prompt, I think from # to $ or the otherway)
Click to expand...
Click to collapse
CMD> adb shell
*daemon not running. starting it now on port 5037 *
*daemon started successfully*
~ $ su
su
/sbin/sh: su: not found
So 'su' stands for superuser??? I have superuser installed and working on my phone before this problem came.
cdesai said:
Make an update.zip of build.prop and flash
Or try qtadb
Click to expand...
Click to collapse
qtadb looks like a good app but when it starts;
"adbd cannot run as root in productions so you cant do anything /system partition. Run anyway?"
I was thinking of a update.zip with my working build.prop but didnt really know what i was doing, If you know what your doing with update.zip's and its not to much trouble do you think you could knock it up for me if i send it to you?
Once again thanks for your reply's!!!
Cheers, James
i've got a similar problem, on build.prop replacing via update.zip
i'll keep you informed...

Deodexing Droid X 2

It seems that nobody is talking about deodexing the Droid X2. Just thought I would let everyone know that xUltimate 2.2.8 works on the Droid X2 with the newest drivers installed. I am currently manually deodexing my root GB Droid X 2.
Some Members Might Not Wanna Take The Risk. With All The ROMs Are Already Deodexed. Me Personally I've Had That Program Downloaded Since The First Time It Was Posted And Have Used It Numerous Times. Now That You Mentioned This, You Should Go Bump That Thread.
If anyone can instruct me on how to successfully create an update zip I would gladly do it for those that don't want to take the risk of deodexing manually. But I am really shocked that a deodexed GB is not in the TBH App and no one seems to be talking about it.
I'm Gonna PM You A Few Websites To Learn How To Do It.
Am I doing something wrong? I am trying to use the adb commands to copy everything over from the done_app and the done_framework folders but it is saying: CP: /sdcard/done_app/* when I run cp /sdcard/done_app/* /system/app
These are the commands that I am trying:
adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/done_app/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
dimitri407 said:
Am I doing something wrong? I am trying to use the adb commands to copy everything over from the done_app and the done_framework folders but it is saying: CP: /sdcard/done_app/* when I run cp /sdcard/done_app/* /system/app
These are the commands that I am trying:
adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/done_app/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
Click to expand...
Click to collapse
You Need To Manually Transfer Them Over USB First. Both App And Frame Place Them On Your SD Card.
They are both on my sd card. Actually they are on the external sdcard and the internal sdcard. That is what seems so weird about the error. The files are there. Is the command wrong for the Droid X 2?
dimitri407 said:
They are both on my sd card. Actually they are on the external sdcard and the internal sdcard. That is what seems so weird about the error. The files are there. Is the command wrong for the Droid X 2?
Click to expand...
Click to collapse
When You Did "su", Did You Grant The Superuser Request On The Phone?
Yeah. You have to do that initially to be able to use the mount command. Is the mount command my issue by chance?
dimitri407 said:
Yeah. You have to do that initially to be able to use the mount command. Is the mount command my issue by chance?
Click to expand...
Click to collapse
There's Nothing Wrong With Your Code As Long As The Two Folders Are On The Root Of The SD Card. I Have No Idea What Is Wrong When The Information You Provided Is What You're Actually Doing.
I can't figure it out either. I did this to my Droid X with no problems. But the Droid X 2 just wants to be a pain when I am trying it.
MikeJ92YJ said:
There's Nothing Wrong With Your Code As Long As The Two Folders Are On The Root Of The SD Card. I Have No Idea What Is Wrong When The Information You Provided Is What You're Actually Doing.
Click to expand...
Click to collapse
I am wondering, since it is not working in adb shell then could I do it in the terminal?
MikeJ92YJ said:
There's Nothing Wrong With Your Code As Long As The Two Folders Are On The Root Of The SD Card. I Have No Idea What Is Wrong When The Information You Provided Is What You're Actually Doing.
Click to expand...
Click to collapse
So I finally got everything to work but to do so I had to copy the done_app and the done_frame folders to /data/local/tmp then run the cp commands.
For some reason, I could not get to the SD Card or the External SDCard.
you both need to quit hijacking threads and grow up. If I was the mod I would ban both of you.
Sent from my DROID X2 using XDA App
mistawolfe said:
Lol. You beg for 'em. Signature...
Sent from my DROID X2 using xda premium
Click to expand...
Click to collapse
Can we please stop hijacking my thread. This is suppose to be about Deodexing the Droid X 2.
Well I am suprised to report that since deodexing my stock pre-rooted GB, my battery life has been much better. Will have to see what it is like at the end of the day.
dimitri407 said:
Well I am suprised to report that since deodexing my stock pre-rooted GB, my battery life has been much better. Will have to see what it is like at the end of the day.
Click to expand...
Click to collapse
Oh God Yes. It's Gonna Faster And Smoother. The Point Of Deodexing Is It Recompiles The Odex Inside The Apk For Easier Themeing And The System Is Able To Read The Apks Faster. Definitely Gonna Help Battery If The System Isn't Working As Hard.
when you connect USB, you MUST be in "charge only" mode w/ usb debugging enabled. ANY OTHER MODE will fail to allow complete access to /sdcard or /sdcard-ext...
or at least that was my experience.
I'll Challenge That I Used PC Mode To Run The Deodex App And Then To Transfer The Completed Files Without Switching Modes. Anytime I Run ADB Operations My Phone Is In PC Mode.
I will check both settings today. But by mounting the partition, it should become available either way. But we will see.

I want to install Xrecovery but...

The thing wont recognize my phone and wont show the options to do xrecovery or any of the other options except for Flash...please help im desperate for a rom
You need to root first.
Here: http://forum.xda-developers.com/showthread.php?t=1196421
Then in flashtool click 'ask root permissions' and have your phone unlocked and accept superuser permissions w/the prompt on your phone. Then you're good to go.
*edit- make sure it is the fixed xrec for 2.3.3. I use a Rom w xrec included so I didn't have to install it & I dont remember if that's the one in flashtool now.
Which firmware version are you on?
I have done that already...i am rooted because I have superuser on my phone. Where do I check firmware?
Sent from my X10i using XDA App
zm4 said:
I have done that already...i am rooted because I have superuser on my phone. Where do I check firmware?
Sent from my X10i using XDA App
Click to expand...
Click to collapse
unzip xrecovery file and copy all files manually to the right places using root explorer then check all boxes on permitions.
reboot and try
How do i do that?
zm4 said:
How do i do that?
Click to expand...
Click to collapse
a very old guide written by me HERE
read "2nd mode" but use xrecovery v3 instead the one linked there
will this work for 2.3.3?
zm4 said:
will this work for 2.3.3?
Click to expand...
Click to collapse
these commands still the same you just need to change (eventually) to the right path.
check the zip structure to see that
HTML:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
dd if=/sdcard/busybox of=/system/bin/busybox
dd if=/sdcard/chargemon of=/system/bin/chargemon
dd if=/sdcard/xrecovery.tar of=/system/bin/xrecovery.tar
reboot
chargemon to \system\bin
charger to \system\bin
sh to \system\xbin
xrecovery.tar to \system\xbin
i dont see any busybox file or anything like that...please help i dun think busybox has been installed...
zm4 said:
i dont see any busybox file or anything like that...please help i dun think busybox has been installed...
Click to expand...
Click to collapse
ok...you have a reading problem kiddin´
Crowds said:
these commands still the same you just need to change (eventually) to the right path.
check the zip structure to see that
Click to expand...
Click to collapse
type this:
HTML:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
dd if=/sdcard/chargemon of=/system/bin/chargemon
dd if=/sdcard/charger of=/system/bin/charger
dd if=/sdcard/sh of=/system/xbin/sh
dd if=/sdcard/xrecovery.tar of=/system/xbin/xrecovery.tar
reboot
this should do it
cheers
where do i get this adb thing?
zm4 said:
where do i get this adb thing?
Click to expand...
Click to collapse
forguet it...
copy all files to sdcard then copy/paste to the right places after that use root explorer and do this ON EVERY FILE YOU COPIED:
HTML:
- Press and hold on each file;
- Check all Permitions on the drop down menu;
- After changes were made save and exit;
- Reboot.
try enter on xrec
*Cannot open for read: No such or directory* wth?
where does meta go?
zm4 said:
where does meta go?
Click to expand...
Click to collapse
Anywhere. Just copy the files I told you to. I didn't referred anything about that, did I?
Sent from my X10 Erenz MIUI 1.9.2 using Tapatalk
Just start all over with flashtool it will work then.
Go to settings then applications, then development, check debug mode.
Start flash tool on your pc and connect the phone
IF the phone is rooted, it should be recognized by flash tool
On flash tool click ask root perm, look at your phone screen, superuser should pop up asking if to give permission, simply choose allow.
Then click recovery on flash tool and wait a sec....
should pop up asking which gingerbread version to use. choose 0.3GB, since its gb version you have.
when you're ready to use xrecovery, restart the phone
as soon as the phone comes on and the first sony ericsson name comes up, keep pressing the back button, xrecovery will come up.
i did both kernel things...but the thing is it won't recognize my device as a rooted device...i have superuser and I have used apps that require root...so i guess the problem is well idk...and thats what i need help with sorting out.
1. Install busybox from market (xrec needs busybox)
2. Give root explorer root acces and mount /system writeable (look in settings of your file explorer)
3. Copy files to right place:
chargemon to /system/bin
charger to /system/bin
sh to /system/xbin
xrecovery.tar to /system/xbin
4. Give above files the right permissions (long touch on file and choose property option):
user > read, write, execute
other > read, execute
group > read, execute

Rebloat?

I ran the one click deodexer and debloater. I then realized it removed the stock clock widget. How can I get this back?
i did that too and it jacked up some stuff... i had to factory reset + wipe system, re-lock, run stock rom RUU, re-unlock, flash recovery.
johnny5126 said:
I ran the one click deodexer and debloater. I then realized it removed the stock clock widget. How can I get this back?
Click to expand...
Click to collapse
Move to Q & A section....this is not ROM Development....
johnny5126 said:
I ran the one click deodexer and debloater. I then realized it removed the stock clock widget. How can I get this back?
Click to expand...
Click to collapse
Let me check with the mods if it's ok to post the widget .apk here. Is there anything else you wanted back?
Edit: it is ok for me to post them. Let me know what was removed that you would like back and I'll post them here.
Mazer_R said:
Let me check with the mods if it's ok to post the widget .apk here. Is there anything else you wanted back?
Edit: it is ok for me to post them. Let me know what was removed that you would like back and I'll post them here.
Click to expand...
Click to collapse
Really just the clock widgets is all I was looking for. Thanks so much.
johnny5126 said:
Really just the clock widgets is all I was looking for. Thanks so much.
Click to expand...
Click to collapse
Flash this in recovery.
Mazer_R said:
Flash this in recovery.
Click to expand...
Click to collapse
Thanks again.
Mazer_R said:
Flash this in recovery.
Click to expand...
Click to collapse
I tried to flash in the touch recovery but its still not there.
johnny5126 said:
I tried to flash in the touch recovery but its still not there.
Click to expand...
Click to collapse
Can you reboot into recovery and run:
1) adb shell mount -o rw /system
1.5) if that fails run adb shell mount -o rw,remount /system
2) adb shell ls /system/app | grep HtcClockWidget.apk
Tell me the output of that last step.
Edit: or just tell me if HtcClockWidget.apk is in your /system/app directory from a file browser. That may be a bit easier, just maybe.
Mazer_R said:
Can you reboot into recovery and run:
1) adb shell mount -o rw /system
1.5) if that fails run adb shell mount -o rw,remount /system
2) adb shell ls /system/app | grep HtcClockWidget.apk
Tell me the output of that last step.
Edit: or just tell me if HtcClockWidget.apk is in your /system/app directory from a file browser. That may be a bit easier, just maybe.
Click to expand...
Click to collapse
It is, and so is HtcClockWidget.odex. There are no other .odex files in that directory since I ran the deodexer.
johnny5126 said:
It is, and so is HtcClockWidget.odex. There are no other .odex files in that directory since I ran the deodexer.
Click to expand...
Click to collapse
Clear the data for HTC Sense in the app section of the settings menu.
Mazer_R said:
Clear the data for HTC Sense in the app section of the settings menu.
Click to expand...
Click to collapse
What that did was return all other widgets except the clock, and reset all my settings and wallpaper back to stock.
johnny5126 said:
What that did was return all other widgets except the clock, and reset all my settings and wallpaper back to stock.
Click to expand...
Click to collapse
Sigh, well when I lost my HTC Widgets I had to wipe my /data to get them back so that's the final option, but before you go through that hassle tell me if 'showme.apk' is in /system/app.
Mazer_R said:
Sigh, well when I lost my HTC Widgets I had to wipe my /data to get them back so that's the final option, but before you go through that hassle tell me if 'showme.apk' is in /system/app.
Click to expand...
Click to collapse
It is.
johnny5126 said:
It is.
Click to expand...
Click to collapse
My next suggestion is to wipe /data.
Sent from my rooted and debloated HTC DNA

Categories

Resources