Tuesday, November 24, 2015

Best of Pinoy Republic ft. GFX Artists of PR (RARE) e-Magazine/Page flip

Galing baul. Heh.





Friday, February 27, 2015

[PORT] TWRP for ME Rainbow 7 Quadcore (Eken GT70S-HD)

Too much effort for a cheap tablet eh? Haha.

Here's my ported version of TWRP for my beloved tablet lol. All function works except.. it can't mount external sd.

Installation
1. Copy the zip file (TWRP_for_ME_Rainbow7.zip) to your internal storage (not in External SD)
2. Flash it via Stock recovery.
3. Reboot

To check if it works
- Goto to Settings > Backup & >Reset Recovery Mode
or
- You can check my earlier post to enable/enter recovery mode using hardware keys(Volume Up + Power).

Download

Saturday, February 21, 2015

Enable/Enter Recovery Mode in ME Rainbow 7 Quadcore (Eken GT70S-HD) using Volume Up + Power button

This is a modified script.bin. You can push it manually in your tablets bootloader or use the bat file included in the zip file below.

If your are curious or you want to modify your script by yourself(for security purposes if you are in doubt :D). You can pull your tablet's script.bin convert it to fex and edit it.

Find this part.

[recovery_key]
key_min = 4
key_max = 6

 I forgot the default value. Just change the values same as above. Convert it back to bin and push it to your tablet.

NOTE: You must enable USB debugging in your tablet in Developer option.

Download

ME Rainbow 7 Quadcore Stock Firmware (Eken GT70S-HD)

I was messing with my tablet's firmware and unfornately broke it :D I forgot to backup the rom and was desperately looking for a copy thankfully someone uploaded theirs ;) credit to macutz.

Backup Stock ROM of ME Rainbow 7 Quadcore (Philippines) OEM Eken GT70S-HD

Tuesday, January 6, 2015

CoC AutoClicker,Anti-Idle, Free CoC Shield for BlueStacks


The title says it all :D

NOTE 1: Eset AV detects this app as MSIL/Packed.SmartAssembly.E potentially unwanted so take it or leave it ;p

NOTE 2: SmartAssembly is a .NET obfuscator. It protects .NET applications from tampering / reverse engineering. I know, there's nothing special about my source it just became a routine after compiling :D

Jotti's malware scan result

Download

Thursday, November 13, 2014

BlueStacks Config / Clash of Clans (CoC) Auto Clicker / Minimizer / Hider



It started as a bluestacks tweak editor but then I realized not so many are interested in tweaking it since most PCs now can run bluestacks smoothly. So I added small feature for the game Clash of Clans (CoC) which I'm currently playing - The Auto Clicker :D

Players knows that as long as they're online their base can't be attack by others making their resources safe. This program simulates mouse clicks on bluestacks window without affecting your actual mouse pointer. This means you can stay online til CoC kicks you :D

Feature

1. Auto Clicker
2. Minimizer / Hider (Shortcut Key = Shift+F9)
3. Misc tweaks.

How to Use

1. The tweaks are self-explanatory.
2. For Auto Clicker just press the button that says "Para sa adik sa CoC - Start" (English: "For CoC addicts - Start")

WARNING: Use the tweak at your own risk. Do not set the memory higher than 40% of your actual RAM! 850 is the recommended amount for a 4GB RAM.


Download

Monday, September 22, 2014

Packet to open port 23 aka Telnet of BM622i 2011

FOR DEVS ONLY

If you want to make your own app to enable or open port 23(telnet) of your BM622i 2011. Here's the step by step process to do it.

1. Wait for your modem to come up. You can try to ping it or check via browser (GUI) or if you're too lazy just wait for a few seconds it will eventually come up :D

2. Connect to the modem via port 9527 then send this

1c ac ac ac 00 00 00 02 00 00 01 00 69 70 74 61
62 6c 65 73 20 2d 49 20 49 4e 50 55 54 5f 53 45
52 56 49 43 45 5f 41 43 4c 20 2d 69 20 62 72 30
20 2d 70 20 74 63 70 20 2d 6d 20 69 70 72 61 6e
67 65 20 2d 2d 73 72 63 2d 72 61 6e 67 65 20 31
39 32 2e 31 36 38 2e 31 2e 31 2d 31 39 32 2e 31
36 38 2e 32 35 35 2e 32 35 34 20 2d 2d 64 70 6f
72 74 20 32 33 20 2d 6a 20 41 43 43 45 50 54 20
32 3e 2f 64 65 76 2f 6e 75 6c 6c 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00

If you're not into packet sniffing and just curious what does it mean here's a readable "trim" version

iptables -I INPUT_SERVICE_ACL -i br0 -p tcp -m iprange --src-range 192.168.1.1-192.168.255.254 --dport 23 -j ACCEPT 2>/dev/null

3. And voila! You have opened the telnet port of your modem. If you're getting problems or it still doesn't open. You have to analyze the conversation between your computer and modem to check if you sent the right packet.

Good luck! :D

 

Copyright 2017 Code Monkey