Page 2 of 6
Re: Hisense Pulse: Insecure at launch, accident or message?
Posted: Wed Dec 26, 2012 11:45 am
by cj_000
helousn wrote:cj_000 wrote:helousn wrote:Any chance of a walkthru for us noobs to root the pulse? I've used three different adb's and can adb connect thru the lan to the ip address of the pulse but the next step of adb root gives a device not found error. Even thought the adb connect show connection on port 5555, the adb devices command show nothing.
Thanks!
On the pulse, go to All Applications, Settings, then Applications. Hit development. Check off "Enable Remote Debugging", a message will pop up saying "your files can be modified", press ok.
Then, go to the option below that, says "Remote Debugger IP", go back, and enter your PC's local IP address, then try to re-connect with adb!
Thanks! Definitely closer.. but still not there yet..
N:\adt-bundle-windows-x86_64\adt-bundle-windows-x86_64\sdk\platform-tools>adb connect 192.168.2.11
connected to 192.168.2.11:5555
N:\adt-bundle-windows-x86_64\adt-bundle-windows-x86_64\sdk\platform-tools>adb root
restarting adbd as root
N:\adt-bundle-windows-x86_64\adt-bundle-windows-x86_64\sdk\platform-tools>adb connect 192.168.2.11
connected to 192.168.2.11:5555
N:\adt-bundle-windows-x86_64\adt-bundle-windows-x86_64\sdk\platform-tools>adb push pulse_root.sh /tmp/pulse_root.sh
382 KB/s (1177929 bytes in 3.010s)
So I'm sure I'm missing something but for the life of me I don't know what it is... I redownloaded the pulse_root.sh file but no difference..
Any hints would be great!
Ok - it was all going good, then something went wrong. Can you repeat the steps, but don't do sh /tmp/pulse_root.sh. Instead, please do "busybox md5sum /tmp/pulse_root.sh" and reply back with what it says (should be a md5 hash).
Thanks!
Re: Hisense Pulse: Insecure at launch, accident or message?
Posted: Wed Dec 26, 2012 12:52 pm
by Appletini
I just got my system today. Had some issues with it. Had to restart due to the remote not pairing right, but that was only after replacing the 3 AAA’s that were DOA. Still it has a fairly snappy response.
As far as root goes I managed to get that just fine with some tinkering… but like helousn, I had issues using the root script. I just ended up unzipping the script that has the su binary and SuperUser.apk (or you can be less lazy and grab them from
http://androidsu.com/superuser/) and then i just ended up doing most of what the script did by hand. I will try looking at why the script failed later but that will mean resetting my device and … I am lazy sorry -_-zZz
Re: Hisense Pulse: Insecure at launch, accident or message?
Posted: Wed Dec 26, 2012 3:45 pm
by cj_000
Appletini wrote:I just got my system today. Had some issues with it. Had to restart due to the remote not pairing right, but that was only after replacing the 3 AAA’s that were DOA. Still it has a fairly snappy response.
As far as root goes I managed to get that just fine with some tinkering… but like helousn, I had issues using the root script. I just ended up unzipping the script that has the su binary and SuperUser.apk (or you can be less lazy and grab them from
http://androidsu.com/superuser/) and then i just ended up doing most of what the script did by hand. I will try looking at why the script failed later but that will mean resetting my device and … I am lazy sorry -_-zZz
Yep, we just noticed a bug - quick workaround, when you go to adb shell, do this:
adb shell
cd /tmp
sh pulse_root.sh
As you probably saw, our script is looking for our sh in /tmp, and when it can't find it, it gets angry.
Re: Hisense Pulse: Insecure at launch, accident or message?
Posted: Thu Dec 27, 2012 1:23 pm
by helousn
cj_000 wrote:Appletini wrote:I just got my system today. Had some issues with it. Had to restart due to the remote not pairing right, but that was only after replacing the 3 AAA’s that were DOA. Still it has a fairly snappy response.
As far as root goes I managed to get that just fine with some tinkering… but like helousn, I had issues using the root script. I just ended up unzipping the script that has the su binary and SuperUser.apk (or you can be less lazy and grab them from
http://androidsu.com/superuser/) and then i just ended up doing most of what the script did by hand. I will try looking at why the script failed later but that will mean resetting my device and … I am lazy sorry -_-zZz
Yep, we just noticed a bug - quick workaround, when you go to adb shell, do this:
adb shell
cd /tmp
sh pulse_root.sh
As you probably saw, our script is looking for our sh in /tmp, and when it can't find it, it gets angry.
Confirmed success! Thank you very much!
Re: Hisense Pulse: Insecure at launch, accident or message?
Posted: Fri Dec 28, 2012 4:45 am
by killer4110
I need a little help here, please
I got as far as step 6
In the adb shell prompt, which should currently be displaying a "#" enter the following without quotes: "cd /tmp; sh pulse_root.sh"
Reboot the device
After the reboot follow the steps below to modify Chrome's User Agent.
I read the comment above:
Yep, we just noticed a bug - quick workaround, when you go to adb shell, do this:
adb shell
cd /tmp
sh pulse_root.sh
As you probably saw, our script is looking for our sh in /tmp, and when it can't find it, it gets angry.
When i try to enter the info i get this:
pulse_root.sh; not found.
Thanks
Re: Hisense Pulse: Insecure at launch, accident or message?
Posted: Fri Dec 28, 2012 12:23 pm
by cj_000
After you do cd /tmp, can you do a: ls -l (thats LS -L , but lowercase) and paste the results?
Thanks!
Re: Hisense Pulse: Insecure at launch, accident or message?
Posted: Fri Dec 28, 2012 1:48 pm
by killer4110
cj_000 wrote:After you do cd /tmp, can you do a: ls -l (thats LS -L , but lowercase) and paste the results?
Thanks!
This is what i get when i do: ls
C:\Users\killer>adb shell ls
AACS
TestContent
bin
cache
d
data
default.prop
dev
etc
factory_setting
init
init.goldfish.rc
init.gx1200v.rc
init.rc
initlogo.rle
lib
mnt
proc
sbin
sdcard
sys
system
tmp
ueventd.goldfish.rc
ueventd.gx1200v.rc
ueventd.rc
usr
var
vendor
EDIT
Thanks to
Zenofex for all of his help, things were messed up on my end and he walked me through everything,
Re: Hisense Pulse: Insecure at launch, accident or message?
Posted: Sun Dec 30, 2012 5:20 pm
by zenofex
killer4110 wrote:cj_000 wrote:After you do cd /tmp, can you do a: ls -l (thats LS -L , but lowercase) and paste the results?
Thanks!
This is what i get when i do: ls
C:\Users\killer>adb shell ls
AACS
TestContent
bin
cache
d
data
default.prop
dev
etc
factory_setting
init
init.goldfish.rc
init.gx1200v.rc
init.rc
initlogo.rle
lib
mnt
proc
sbin
sdcard
sys
system
tmp
ueventd.goldfish.rc
ueventd.gx1200v.rc
ueventd.rc
usr
var
vendor
EDIT
Thanks to
Zenofex for all of his help, things were messed up on my end and he walked me through everything,
After helping killer diagnose some of the issues he was having we've improved the process a bit and removed links to 3rd party download sites for the pulse. You can now download the "Pulse Modification Package" from us directly at
http://download.gtvhacker.com/file/pulse/pulse_root.zip.
Thanks,
Zenofex
Re: Hisense Pulse: Insecure at launch, accident or message?
Posted: Sun Dec 30, 2012 6:36 pm
by killer4110
Is there any way to remove the pre-installed apps. Is this something that might be done in a future build?
Re: Hisense Pulse: Insecure at launch, accident or message?
Posted: Sun Dec 30, 2012 11:20 pm
by Appletini
Once you have root you can use a uninstaller like (
https://play.google.com/store/apps/deta ... free&hl=en)
Or just go into /system/app or what ever it is and go crazy deleting everything that looks at you funny (what i did). IMO make some backups in case you delete something that you either want later or you should not have deleted.
killer4110 wrote:Is there any way to remove the pre-installed apps. Is this something that might be done in a future build?