How to install a kernel by Adb - Galaxy S Advance I9070 Q&A, Help & Troubleshooting

I have samsung galaxy s advance and i want to know exactly how to install kernel
because i have installed JB and it lags ?
I Want to know the way to use ADB
thanks in advance

If you have no idea what you are doing, then just f****ng look in the threads of your desired kernel. Install-tutorials everywhere...

amr7san said:
I have samsung galaxy s advance and i want to know exactly how to install kernel
because i have installed JB and it lags ?
I Want to know the way to use ADB
thanks in advance
Click to expand...
Click to collapse
First save the kernel as kernel.bin.md5 in root of internal SD..
In the command give superuser permission by writing $su
Then "dd if=/sdcard/kernel.bin.md5 of=/dev/block/mmcblk0p15
Then hit enter and it should show some bytes of data transferred then hit reboot! Or simple use the universal kernel flash app!
Sent from my GT-I9070 using xda premium

amr7san said:
I have samsung galaxy s advance and i want to know exactly how to install kernel
because i have installed JB and it lags ?
I Want to know the way to use ADB
thanks in advance
Click to expand...
Click to collapse
Why don't u use frapeti's easy as a pie app. Here. Need also some file explorer like ES or Root Explorer. The easiest way for you.
Tons of tutorial and examples here on xda and all around the internet.
But anyway...
I will assume that you know how to run adb, you already have it and know what adb shell is.
If you don't, don't continue next and read a little bit more around xda forum.
Copy kernel.bin.md5 to your internal memory.
Run adb as adb shell
Code:
$ su
# dd if=/sdcard/kernel.bin.md5 of=/dev/block/mmcblk0p15
# reboot

Thanks all
amr7san said:
I have samsung galaxy s advance and i want to know exactly how to install kernel
because i have installed JB and it lags ?
I Want to know the way to use ADB
thanks in advance
Click to expand...
Click to collapse
Thank you very much i installed the thunderzap kernel by the universal app thanks
but PES 2012 Still do'nt work
it was work on GB ?

Related

[ROOT]boot.img of HKTW 2.3.4 with ADB REMOUNT support

Hi, all, after test for a many times, I finally made the boot.img of HKTW 2.3.4 with
Code:
adb remount
command support. So excited ha?
I think most of you know that the advantage of this command support.
You can push any files to system partition with adb remount first.
The result:
Code:
$adb devices
List of devices attached
TA207034Z2 device
$ adb remount
remount succeeded
That's it, click me:
PLEASE download from the attachment, I'm really sorry that my site was down.
Original Post @: http://ligux.com/t-71-1-1.html
HOW-TO:
1. You should have an unlocked atrix 4g and flash HKTW 2.3.4.
2. You should have CWM recovery, search forum to flash one by Tenfar.
3. Goto fastboot to flash this img. This forum has the way to flash the img
No one interested in this?So disappointed
Actually; I would be really interested; it's just GREAT you can push files to /system/ through adb and makes things easier. Sadly, I'm still on 1.8.3. since I can't stand using HKTW rom on my atrix (I need the phone at my work and can't rely on a debug build)... Do you think I can use this on AT&T stock 1.8.3.??? (after bootloader unlock, obviously)
Adb remount is supported on 2.3.4 boot already.
Adb root
Adb remount
Sent from my MB860 using Tapatalk
_Dennis_ said:
Adb remount is supported on 2.3.4 boot already.
Adb root
Adb remount
Sent from my MB860 using Tapatalk
Click to expand...
Click to collapse
There is "adb root" command exist. I didn't know that before. My experience is outdated. I'm sorry. But if flash this boot.img, it's not necessary to run "adb root" command first
fernandodistinto said:
Actually; I would be really interested; it's just GREAT you can push files to /system/ through adb and makes things easier. Sadly, I'm still on 1.8.3. since I can't stand using HKTW rom on my atrix (I need the phone at my work and can't rely on a debug build)... Do you think I can use this on AT&T stock 1.8.3.??? (after bootloader unlock, obviously)
Click to expand...
Click to collapse
I don't think this will work on 1.8.3. Because this is based on android 2.3.4. BTW, after I test for about some days, I think this build is stable and the battery go better than 2.2.2. I did run a livewallpaper on my device and leave there for a ninght, the battery was still 100%
flzyup said:
I don't think this will work on 1.8.3. Because this is based on android 2.3.4. BTW, after I test for about some days, I think this build is stable and the battery go better than 2.2.2. I did run a livewallpaper on my device and leave there for a ninght, the battery was still 100%
Click to expand...
Click to collapse
did u reset your battery stats when flashing 2.3.4
firefox3 said:
did u reset your battery stats when flashing 2.3.4
Click to expand...
Click to collapse
No, I didn't do that
link is down
joeryu said:
link is down
Click to expand...
Click to collapse
Sorry, my host was down for some reason, I'm trying to fix it ASAP
joeryu said:
link is down
Click to expand...
Click to collapse
I uploaded the zip file to the attachment, please check.

[Q] adb problems

Hello gentleman, i'm new to this forum and android issues, read a lot of threads but today i got registered. hahaha
OK. First of all, im using ubuntu 12.04. Got my phone rooted yesterday with ICS using unlockroot with starter thread help on windows, today im trying to install CM10 and i really don't know what i'm doing wrong or if is missing something. Let's see...
On android sdk platform-tools in terminal mode, i started adb server with sudo to check if the problem is with permission:
Code:
sudo ./adb start-server
and verified if device is connected as well:
Code:
adb devices
the device is identified and another step i made was:
Code:
adb push /home/anon/Downloads/cm10.0.0-p970.zip /media/8184-18FE/
doing this i got my first error step receiving a message like: "no such file or directory error."
ps: this folder on /media/8184-18FE/ is the local to sdcard on device connected on usb using mass storage mode.
looking for some awnsers on other threads, people say to run adb as root using:
Code:
adb root
when i do this command line i get another message error: "adbd cannot run as root in production builds."
what is the difference of start adb on sudo mode or start adb on root mode? I thought it was about previleges, but seems equal for me.
I really don't know im missing or doing wrong, but still can't tranfer the rom to sdcard to upgrade my android.
As begginer on android, any help is welcome. Thank you!
Sv: [Q] adb problems
When you push it type adb push *directory* and the where you want it like /sdcard
So it is,
adb push /home/name.zip /sdcard
Or just enable mass storage and move it that way.
But you can't flash it since you have ics that you can't use cwm on
Cheers
Daniel
RomWiz said:
When you push it type adb push *directory* and the where you want it like /sdcard
So it is,
adb push /home/name.zip /sdcard
Or just enable mass storage and move it that way.
But you can't flash it since you have ics that you can't use cwm on
Cheers
Daniel
Click to expand...
Click to collapse
I realized that adb push command was wrong, but tryed it and now im receiving the error message: permission denied.
searched on another threads and figured out that the kernel that i have on official ICS is insecure, maybe that's why i can't flash like you said
but now my mind is a mess, i can't use the cwm because it cannot reboot in recovery mode like i saw on another threads?
what i do now? install a custom kernel and gingerbread, them root and install cm10 on recovery mode?
Sv: [Q] adb problems
cleitonpp said:
I realized that adb push command was wrong, but tryed it and now im receiving the error message: permission denied.
searched on another threads and figured out that the kernel that i have on official ICS is insecure, maybe that's why i can't flash like you said
but now my mind is a mess, i can't use the cwm because it cannot reboot in recovery mode like i saw on another threads?
what i do now? install a custom kernel and gingerbread, them root and install cm10 on recovery mode?
Click to expand...
Click to collapse
You flash a modded GB ROM with sft and install the ROM.
Cheers
Daniel
RomWiz said:
You flash a modded GB ROM with sft and install the ROM.
Cheers
Daniel
Click to expand...
Click to collapse
HAHAHA im such a dumb ass. Dont know why i tryed reboot into recovery mode on CWM, now i ****ed up my bootloader or bricked. XD
Sv: [Q] adb problems
Just flash a gb rom with sft
Cheers
Daniel
RomWiz said:
Just flash a gb rom with sft
Cheers
Daniel
Click to expand...
Click to collapse
Less than 5 days with my first android, i bricked 1 time...
i flashed, installed cm10, gapps and superuser, im so happy that i dont bricked permanently LOL
now im testing cm10 jelly bean =D
Thank you Daniel
Cheers :good:

Removing System Apps

I'm rooted and am trying to mount the system to remove bloatware apps... However everytime Titanium Backup removes it and I reboot it's still there...
Anyone have any ideas?
System is protected: you can't modify it while the phone is booted. You'll have to make a zip or whatever to delete it in recovery.
You have to be kidding me...
I've spent all day long trying to root this bastard phone and that didn't work then I managed it and now I can't disable, remove any apps ?
So much for HTC being dev friendly
fkofilee said:
You have to be kidding me...
I've spent all day long trying to root this bastard phone and that didn't work then I managed it and now I can't disable, remove any apps ?
So much for HTC being dev friendly
Click to expand...
Click to collapse
It seriously took you all day to root? What went wrong?
Did you try just freezing the app instead?
Brand new trick from HTC?Didn't have it in hox+
Sent from my Nexus 4 using Tapatalk 2
afilopou said:
Brand new trick from HTC?Didn't have it in hox+
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
So you can no longer go into ES explorer, mount root/system go to system > apps and delete whatever you want ?
Sent from my HTC Incredible S using Tapatalk 2
The recovery flashed but wouldnt boot , managed to get round it when i discovered POB with his superboot Thank god for the desire C
Then i realised that i couldnt flash anything because I manged to install 6.0.2.8 as a boot img, and 6.0.3.0 as a proper recovery.
Then i didnt have any files on the device to flash boohoo so i managed to get ADB sideload working through the AIO One Toolkit... And managed to flash AHRD finally getting a working device,
As you see Im a seasoned vet at these things but the HTC One has been the first device that has stumped me....
----------------------
The apps issue is not unkwown for HTC however they havent done this for a while.... Back with the G2 they did exactly the same thing and yes ive frozen them but there should be away to remove system apps for us through root.... But i cant remember how, Throwing it into ADB Shell and requesting SU along with a Remount works fine but still would like to remove the apps.
Im also looking for someone with a locked phone... (Sim Locked) i have a theory and it worked on the Desire C Anyone wanna help?
fkofilee said:
I'm rooted and am trying to mount the system to remove bloatware apps... However everytime Titanium Backup removes it and I reboot it's still there...
Anyone have any ideas?
Click to expand...
Click to collapse
Delete the apps with titanium and power off the phone. Don't do a restart.
Already tried that ^_^
You need to flash a custom kernel with a modified ramdisk to disable system protection Without doing that you're like deleting an app on windows with deepfreeze on it
Is that the only solution?
There are so many bloated useless and intrusive (cr)apps on this phone it's unbelievable.
Other solution is boot in recovery and delete it there. Either thru adb while in recovery mode, flashable zip or through file manager(if you're using TWRP). Other than that nope
Hmmm I'm thinking adb through recovery here but how do I got about doing this?
fkofilee said:
Hmmm I'm thinking adb through recovery here but how do I got about doing this?
Click to expand...
Click to collapse
the joys of a s-on devices
read up on adb commands...
or use the zip I attached and edit line 18 in this format with the apps you want to get rid of, use a file explorer to get the proper names.
make a backup first in case you mess up something
Code:
delete("/system/app/xxxxx.apk", "/system/app/xxxx.odex", "/data/app/xxxxx.apk");
The best way to remove apps in recovery is through adb:
Code:
adb shell
sysrw
rm /system/app/abc.apk
the simple way is ROM CLEANER, but isn't available yet for the One.
cheers
fkofilee said:
Hmmm I'm thinking adb through recovery here but how do I got about doing this?
Click to expand...
Click to collapse
type the following commands.
Code:
adb shell
su
cd /system/app/
ls
rm <insert the name of the apk you want to delete here which can be found in the list shown by the ls command>
Riyal said:
type the following commands.
Code:
adb shell
su
cd /system/app/
ls
rm <insert the name of the apk you want to delete here which can be found in the list shown by the ls command>
Click to expand...
Click to collapse
I dont have a One, and dont plan on having one (ever, thanks to this thread! I think I'll stick to Sony, they have instructions to unlocking bootloader on their official website)
BUT, if the system is locked, it should be locked trough ADB too, so I guess what I'd try is install busybox, custom recovery, go into recovery, connected it to the PC (or a mac, but since we're on no-apple forum, I'll assume PC), mounting system there and doing your thing.
You can install busybox and custom recovery right?
Edit: never mind, I should really learn to read. Sometimes I think I'm dyslexic a little, just for words, not letters.
I did not see the 'recovery' part mentioned.
Anywho, mounting system is what you forgot, so at least I said something helpful
ogdobber said:
the joys of a s-on devices
read up on adb commands...
or use the zip I attached and edit line 18 in this format with the apps you want to get rid of, use a file explorer to get the proper names.
make a backup first in case you mess up something
Code:
delete("/system/app/xxxxx.apk", "/system/app/xxxx.odex", "/data/app/xxxxx.apk");
Click to expand...
Click to collapse
MacHackz said:
The best way to remove apps in recovery is through adb:
Code:
adb shell
sysrw
rm /system/app/abc.apk
Click to expand...
Click to collapse
limx said:
the simple way is ROM CLEANER, but isn't available yet for the One.
cheers
Click to expand...
Click to collapse
Riyal said:
type the following commands.
Code:
adb shell
su
cd /system/app/
ls
rm <insert the name of the apk you want to delete here which can be found in the list shown by the ls command>
Click to expand...
Click to collapse
issak42 said:
I dont have a One, and dont plan on having one (ever, thanks to this thread! I think I'll stick to Sony, they have instructions to unlocking bootloader on their official website)
BUT, if the system is locked, it should be locked trough ADB too, so I guess what I'd try is install busybox, custom recovery, go into recovery, connected it to the PC (or a mac, but since we're on no-apple forum, I'll assume PC), mounting system there and doing your thing.
You can install busybox and custom recovery right?
Edit: never mind, I should really learn to read. Sometimes I think I'm dyslexic a little, just for words, not letters.
I did not see the 'recovery' part mentioned.
Anywho, mounting system is what you forgot, so at least I said something helpful
Click to expand...
Click to collapse
All Wonderful Ideas folks, however i had a go at this last night, it was a fricking nightmare even mounting ADB through recovery

Install CWM touch recovery on Optimus 4x HD (P880)

Note: You need an optimus 4X with UNLOCKED BOOTLOADER and ROOTED, also you need optimus 4x drivers and ADB installed in your computer (ADB attached).
1. Go to: http://www.clockworkmod.com/rommanager and download the last touch image for LG Optimus 4x.
2. [Recommended] rename the image file (like: "recovery-clockwork-touch-X.X.X.X-p880.img") to "recovery.img"
3. Connect your 4X to the computer and copy the image to the root of your internal sdcard (/sdcard).
4. In your computer, open a command prompt in you adb folder and type "c:\adb>adb shell".
5. Type:
su
cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
sync
6. Restart in recovery mode (shut down and turn on pressing power button + volume down button).
or go to PlayStore and install RomManager and donate for it like a real Men for touch recovery or free for nontouch, then install the easy Way trough RomManager...
AdiSimpson said:
or go to PlayStore and install RomManager and donate for it like a real Men for touch recovery or free for nontouch, then install the easy Way trough RomManager...
Click to expand...
Click to collapse
The guy's trying to give a hand for who can't donate for lacking CC reasons, its not that everyone who doesn't donate doesn't want to.
You don't need to be an ass because you're one of the people who donated.
Sent from my LG-P880 using xda app-developers app
You dont need a credit card...PayPal
Gesendet vom LG Optimus X4 HD mit TapaTalk
AdiSimpson said:
or go to PlayStore and install RomManager and donate for it like a real Men for touch recovery or free for nontouch, then install the easy Way trough RomManager...
Click to expand...
Click to collapse
AdiSimpson said:
You dont need a credit card...PayPal
Click to expand...
Click to collapse
I don't use RomManager, and it has nothing to do with costs. I have bought many apps over the last couple of years, but RomManager doesn't do anything that you can't do yourself.
I have said it before and will again ... people are much better off being able to install things like Recoveries, ROMs, Kernels etc on their own, from the command line or ADB rather than relying on an application to do it for them. That way you know what to do if it goes wrong and you can't get access to your phone's Android O/S. I have seen far too many people not know how to fix it and then panic like mad because they need help and no-one replies within 5 minutes when they really, really need their phone working straight away
Also, PayPal isn't a solution for the Play Store - there are some countries that simply can't get access to certain apps and there are some people (especially the younger ones) who can't get a card, a PayPal account or whatever else.
I must admit that the supportive (and maybe correct way) it's install this app using cwm rom manager and donate for it, despite of that, I'm not hacking cwm, clockworkmod guys publish freely the image so anyone that knows adb commands can install touch recovery, again, if you can, you should donate for this app but if for any reason you can't donate you could try this method.
Sent from my LG-P880 using xda app-developers app
AdiSimpson said:
You dont need a credit card...PayPal
Gesendet vom LG Optimus X4 HD mit TapaTalk
Click to expand...
Click to collapse
And for PayPal you would need a CC to put money or it. Or a Bank account. If you think about it.
AdiSimpson said:
or go to PlayStore and install RomManager and donate for it like a real Men for touch recovery or free for nontouch, then install the easy Way trough RomManager...
Click to expand...
Click to collapse
adi no one likes smart ass so SHUT THE HELL UP !
Question: Does it work on JB v20 or it must be v10?
I've installed in stock v20a.
Sent from my LG-P880 using xda app-developers app
fguzmant said:
I must admit that the supportive (and maybe correct way) it's install this app using cwm rom manager and donate for it, despite of that, I'm not hacking cwm, clockworkmod guys publish freely the image so anyone that knows adb commands can install touch recovery, again, if you can, you should donate for this app but if for any reason you can't donate you could try this method.
Sent from my LG-P880 using xda app-developers app
Click to expand...
Click to collapse
thats all i said....never said its wrong, but people like ljubisa_sk will never understand. sorry for OT
Just installed it, works like a charm.
Thanks
fguzmant said:
Note: You need an unlocked and rooted optimus 4X, also you need optimus 4x drivers and ADB installed in your computer (ADB attached).
1. Go to: and download the last touch image for LG Optimus 4x.
2. [Recommended] rename the image file (like: "recovery-clockwork-touch-X.X.X.X-p880.img") to "recovery.img"
3. Connect your 4X to the computer and copy the image to the root of your internal sdcard (/sdcard).
4. Open a command prompt in you adb folder and type "c:\adb>adb shell".
5. Type:
su
cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
sync
6. Restart in recovery mode (shut down and turn on pressing power button + volume down button).
Click to expand...
Click to collapse
Thanks it works perfectly.
AdiSimpson said:
or go to PlayStore and install RomManager and donate for it like a real Men for touch recovery or free for nontouch, then install the easy Way trough RomManager...
Click to expand...
Click to collapse
oh man thanks i did not knew about this, this made everything so easy all for just $1.99.....
Permission Denied
Whenever I try this I get permission denied. How can I fix this?
[email protected]:/ $ cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
/system/bin/sh: can't create /dev/block/mmcblk0p1: Permission denied
Edit: Wow I feel stupid now. I forgot to type su.
Bollen55 said:
Whenever I try this I get permission denied. How can I fix this?
[email protected]:/ $ cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
/system/bin/sh: can't create /dev/block/mmcblk0p1: Permission denied
Edit: Wow I feel stupid now. I forgot to type su.
Click to expand...
Click to collapse
Yep that's the problem, it's really easy to note it, when you connect as superuser (su) the prompt changes to "#" instead of "$" hope that it worked fine to you.
Hi after flashing the CWM I can NOT get in recovery any more, the phone starts but no recovery
[LGE_SECURITY] ERROR: boot image signature
I probably have to flash the rom again.
Did you unlock your bootloader?
Dexxon said:
Did you unlock your bootloader?
Click to expand...
Click to collapse
Bootloader was locked,
now is working fine
thanks
older backups
I installed the new touch recovery from within rommanager to install CM based roms. But i want to go back tot and older stock backup but they are not found in CWM anymore, only backups made with the new CWM. Is is possible to restore old version CWM backups ?

[Q] help me cant install

Please help me look at my attachment
What happend i cant install framework on my xperia..
My phone xperia Z3 and already root
xerxess said:
Please help me look at my attachment
What happend i cant install framework on my xperia..
My phone xperia Z3 and already root
Click to expand...
Click to collapse
try a different installation method, perhaps from recovery
same problem
could someone help us plz
I have the exact same problem same phone
I'm a nooby I did my rooting step by step from youtube and it works fine
plz don't ignore I'm stuck and depressed from this
guys a lot of you visited this page, no one of you can help us
Two things to check
1)Are you rooted?
1b) Just because you rooted doesn't mean you actually are rooted
2)Does xposed have root permission?
Bakerboy448 said:
Two things to check
1)Are you rooted?
1b) Just because you rooted doesn't mean you actually are rooted
2)Does xposed have root permission?
Click to expand...
Click to collapse
I checked with Root Checker and it's working also fine on other app that requires a root.
about giving the permission what do you mean ? through SuperSU ?
yes I grant xposed when it asked me so what els ?
I think it's a problem in the z3 because it's a dual sim not like other phones !!!
m4l3k said:
I checked with Root Checker and it's working also fine on other app that requires a root.
about giving the permission what do you mean ? through SuperSU ?
yes I grant xposed when it asked me so what els ?
I think it's a problem in the z3 because it's a dual sim not like other phones !!!
Click to expand...
Click to collapse
Try installing it via recovery, it has a better chance of working IF you have a custom recovery as well.
I already solve my problem..
Just need re root from start until update to the last fw with pre root flashable and do install recovery once again...
And dont forget change to rw via terminal in your pc
xerxess said:
I already solve my problem..
Just need re root from start until update to the last fw with pre root flashable and do install recovery once again...
And dont forget change to rw via terminal in your pc
Click to expand...
Click to collapse
Thanks a lot, but could you make it more simple for me
step by step without any abbreviations, so I can look at it online if I didn't know how to do it
I'm nooby like I said
m4l3k said:
Thanks a lot, but could you make it more simple for me
step by step without any abbreviations, so I can look at it online if I didn't know how to do it
I'm nooby like I said
Click to expand...
Click to collapse
just re root like usually you do and after that , update the FW to the lastest with pre root FW..
then when you finish..
in my experience my dual rec is gone so you cant do anything in recovery mode thats make you cant change system from ro to rw
to make recovery enabled again your phone after update..
do this
run your terminal in your pc inside giefroot folder then when the terminal already open
just copy command in below to your terminal pc..
just remember dont forget connect your phone to pc and make sure your debug is activate
adb push systemrw.sh /data/local/tmp
adb push modulecrcpatch /data/local/tmp
adb push wp_mod.ko /data/local/tmp
adb shell
chmod 777 /data/local/tmp/systemrw.sh
chmod 777 /data/local/tmp/modulecrcpatch
chmod 777 /data/local/tmp/wp_mod.ko
su
cd /data/local/tmp
./systemrw.sh
but about how to use giefroot you can look to this thread
http://forum.xda-developers.com/crossdevice-dev/sony/giefroot-rooting-tool-cve-2014-4322-t3011598

Categories

Resources