For 1.6 use the patched Version from this thread -> http://forum.xda-developers.com/showthread.php?t=645286&highlight=market
put the Vending-Tattoo-patched.apk on your sdcard.
enter commandshell
Code:
adb shell
su
mount -o rw,remount /dev/block/mtdblock0 /system
cat /system/app/Vending.apk > /sdcard/Vending.org.apk
rm /system/app/Vending.apk
cat /sdcard/Vending-Tattoo-patched.apk > /system/app/Vending.apk
For 2.1 put the attached Version on your sdcard
enter commandshell
Code:
adb shell
su
mount -o rw,remount /dev/block/mtdblock0 /system
cat /system/app/Vending.apk > /sdcard/Vending.org.apk
rm /system/app/Vending.apk
rm /system/app/MarketUpdater.apk
rm -r /data/data/com.android.vending
cat /sdcard/Vending.inteks.2.1.apk > /system/app/Vending.apk
have fun
inteks
Yup, just tried it on my rooted X10mini, and it works - I can now see apps that didn't show up in the original market app
Hmmm, I tried to install this patch. Now I have no market at all on my phone. (yes I did reboot). Where did I slip up? Astro shows that the file is in the /system/app folder but it doesn't show up as a launchable app. If I click on it in astro it gives me the option to install it but if I try to do that I get an error message.
These are roughly the steps I used:
Backed up the original market to my sdcard [ busybox cp /system/app/Vending.apk /sdcard ]
Deleted the original market [ rm /system/app/Vending.apk ]
Copied the patched Vending-Tattoo-blah.apk to my SD card
(in the shell again) copied the patched vending apk to /system/app/
Make sure the original Vending app isn't open, and that you're "su"'d as root when you delete and copy
You don't need to rename the patched file back to Vending.apk - it works fine if it's left with the name from the Zip (this also makes it easier to remember that you are using a patched version!)
ok. i've done it, too. and it works fine ;o)
so it worked for me
put the Vending-Tattoo-patched.apk on your sdcard.
enter commandshell
Code:
adb shell
su
mount -o rw,remount /dev/block/mtdblock3 /system
cat /system/app/Vending.apk > /sdcard/Vending.org.apk
rm /system/app/Vending.apk
cat /sdcard/Vending-Tattoo-patched.apk > /system/app/Vending.apk
have fun
inteks
ps: i will edit the 1. post as TUT ;-)
Works a treat on X10 Mini Pro. Nice to have all the apps back.
Works fine on my x10 mini pro
but before I can use the patched marked, I needed to change the system language to English(American) and re-accepting ToS of the market. After that I changed the language back to german.
Really appreciate the tut inteks. Everything works now. Happy, happy
Can someone suggest an app to search for, so we can tell if it's working or not?
I'm currently trying to get hold of SwitchPro, but it doesn't seem to show up, even with the patched Market app. :s
spatuluk said:
Can someone suggest an app to search for, so we can tell if it's working or not?
I'm currently trying to get hold of SwitchPro, but it doesn't seem to show up, even with the patched Market app. :s
Click to expand...
Click to collapse
of course, you may search for "financisto"
Cool - I found that app.
I think SwitchPro might be having market issues.. The Android Market really is a pile of buggy junk!
Where can I find this Vending-Tattoo-patched.apk file?
george_russos said:
Where can I find this Vending-Tattoo-patched.apk file?
Click to expand...
Click to collapse
It's in the post linked into by the first post in this thread
http://forum.xda-developers.com/attachment.php?attachmentid=292944&d=1268421305
Thanks!!!!
It works perfectly on my x10 mini.
Yeah it's all up and running fine here
crashes into force close for me when I try to download anything, any ideas? I didn't use adb, I used root explorer to install it, do I need to use adb?
Sent from my E10i using XDA App
thats an issue with this patch. one dirty fix is to download an app and as soon as it will try to install, you'll see force close screen. at this point, force close market, and (i dont know if we can do it in x10 mini yet) browse to "/cache" folder (folder "cache" in "root") using any file manager. there you'll see an apk file, thats the file you've just downloaded. click-install it
crashes for me as soon as it starts to download, no chance to get far enough to install, literally market crashes as it initialises the download
have tried going back to the original vending apk but now that crashes trying to initialise a download too, not good
Sent from my E10i using XDA App
I'm trying to make a script. I have never tried before in my life, and have no idea what I'm doing whatsoever. But when I execute this script from Root Explorer, nothing happens. I made it in Notepad++ and saved it as an .sh. Then I renamed it without the .sh, and then added it back later. Here is the script. (Again, this may make sense as I have no idea what I'm doing
Code:
#!/system/bin/sh
busybox mount -o remount,rw /system
cd /system/app
mv LatinIME.apk /system/media
wait 2
cd /system/media/ect/
mv LatinIME.apk /system/app
wait 5
cd /system/app
chmod 644 /system/app/LatinIME.apk
wait 5
cd /system/media
mv LatinIME.apk /system/media/ect
wait 5
cd /system/lib
mv libjni_latinime.so /system/media/ect
cd /system/media/ect/lib
mv libjni_latinime.so /system/lib
wait 2
cd /system/media/ect
mv libjni_latinime.so /system/media/ect/lib
busybox killall system_server
What is wrong in this? Or is it all wrong. I just briefly searched the internet on making sh. So I cant really tell myself.
Lol I don't even know if I'm using the right commands.
Sent from my Iced Jellybean Kindle
OK. So I ended up getting the script to run, but it didn't work. It's just completely uninstall LatinIME.apk
Sent from my Iced Jellybean Kindle
Never mind. I had the folder named etc instead of ect. All is good.
Sent from my Iced Jellybean Kindle
Okie doke so lets saying you are happily trying too root your tab executing this http://forum.xda-developers.com/showthread.php?t=1887447 script.
everything goes as planned until you reboot and try to start the terminal and nothing appears. One method is to inject a VpnFaker you have signed using Zipsigner2 if that doesn't work you can rollback using this code
adb shell
cd /data
mv system system3
mv system- system
mv app app3
mv app- app
If nothing works then here is a way I found to fix it. once you get to code TZ=0 under it will say rw-rw-rw which means the VpnFaker will disappear once you reboot.
type in /data/app/VpnFaker.apk it will say permission denied that means it is indeed there. so to fix it we type:
chmod 644 /data/app
this worked for me on ICS no revision when trying to root!! hope it does for you if you are on ICS with revision do
chmod 644 /data/app/VpnFaker.apk
otherwise you will have to reupdate because doing it the other way will cause you to lose adb.
For all Dev's,
After days of searching for a way to deodex my stock XMP stock ics to flash the nice MOD's
didn't find any way easyer and better than this one aimd to galaxy samsungs
so i've download the attached file and checked it and found nothing says its for galaxy only so i ask the great Dev's here to take alook at it and find or even
test it so if it worked for us would be an easy pr to do this long lines and commands for us new users
and in the tut its like this
"For ICS Roms, the process is quite easy. (Thanks and Credits to jaydvn.)
Download the attached zip file.
Extract it on your windows PC.
Copy your /system/app to _app folder
Copy your /system/framework to _framework folder.
Run AutoDEOToolMain.bat
Follow the instructions.
deodexed jars and apks will be found in deodexed_APK and deodexed_JAR.
Push deodexed app and framework to device:
Connect your device to PC in USB debugging mode.
Copy deodexed_APK and deodexed_JAR folders to root of sdcard (/sdcard).
Open Windows command prompt and type the below commands.
Code:
adb shell
su
stop
mount -o remount,rw /dev/block/mmcblk0p9 /system
rm /system/app/*.odex
rm /system/framework/*.odex
busybox cp /sdcard/deodexed_APK/* /system/app/
busybox cp /sdcard/deodexed_JAR/* /system/framework/
chmod 644 /system/app/*
chmod 644 /system/framework/*
mount -o remount,ro /dev/block/mmcblk0p9 /system
sync
reboot recovery
In Recovery, Wipe Cache and Wipe Data/Factory reset.
Reboot.
Done. "
endof"ing.
caution
: the above tut, is for some galaxy it might not work on our devices
and took from the fowloing linked thread by: superatmos thanks for Him
http://forum.xda-developers.com/showthread.php?t=1587482
again our dev's PLZ make it work for us
and I'm willing to try it my self on my phone
just waiting for the green light
big thanks in advance for all of you.
and the credit goes to the creater of this great MOD.
Forgive my lame inglish and be easy on me this is my 1st real thread.
and if the post doesn't look good that is because I'm blind and using a screen reader and can't realy look at it..
chears.
dark4m said:
and I'm willing to try it my self on my phone
Click to expand...
Click to collapse
Great, let us know how you get on. deodex stock rom
dark4m said:
For all Dev's,
After days of searching for a way to deodex my stock XMP stock ics to flash the nice MOD's
didn't find any way easyer and better than this one aimd to galaxy samsungs
so i've download the attached file and checked it and found nothing says its for galaxy only so i ask the great Dev's here to take alook at it and find or even
test it so if it worked for us would be an easy pr to do this long lines and commands for us new users
and in the tut its like this
"For ICS Roms, the process is quite easy. (Thanks and Credits to jaydvn.)
Download the attached zip file.
Extract it on your windows PC.
Copy your /system/app to _app folder
Copy your /system/framework to _framework folder.
Run AutoDEOToolMain.bat
Follow the instructions.
deodexed jars and apks will be found in deodexed_APK and deodexed_JAR.
Push deodexed app and framework to device:
Connect your device to PC in USB debugging mode.
Copy deodexed_APK and deodexed_JAR folders to root of sdcard (/sdcard).
Open Windows command prompt and type the below commands.
Code:
adb shell
su
stop
mount -o remount,rw /dev/block/mmcblk0p9 /system
rm /system/app/*.odex
rm /system/framework/*.odex
busybox cp /sdcard/deodexed_APK/* /system/app/
busybox cp /sdcard/deodexed_JAR/* /system/framework/
chmod 644 /system/app/*
chmod 644 /system/framework/*
mount -o remount,ro /dev/block/mmcblk0p9 /system
sync
reboot recovery
In Recovery, Wipe Cache and Wipe Data/Factory reset.
Reboot.
Done. "
endof"ing.
caution
: the above tut, is for some galaxy it might not work on our devices
and took from the fowloing linked thread by: superatmos thanks for Him
http://forum.xda-developers.com/showthread.php?t=1587482
again our dev's PLZ make it work for us
and I'm willing to try it my self on my phone
just waiting for the green light
big thanks in advance for all of you.
and the credit goes to the creater of this great MOD.
Forgive my lame inglish and be easy on me this is my 1st real thread.
and if the post doesn't look good that is because I'm blind and using a screen reader and can't realy look at it..
chears.
Click to expand...
Click to collapse
This is actually not that bad looking a post. Well done!
Wouldn't you still need to delete the odex files from your rom?
Sent from my SK17i using xda premium
1st,
Thanks alot for replying
& yes I'll see how to delete them odex files in other tut or thread or if did'nt find it will ask how to
but the way the galaxy devs did it looks good and easy to use for me
since it needs sited help and i like to do such things my self if possible.
Hi brothers
i really don't know what to do
I'm trying to run a script.sh and i think i did everything possible to run it, but yet
it says plz blah blah blah blah be rooted first ( and I'm already rooted )
cd /sdcard << here where is the script located
su
sh script.sh
[now I'm getting the msg about being root first]
..
I'm getting another error too, saying something about permission denied!!
now how to change the permission
I believe that i should use chmod +x script.sh OR chmod +x 755 script.sh OR chmod +x 777 script.sh << error error error
WHAT SHOULD I DO TO RUN THIS FU***** SCRIPT!!!!!!!!!!!!!
what is this .. nobody!!!!
i'll keep posting until somebody response
Me-Nex S said:
Hi brothers
i really don't know what to do
I'm trying to run a script.sh and i think i did everything possible to run it, but yet
it says plz blah blah blah blah be rooted first ( and I'm already rooted )
cd /sdcard << here where is the script located
su
sh script.sh
[now I'm getting the msg about being root first]
..
I'm getting another error too, saying something about permission denied!!
now how to change the permission
I believe that i should use chmod +x script.sh OR chmod +x 755 script.sh OR chmod +x 777 script.sh << error error error
WHAT SHOULD I DO TO RUN THIS FU***** SCRIPT!!!!!!!!!!!!!
Click to expand...
Click to collapse
can you please post that script?
as of changing permission use chmod 0755 script.sh
as android/busybox chmod binary does not uses the chmod +x or chmod a+x notation
and make sure that su binary is installed i.e phone is rooted
here is the script
https://www.dropbox.com/s/8atidhjswrts7qe/yamas.sh
Solution
You need to root your phone.
Also you must have Busy Box Installed.
Here is the link to Google Play of that busybox app: https://play.google.com/store/apps/details?id=com.jrummy.busybox.installer
Don't install the few latest versions because it is in nightlies.
I use Samsung Galaxy Y and I use the version 1.18.2.
Reboot your phone after installation.
Also you must have script manager installed.
Here is the link to Google Play of that manager app: https://play.google.com/store/apps/details?id=os.tools.scriptmanager
Open Script Manager and give super user access.
Tap on Menu > Advanced Options > Config
Scroll down until you see Browse as Root
Tap on it and press the back button to save
Once again grant Script Manager SuperUser Access to save config
Exit Script Manager
Now again open Script Manager and browse for your script file (yamas.sh)
Tap on it and set properties to:
Favorites (Star Icon)
Root (Green Android Skull Icon)
After setting properties, tap on Run to execute the script installer.
When executed, it will do initial test, be patient and wait for it to complete its tasks.
Press thanks if I have helped.
I'm gettingthe same error .. i've done evrything u've said but still .. here is the error msg .. even if i give the script the root permission, still it ask for permission again i dont know why!!
Error resolving interpreter:/bin/sh does not exist
Using default shell
exec sh '/storage/emulated/legacy/yamas.sh'
[email protected]:/ # exec sh '/storage/emulated/legacy/yamas.sh'
You are not running this script as root.
Please become root (e.g. "su") before launching this script
Answer
Me-Nex S said:
I'm gettingthe same error .. i've done evrything u've said but still .. here is the error msg .. even if i give the script the root permission, still it ask for permission again i dont know why!!
Error resolving interpreter:/bin/sh does not exist
Using default shell
exec sh '/storage/emulated/legacy/yamas.sh'
[email protected]:/ # exec sh '/storage/emulated/legacy/yamas.sh'
You are not running this script as root.
Please become root (e.g. "su") before launching this script
Click to expand...
Click to collapse
Download a root checker app from the play store and check whether your phone is really rooted.
If no, try to root again by following tutorials on xda.
If yes, update su binaries.
Also go to settings / preferences of superuser app, and click automatic response and then select 'allow'.
That script was placed in sd card right?
Then it maybe the app which copies to a specified location before executing it.
---------- Post added at 07:21 AM ---------- Previous post was at 06:35 AM ----------
See the link again. I added more information.
http://forum.xda-developers.com/showthread.php?t=2620394