• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Testers needed

rbheromax

Android Expert
I need someone to test my kernels for this device. I dont own the phone but I'm sure you guys are desperate for some dev'in :p Right now I have an insecure kernel made (full adb access) which means alot more is on the way. I need someone either with CWM recovery or someone who knows how to use "dd". But just ahead of time, and anytime, before flashing anything...MAKE A BACKUP!!!!
 
This is the only phone I have right now and I don't have a computer.Or I would.




Sent from my N9100 using Xparent Red Tapatalk 2
 
This is the only phone I have right now and I don't have a computer.Or I would.




Sent from my N9100 using Xparent Red Tapatalk 2

If u have the touch recovery, then u have nothing to fear and everything to gain. If I had that phone then I'd be ON IT! LOL :beer::cool:
 
Well yeah, I forgot you have faatboot, but instead of fastboot flash, do fastboot boot <boot.img>
I'm used to devices without fastnoot :P
 
Fast boot is used with a Desktop but you can use terminal emulator, but its in a diff way

not sure how to get this thing into fastboot. i tried adb reboot fastboot with ADB and su then reboot fastboot with terminal emulator and it just restarts. is there another way to flash it?
 
Put img on /sdcard/
Adb into phone

Su

"dd if=/sdcard/<boot.img> of=/dev/block/platform/msm_sdcc.1/by-name/boot"

<boot.img> is the img name
Make sure u have recovery instaledd first!!!!
 
Put img on /sdcard/
Adb into phone

Su

"dd if=/sdcard/<boot.img> of=/dev/block/platform/msm_sdcc.1/by-name/boot"

<boot.img> is the img name
Make sure u have recovery instaledd first!!!!

Is this the code I use for Terminal Emulator?
I am guessing it won't install from Recovery Mode.

Sent from my N9100 using Xparent Red Tapatalk 2
 
Yeah it can be ran from Terminal Emulator, and right now my zip isn't working, Im fixing it now but it'll be a while before I upload it.
 
Back
Top Bottom