Hi, I recently rooted my X10 mini pro using Z4ROOT, I then messed around with a few settings using liberty tools, I changed the LCD density and now my icons are big and ugly, I cannot change the density back to 120, it just stays the same.
I have also tried to root it properly using android SDK, however, this has no success at all at rooting my device.
I have tried copying and editing build.prop (I opened it up on notepad and changed the density value to 120) and tried to paste it back into system, would you know it I dont have permissions.
I have also tried to edit the original build prop file using a text editing app i have installed on my device.
How can i change my LCD Density back to its original state??
Thanks,
THEONEANDONLYSIMMO
flash your phone back to stock 2.1
have you remounted the system rw?
Sent from my X10 using XDA App
How do I flash it back to the stock 2.1?
use seus or flashtool
http://forum.xda-developers.com/showthread.php?t=826455
i cant click accept on the superuser request mate... no point in tryin
Bump, please help me...
flash back to 2.1 with flashtool and then use the flashtool to root. You don't need superuser permission to get into flash mode. You obviously didn't really root the device or you would be able to grant SU permissions. Also there is an X10 Mini Pro forum you should have posted there.
Sent from my X10i using XDA Premium App
Use adb mask controller...it's somewhere in the forum i don't know exactly where. It's easy to use..btw don t forget to enable usb debuging
Sent from my X10i TripNMiUI using XDA App
CMoney87 said:
flash back to 2.1 with flashtool and then use the flashtool to root. You don't need superuser permission to get into flash mode. You obviously didn't really root the device or you would be able to grant SU permissions. Also there is an X10 Mini Pro forum you should have posted there.
Sent from my X10i using XDA Premium App
Click to expand...
Click to collapse
It was rooted using a crappy exploit that z4root does.
superuser works, its just the OK button is to far down the screen to click, and i am going to try the flashtool now, thanks guys
Related
I saw that ADW 1,01 is out and i want it...
So how do i instal/update it to v1.01? [and will all my preferences and settings,apps,etc be usable once i put on the 1.01?]
and plz be datailed about it,since ima noob with the android.ty
aca85 said:
I saw that ADW 1,01 is out and i want it...
So how do i instal/update it to v1.01? [and will all my preferences and settings,apps,etc be usable once i put on the 1.01?]
and plz be datailed about it,since ima noob with the android.ty
Click to expand...
Click to collapse
What version do you currently have?
Did it come with your rom or did you download it?
You can backup your settings (export) to your sdcard and restore (import) with the new version if by chance your settings are not preserved.
Im using CM 5.0.8 ,and it came with 0.8.9.
And how do i go about doing that export/import?
Either download link from your phone and install or download on PC put on SD card open file manager and install are easiest. Put it on a friends phone. Looks good. Backup and restore are in settings adw.
Sent from my HTC Magic using XDA App
Do a search for ADW.Launcher in the Market, it's there. Just make sure you have a period in between "ADW" and "Launcher."
Hey,
I'm interested in updating the ADW.Launcher version that came with my CM5.0.8 rom, but I don't know if it's OK to update through market or get the apk file and use "adb install" or find a zip file to flash...
Could anyone make some light in here pls?
Thanks!
I have tried downloading the apk file for my CM5x and MDPI device from Anderweb's page but when I tried to "adb install" I get...
INSTALL_FAILED_ALREADY_EXISTS
Can someone shed some light? Is there a way to update the ADW.Launcher that comes with a specific ROM version?
Tried using android commander?
Sent from my Chromatic Magic using XDA App
Since I'm new to this scene, what is the difference between the "adb install" method and using the Android Commander (which I need install)?
Would Astro help in this case, because I remember reading that has support for installing apk files?
I'd like to do this update as clean as possible.
Thank you for the reply!
PS: I have actually installed Android Commander and installed the ADW.Launcher apk for CM5x MDPI as an Update (wasn't sure what to chose between Private, Application or Update) and the installer said it was successful but after reboot I still have the old version 0.8.6
Any ideas?
U can download it put it on your sdcard and install with a file manager. Doesn't matter which way u go. Should work. Done it both ways
Sent from my Chromatic Magic using XDA App
I did it somewhat the way you said and installed it with Android Explorer as an update because the regular installation would fail with the error that the application already exists.
The problem is that the new version gets copied into /data/apps/ and I can start using it but after the first reboot it's not there anymore and I get back to the one that came with my CM5.0.8 rom which is in /system/apps/
I would really like to get a solution that would update the one in /system/apps/ which might be harder because it's a memory mapped version of the ROM and changes get lost after reboot.
Please correct me where I am wrong...
Have u tried goin to the market and installing it from there? It's like version 1.4.1 or something now
Sent from my Chromatic Magic using XDA App
place the file on your /sd.
adb push /sdcard/filename.apk /system/app
restart home or reboot phone.
I ended up installing the one from Market and making that the default launcher, but I would really like to just replace the one in the system folder - no need to keep 2 versions of the same app
I'll try the method NetrixTardis was suggesting.
U can do it through the terminal as well. Maybe removing the old one will solve it. Use the rm command in the terminal and see if u can do it that way. Ex.
$su (enter after each line)
#rm /system/app/(name of app.apk)
Then u can use cp command to copy the one from your sdcard.
Cp /sdcard/(app.apk) /system/app/
Someone correct me if I'm wrong in the lines
Sent from my Chromatic Magic using XDA App
hey johnson8cyl
I'll try that and let you know if it worked, should I copy it to the same name?
like /system/app/adwlauncher.apk is the name for the system app, while the Market installed one is org.adwlauncher....apk
do you guys know a good keyboard replacement and a way to configure the vibration alarm on my CM5.0.8? these are mostly the things I miss from my stock ROM
oh...forgot to mention the CM5.0.8 default camera does not have all the setting (like I can't set the ISO), is there one that does that trick?
thanks!
I'll answer the keyboard part. I've got Smart Keyboard installed and its a lot better than the stock Android one.
Sent from my HTC Magic using XDA App
U have to use the names exactly the one your removing and one your copying. Names have to be what u want to remove or copy. That make sense?
Sent from my Chromatic Magic using XDA App
Makes total sense to keep the same names only that I have this problem...
any ideas? kinda makes sense because that comes from the ROM and is mounted as read-only
# su
su
# pwd
pwd
/system/app
# rm -f ADWLauncher.apk
rm -f ADWLauncher.apk
rm: can't remove 'ADWLauncher.apk': Read-only file system
ps: I actually managed to fix this what was missing is "adb remount" to mount system partition read-write
So you figured it out? Were you able to get it removed and replaced?
Sent from my Chromatic Magic using XDA App
have you seen that 1 click root an z4root don't really make a full root of our x10s???
I was trying to put some ringtones on the notification folder (inside system/media/audio) but I was unable to do it :S it said I lack of the permissions :S
Still need to crack the shell. Use root explorer or something.
Sent from my X10a using XDA App
crecsky said:
Still need to crack the shell. Use root explorer or something.
Sent from my X10a using XDA App
Click to expand...
Click to collapse
hmmm well i used it and it says that message :/
maybe our root method is working 50%
Did you install Busybox from the Android Market after rooting with z4root? I believe this is what is used to grant superuser capabilities. Root Explorer should allow you to push those files after this.
busybox wouldn't install on mine after i'd "rooted" using z4root.. and now the superoneclick won't work for me either (I've just installed JIT)...
installed busybox and didn't work at all
alankstiyo said:
have you seen that 1 click root an z4root don't really make a full root of our x10s???
I was trying to put some ringtones on the notification folder (inside system/media/audio) but I was unable to do it :S it said I lack of the permissions :S
Click to expand...
Click to collapse
Just use ringdroid if you like to add ringtone or notification sound. No need root. And btw z4root works good for me
Sent from my Xperia X10i (2.1 and rooted) using XDA app
I just rooted mine today. apparently there are a few versions of busybox that don't work as they should. I installed titanium after root. Load titanium, it will tell you it can't get superuser rights but will start anyway. Click the "Problems" button at the bottom of the screen and it will download a reliable version of busybox.
I hope this helps.
smokey14346 said:
I just rooted mine today. apparently there are a few versions of busybox that don't work as they should. I installed titanium after root. Load titanium, it will tell you it can't get superuser rights but will start anyway. Click the "Problems" button at the bottom of the screen and it will download a reliable version of busybox.
I hope this helps.
Click to expand...
Click to collapse
Didn't work for me either. When trying to download BusyBox through Titanium, I get an "install failed". Went to market and downloaded busybox from there but gives me a "your phone is rooted. Could not locate busybox".
I have an X10a through AT&T R2CA016. Do I need to debrand it before rooting?
Narvarr said:
Didn't work for me either. When trying to download BusyBox through Titanium, I get an "install failed". Went to market and downloaded busybox from there but gives me a "your phone is rooted. Could not locate busybox".
I have an X10a through AT&T R2CA016. Do I need to debrand it before rooting?
Click to expand...
Click to collapse
You don't need to debrand before rooting. When you download/install Busybox from the Market, open it and it will give you the option of which version of Busybox you want to install/use, select the one you want and run it. Then you can use Titanium after that.
z4root worked fine on my x10. used superoneclick to apply shell root after that but busybox installed fine before that.
Will z4root work on my 2.1-update1 X10?
I have the Nordic Unbranded version with build No. 20A0504 or something...
I only need root to access the Japanese market, nothing else (don't care about otifications etc).
Will it work then? If I use z4root?
Oh, and it wont mess up my SD card, contacts or battery or anything like that?
alankstiyo said:
have you seen that 1 click root an z4root don't really make a full root of our x10s???
I was trying to put some ringtones on the notification folder (inside system/media/audio) but I was unable to do it :S it said I lack of the permissions :S
Click to expand...
Click to collapse
old post i know....but it works fine for me....had you mounted in R/W mode? it should say R/O at the top if you have. I just copied an mp3 file straight into the internal memory (/system/media/audio/ringtones)
That what I do!
I use a "Flash tool release"
root by installing the z4root
then I i install busybox
and to get full access I install rootexplorer and reamount system to the rw the in rootexplorer
then use the "X10modtool" XDA Tool So Always when i try to change staff in my x10 I just open rootexplorer and re amount
Then use Adb shell and staff
(Work 100% for me)
The reamunting it just does not work when use seus or PPC - the ADB is close in the production version of the SE system
By the way How to turn on the ADB in the SE ?? (permittions)
In summary when you install XDA apps just add rootexplorer and reamount to rw
I am running LeeDrOiD, but I know many people have this issue.
If you are trying to update Superuser from the market, and you get invalid signature and installation fails. This is my work around, which works for me.
My rom had superuser.apk and not Superuser.apk, which linux takes as two files whilst windows references everything in capitals.
Download Superuser Update Fixer.
Run the application, which will say that signature fails. Then run the fix, which will say okay all the way through and the signature still fails.
Download Root Explorer, and mount /system/ as rw.
Go to /system/apps/ and you will find Superuser.apk and superuser.apk, rename or delete superuser.apk and then rename Superuser.apk to superuser.apk.
Restart your phone.
Go to app drawer, and launch Superuser. Your whitelist and blacklist has been erased.
Run Superuser Update Fixer and you should see signature match is okay, now click update from market and enjoy.
- Antony
thanks for your work, can explain what exactly the app is doing?
Is there a free vers of root xplorer?
Sent from my Desire HD using XDA App
snowwhite007 said:
Is there a free vers of root xplorer?
Sent from my Desire HD using XDA App
Click to expand...
Click to collapse
I don't think there is. There may be another app that does this job though. You need something that can mount system rw.
It may be possible to do this step with ADB, however I just posted how I did it.
ES file explorer has this system rw option, it says that it only works with CM and some other rom but it works for me and I'm running leedroid. Only problem is you have to unmount and mount it again every now and then.
Yeah to make it work just select the non CM7 mod option, HIAPK i think it's called? either way just select that one, apart from what the guy above me said about the remounting every now and then, should be a good substitute for root explorer
I downloaded superuser from market and the fix but wen using es explorer i only see one superuser?
Sent from my Desire HD using XDA App
All good now cheerz
Sent from my Desire HD using XDA App
I only have the Superuser.apk, but still have problems on the update. I had lost root and just decided to reroot, but got the Ninja Icon app. I tried to update - sig failed. Tried the Update Fixer and on changing to 644 fail, check sigs fail. Then I tried this.
Any other ideas on how to get it?
Wat rom u using?
Sent from my Desire HD using XDA App
Just updated SuperUser thanks to your guide, cheers mate
similar to the rootexplorer
[free alternative to Root Explorer]
PartTimeLegend said:
I don't think there is. There may be another app that does this job though. t.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
http://code.google.com/p/androotfile/
The ultimate file manager for root users, similar to the rootexplorer,It can access the whole of file system and support copy, cut, paste, delete and rename.The next version will add management and setting functions
Click to expand...
Click to collapse
not me tested
it worked for me ( upgrade from version Superuser 3.07 to 3.2 ) thanks !
it worked for me ( upgrade from version Superuser 3.07 to 3.2 ) thanks !
i just had to delete , the file from the folder ( directory ) the "rename" did not work .
after delete & re-boot , the upgrade and installation worked fine !
thanks again for sharing !
if anyone needs the link for the root system browser [ Root Explorer ] let me know , i found a place with free download .
hi i want to know which is best for desire hd superuser or superSU
Hey xda I have sdk ver.12 also jre 6....but its not detecting my device this is my 4th time trying to use adb I have windows 7...what I wanna do is use fastboot to flash a cm7 splash screen..please help..thanx
sent from my rooted mt4g running cm7.0.3...u jealous?
Download a program called usbdeview. Open up the program (run as administrator) and delete all of the drivers associated with your phone. Make sure USB Debugging is turned on in your settings/applications and plug your phone back into your computer. This should download the drivers necessary to run ADB.
Just use this
http://forum.xda-developers.com/showthread.php?t=956434
Sent from my Google Nexus 12! yup I'm from the future
I would recommend setting up adb this way if you cant get it to work with Android SDK.
<<< http://forum.xda-developers.com/showthread.php?t=928370 >>>.
I couldnt get Android SDK to work on my win7 machine either. Wish my comp just came with xp or something, new OS are a pain to get things like this working on.
Thanks guys appreciate the help the like u provided @eqjunkie829 did the trick....thanx
sent from my rooted mt4g running cm7.0.3...u jealous?
I got it to work wit win7 u must follow everything wit out flaw
Sent from my HTC Glacier using XDA App
Only thing now is flashing a new splash screen anyone know the fastboot method?
sent from my rooted mt4g running cm7.0.3...u jealous?
Chuchave said:
Only thing now is flashing a new splash screen anyone know the fastboot method?
sent from my rooted mt4g running cm7.0.3...u jealous?
Click to expand...
Click to collapse
I have flashed a couple of splash screens through terminal emulator method and it seems to be very easy. Should be a link in resource bible.
Sent from my HTC Glacier using XDA Premium App
Thanx eqjunkie
sent from my rooted mt4g running cm7.0.3...u jealous?
@eqjunkie the method that I have adb set up in using the drewblue way there's no ask tools folder so how would I push a splash screen thru? I tried a terminal emulator way by typing first such to get # then dd if=/mnt/sdcard/custom.img of=/dev/block/mmcblk0p19 I also had the custom image the right size 480*800 that I converted to a image using ez splash screen flasher tool renamed it custom.img put it on the root of my sdcard but got a cannot open for read no such file or directory error....I just don't know what to do so im guessing fastboot is maybe my last option...
sent from my rooted mt4g running cm7.0.3...u jealous?
Chuchave said:
@eqjunkie the method that I have adb set up in using the drewblue way there's no ask tools folder so how would I push a splash screen thru? I tried a terminal emulator way by typing first such to get # then dd if=/mnt/sdcard/custom.img of=/dev/block/mmcblk0p19 I also had the custom image the right size 480*800 that I converted to a image using ez splash screen flasher tool renamed it custom.img put it on the root of my sdcard but got a cannot open for read no such file or directory error....I just don't know what to do so im guessing fastboot is maybe my last option...
sent from my rooted mt4g running cm7.0.3...u jealous?
Click to expand...
Click to collapse
Try using one of splash screens that are on this site already so you can tell if there is something wrong with the file that you are using or if you are missing a step. You can always replace it later once you know what the problem is. I'm thinking that if it's saying that there is no such file that may be the problem with the file. Did you unzip the file from the folder and put it on the root of the sdcard?
Sent from my HTC Glacier using XDA Premium App
Actually I created the image usin the ex splash Creator and the other one I got from somewhere else but I put it on the root of my memory card I don't know I could be missing followed the steps to the t....ill try again....and thanx
sent from my rooted mt4g running cm7.0.3...u jealous?
my phone has the 2.3.4 update, want to go back to 2.2.1 to root, i downloaded jdk , and sdk is not detecting java . i'm on windows 7 is that the reason? my phone was rooted before using z4root i think. the one click method, so this is a frustrating. if someone could help id appreciate it. thanks
dirtyreturn said:
my phone has the 2.3.4 update, want to go back to 2.2.1 to root, i downloaded jdk , and sdk is not detecting java . i'm on windows 7 is that the reason? my phone was rooted before using z4root i think. the one click method, so this is a frustrating. if someone could help id appreciate it. thanks
Click to expand...
Click to collapse
There is a post in development section under stickies on how to downgrade to froyo.
Sent from my HTC Glacier using XDA Premium App
Not sure if this is of interest to anyone but I managed to get Sky go working by side loading the apk and making one change to the build.prop.
change the following in build.prop
ro.product.model=SGP312
to
ro.product.model=C6603
You will also need to temporarily unroot device while using Sky go (You can remove and restore root without restarting tablet).
I used hide my root to hide the su binary and then uninstalled superuser.
jonathanp said:
Not sure if this is of interest to anyone but I managed to get Sky go working by side loading the apk and making one change to the build.prop.
change the following in build.prop
ro.product.model=SGP312
to
ro.product.model=C6603
You will also need to temporarily unroot device while using Sky go (You can remove and restore root without restarting tablet).
I used hide my root to hide the su binary and then uninstalled superuser.
Click to expand...
Click to collapse
Any chance of uploading an APK for those of us not so good at tweaking buildprops?
No idea how to make an apk I'm afraid but I could upload an update zip if you're running a recovery?
jonathanp said:
No idea how to make an apk I'm afraid but I could upload an update zip if you're running a recovery?
Click to expand...
Click to collapse
Yes please !
GretaLewd said:
Yes please !
Click to expand...
Click to collapse
Here are the update zips, sorry it took so long
Great, now all we need are some usernames and passwords for non sky customers!
Sent from my Nexus 7 using xda app-developers app
Cheers dude! Going to try tomorrow. Only issue is the damned account being locked to 2 devices now. I miss when it was 4 for free!
Wait a sec...what are the 2 zips for?
The sky go zip replaces the build.prop with a sky friendly version, the other zip puts the original build.prop back in place. You'll need a recovery to use the zips.
Btw the build.props the zips are based on are from a SGP312
Sent from my SGP312 using XDA Premium HD app
Thanks!!
Thank you!!!:good: