Tuesday, December 19, 2017

Auto boot (start or power on) android on charge

After some research and I don`t remember how many google pages and searches I found that you can achieve this function using:
1. Enter Fastboot Mode (adb reboot bootloader)
2. Enter Command: fastboot oem off-mode charge 0
3. Enter Command: fastboot reboot
if that is not working for you maybe this one will work:
1. search in /system/bin/ for playlpm, ipod, lpm, kpoc_charger or any other file that have inside some reference to battery animation.
2. edit that file, delete all content inside and add
#!/system/bin/sh
/system/bin/reboot
if that is not working you can try this:
1. Unpack boot.img and edit init.rc.
2. Add following to the end of file:
#Check if chargermode and start autoreboot service.
on property:ro.bootmode=charger
start autoreboot
#autoreboot service which command reboot
service autoreboot /su/bin/su /system/bin/reboot -c reboot now
user root
oneshot
3. re-pack boot.img
None of that worked for me but I had an idea. Why not just create that damn file inside /bin ???
1. unpack boot.img
2. edit > ramdisk > init.target.rc
3. add start kpoc_charger to “on charger” line *** “kpoc_charger” can have any name be free to name it ***
4. add after:
service kpoc_charger /system/bin/kpoc_charger
class charge
5. create kpoc_charger file on root/system/bin/ with 755 permissions using any root file managers
6. edit file and add:
#!/system/bin/sh
/system/bin/reboot
Have fun and enjoy this.

*Copy pasted from an online post by CODRYN

For NEXUS and MOTOROLA PHONES

1. enter FASTBOOT mode 
2. Connect phone to computer via USB
3. Go to adb folder and then press SHIFT+RIGHT CLICK
4. Select command prompt
5. Enter "fastboot oem off-mode-charge 0"

To reverse it type "fastboot oem off-mode-charge 1"


 Another method for ASUS:
1. Unpack the kernel 
2. Open the init.qcom.rc file in the Notepad ++ ramdisk 
3. Look for and delete the lines:
service charger / charger
class charger
group log
seclabel u: r: healthd: s0

4. Instead of deleted lines we write the following lines:
on property: ro.bootmode = charger
class_start sec-charger
service playlpm / system / bin / reboot
class sec-charger
critical

5. We pack the kernel. 
6. Install the kernel. 


Tuesday, March 5, 2013

Cadbury eclairs





Cadbury eclair packshots

Monday, November 26, 2012

Android based Online GPS Tracking Device







Best way to protect your beloved CAAAAR!!!
THIS ANDROID GPS TRACKING DEVICE is world's first prototype of a fully functional service contract free GPS tracking device. It requries only one time investment. Provides Life time security. Here, I am using MyCarTracks.com for personal tracking.

To get your own device contact me at ajparag@gmail.com


Facebook Page: https://www.facebook.com/AndroidGpsTracker
 

Sunday, January 8, 2012

How to convert outlook 2007 contacts in a single vcard i.e. vcf

To convert all outlook contacts in a single vcard (i.e. vcf file) follow the below mentioned steps:
1. Open outlook and go to contacts
2. Go to File. Then select "Import and Export..."
3. Select option "Export to a file". click "next"
4. Select "comma separated values (windows)". click "next"
5. Select the contact folder you want to export. Mostly it is the default folder itself i.e. "Contacts". click "next"
6. Select the destination folder. click on "browse" and change the path to desktop for easier location of file. click "next"
7. click "finish"

Outlook will now export all contacts in CSV format.

8. Open the CSV file. press "ctrl+a" twice. this will select the complete sheet. Now, press "ctrl+c" to copy all the cells.
9. Go to programs and open notepad. Press "ctrl+v" to paste the contacts in it.
10. Again press "ctrl+a" to select all contacts and then followed by copy "ctrl+c".
11. Click on this link below and paste the contacts in the window:

 http://homepage.mac.com/phrogz/CSV2vCard_v2.html

12. Go to step 2 and check the titles. Then go to step 3.


13. Select and copy the text from step 3 and paste it in a new notepad.
14. Save the file as "contacts_name.vcf"

Your all contacts vcard is ready!

Friday, December 2, 2011

Saturday, September 3, 2011

Antagonist - The Super Agent Part I (a hero is born)

This is a compilation of the parts 1, 2 and 3. I have cleaned up my writing a bit. Enjoy! Hit the link below to read: http://www.scribd.com/doc/63332553/Antagonist-A-Hero-is-Born

Tuesday, August 2, 2011

Video by mansi patel

The video is created by Mansi Patel. It is a best gift one can give to his/her friends.