Hisense Pulse: Insecure at launch, accident or message?

cj_000
1.6 Donut
Posts: 121
Joined: Fri Jul 29, 2011 2:13 pm

Re: Hisense Pulse: Insecure at launch, accident or message?

Post 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!
Appletini
Android 1.0
Posts: 10
Joined: Sat Nov 26, 2011 7:25 pm
GTV Device Owned: Logitech Revue

Re: Hisense Pulse: Insecure at launch, accident or message?

Post 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
cj_000
1.6 Donut
Posts: 121
Joined: Fri Jul 29, 2011 2:13 pm

Re: Hisense Pulse: Insecure at launch, accident or message?

Post 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.
helousn
Android 1.0
Posts: 3
Joined: Tue Dec 25, 2012 7:05 pm
GTV Device Owned: Vizio Co-Star

Re: Hisense Pulse: Insecure at launch, accident or message?

Post 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!
User avatar
killer4110
Contributor
Posts: 426
Joined: Fri Jul 29, 2011 12:51 pm
GTV Device Owned: Vizio Co-Star
Location: New Jersey
Contact:

Re: Hisense Pulse: Insecure at launch, accident or message?

Post 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
Logitech Revue
Sony NSZ-GS7
Vizio Co-Star
Hisense Pulse
cj_000
1.6 Donut
Posts: 121
Joined: Fri Jul 29, 2011 2:13 pm

Re: Hisense Pulse: Insecure at launch, accident or message?

Post by cj_000 »

After you do cd /tmp, can you do a: ls -l (thats LS -L , but lowercase) and paste the results?

Thanks!
User avatar
killer4110
Contributor
Posts: 426
Joined: Fri Jul 29, 2011 12:51 pm
GTV Device Owned: Vizio Co-Star
Location: New Jersey
Contact:

Re: Hisense Pulse: Insecure at launch, accident or message?

Post 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,
Logitech Revue
Sony NSZ-GS7
Vizio Co-Star
Hisense Pulse
zenofex
2.1 Eclair
Posts: 173
Joined: Mon Jul 25, 2011 4:16 pm

Re: Hisense Pulse: Insecure at launch, accident or message?

Post 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
Bitcoin donations can be sent to:
15mb6ER9gbujUXJABBd146W34FwWX2F1Lx
User avatar
killer4110
Contributor
Posts: 426
Joined: Fri Jul 29, 2011 12:51 pm
GTV Device Owned: Vizio Co-Star
Location: New Jersey
Contact:

Re: Hisense Pulse: Insecure at launch, accident or message?

Post by killer4110 »

Is there any way to remove the pre-installed apps. Is this something that might be done in a future build?
Logitech Revue
Sony NSZ-GS7
Vizio Co-Star
Hisense Pulse
Appletini
Android 1.0
Posts: 10
Joined: Sat Nov 26, 2011 7:25 pm
GTV Device Owned: Logitech Revue

Re: Hisense Pulse: Insecure at launch, accident or message?

Post 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?
Post Reply